Trace number 3385794

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)SAT 30.3114 4.75035

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S2039249975-038.SATISFIABLE.cnf
MD5SUM64cfbb29f16ce069bd41061252da74bd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.51247
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58010

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.47	c INFO: solving HOME/instance-3385794-1305575313.cnf
0.31/0.47	c INFO: computing task features
0.40/0.52	c INFO: computed variable-clause graph statistics
0.40/0.52	c INFO: computed clause balance statistics
0.71/0.80	c INFO: computed variable balance statistics
0.81/0.91	c INFO: computed small-clause counts
0.81/0.91	c INFO: computed Horn-clause counts
0.81/0.92	c INFO: computed variable graph statistics
0.81/0.92	c INFO: collected features for HOME/instance-3385794-1305575313.cnf in 0.45 s
0.81/0.95	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.47)
0.81/0.98	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.11)
0.90/1.01	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.06)
0.90/1.03	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.05)
0.90/1.06	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.04)
0.90/1.09	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.03)
1.50/1.13	c INFO: running FH@0 for 97 with 4999 remaining (b = 0.02)
1.50/1.16	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.02)
30.02/4.72	s SATISFIABLE
30.02/4.72	v -1 -2 -3 -4 -5 -6 7 -8 9 -10 11 12 -13 -14 15 16 17 18 -19 20 -21 22 23 -24 -25 26 27 -28 -29 -30 31 -32 -33 34 -35 36 37 -38 39 -40 41 42 -43 44 45 -46 -47 48 -49 -50 51 52 -53 54 55 -56 57 58 -59 60 -61 -62 63 64 -65 -66 -67 -68 -69 70 -71 72 73 74 -75 -76 -77 78 79 -80 -81 -82 83 84 -85 -86 87 -88 89 -90 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385794-1305575313/watcher-3385794-1305575313 -o /tmp/evaluation-result-3385794-1305575313/solver-3385794-1305575313 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385794-1305575313.cnf -seed 26066992 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.48 8.18 8.18 2/469 31110
/proc/meminfo: memFree=10307664/32951124 swapFree=56316216/67111528
[pid=31110] ppid=31108 vsize=16244 CPUtime=0.01 cores=0-7
/proc/31110/stat : 31110 (python) R 31108 31110 31027 0 -1 4202496 1051 0 0 0 1 0 0 0 25 0 1 0 669133659 16633856 923 33554432000 4194304 5683644 140736708195552 18446744073709551615 5161872 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31110/statm: 4061 923 381 364 0 548 0

[startup+0.105097 s]
/proc/loadavg: 7.48 8.18 8.18 2/469 31110
/proc/meminfo: memFree=10307664/32951124 swapFree=56316216/67111528
[pid=31110] ppid=31108 vsize=104616 CPUtime=0.07 cores=0-7
/proc/31110/stat : 31110 (python) S 31108 31110 31027 0 -1 4202496 3145 0 0 0 5 2 0 0 17 0 1 0 669133659 107126784 2822 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/31110/statm: 26154 2822 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.201097 s]
/proc/loadavg: 7.48 8.18 8.18 2/469 31110
/proc/meminfo: memFree=10307664/32951124 swapFree=56316216/67111528
[pid=31110] ppid=31108 vsize=128864 CPUtime=0.15 cores=0-7
/proc/31110/stat : 31110 (python) S 31108 31110 31027 0 -1 4202496 5586 935 1 0 11 4 0 0 18 0 1 0 669133659 131956736 4019 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/31110/statm: 32217 4020 1011 364 0 2996 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 128864

[startup+0.301032 s]
/proc/loadavg: 7.48 8.18 8.18 2/469 31110
/proc/meminfo: memFree=10307664/32951124 swapFree=56316216/67111528
[pid=31110] ppid=31108 vsize=182428 CPUtime=0.23 cores=0-7
/proc/31110/stat : 31110 (python) S 31108 31110 31027 0 -1 4202496 6752 935 1 0 16 7 0 0 17 0 1 0 669133659 186806272 4817 33554432000 4194304 5683644 140736708195552 18446744073709551615 212431093383 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/31110/statm: 45607 4817 1340 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 182428

[startup+0.700956 s]
/proc/loadavg: 7.48 8.18 8.18 2/469 31110
/proc/meminfo: memFree=10307664/32951124 swapFree=56316216/67111528
[pid=31110] ppid=31108 vsize=280232 CPUtime=0.61 cores=0-7
/proc/31110/stat : 31110 (python) R 31108 31110 31027 0 -1 4202496 9994 935 1 0 51 10 0 0 17 0 1 0 669133659 286957568 7443 33554432000 4194304 5683644 140736708195552 18446744073709551615 46943596088495 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31110/statm: 70058 7443 1826 364 0 5982 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 280232

