Trace number 3321957

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-randomSAT 20.2559 3.83819

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S661190852-039.SATISFIABLE.cnf
MD5SUMae2c6ab9f054a239f861b972b7e9a79b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.087985
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.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3321957-1304370013.cnf
0.32/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.60/0.80	c INFO: computed variable balance statistics
0.80/0.91	c INFO: computed small-clause counts
0.80/0.91	c INFO: computed Horn-clause counts
0.80/0.92	c INFO: computed variable graph statistics
0.80/0.92	c INFO: collected features for HOME/instance-3321957-1304370013.cnf in 0.45 s
0.80/0.95	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.46)
0.80/0.99	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.11)
0.95/1.03	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.06)
0.95/1.06	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.05)
0.95/1.10	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.04)
1.24/1.14	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.03)
1.24/1.18	c INFO: running FH@0 for 97 with 39999 remaining (b = 0.02)
1.52/1.22	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.02)
20.09/3.81	s SATISFIABLE
20.09/3.81	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: 935)

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-3321957-1304370013/watcher-3321957-1304370013 -o /tmp/evaluation-result-3321957-1304370013/solver-3321957-1304370013 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321957-1304370013.cnf -seed 2011615297 -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.94 8.83 8.94 2/239 17430
/proc/meminfo: memFree=6780804/32951124 swapFree=67051472/67111528
[pid=17430] ppid=17428 vsize=15776 CPUtime=0 cores=0-7
/proc/17430/stat : 17430 (python) R 17428 17430 17290 0 -1 4202496 885 0 0 0 0 0 0 0 25 0 1 0 548604082 16154624 767 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370618053 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17430/statm: 3944 768 343 364 0 431 0

[startup+0.0183729 s]
/proc/loadavg: 7.94 8.83 8.94 2/239 17430
/proc/meminfo: memFree=6780804/32951124 swapFree=67051472/67111528
[pid=17430] ppid=17428 vsize=16244 CPUtime=0.01 cores=0-7
/proc/17430/stat : 17430 (python) R 17428 17430 17290 0 -1 4202496 1063 0 0 0 1 0 0 0 25 0 1 0 548604082 16633856 935 33554432000 4194304 5683644 140733973642656 18446744073709551615 4963746 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17430/statm: 4061 935 381 364 0 548 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16244

[startup+0.100363 s]
/proc/loadavg: 7.94 8.83 8.94 2/239 17430
/proc/meminfo: memFree=6780804/32951124 swapFree=67051472/67111528
[pid=17430] ppid=17428 vsize=104224 CPUtime=0.07 cores=0-7
/proc/17430/stat : 17430 (python) S 17428 17430 17290 0 -1 4202496 3050 0 0 0 5 2 0 0 17 0 1 0 548604082 106725376 2734 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/17430/statm: 26056 2734 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300329 s]
/proc/loadavg: 7.94 8.83 8.94 2/239 17430
/proc/meminfo: memFree=6780804/32951124 swapFree=67051472/67111528
[pid=17430] ppid=17428 vsize=170756 CPUtime=0.23 cores=0-7
/proc/17430/stat : 17430 (python) S 17428 17430 17290 0 -1 4202496 6728 932 1 0 18 5 0 0 18 0 1 0 548604082 174854144 4806 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/17430/statm: 42689 4806 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.700247 s]
/proc/loadavg: 7.94 8.83 8.94 2/239 17430
/proc/meminfo: memFree=6780804/32951124 swapFree=67051472/67111528
[pid=17430] ppid=17428 vsize=280236 CPUtime=0.6 cores=0-7
/proc/17430/stat : 17430 (python) R 17428 17430 17290 0 -1 4202496 9992 932 1 0 52 8 0 0 18 0 1 0 548604082 286961664 7444 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370606284 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/17430/statm: 70059 7444 1826 364 0 5983 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 280236