[startup+1.50076 s]
/proc/loadavg: 7.48 8.18 8.18 8/486 31131
/proc/meminfo: memFree=10259968/32951124 swapFree=56316216/67111528
[pid=31110] ppid=31108 vsize=427304 CPUtime=1.06 cores=0-7
/proc/31110/stat : 31110 (python) S 31108 31110 31027 0 -1 4202496 15878 935 1 0 95 11 0 0 19 0 9 0 669133659 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 106826 7557 1891 364 0 42723 0
[pid=31116] ppid=31110 vsize=279412 CPUtime=0 cores=0-7
/proc/31116/stat : 31116 (python) S 31110 31110 31027 0 -1 4202560 737 0 0 0 0 0 0 0 19 0 1 0 669133754 286117888 5792 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037135 0 0 16781312 514 4391356536899764223 0 0 17 1 0 0 0
/proc/31116/statm: 69853 5792 354 364 0 5771 0
[pid=31118] ppid=31116 vsize=1018088 CPUtime=0.54 cores=0-7
/proc/31118/stat : 31118 (gnovelty+2) R 31116 31118 31118 0 -1 4202496 567 0 0 0 54 0 0 0 22 0 1 0 669133754 1042522112 306 33554432000 134512640 135663704 4287066704 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31118/statm: 254522 306 113 282 0 254238 0
[pid=31119] ppid=31110 vsize=289988 CPUtime=0 cores=0-7
/proc/31119/stat : 31119 (python) S 31110 31110 31027 0 -1 4202560 737 0 0 0 0 0 0 0 20 0 1 0 669133757 296947712 5838 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 6137884028377759743 0 0 17 1 0 0 0
/proc/31119/statm: 72497 5838 348 364 0 8412 0
[pid=31121] ppid=31119 vsize=1018088 CPUtime=0.51 cores=0-7
/proc/31121/stat : 31121 (gnovelty+2) R 31119 31121 31121 0 -1 4202496 571 0 0 0 51 0 0 0 23 0 1 0 669133757 1042522112 306 33554432000 134512640 135663704 4288430944 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31121/statm: 254522 306 113 282 0 254238 0
[pid=31122] ppid=31110 vsize=365780 CPUtime=0 cores=0-7
/proc/31122/stat : 31122 (python) S 31110 31110 31027 0 -1 4202560 686 0 0 0 0 0 0 0 20 0 1 0 669133760 374558720 6011 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 17922791602997166079 0 0 17 7 0 0 0
/proc/31122/statm: 91445 6011 344 364 0 27357 0
[pid=31124] ppid=31122 vsize=417048 CPUtime=0.48 cores=0-7
/proc/31124/stat : 31124 (adaptg2wsat2009) R 31122 31124 31124 0 -1 4202496 670 0 0 0 48 0 0 0 23 0 1 0 669133760 427057152 418 33554432000 134512640 135107411 4286948864 18446744073709551615 134523302 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31124/statm: 104262 418 49 146 0 103138 0
[pid=31125] ppid=31110 vsize=376036 CPUtime=0 cores=0-7
/proc/31125/stat : 31125 (python) S 31110 31110 31027 0 -1 4202560 696 0 0 0 0 0 0 0 19 0 1 0 669133763 385060864 5972 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 4148720434050760703 0 0 17 6 0 0 0
/proc/31125/statm: 94009 5972 344 364 0 29918 0
[pid=31127] ppid=31125 vsize=417048 CPUtime=0.43 cores=0-7
/proc/31127/stat : 31127 (adaptg2wsat2009) R 31125 31127 31127 0 -1 4202496 674 0 0 0 43 0 0 0 21 0 1 0 669133763 427057152 419 33554432000 134512640 135107411 4286673728 18446744073709551615 134523319 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31127/statm: 104262 419 49 146 0 103138 0
[pid=31128] ppid=31110 vsize=386292 CPUtime=0 cores=0-7
/proc/31128/stat : 31128 (python) S 31110 31110 31027 0 -1 4202560 702 0 0 0 0 0 0 0 21 0 1 0 669133766 395563008 5977 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 4438883751644102655 0 0 17 4 0 0 0
/proc/31128/statm: 96573 5977 344 364 0 32479 0
[pid=31130] ppid=31128 vsize=417048 CPUtime=0.42 cores=0-7
/proc/31130/stat : 31130 (adaptg2wsat2009) R 31128 31130 31130 0 -1 4202496 677 0 0 0 42 0 0 0 25 0 1 0 669133766 427057152 418 33554432000 134512640 135107411 4294436416 18446744073709551615 134523302 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31130/statm: 104262 418 49 146 0 103138 0
[pid=31131] ppid=31110 vsize=396548 CPUtime=0 cores=0-7
/proc/31131/stat : 31131 (python) S 31110 31110 31027 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 669133769 406065152 6105 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 14253233392823828479 0 0 17 4 0 0 0
/proc/31131/statm: 99137 6105 348 364 0 35040 0
[pid=31110/tid=31117] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31117/stat : 31117 (python) S 31108 31110 31027 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 9 0 669133754 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 0 0 0 0
[pid=31110/tid=31120] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31120/stat : 31120 (python) S 31108 31110 31027 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 669133757 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 3 0 0 0
[pid=31110/tid=31123] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31123/stat : 31123 (python) S 31108 31110 31027 0 -1 4202560 87 935 0 0 0 0 0 0 20 0 9 0 669133760 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 0 0 0 0
[pid=31110/tid=31126] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31126/stat : 31126 (python) S 31108 31110 31027 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 669133763 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 6 0 0 0
[pid=31110/tid=31129] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31129/stat : 31129 (python) S 31108 31110 31027 0 -1 4202560 32 935 0 0 0 0 0 0 22 0 9 0 669133766 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 0 0 0 0
[pid=31110/tid=31132] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31132/stat : 31132 (python) S 31108 31110 31027 0 -1 4202560 31 935 0 0 0 0 0 0 24 0 9 0 669133769 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 5808680