[startup+1.50107 s]
/proc/loadavg: 7.94 8.83 8.94 6/246 17441
/proc/meminfo: memFree=6749748/32951124 swapFree=67051472/67111528
[pid=17430] ppid=17428 vsize=361772 CPUtime=1.12 cores=0-7
/proc/17430/stat : 17430 (python) S 17428 17430 17290 0 -1 4202496 16835 932 1 0 102 10 0 0 21 0 9 0 548604082 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17430/statm: 90443 7410 1891 364 0 26340 0
[pid=17436] ppid=17430 vsize=279416 CPUtime=0 cores=0-7
/proc/17436/stat : 17436 (python) S 17430 17430 17290 0 -1 4202560 741 0 0 0 0 0 0 0 20 0 1 0 548604177 286121984 5793 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977295 0 0 16781312 514 12543071423800803327 0 0 17 3 0 0 0
/proc/17436/statm: 69854 5793 354 364 0 5772 0
[pid=17438] ppid=17436 vsize=1018092 CPUtime=0.41 cores=0-7
/proc/17438/stat : 17438 (gnovelty+2) R 17436 17438 17438 0 -1 4202496 573 0 0 0 41 0 0 0 23 0 1 0 548604178 1042526208 306 33554432000 134512640 135663704 4293299472 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17438/statm: 254523 306 113 282 0 254239 0
[pid=17439] ppid=17430 vsize=289992 CPUtime=0 cores=0-7
/proc/17439/stat : 17439 (python) S 17430 17430 17290 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 548604181 296951808 5839 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 8846988045363183615 0 0 17 1 0 0 0
/proc/17439/statm: 72498 5839 348 364 0 8413 0
[pid=17441] ppid=17439 vsize=1018092 CPUtime=0.5 cores=0-7
/proc/17441/stat : 17441 (gnovelty+2) R 17439 17441 17441 0 -1 4202496 566 0 0 0 50 0 0 0 21 0 1 0 548604181 1042526208 306 33554432000 134512640 135663704 4288063856 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17441/statm: 254523 306 113 282 0 254239 0
[pid=17430/tid=17437] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17437/stat : 17437 (python) S 17428 17430 17290 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 9 0 548604178 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 3 0 0 0
[pid=17430/tid=17440] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17440/stat : 17440 (python) S 17428 17430 17290 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 548604181 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 2967364

[startup+3.10178 s]
/proc/loadavg: 7.94 8.83 8.94 10/264 17459
/proc/meminfo: memFree=6713264/32951124 swapFree=67051472/67111528
[pid=17430] ppid=17428 vsize=361772 CPUtime=1.12 cores=0-7
/proc/17430/stat : 17430 (python) S 17428 17430 17290 0 -1 4202496 16835 932 1 0 102 10 0 0 21 0 9 0 548604082 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17430/statm: 90443 7410 1891 364 0 26340 0
[pid=17436] ppid=17430 vsize=279416 CPUtime=0 cores=0-7
/proc/17436/stat : 17436 (python) S 17430 17430 17290 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 548604177 286121984 5793 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977295 0 0 16781312 514 12543071423800770822 0 0 17 3 0 0 0
/proc/17436/statm: 69854 5793 354 364 0 5772 0
[pid=17438] ppid=17436 vsize=1018092 CPUtime=1.21 cores=0-7
/proc/17438/stat : 17438 (gnovelty+2) R 17436 17438 17438 0 -1 4202496 573 0 0 0 121 0 0 0 25 0 1 0 548604178 1042526208 306 33554432000 134512640 135663704 4293299472 18446744073709551615 134525091 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17438/statm: 254523 306 113 282 0 254239 0
[pid=17439] ppid=17430 vsize=289992 CPUtime=0 cores=0-7
/proc/17439/stat : 17439 (python) S 17430 17430 17290 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 548604181 296951808 5839 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 8846988045363151110 0 0 17 1 0 0 0
/proc/17439/statm: 72498 5839 348 364 0 8413 0
[pid=17441] ppid=17439 vsize=1018092 CPUtime=2.1 cores=0-7
/proc/17441/stat : 17441 (gnovelty+2) R 17439 17441 17441 0 -1 4202496 566 0 0 0 210 0 0 0 25 0 1 0 548604181 1042526208 306 33554432000 134512640 135663704 4288063856 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17441/statm: 254523 306 113 282 0 254239 0
[pid=17442] ppid=17430 vsize=300248 CPUtime=0 cores=0-7
/proc/17442/stat : 17442 (python) S 17430 17430 17290 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 548604185 307453952 5843 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 4508621651025297669 0 0 17 3 0 0 0
/proc/17442/statm: 75062 5843 348 364 0 10974 0
[pid=17444] ppid=17442 vsize=417192 CPUtime=2.06 cores=0-7
/proc/17444/stat : 17444 (adaptg2wsat2009) R 17442 17444 17444 0 -1 4202496 763 0 0 0 206 0 0 0 25 0 1 0 548604185 427204608 497 33554432000 134512640 135107411 4289057008 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17444/statm: 104298 497 59 146 0 103174 0
[pid=17445] ppid=17430 vsize=310504 CPUtime=0 cores=0-7
/proc/17445/stat : 17445 (python) S 17430 17430 17290 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 548604189 317956096 5847 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 11122176670394450182 0 0 17 1 0 0 0
/proc/17445/statm: 77626 5847 348 364 0 13535 0
[pid=17447] ppid=17445 vsize=417192 CPUtime=2.02 cores=0-7
/proc/17447/stat : 17447 (adaptg2wsat2009) R 17445 17447 17447 0 -1 4202496 761 0 0 0 202 0 0 0 25 0 1 0 548604189 427204608 495 33554432000 134512640 135107411 4292194672 18446744073709551615 134531656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17447/statm: 104298 495 59 146 0 103174 0
[pid=17448] ppid=17430 vsize=320760 CPUtime=0 cores=0-7
/proc/17448/stat : 17448 (python) S 17430 17430 17290 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 548604192 328458240 5851 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 1996533075307134975 0 0 17 1 0 0 0
/proc/17448/statm: 80190 5851 348 364 0 16096 0
[pid=17450] ppid=17448 vsize=417192 CPUtime=1.98 cores=0-7
/proc/17450/stat : 17450 (adaptg2wsat2009) R 17448 17450 17450 0 -1 4202496 761 0 0 0 198 0 0 0 25 0 1 0 548604193 427204608 495 33554432000 134512640 135107411 4286670736 18446744073709551615 134531731 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17450/statm: 104298 495 59 146 0 103174 0
[pid=17451] ppid=17430 vsize=331016 CPUtime=0 cores=0-7
/proc/17451/stat : 17451 (python) S 17430 17430 17290 0 -1 4202560 767 0 0 0 0 0 0 0 18 0 1 0 548604196 338960384 5855 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 4446064662085075207 0 0 17 1 0 0 0
/proc/17451/statm: 82754 5855 348 364 0 18657 0
[pid=17453] ppid=17451 vsize=1018092 CPUtime=1.94 cores=0-7
/proc/17453/stat : 17453 (gnovelty+2) R 17451 17453 17453 0 -1 4202496 573 0 0 0 194 0 0 0 25 0 1 0 548604197 1042526208 307 33554432000 134512640 135663704 4290688496 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17453/statm: 254523 307 113 282 0 254239 0
[pid=17454] ppid=17430 vsize=341272 CPUtime=0 cores=0-7
/proc/17454/stat : 17454 (python) S 17430 17430 17290 0 -1 4202560 770 0 0 0 0 0 0 0 18 0 1 0 548604200 349462528 5859 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 7102019936251281407 0 0 17 7 0 0 0
/proc/17454/statm: 85318 5859 348 364 0 21218 0
[pid=17456] ppid=17454 vsize=247352 CPUtime=1.85 cores=0-7
/proc/17456/stat : 17456 (FH) R 17454 17456 17456 0 -1 4202496 709 0 0 0 185 0 0 0 25 0 1 0 548604202 253288448 443 33554432000 134512640 134936988 4289911072 18446744073709551615 134553554 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17456/statm: 61838 443 41 104 0 61342 0
[pid=17457] ppid=17430 vsize=351528 CPUtime=0 cores=0-7
/proc/17457/stat : 17457 (python) S 17430 17430 17290 0 -1 4202560 800 0 0 0 0 0 0 0 18 0 1 0 548604204 359964672 5869 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 819132318697390079 0 0 17 7 0 0 0
/proc/17457/statm: 87882 5869 354 364 0 23779 0
[pid=17459] ppid=17457 vsize=417048 CPUtime=0.91 cores=0-7
/proc/17459/stat : 17459 (adaptg2wsat2009) R 17457 17459 17459 0 -1 4202496 691 0 0 0 91 0 0 0 25 0 1 0 548604205 427057152 418 33554432000 134512640 135107411 4288125504 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17459/statm: 104262 418 49 146 0 103138 0
[pid=17430/tid=17437] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17437/stat : 17437 (python) S 17428 17430 17290 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 9 0 548604178 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 3 0 0 0
[pid=17430/tid=17440] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17440/stat : 17440 (python) S 17428 17430 17290 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 548604181 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17443] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17443/stat : 17443 (python) S 17428 17430 17290 0 -1 4202560 19 932 0 0 0 0 0 0 18 0 9 0 548604185 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17446] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17446/stat : 17446 (python) S 17428 17430 17290 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 548604189 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17449] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17449/stat : 17449 (python) S 17428 17430 17290 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 548604193 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17452] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17452/stat : 17452 (python) S 17428 17430 17290 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 548604197 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17455] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17455/stat : 17455 (python) S 17428 17430 17290 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 548604200 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 7 0 0 0
[pid=17430/tid=17458] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17458/stat : 17458 (python) S 17428 17430 17290 0 -1 4202560 79 932 0 0 0 0 0 0 23 0 9 0 548604204 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15.19
Current children cumulated vsize (KiB) 7856760

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