[startup+3.10146 s]
/proc/loadavg: 7.48 8.18 8.18 9/494 31139
/proc/meminfo: memFree=10246636/32951124 swapFree=56316216/67111528
[pid=31110] ppid=31108 vsize=427304 CPUtime=1.06 cores=0-7
/proc/31110/stat : 31110 (python) S 31108 31110 31027 0 -1 4202496 15878 935 1 0 95 11 0 0 19 0 9 0 669133659 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 106826 7557 1891 364 0 42723 0
[pid=31116] ppid=31110 vsize=279412 CPUtime=0 cores=0-7
/proc/31116/stat : 31116 (python) S 31110 31110 31027 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 669133754 286117888 5792 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037135 0 0 16781312 514 4391356536899731716 0 0 17 1 0 0 0
/proc/31116/statm: 69853 5792 354 364 0 5771 0
[pid=31118] ppid=31116 vsize=1018088 CPUtime=2.13 cores=0-7
/proc/31118/stat : 31118 (gnovelty+2) R 31116 31118 31118 0 -1 4202496 567 0 0 0 213 0 0 0 25 0 1 0 669133754 1042522112 306 33554432000 134512640 135663704 4287066704 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31118/statm: 254522 306 113 282 0 254238 0
[pid=31119] ppid=31110 vsize=289988 CPUtime=0 cores=0-7
/proc/31119/stat : 31119 (python) S 31110 31110 31027 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 669133757 296947712 5838 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 6137884028377727234 0 0 17 1 0 0 0
/proc/31119/statm: 72497 5838 348 364 0 8412 0
[pid=31121] ppid=31119 vsize=1018088 CPUtime=2.11 cores=0-7
/proc/31121/stat : 31121 (gnovelty+2) R 31119 31121 31121 0 -1 4202496 571 0 0 0 211 0 0 0 25 0 1 0 669133757 1042522112 306 33554432000 134512640 135663704 4288430944 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31121/statm: 254522 306 113 282 0 254238 0
[pid=31122] ppid=31110 vsize=365780 CPUtime=0 cores=0-7
/proc/31122/stat : 31122 (python) S 31110 31110 31027 0 -1 4202560 702 0 0 0 0 0 0 0 18 0 1 0 669133760 374558720 6015 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 17922791602997133572 0 0 17 7 0 0 0
/proc/31122/statm: 91445 6015 348 364 0 27357 0
[pid=31124] ppid=31122 vsize=417192 CPUtime=2.08 cores=0-7
/proc/31124/stat : 31124 (adaptg2wsat2009) R 31122 31124 31124 0 -1 4202496 748 0 0 0 208 0 0 0 25 0 1 0 669133760 427204608 496 33554432000 134512640 135107411 4286948864 18446744073709551615 134531792 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31124/statm: 104298 496 59 146 0 103174 0
[pid=31125] ppid=31110 vsize=376036 CPUtime=0 cores=0-7
/proc/31125/stat : 31125 (python) S 31110 31110 31027 0 -1 4202560 712 0 0 0 0 0 0 0 18 0 1 0 669133763 385060864 5976 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 4148720434050728194 0 0 17 6 0 0 0
/proc/31125/statm: 94009 5976 348 364 0 29918 0
[pid=31127] ppid=31125 vsize=417192 CPUtime=2.02 cores=0-7
/proc/31127/stat : 31127 (adaptg2wsat2009) R 31125 31127 31127 0 -1 4202496 751 0 0 0 202 0 0 0 25 0 1 0 669133763 427204608 496 33554432000 134512640 135107411 4286673728 18446744073709551615 134532381 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31127/statm: 104298 496 59 146 0 103174 0
[pid=31128] ppid=31110 vsize=386292 CPUtime=0 cores=0-7
/proc/31128/stat : 31128 (python) S 31110 31110 31027 0 -1 4202560 720 0 0 0 0 0 0 0 18 0 1 0 669133766 395563008 5981 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 4438883751644070147 0 0 17 4 0 0 0
/proc/31128/statm: 96573 5981 348 364 0 32479 0
[pid=31130] ppid=31128 vsize=417192 CPUtime=2.02 cores=0-7
/proc/31130/stat : 31130 (adaptg2wsat2009) R 31128 31130 31130 0 -1 4202496 755 0 0 0 202 0 0 0 25 0 1 0 669133766 427204608 496 33554432000 134512640 135107411 4294436416 18446744073709551615 134532224 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31130/statm: 104298 496 59 146 0 103174 0
[pid=31131] ppid=31110 vsize=396548 CPUtime=0 cores=0-7
/proc/31131/stat : 31131 (python) S 31110 31110 31027 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 669133769 406065152 6105 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 14253233392823795972 0 0 17 4 0 0 0
/proc/31131/statm: 99137 6105 348 364 0 35040 0
[pid=31133] ppid=31131 vsize=1018088 CPUtime=1.99 cores=0-7
/proc/31133/stat : 31133 (gnovelty+2) R 31131 31133 31133 0 -1 4202496 563 0 0 0 199 0 0 0 25 0 1 0 669133769 1042522112 307 33554432000 134512640 135663704 4290224272 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31133/statm: 254522 307 113 282 0 254238 0
[pid=31134] ppid=31110 vsize=406804 CPUtime=0 cores=0-7
/proc/31134/stat : 31134 (python) S 31110 31110 31027 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 669133772 416567296 6005 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 8595360961055948799 0 0 17 6 0 0 0
/proc/31134/statm: 101701 6005 348 364 0 37601 0
[pid=31136] ppid=31134 vsize=247348 CPUtime=1.93 cores=0-7
/proc/31136/stat : 31136 (FH) R 31134 31136 31136 0 -1 4202496 703 0 0 0 193 0 0 0 25 0 1 0 669133772 253284352 444 33554432000 134512640 134936988 4286816608 18446744073709551615 134552400 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31136/statm: 61837 444 41 104 0 61341 0
[pid=31137] ppid=31110 vsize=417060 CPUtime=0 cores=0-7
/proc/31137/stat : 31137 (python) S 31110 31110 31027 0 -1 4202560 774 0 0 0 0 0 0 0 18 0 1 0 669133775 427069440 6016 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 8369354421821243391 0 0 17 6 0 0 0
/proc/31137/statm: 104265 6016 354 364 0 40162 0
[pid=31139] ppid=31137 vsize=417192 CPUtime=1.93 cores=0-7
/proc/31139/stat : 31139 (adaptg2wsat2009) R 31137 31139 31139 0 -1 4202496 762 0 0 0 193 0 0 0 25 0 1 0 669133775 427204608 496 33554432000 134512640 135107411 4289953728 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31139/statm: 104298 496 59 146 0 103174 0
[pid=31110/tid=31117] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31117/stat : 31117 (python) S 31108 31110 31027 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 9 0 669133754 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 0 0 0 0
[pid=31110/tid=31120] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31120/stat : 31120 (python) S 31108 31110 31027 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 669133757 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 3 0 0 0
[pid=31110/tid=31123] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31123/stat : 31123 (python) S 31108 31110 31027 0 -1 4202560 87 935 0 0 0 0 0 0 20 0 9 0 669133760 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 0 0 0 0
[pid=31110/tid=31126] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31126/stat : 31126 (python) S 31108 31110 31027 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 669133763 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 6 0 0 0
[pid=31110/tid=31129] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31129/stat : 31129 (python) S 31108 31110 31027 0 -1 4202560 32 935 0 0 0 0 0 0 22 0 9 0 669133766 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 0 0 0 0
[pid=31110/tid=31132] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31132/stat : 31132 (python) S 31108 31110 31027 0 -1 4202560 31 935 0 0 0 0 0 0 24 0 9 0 669133769 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 4 0 0 0
[pid=31110/tid=31135] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31135/stat : 31135 (python) S 31108 31110 31027 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 9 0 669133772 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 4 0 0 0
[pid=31110/tid=31138] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31138/stat : 31138 (python) S 31108 31110 31027 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 669133775 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.27
Current children cumulated vsize (KiB) 8315604