[startup+3.50171 s]
/proc/loadavg: 8.19 8.87 8.95 10/264 17459
/proc/meminfo: memFree=6711652/32951124 swapFree=67051472/67111528
[pid=17430] ppid=17428 vsize=361772 CPUtime=1.12 cores=0-7
/proc/17430/stat : 17430 (python) S 17428 17430 17290 0 -1 4202496 16835 932 1 0 102 10 0 0 21 0 9 0 548604082 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17430/statm: 90443 7410 1891 364 0 26340 0
[pid=17436] ppid=17430 vsize=279416 CPUtime=0 cores=0-7
/proc/17436/stat : 17436 (python) S 17430 17430 17290 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 548604177 286121984 5793 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977295 0 0 16781312 514 12543071423800770822 0 0 17 3 0 0 0
/proc/17436/statm: 69854 5793 354 364 0 5772 0
[pid=17438] ppid=17436 vsize=1018092 CPUtime=1.41 cores=0-7
/proc/17438/stat : 17438 (gnovelty+2) R 17436 17438 17438 0 -1 4202496 573 0 0 0 141 0 0 0 25 0 1 0 548604178 1042526208 306 33554432000 134512640 135663704 4293299472 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17438/statm: 254523 306 113 282 0 254239 0
[pid=17439] ppid=17430 vsize=289992 CPUtime=0 cores=0-7
/proc/17439/stat : 17439 (python) S 17430 17430 17290 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 548604181 296951808 5839 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 8846988045363151110 0 0 17 1 0 0 0
/proc/17439/statm: 72498 5839 348 364 0 8413 0
[pid=17441] ppid=17439 vsize=1018092 CPUtime=2.5 cores=0-7
/proc/17441/stat : 17441 (gnovelty+2) R 17439 17441 17441 0 -1 4202496 566 0 0 0 250 0 0 0 25 0 1 0 548604181 1042526208 306 33554432000 134512640 135663704 4288063856 18446744073709551615 134525157 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17441/statm: 254523 306 113 282 0 254239 0
[pid=17442] ppid=17430 vsize=300248 CPUtime=0 cores=0-7
/proc/17442/stat : 17442 (python) S 17430 17430 17290 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 548604185 307453952 5843 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 4508621651025297669 0 0 17 3 0 0 0
/proc/17442/statm: 75062 5843 348 364 0 10974 0
[pid=17444] ppid=17442 vsize=417192 CPUtime=2.46 cores=0-7
/proc/17444/stat : 17444 (adaptg2wsat2009) R 17442 17444 17444 0 -1 4202496 763 0 0 0 246 0 0 0 25 0 1 0 548604185 427204608 497 33554432000 134512640 135107411 4289057008 18446744073709551615 134531232 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17444/statm: 104298 497 59 146 0 103174 0
[pid=17445] ppid=17430 vsize=310504 CPUtime=0 cores=0-7
/proc/17445/stat : 17445 (python) S 17430 17430 17290 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 548604189 317956096 5847 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 11122176670394450182 0 0 17 1 0 0 0
/proc/17445/statm: 77626 5847 348 364 0 13535 0
[pid=17447] ppid=17445 vsize=417192 CPUtime=2.42 cores=0-7
/proc/17447/stat : 17447 (adaptg2wsat2009) R 17445 17447 17447 0 -1 4202496 761 0 0 0 242 0 0 0 25 0 1 0 548604189 427204608 495 33554432000 134512640 135107411 4292194672 18446744073709551615 134548388 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17447/statm: 104298 495 59 146 0 103174 0
[pid=17448] ppid=17430 vsize=320760 CPUtime=0 cores=0-7
/proc/17448/stat : 17448 (python) S 17430 17430 17290 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 548604192 328458240 5851 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 1996533075307102468 0 0 17 1 0 0 0
/proc/17448/statm: 80190 5851 348 364 0 16096 0
[pid=17450] ppid=17448 vsize=417192 CPUtime=2.38 cores=0-7
/proc/17450/stat : 17450 (adaptg2wsat2009) R 17448 17450 17450 0 -1 4202496 761 0 0 0 238 0 0 0 25 0 1 0 548604193 427204608 495 33554432000 134512640 135107411 4286670736 18446744073709551615 134531817 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17450/statm: 104298 495 59 146 0 103174 0

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

[pid=17457] ppid=17430 vsize=351528 CPUtime=0 cores=0-7
/proc/17457/stat : 17457 (python) S 17430 17430 17290 0 -1 4202560 800 0 0 0 0 0 0 0 18 0 1 0 548604204 359964672 5869 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 819132318697357573 0 0 17 7 0 0 0
/proc/17457/statm: 87882 5869 354 364 0 23779 0
[pid=17459] ppid=17457 vsize=417048 CPUtime=1.11 cores=0-7
/proc/17459/stat : 17459 (adaptg2wsat2009) R 17457 17459 17459 0 -1 4202496 691 0 0 0 111 0 0 0 25 0 1 0 548604205 427057152 418 33554432000 134512640 135107411 4288125504 18446744073709551615 134523317 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17459/statm: 104262 418 49 146 0 103138 0
[pid=17430/tid=17437] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17437/stat : 17437 (python) S 17428 17430 17290 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 9 0 548604178 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 3 0 0 0
[pid=17430/tid=17440] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17440/stat : 17440 (python) S 17428 17430 17290 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 548604181 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17443] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17443/stat : 17443 (python) S 17428 17430 17290 0 -1 4202560 19 932 0 0 0 0 0 0 18 0 9 0 548604185 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17446] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17446/stat : 17446 (python) S 17428 17430 17290 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 548604189 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17449] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17449/stat : 17449 (python) S 17428 17430 17290 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 548604193 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17452] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17452/stat : 17452 (python) S 17428 17430 17290 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 548604197 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17455] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17455/stat : 17455 (python) S 17428 17430 17290 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 548604200 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 7 0 0 0
[pid=17430/tid=17458] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17458/stat : 17458 (python) S 17428 17430 17290 0 -1 4202560 79 932 0 0 0 0 0 0 23 0 9 0 548604204 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 17.98
Current children cumulated vsize (KiB) 7856760