Solver just ended. Dumping a history of the last processes samples

[startup+3.20144 s]
/proc/loadavg: 7.48 8.18 8.18 9/494 31139
/proc/meminfo: memFree=10246636/32951124 swapFree=56316216/67111528
[pid=31110] ppid=31108 vsize=427304 CPUtime=1.06 cores=0-7
/proc/31110/stat : 31110 (python) S 31108 31110 31027 0 -1 4202496 15878 935 1 0 95 11 0 0 19 0 9 0 669133659 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 106826 7557 1891 364 0 42723 0
[pid=31116] ppid=31110 vsize=279412 CPUtime=0 cores=0-7

################
# More data... #
################

[pid=31137] ppid=31110 vsize=417060 CPUtime=0 cores=0-7
/proc/31137/stat : 31137 (python) S 31110 31110 31027 0 -1 4202560 774 0 0 0 0 0 0 0 18 0 1 0 669133775 427069440 6016 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 8369354421821210882 0 0 17 6 0 0 0
/proc/31137/statm: 104265 6016 354 364 0 40162 0
[pid=31139] ppid=31137 vsize=417192 CPUtime=3.23 cores=0-7
/proc/31139/stat : 31139 (adaptg2wsat2009) R 31137 31139 31139 0 -1 4202496 762 0 0 0 323 0 0 0 25 0 1 0 669133775 427204608 496 33554432000 134512640 135107411 4289953728 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31139/statm: 104298 496 59 146 0 103174 0
[pid=31110/tid=31117] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31117/stat : 31117 (python) S 31108 31110 31027 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 9 0 669133754 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 0 0 0 0
[pid=31110/tid=31120] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31120/stat : 31120 (python) S 31108 31110 31027 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 669133757 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 3 0 0 0
[pid=31110/tid=31123] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31123/stat : 31123 (python) S 31108 31110 31027 0 -1 4202560 87 935 0 0 0 0 0 0 20 0 9 0 669133760 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 0 0 0 0
[pid=31110/tid=31126] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31126/stat : 31126 (python) S 31108 31110 31027 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 669133763 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 6 0 0 0
[pid=31110/tid=31129] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31129/stat : 31129 (python) S 31108 31110 31027 0 -1 4202560 32 935 0 0 0 0 0 0 22 0 9 0 669133766 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 0 0 0 0
[pid=31110/tid=31132] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31132/stat : 31132 (python) S 31108 31110 31027 0 -1 4202560 31 935 0 0 0 0 0 0 24 0 9 0 669133769 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 4 0 0 0
[pid=31110/tid=31135] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31135/stat : 31135 (python) S 31108 31110 31027 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 9 0 669133772 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 4 0 0 0
[pid=31110/tid=31138] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31138/stat : 31138 (python) S 31108 31110 31027 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 669133775 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 27.77
Current children cumulated vsize (KiB) 8315604