[startup+3.70168 s]
/proc/loadavg: 8.19 8.87 8.95 10/264 17459
/proc/meminfo: memFree=6711652/32951124 swapFree=67051472/67111528
[pid=17430] ppid=17428 vsize=361772 CPUtime=1.12 cores=0-7
/proc/17430/stat : 17430 (python) S 17428 17430 17290 0 -1 4202496 16835 932 1 0 102 10 0 0 21 0 9 0 548604082 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17430/statm: 90443 7410 1891 364 0 26340 0
[pid=17436] ppid=17430 vsize=279416 CPUtime=0 cores=0-7
/proc/17436/stat : 17436 (python) S 17430 17430 17290 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 548604177 286121984 5793 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977295 0 0 16781312 514 12543071423800770822 0 0 17 3 0 0 0
/proc/17436/statm: 69854 5793 354 364 0 5772 0
[pid=17438] ppid=17436 vsize=1018092 CPUtime=1.51 cores=0-7
/proc/17438/stat : 17438 (gnovelty+2) R 17436 17438 17438 0 -1 4202496 573 0 0 0 151 0 0 0 25 0 1 0 548604178 1042526208 306 33554432000 134512640 135663704 4293299472 18446744073709551615 134544380 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17438/statm: 254523 306 113 282 0 254239 0
[pid=17439] ppid=17430 vsize=289992 CPUtime=0 cores=0-7
/proc/17439/stat : 17439 (python) S 17430 17430 17290 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 548604181 296951808 5839 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 8846988045363151110 0 0 17 1 0 0 0
/proc/17439/statm: 72498 5839 348 364 0 8413 0
[pid=17441] ppid=17439 vsize=1018092 CPUtime=2.7 cores=0-7
/proc/17441/stat : 17441 (gnovelty+2) R 17439 17441 17441 0 -1 4202496 566 0 0 0 270 0 0 0 25 0 1 0 548604181 1042526208 306 33554432000 134512640 135663704 4288063856 18446744073709551615 134525043 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17441/statm: 254523 306 113 282 0 254239 0
[pid=17442] ppid=17430 vsize=300248 CPUtime=0 cores=0-7
/proc/17442/stat : 17442 (python) S 17430 17430 17290 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 548604185 307453952 5843 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 4508621651025297669 0 0 17 3 0 0 0
/proc/17442/statm: 75062 5843 348 364 0 10974 0
[pid=17444] ppid=17442 vsize=417192 CPUtime=2.66 cores=0-7
/proc/17444/stat : 17444 (adaptg2wsat2009) R 17442 17444 17444 0 -1 4202496 763 0 0 0 266 0 0 0 25 0 1 0 548604185 427204608 497 33554432000 134512640 135107411 4289057008 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17444/statm: 104298 497 59 146 0 103174 0
[pid=17445] ppid=17430 vsize=310504 CPUtime=0 cores=0-7
/proc/17445/stat : 17445 (python) S 17430 17430 17290 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 548604189 317956096 5847 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 11122176670394450182 0 0 17 1 0 0 0
/proc/17445/statm: 77626 5847 348 364 0 13535 0
[pid=17447] ppid=17445 vsize=417192 CPUtime=2.62 cores=0-7
/proc/17447/stat : 17447 (adaptg2wsat2009) R 17445 17447 17447 0 -1 4202496 761 0 0 0 262 0 0 0 25 0 1 0 548604189 427204608 495 33554432000 134512640 135107411 4292194672 18446744073709551615 134532381 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17447/statm: 104298 495 59 146 0 103174 0
[pid=17448] ppid=17430 vsize=320760 CPUtime=0 cores=0-7
/proc/17448/stat : 17448 (python) S 17430 17430 17290 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 548604192 328458240 5851 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 1996533075307102468 0 0 17 1 0 0 0
/proc/17448/statm: 80190 5851 348 364 0 16096 0
[pid=17450] ppid=17448 vsize=417192 CPUtime=2.58 cores=0-7
/proc/17450/stat : 17450 (adaptg2wsat2009) R 17448 17450 17450 0 -1 4202496 761 0 0 0 258 0 0 0 25 0 1 0 548604193 427204608 495 33554432000 134512640 135107411 4286670736 18446744073709551615 134532275 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17450/statm: 104298 495 59 146 0 103174 0
[pid=17451] ppid=17430 vsize=331016 CPUtime=0 cores=0-7
/proc/17451/stat : 17451 (python) S 17430 17430 17290 0 -1 4202560 767 0 0 0 0 0 0 0 18 0 1 0 548604196 338960384 5855 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 4446064662085075207 0 0 17 1 0 0 0
/proc/17451/statm: 82754 5855 348 364 0 18657 0
[pid=17453] ppid=17451 vsize=1018092 CPUtime=2.54 cores=0-7
/proc/17453/stat : 17453 (gnovelty+2) R 17451 17453 17453 0 -1 4202496 573 0 0 0 254 0 0 0 25 0 1 0 548604197 1042526208 307 33554432000 134512640 135663704 4290688496 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17453/statm: 254523 307 113 282 0 254239 0
[pid=17454] ppid=17430 vsize=341272 CPUtime=0 cores=0-7
/proc/17454/stat : 17454 (python) S 17430 17430 17290 0 -1 4202560 770 0 0 0 0 0 0 0 18 0 1 0 548604200 349462528 5859 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 7102019936251248901 0 0 17 7 0 0 0
/proc/17454/statm: 85318 5859 348 364 0 21218 0
[pid=17456] ppid=17454 vsize=247352 CPUtime=2.44 cores=0-7
/proc/17456/stat : 17456 (FH) R 17454 17456 17456 0 -1 4202496 709 0 0 0 244 0 0 0 25 0 1 0 548604202 253288448 443 33554432000 134512640 134936988 4289911072 18446744073709551615 134555005 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17456/statm: 61838 443 41 104 0 61342 0
[pid=17457] ppid=17430 vsize=351528 CPUtime=0 cores=0-7
/proc/17457/stat : 17457 (python) S 17430 17430 17290 0 -1 4202560 800 0 0 0 0 0 0 0 18 0 1 0 548604204 359964672 5869 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 819132318697357573 0 0 17 7 0 0 0
/proc/17457/statm: 87882 5869 354 364 0 23779 0
[pid=17459] ppid=17457 vsize=417192 CPUtime=1.21 cores=0-7
/proc/17459/stat : 17459 (adaptg2wsat2009) R 17457 17459 17459 0 -1 4202496 768 0 0 0 121 0 0 0 25 0 1 0 548604205 427204608 495 33554432000 134512640 135107411 4288125504 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17459/statm: 104298 495 59 146 0 103174 0
[pid=17430/tid=17437] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17437/stat : 17437 (python) S 17428 17430 17290 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 9 0 548604178 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 3 0 0 0
[pid=17430/tid=17440] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17440/stat : 17440 (python) S 17428 17430 17290 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 548604181 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17443] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17443/stat : 17443 (python) S 17428 17430 17290 0 -1 4202560 19 932 0 0 0 0 0 0 18 0 9 0 548604185 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17446] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17446/stat : 17446 (python) S 17428 17430 17290 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 548604189 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17449] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17449/stat : 17449 (python) S 17428 17430 17290 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 548604193 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17452] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17452/stat : 17452 (python) S 17428 17430 17290 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 548604197 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17455] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17455/stat : 17455 (python) S 17428 17430 17290 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 548604200 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 7 0 0 0
[pid=17430/tid=17458] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17458/stat : 17458 (python) S 17428 17430 17290 0 -1 4202560 79 932 0 0 0 0 0 0 23 0 9 0 548604204 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.38
Current children cumulated vsize (KiB) 7856904

[startup+3.80166 s]
/proc/loadavg: 8.19 8.87 8.95 10/264 17459
/proc/meminfo: memFree=6711652/32951124 swapFree=67051472/67111528
[pid=17430] ppid=17428 vsize=361772 CPUtime=1.12 cores=0-7
/proc/17430/stat : 17430 (python) S 17428 17430 17290 0 -1 4202496 16835 932 1 0 102 10 0 0 21 0 9 0 548604082 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/17430/statm: 90443 7410 1891 364 0 26340 0
[pid=17436] ppid=17430 vsize=279416 CPUtime=0 cores=0-7
/proc/17436/stat : 17436 (python) S 17430 17430 17290 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 548604177 286121984 5793 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977295 0 0 16781312 514 12543071423800770822 0 0 17 3 0 0 0
/proc/17436/statm: 69854 5793 354 364 0 5772 0
[pid=17438] ppid=17436 vsize=1018092 CPUtime=1.61 cores=0-7
/proc/17438/stat : 17438 (gnovelty+2) R 17436 17438 17438 0 -1 4202496 573 0 0 0 161 0 0 0 25 0 1 0 548604178 1042526208 306 33554432000 134512640 135663704 4293299472 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17438/statm: 254523 306 113 282 0 254239 0
[pid=17439] ppid=17430 vsize=289992 CPUtime=0 cores=0-7
/proc/17439/stat : 17439 (python) S 17430 17430 17290 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 548604181 296951808 5839 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 8846988045363151110 0 0 17 1 0 0 0
/proc/17439/statm: 72498 5839 348 364 0 8413 0
[pid=17441] ppid=17439 vsize=1018092 CPUtime=2.8 cores=0-7
/proc/17441/stat : 17441 (gnovelty+2) R 17439 17441 17441 0 -1 4202496 566 0 0 0 280 0 0 0 25 0 1 0 548604181 1042526208 306 33554432000 134512640 135663704 4288063856 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17441/statm: 254523 306 113 282 0 254239 0
[pid=17442] ppid=17430 vsize=300248 CPUtime=0 cores=0-7
/proc/17442/stat : 17442 (python) S 17430 17430 17290 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 548604185 307453952 5843 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 4508621651025297669 0 0 17 3 0 0 0
/proc/17442/statm: 75062 5843 348 364 0 10974 0
[pid=17444] ppid=17442 vsize=417192 CPUtime=2.76 cores=0-7
/proc/17444/stat : 17444 (adaptg2wsat2009) R 17442 17444 17444 0 -1 4202496 763 0 0 0 276 0 0 0 25 0 1 0 548604185 427204608 497 33554432000 134512640 135107411 4289057008 18446744073709551615 134531817 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17444/statm: 104298 497 59 146 0 103174 0
[pid=17445] ppid=17430 vsize=310504 CPUtime=0 cores=0-7
/proc/17445/stat : 17445 (python) S 17430 17430 17290 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 548604189 317956096 5847 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 11122176670394450182 0 0 17 1 0 0 0
/proc/17445/statm: 77626 5847 348 364 0 13535 0
[pid=17447] ppid=17445 vsize=417192 CPUtime=2.72 cores=0-7
/proc/17447/stat : 17447 (adaptg2wsat2009) R 17445 17447 17447 0 -1 4202496 761 0 0 0 272 0 0 0 25 0 1 0 548604189 427204608 495 33554432000 134512640 135107411 4292194672 18446744073709551615 134532336 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17447/statm: 104298 495 59 146 0 103174 0
[pid=17448] ppid=17430 vsize=320760 CPUtime=0 cores=0-7
/proc/17448/stat : 17448 (python) S 17430 17430 17290 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 548604192 328458240 5851 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 1996533075307102468 0 0 17 1 0 0 0
/proc/17448/statm: 80190 5851 348 364 0 16096 0
[pid=17450] ppid=17448 vsize=417192 CPUtime=2.68 cores=0-7
/proc/17450/stat : 17450 (adaptg2wsat2009) R 17448 17450 17450 0 -1 4202496 761 0 0 0 268 0 0 0 25 0 1 0 548604193 427204608 495 33554432000 134512640 135107411 4286670736 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17450/statm: 104298 495 59 146 0 103174 0
[pid=17451] ppid=17430 vsize=331016 CPUtime=0 cores=0-7
/proc/17451/stat : 17451 (python) S 17430 17430 17290 0 -1 4202560 767 0 0 0 0 0 0 0 18 0 1 0 548604196 338960384 5855 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 4446064662085075207 0 0 17 1 0 0 0
/proc/17451/statm: 82754 5855 348 364 0 18657 0
[pid=17453] ppid=17451 vsize=1018092 CPUtime=2.64 cores=0-7
/proc/17453/stat : 17453 (gnovelty+2) R 17451 17453 17453 0 -1 4202496 573 0 0 0 264 0 0 0 25 0 1 0 548604197 1042526208 307 33554432000 134512640 135663704 4290688496 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17453/statm: 254523 307 113 282 0 254239 0
[pid=17454] ppid=17430 vsize=341272 CPUtime=0 cores=0-7
/proc/17454/stat : 17454 (python) S 17430 17430 17290 0 -1 4202560 770 0 0 0 0 0 0 0 18 0 1 0 548604200 349462528 5859 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 7102019936251248901 0 0 17 7 0 0 0
/proc/17454/statm: 85318 5859 348 364 0 21218 0
[pid=17456] ppid=17454 vsize=247352 CPUtime=2.54 cores=0-7
/proc/17456/stat : 17456 (FH) R 17454 17456 17456 0 -1 4202496 709 0 0 0 254 0 0 0 25 0 1 0 548604202 253288448 443 33554432000 134512640 134936988 4289911072 18446744073709551615 134554216 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17456/statm: 61838 443 41 104 0 61342 0
[pid=17457] ppid=17430 vsize=351528 CPUtime=0 cores=0-7
/proc/17457/stat : 17457 (python) S 17430 17430 17290 0 -1 4202560 800 0 0 0 0 0 0 0 18 0 1 0 548604204 359964672 5869 33554432000 4194304 5683644 140733973642656 18446744073709551615 218370977350 0 0 16781312 514 819132318697357573 0 0 17 7 0 0 0
/proc/17457/statm: 87882 5869 354 364 0 23779 0
[pid=17459] ppid=17457 vsize=417192 CPUtime=1.22 cores=0-7
/proc/17459/stat : 17459 (adaptg2wsat2009) R 17457 17459 17459 0 -1 4202496 768 0 0 0 122 0 0 0 25 0 1 0 548604205 427204608 495 33554432000 134512640 135107411 4288125504 18446744073709551615 134532242 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17459/statm: 104298 495 59 146 0 103174 0
[pid=17430/tid=17437] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17437/stat : 17437 (python) S 17428 17430 17290 0 -1 4202560 25 932 0 0 0 0 0 0 21 0 9 0 548604178 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 3 0 0 0
[pid=17430/tid=17440] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17440/stat : 17440 (python) S 17428 17430 17290 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 548604181 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17443] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17443/stat : 17443 (python) S 17428 17430 17290 0 -1 4202560 19 932 0 0 0 0 0 0 18 0 9 0 548604185 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17446] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17446/stat : 17446 (python) S 17428 17430 17290 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 548604189 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17449] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17449/stat : 17449 (python) S 17428 17430 17290 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 548604193 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17452] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17452/stat : 17452 (python) S 17428 17430 17290 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 548604197 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 1 0 0 0
[pid=17430/tid=17455] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17455/stat : 17455 (python) S 17428 17430 17290 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 548604200 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 7 0 0 0
[pid=17430/tid=17458] ppid=17428 vsize=361772 CPUtime=0 cores=0-7
/proc/17430/task/17458/stat : 17458 (python) S 17428 17430 17290 0 -1 4202560 79 932 0 0 0 0 0 0 23 0 9 0 548604204 370454528 7410 33554432000 4194304 5683644 140733973642656 18446744073709551615 218382780849 0 0 16781312 2 18446604453939171456 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 20.09
Current children cumulated vsize (KiB) 7856904