[startup+4.60117 s]
/proc/loadavg: 7.52 8.18 8.18 9/494 31139
/proc/meminfo: memFree=10244916/32951124 swapFree=56316216/67111528
[pid=31110] ppid=31108 vsize=427304 CPUtime=1.06 cores=0-7
/proc/31110/stat : 31110 (python) S 31108 31110 31027 0 -1 4202496 15878 935 1 0 95 11 0 0 19 0 9 0 669133659 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 106826 7557 1891 364 0 42723 0
[pid=31116] ppid=31110 vsize=279412 CPUtime=0 cores=0-7
/proc/31116/stat : 31116 (python) S 31110 31110 31027 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 669133754 286117888 5792 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037135 0 0 16781312 514 4391356536899731716 0 0 17 1 0 0 0
/proc/31116/statm: 69853 5792 354 364 0 5771 0
[pid=31118] ppid=31116 vsize=1018088 CPUtime=3.63 cores=0-7
/proc/31118/stat : 31118 (gnovelty+2) R 31116 31118 31118 0 -1 4202496 567 0 0 0 363 0 0 0 25 0 1 0 669133754 1042522112 306 33554432000 134512640 135663704 4287066704 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31118/statm: 254522 306 113 282 0 254238 0
[pid=31119] ppid=31110 vsize=289988 CPUtime=0 cores=0-7
/proc/31119/stat : 31119 (python) S 31110 31110 31027 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 669133757 296947712 5838 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 6137884028377727234 0 0 17 1 0 0 0
/proc/31119/statm: 72497 5838 348 364 0 8412 0
[pid=31121] ppid=31119 vsize=1018088 CPUtime=3.61 cores=0-7
/proc/31121/stat : 31121 (gnovelty+2) R 31119 31121 31121 0 -1 4202496 571 0 0 0 361 0 0 0 25 0 1 0 669133757 1042522112 306 33554432000 134512640 135663704 4288430944 18446744073709551615 134524843 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31121/statm: 254522 306 113 282 0 254238 0
[pid=31122] ppid=31110 vsize=365780 CPUtime=0 cores=0-7
/proc/31122/stat : 31122 (python) S 31110 31110 31027 0 -1 4202560 702 0 0 0 0 0 0 0 18 0 1 0 669133760 374558720 6015 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 17922791602997133572 0 0 17 7 0 0 0
/proc/31122/statm: 91445 6015 348 364 0 27357 0
[pid=31124] ppid=31122 vsize=417192 CPUtime=3.58 cores=0-7
/proc/31124/stat : 31124 (adaptg2wsat2009) R 31122 31124 31124 0 -1 4202496 748 0 0 0 358 0 0 0 25 0 1 0 669133760 427204608 496 33554432000 134512640 135107411 4286948864 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31124/statm: 104298 496 59 146 0 103174 0
[pid=31125] ppid=31110 vsize=376036 CPUtime=0 cores=0-7
/proc/31125/stat : 31125 (python) S 31110 31110 31027 0 -1 4202560 712 0 0 0 0 0 0 0 18 0 1 0 669133763 385060864 5976 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 4148720434050728194 0 0 17 6 0 0 0
/proc/31125/statm: 94009 5976 348 364 0 29918 0
[pid=31127] ppid=31125 vsize=417192 CPUtime=3.48 cores=0-7
/proc/31127/stat : 31127 (adaptg2wsat2009) R 31125 31127 31127 0 -1 4202496 751 0 0 0 348 0 0 0 25 0 1 0 669133763 427204608 496 33554432000 134512640 135107411 4286673728 18446744073709551615 134532088 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31127/statm: 104298 496 59 146 0 103174 0
[pid=31128] ppid=31110 vsize=386292 CPUtime=0 cores=0-7
/proc/31128/stat : 31128 (python) S 31110 31110 31027 0 -1 4202560 720 0 0 0 0 0 0 0 18 0 1 0 669133766 395563008 5981 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 4438883751644070147 0 0 17 4 0 0 0
/proc/31128/statm: 96573 5981 348 364 0 32479 0
[pid=31130] ppid=31128 vsize=417192 CPUtime=3.52 cores=0-7
/proc/31130/stat : 31130 (adaptg2wsat2009) R 31128 31130 31130 0 -1 4202496 755 0 0 0 352 0 0 0 25 0 1 0 669133766 427204608 496 33554432000 134512640 135107411 4294436416 18446744073709551615 134532306 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31130/statm: 104298 496 59 146 0 103174 0
[pid=31131] ppid=31110 vsize=396548 CPUtime=0 cores=0-7
/proc/31131/stat : 31131 (python) S 31110 31110 31027 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 669133769 406065152 6105 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 14253233392823795972 0 0 17 4 0 0 0
/proc/31131/statm: 99137 6105 348 364 0 35040 0
[pid=31133] ppid=31131 vsize=1018088 CPUtime=3.49 cores=0-7
/proc/31133/stat : 31133 (gnovelty+2) R 31131 31133 31133 0 -1 4202496 563 0 0 0 349 0 0 0 25 0 1 0 669133769 1042522112 307 33554432000 134512640 135663704 4290224272 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31133/statm: 254522 307 113 282 0 254238 0
[pid=31134] ppid=31110 vsize=406804 CPUtime=0 cores=0-7
/proc/31134/stat : 31134 (python) S 31110 31110 31027 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 669133772 416567296 6005 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 8595360961055916290 0 0 17 6 0 0 0
/proc/31134/statm: 101701 6005 348 364 0 37601 0
[pid=31136] ppid=31134 vsize=247348 CPUtime=3.43 cores=0-7
/proc/31136/stat : 31136 (FH) R 31134 31136 31136 0 -1 4202496 703 0 0 0 343 0 0 0 25 0 1 0 669133772 253284352 444 33554432000 134512640 134936988 4286816608 18446744073709551615 134545187 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31136/statm: 61837 444 41 104 0 61341 0
[pid=31137] ppid=31110 vsize=417060 CPUtime=0 cores=0-7
/proc/31137/stat : 31137 (python) S 31110 31110 31027 0 -1 4202560 774 0 0 0 0 0 0 0 18 0 1 0 669133775 427069440 6016 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 8369354421821210882 0 0 17 6 0 0 0
/proc/31137/statm: 104265 6016 354 364 0 40162 0
[pid=31139] ppid=31137 vsize=417192 CPUtime=3.42 cores=0-7
/proc/31139/stat : 31139 (adaptg2wsat2009) R 31137 31139 31139 0 -1 4202496 762 0 0 0 342 0 0 0 25 0 1 0 669133775 427204608 496 33554432000 134512640 135107411 4289953728 18446744073709551615 134532302 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31139/statm: 104298 496 59 146 0 103174 0
[pid=31110/tid=31117] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31117/stat : 31117 (python) S 31108 31110 31027 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 9 0 669133754 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 0 0 0 0
[pid=31110/tid=31120] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31120/stat : 31120 (python) S 31108 31110 31027 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 669133757 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 3 0 0 0
[pid=31110/tid=31123] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31123/stat : 31123 (python) S 31108 31110 31027 0 -1 4202560 87 935 0 0 0 0 0 0 20 0 9 0 669133760 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 0 0 0 0
[pid=31110/tid=31126] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31126/stat : 31126 (python) S 31108 31110 31027 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 669133763 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 6 0 0 0
[pid=31110/tid=31129] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31129/stat : 31129 (python) S 31108 31110 31027 0 -1 4202560 32 935 0 0 0 0 0 0 22 0 9 0 669133766 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 0 0 0 0
[pid=31110/tid=31132] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31132/stat : 31132 (python) S 31108 31110 31027 0 -1 4202560 31 935 0 0 0 0 0 0 24 0 9 0 669133769 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 4 0 0 0
[pid=31110/tid=31135] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31135/stat : 31135 (python) S 31108 31110 31027 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 9 0 669133772 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 4 0 0 0
[pid=31110/tid=31138] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31138/stat : 31138 (python) S 31108 31110 31027 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 669133775 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 29.22
Current children cumulated vsize (KiB) 8315604