Child status: 0
Real time (s): 3.83819
CPU time (s): 20.2559
CPU user time (s): 20.0949
CPU system time (s): 0.160975
CPU usage (%): 527.746
Max. virtual memory (cumulated for all children) (KiB): 7856904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.0949
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34441
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= 1568
involuntary context switches= 216

runsolver used 0.019996 second user time and 0.015997 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-02 23:00:13
IDJOB=3321957
IDBENCH=82735
IDSOLVER=1712
FILE ID=node101/3321957-1304370013
RUNJOBID= node101-1304370010-17304
PBS_JOBID= 13181771
Free space on /tmp= 73096 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S661190852-039.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-3321957-1304370013/watcher-3321957-1304370013 -o /tmp/evaluation-result-3321957-1304370013/solver-3321957-1304370013 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321957-1304370013.cnf -seed 2011615297 -budget 40000 -cores 8

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

MD5SUM BENCH= ae2c6ab9f054a239f861b972b7e9a79b
RANDOM SEED=2011615297

node101.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.841
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.68
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.841
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.07
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.841
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.77
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.841
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.83
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.841
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.74
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.841
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.83
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.841
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.75
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6781332 kB
Buffers:        253836 kB
Cached:        2410024 kB
SwapCached:      23472 kB
Active:       23576924 kB
Inactive:      2248888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6781332 kB
SwapTotal:    67111528 kB
SwapFree:     67051472 kB
Dirty:           31820 kB
Writeback:           0 kB
AnonPages:    23160704 kB
Mapped:          19392 kB
Slab:           222572 kB
PageTables:      55996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 26227536 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= 73064 MiB
End job on node101 at 2011-05-02 23:00:17