[startup+4.70115 s]
/proc/loadavg: 7.52 8.18 8.18 9/494 31139
/proc/meminfo: memFree=10244916/32951124 swapFree=56316216/67111528
[pid=31110] ppid=31108 vsize=427304 CPUtime=1.06 cores=0-7
/proc/31110/stat : 31110 (python) S 31108 31110 31027 0 -1 4202496 15878 935 1 0 95 11 0 0 19 0 9 0 669133659 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31110/statm: 106826 7557 1891 364 0 42723 0
[pid=31116] ppid=31110 vsize=279412 CPUtime=0 cores=0-7
/proc/31116/stat : 31116 (python) S 31110 31110 31027 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 669133754 286117888 5792 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037135 0 0 16781312 514 4391356536899731716 0 0 17 1 0 0 0
/proc/31116/statm: 69853 5792 354 364 0 5771 0
[pid=31118] ppid=31116 vsize=1018088 CPUtime=3.73 cores=0-7
/proc/31118/stat : 31118 (gnovelty+2) R 31116 31118 31118 0 -1 4202496 567 0 0 0 373 0 0 0 25 0 1 0 669133754 1042522112 306 33554432000 134512640 135663704 4287066704 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31118/statm: 254522 306 113 282 0 254238 0
[pid=31119] ppid=31110 vsize=289988 CPUtime=0 cores=0-7
/proc/31119/stat : 31119 (python) S 31110 31110 31027 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 669133757 296947712 5838 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 6137884028377727234 0 0 17 1 0 0 0
/proc/31119/statm: 72497 5838 348 364 0 8412 0
[pid=31121] ppid=31119 vsize=1018088 CPUtime=3.71 cores=0-7
/proc/31121/stat : 31121 (gnovelty+2) R 31119 31121 31121 0 -1 4202496 571 0 0 0 371 0 0 0 25 0 1 0 669133757 1042522112 306 33554432000 134512640 135663704 4288430944 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31121/statm: 254522 306 113 282 0 254238 0
[pid=31122] ppid=31110 vsize=365780 CPUtime=0 cores=0-7
/proc/31122/stat : 31122 (python) S 31110 31110 31027 0 -1 4202560 702 0 0 0 0 0 0 0 18 0 1 0 669133760 374558720 6015 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 17922791602997133572 0 0 17 7 0 0 0
/proc/31122/statm: 91445 6015 348 364 0 27357 0
[pid=31124] ppid=31122 vsize=417192 CPUtime=3.68 cores=0-7
/proc/31124/stat : 31124 (adaptg2wsat2009) R 31122 31124 31124 0 -1 4202496 748 0 0 0 368 0 0 0 25 0 1 0 669133760 427204608 496 33554432000 134512640 135107411 4286948864 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31124/statm: 104298 496 59 146 0 103174 0
[pid=31125] ppid=31110 vsize=376036 CPUtime=0 cores=0-7
/proc/31125/stat : 31125 (python) S 31110 31110 31027 0 -1 4202560 712 0 0 0 0 0 0 0 18 0 1 0 669133763 385060864 5976 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 4148720434050728194 0 0 17 6 0 0 0
/proc/31125/statm: 94009 5976 348 364 0 29918 0
[pid=31127] ppid=31125 vsize=417192 CPUtime=3.58 cores=0-7
/proc/31127/stat : 31127 (adaptg2wsat2009) R 31125 31127 31127 0 -1 4202496 751 0 0 0 358 0 0 0 25 0 1 0 669133763 427204608 496 33554432000 134512640 135107411 4286673728 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31127/statm: 104298 496 59 146 0 103174 0
[pid=31128] ppid=31110 vsize=386292 CPUtime=0 cores=0-7
/proc/31128/stat : 31128 (python) S 31110 31110 31027 0 -1 4202560 720 0 0 0 0 0 0 0 18 0 1 0 669133766 395563008 5981 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 4438883751644070147 0 0 17 4 0 0 0
/proc/31128/statm: 96573 5981 348 364 0 32479 0
[pid=31130] ppid=31128 vsize=417192 CPUtime=3.62 cores=0-7
/proc/31130/stat : 31130 (adaptg2wsat2009) R 31128 31130 31130 0 -1 4202496 755 0 0 0 362 0 0 0 25 0 1 0 669133766 427204608 496 33554432000 134512640 135107411 4294436416 18446744073709551615 134531528 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31130/statm: 104298 496 59 146 0 103174 0
[pid=31131] ppid=31110 vsize=396548 CPUtime=0 cores=0-7
/proc/31131/stat : 31131 (python) S 31110 31110 31027 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 669133769 406065152 6105 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 14253233392823795972 0 0 17 4 0 0 0
/proc/31131/statm: 99137 6105 348 364 0 35040 0
[pid=31133] ppid=31131 vsize=1018088 CPUtime=3.59 cores=0-7
/proc/31133/stat : 31133 (gnovelty+2) R 31131 31133 31133 0 -1 4202496 563 0 0 0 359 0 0 0 25 0 1 0 669133769 1042522112 307 33554432000 134512640 135663704 4290224272 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31133/statm: 254522 307 113 282 0 254238 0
[pid=31134] ppid=31110 vsize=406804 CPUtime=0 cores=0-7
/proc/31134/stat : 31134 (python) S 31110 31110 31027 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 669133772 416567296 6005 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 8595360961055916290 0 0 17 6 0 0 0
/proc/31134/statm: 101701 6005 348 364 0 37601 0
[pid=31136] ppid=31134 vsize=247348 CPUtime=3.53 cores=0-7
/proc/31136/stat : 31136 (FH) R 31134 31136 31136 0 -1 4202496 703 0 0 0 353 0 0 0 25 0 1 0 669133772 253284352 444 33554432000 134512640 134936988 4286816608 18446744073709551615 134546223 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31136/statm: 61837 444 41 104 0 61341 0
[pid=31137] ppid=31110 vsize=417060 CPUtime=0 cores=0-7
/proc/31137/stat : 31137 (python) S 31110 31110 31027 0 -1 4202560 774 0 0 0 0 0 0 0 18 0 1 0 669133775 427069440 6016 33554432000 4194304 5683644 140736708195552 18446744073709551615 212436037190 0 0 16781312 514 8369354421821210882 0 0 17 6 0 0 0
/proc/31137/statm: 104265 6016 354 364 0 40162 0
[pid=31139] ppid=31137 vsize=417192 CPUtime=3.52 cores=0-7
/proc/31139/stat : 31139 (adaptg2wsat2009) R 31137 31139 31139 0 -1 4202496 762 0 0 0 352 0 0 0 25 0 1 0 669133775 427204608 496 33554432000 134512640 135107411 4289953728 18446744073709551615 134532224 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31139/statm: 104298 496 59 146 0 103174 0
[pid=31110/tid=31117] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31117/stat : 31117 (python) S 31108 31110 31027 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 9 0 669133754 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 0 0 0 0
[pid=31110/tid=31120] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31120/stat : 31120 (python) S 31108 31110 31027 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 669133757 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 3 0 0 0
[pid=31110/tid=31123] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31123/stat : 31123 (python) S 31108 31110 31027 0 -1 4202560 87 935 0 0 0 0 0 0 20 0 9 0 669133760 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 0 0 0 0
[pid=31110/tid=31126] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31126/stat : 31126 (python) S 31108 31110 31027 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 669133763 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 6 0 0 0
[pid=31110/tid=31129] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31129/stat : 31129 (python) S 31108 31110 31027 0 -1 4202560 32 935 0 0 0 0 0 0 22 0 9 0 669133766 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 0 0 0 0
[pid=31110/tid=31132] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31132/stat : 31132 (python) S 31108 31110 31027 0 -1 4202560 31 935 0 0 0 0 0 0 24 0 9 0 669133769 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 4 0 0 0
[pid=31110/tid=31135] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31135/stat : 31135 (python) S 31108 31110 31027 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 9 0 669133772 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 4 0 0 0
[pid=31110/tid=31138] ppid=31108 vsize=427304 CPUtime=0 cores=0-7
/proc/31110/task/31138/stat : 31138 (python) S 31108 31110 31027 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 669133775 437559296 7557 33554432000 4194304 5683644 140736708195552 18446744073709551615 212447840689 0 0 16781312 2 18446604448374459072 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 30.02
Current children cumulated vsize (KiB) 8315604

Child status: 0
Real time (s): 4.75035
CPU time (s): 30.3114
CPU user time (s): 30.1444
CPU system time (s): 0.166974
CPU usage (%): 638.087
Max. virtual memory (cumulated for all children) (KiB): 8315604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.1444
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33242
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1379
involuntary context switches= 224

runsolver used 0.027995 second user time and 0.058991 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-16 21:48:33
IDJOB=3385794
IDBENCH=83059
IDSOLVER=1870
FILE ID=node102/3385794-1305575313
RUNJOBID= node102-1305575311-31041
PBS_JOBID= 13350161
Free space on /tmp= 73580 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S2039249975-038.SATISFIABLE.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385794-1305575313/watcher-3385794-1305575313 -o /tmp/evaluation-result-3385794-1305575313/solver-3385794-1305575313 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385794-1305575313.cnf -seed 26066992 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 64cfbb29f16ce069bd41061252da74bd
RANDOM SEED=26066992

node102.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10308068 kB
Buffers:        129840 kB
Cached:        1056064 kB
SwapCached:      33496 kB
Active:       13774224 kB
Inactive:      8613064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10308068 kB
SwapTotal:    67111528 kB
SwapFree:     56316216 kB
Dirty:           32136 kB
Writeback:           0 kB
AnonPages:    21179052 kB
Mapped:          23800 kB
Slab:            81636 kB
PageTables:      98524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134971652 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73548 MiB
End job on node102 at 2011-05-16 21:48:38