Trace number 3317391

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 27.6788 9.88264

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1254315629-032.SATISFIABLE.cnf
MD5SUM94650efc57391750519ef04c571bda58
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.76173
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

Solver Data

0.30/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.45	c INFO: solving HOME/instance-3317391-1304269340.cnf
0.30/0.45	c INFO: computing task features
0.39/0.50	c INFO: computed variable-clause graph statistics
0.39/0.50	c INFO: computed clause balance statistics
0.59/0.74	c INFO: computed variable balance statistics
0.69/0.84	c INFO: computed small-clause counts
0.69/0.84	c INFO: computed Horn-clause counts
0.69/0.85	c INFO: computed variable graph statistics
0.69/0.85	c INFO: collected features for HOME/instance-3317391-1304269340.cnf in 0.40 s
0.69/0.88	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.49)
0.79/0.90	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.11)
0.79/0.93	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.06)
0.79/0.96	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.04)
27.40/9.86	s SATISFIABLE
27.40/9.86	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 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-3317391-1304269340/watcher-3317391-1304269340 -o /tmp/evaluation-result-3317391-1304269340/solver-3317391-1304269340 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317391-1304269340.cnf -seed 1760272551 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.97 9.13 7.95 6/285 30061
/proc/meminfo: memFree=28835824/32951124 swapFree=67111348/67111528
[pid=30061] ppid=30059 vsize=15780 CPUtime=0 cores=1,3,5,7
/proc/30061/stat : 30061 (python) R 30059 30061 29287 0 -1 4202496 903 0 0 0 0 0 0 0 25 0 1 0 519349390 16158720 783 33554432000 4194304 5683644 140736960611216 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30061/statm: 3945 783 345 364 0 432 0

[startup+0.107981 s]
/proc/loadavg: 8.97 9.13 7.95 6/285 30061
/proc/meminfo: memFree=28835824/32951124 swapFree=67111348/67111528
[pid=30061] ppid=30059 vsize=107300 CPUtime=0.07 cores=1,3,5,7
/proc/30061/stat : 30061 (python) R 30059 30061 29287 0 -1 4202496 3333 0 0 0 5 2 0 0 25 0 1 0 519349390 109875200 2994 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261614592 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30061/statm: 26825 2997 871 364 0 2056 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 107300

[startup+0.201 s]
/proc/loadavg: 8.97 9.13 7.95 6/285 30061
/proc/meminfo: memFree=28835824/32951124 swapFree=67111348/67111528
[pid=30061] ppid=30059 vsize=131300 CPUtime=0.15 cores=1,3,5,7
/proc/30061/stat : 30061 (python) R 30059 30061 29287 0 -1 4202496 5704 935 1 0 12 3 0 0 19 0 1 0 519349390 134451200 4099 33554432000 4194304 5683644 140736960611216 18446744073709551615 4870104 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30061/statm: 32825 4099 1015 364 0 3086 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131300

[startup+0.300994 s]
/proc/loadavg: 8.97 9.13 7.95 6/285 30061
/proc/meminfo: memFree=28835824/32951124 swapFree=67111348/67111528
[pid=30061] ppid=30059 vsize=198920 CPUtime=0.22 cores=1,3,5,7
/proc/30061/stat : 30061 (python) R 30059 30061 29287 0 -1 4202496 7020 935 1 0 16 6 0 0 18 0 1 0 519349390 203694080 5053 33554432000 4194304 5683644 140736960611216 18446744073709551615 5307861 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30061/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.700907 s]
/proc/loadavg: 8.97 9.13 7.95 6/285 30061
/proc/meminfo: memFree=28835824/32951124 swapFree=67111348/67111528
[pid=30061] ppid=30059 vsize=279944 CPUtime=0.59 cores=1,3,5,7
/proc/30061/stat : 30061 (python) R 30059 30061 29287 0 -1 4202496 10124 935 1 0 51 8 0 0 18 0 1 0 519349390 286662656 7384 33554432000 4194304 5683644 140736960611216 18446744073709551615 5005772 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30061/statm: 69986 7384 1826 364 0 5910 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 279944

[startup+1.50073 s]
/proc/loadavg: 8.97 9.13 7.95 10/298 30078
/proc/meminfo: memFree=28796288/32951124 swapFree=67111348/67111528
[pid=30061] ppid=30059 vsize=320292 CPUtime=0.85 cores=1,3,5,7
/proc/30061/stat : 30061 (python) S 30059 30061 29287 0 -1 4202496 13098 935 1 0 77 8 0 0 22 0 5 0 519349390 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30061/statm: 80073 7271 1883 364 0 15982 0
[pid=30067] ppid=30061 vsize=278800 CPUtime=0 cores=1,3,5,7
/proc/30067/stat : 30067 (python) S 30061 30061 29287 0 -1 4202560 738 0 0 0 0 0 0 0 21 0 1 0 519349478 285491200 5638 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636623 0 0 16781312 514 672787046162497535 0 0 17 5 0 0 0
/proc/30067/statm: 69700 5638 354 364 0 5618 0
[pid=30069] ppid=30067 vsize=1018084 CPUtime=0.61 cores=1,3,5,7
/proc/30069/stat : 30069 (gnovelty+2) R 30067 30069 30069 0 -1 4202496 548 0 0 0 61 0 0 0 25 0 1 0 519349478 1042518016 288 33554432000 134512640 135663704 4290260960 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30069/statm: 254521 288 113 282 0 254237 0
[pid=30070] ppid=30061 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/30070/stat : 30070 (python) S 30061 30061 29287 0 -1 4202560 745 0 0 0 0 0 0 0 22 0 1 0 519349480 296345600 5707 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 672790894453194751 0 0 17 7 0 0 0
/proc/30070/statm: 72350 5707 348 364 0 8265 0
[pid=30072] ppid=30070 vsize=1018084 CPUtime=0.31 cores=1,3,5,7
/proc/30072/stat : 30072 (gnovelty+2) R 30070 30072 30072 0 -1 4202496 553 0 0 0 31 0 0 0 25 0 1 0 519349481 1042518016 287 33554432000 134512640 135663704 4289602528 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30072/statm: 254521 287 113 282 0 254237 0
[pid=30073] ppid=30061 vsize=299184 CPUtime=0 cores=1,3,5,7
/proc/30073/stat : 30073 (python) S 30061 30061 29287 0 -1 4202560 722 0 0 0 0 0 0 0 19 0 1 0 519349483 306364416 5604 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 1724003725200064511 0 0 17 5 0 0 0
/proc/30073/statm: 74796 5604 344 364 0 10708 0
[pid=30075] ppid=30073 vsize=416916 CPUtime=0.52 cores=1,3,5,7
/proc/30075/stat : 30075 (adaptg2wsat2009) R 30073 30075 30075 0 -1 4202496 644 0 0 0 52 0 0 0 22 0 1 0 519349486 426921984 379 33554432000 134512640 135107411 4293617712 18446744073709551615 134523319 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30075/statm: 104229 379 49 146 0 103105 0
[pid=30076] ppid=30061 vsize=310048 CPUtime=0 cores=1,3,5,7
/proc/30076/stat : 30076 (python) S 30061 30061 29287 0 -1 4202560 732 0 0 0 0 0 0 0 21 0 1 0 519349486 317489152 5728 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 5626303258206142463 0 0 17 5 0 0 0
/proc/30076/statm: 77512 5728 344 364 0 13421 0
[pid=30078] ppid=30076 vsize=416916 CPUtime=0.26 cores=1,3,5,7
/proc/30078/stat : 30078 (adaptg2wsat2009) R 30076 30078 30078 0 -1 4202496 645 0 0 0 26 0 0 0 23 0 1 0 519349487 426921984 381 33554432000 134512640 135107411 4292768832 18446744073709551615 134523232 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30078/statm: 104229 381 49 146 0 103105 0
[pid=30061/tid=30068] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30068/stat : 30068 (python) S 30059 30061 29287 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 519349478 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
[pid=30061/tid=30071] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30071/stat : 30071 (python) S 30059 30061 29287 0 -1 4202560 23 935 0 0 0 0 0 0 23 0 5 0 519349481 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 7 0 0 0
[pid=30061/tid=30074] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30074/stat : 30074 (python) S 30059 30061 29287 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 519349483 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
[pid=30061/tid=30077] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30077/stat : 30077 (python) S 30059 30061 29287 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 5 0 519349487 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 4367724

[startup+3.10045 s]
/proc/loadavg: 8.97 9.13 7.95 10/298 30078
/proc/meminfo: memFree=28795196/32951124 swapFree=67111348/67111528
[pid=30061] ppid=30059 vsize=320292 CPUtime=0.85 cores=1,3,5,7
/proc/30061/stat : 30061 (python) S 30059 30061 29287 0 -1 4202496 13098 935 1 0 77 8 0 0 22 0 5 0 519349390 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30061/statm: 80073 7271 1883 364 0 15982 0
[pid=30067] ppid=30061 vsize=278800 CPUtime=0 cores=1,3,5,7
/proc/30067/stat : 30067 (python) S 30061 30061 29287 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 519349478 285491200 5638 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636623 0 0 16781312 514 672787046162465029 0 0 17 5 0 0 0
/proc/30067/statm: 69700 5638 354 364 0 5618 0
[pid=30069] ppid=30067 vsize=1018084 CPUtime=2.21 cores=1,3,5,7
/proc/30069/stat : 30069 (gnovelty+2) R 30067 30069 30069 0 -1 4202496 548 0 0 0 221 0 0 0 25 0 1 0 519349478 1042518016 288 33554432000 134512640 135663704 4290260960 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30069/statm: 254521 288 113 282 0 254237 0
[pid=30070] ppid=30061 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/30070/stat : 30070 (python) S 30061 30061 29287 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 519349480 296345600 5707 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 672790894453162247 0 0 17 7 0 0 0
/proc/30070/statm: 72350 5707 348 364 0 8265 0
[pid=30072] ppid=30070 vsize=1018084 CPUtime=1.11 cores=1,3,5,7
/proc/30072/stat : 30072 (gnovelty+2) R 30070 30072 30072 0 -1 4202496 553 0 0 0 111 0 0 0 25 0 1 0 519349481 1042518016 287 33554432000 134512640 135663704 4289602528 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30072/statm: 254521 287 113 282 0 254237 0
[pid=30073] ppid=30061 vsize=299184 CPUtime=0 cores=1,3,5,7
/proc/30073/stat : 30073 (python) S 30061 30061 29287 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 519349483 306364416 5608 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 1724003725200032006 0 0 17 5 0 0 0
/proc/30073/statm: 74796 5608 348 364 0 10708 0
[pid=30075] ppid=30073 vsize=417056 CPUtime=2.11 cores=1,3,5,7
/proc/30075/stat : 30075 (adaptg2wsat2009) R 30073 30075 30075 0 -1 4202496 716 0 0 0 211 0 0 0 25 0 1 0 519349486 427065344 451 33554432000 134512640 135107411 4293617712 18446744073709551615 134531392 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30075/statm: 104264 451 59 146 0 103140 0
[pid=30076] ppid=30061 vsize=310048 CPUtime=0 cores=1,3,5,7
/proc/30076/stat : 30076 (python) S 30061 30061 29287 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 519349486 317489152 5732 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 5626303258206109960 0 0 17 5 0 0 0
/proc/30076/statm: 77512 5732 348 364 0 13421 0
[pid=30078] ppid=30076 vsize=417056 CPUtime=1.06 cores=1,3,5,7
/proc/30078/stat : 30078 (adaptg2wsat2009) R 30076 30078 30078 0 -1 4202496 716 0 0 0 106 0 0 0 25 0 1 0 519349487 427065344 452 33554432000 134512640 135107411 4292768832 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30078/statm: 104264 452 59 146 0 103140 0
[pid=30061/tid=30068] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30068/stat : 30068 (python) S 30059 30061 29287 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 519349478 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
[pid=30061/tid=30071] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30071/stat : 30071 (python) S 30059 30061 29287 0 -1 4202560 23 935 0 0 0 0 0 0 23 0 5 0 519349481 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 7 0 0 0
[pid=30061/tid=30074] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30074/stat : 30074 (python) S 30059 30061 29287 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 519349483 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
[pid=30061/tid=30077] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30077/stat : 30077 (python) S 30059 30061 29287 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 5 0 519349487 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 4368004

[startup+6.30088 s]
/proc/loadavg: 8.97 9.13 7.96 10/298 30078
/proc/meminfo: memFree=28792404/32951124 swapFree=67111348/67111528
[pid=30061] ppid=30059 vsize=320292 CPUtime=0.85 cores=1,3,5,7
/proc/30061/stat : 30061 (python) S 30059 30061 29287 0 -1 4202496 13098 935 1 0 77 8 0 0 22 0 5 0 519349390 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30061/statm: 80073 7271 1883 364 0 15982 0
[pid=30067] ppid=30061 vsize=278800 CPUtime=0 cores=1,3,5,7
/proc/30067/stat : 30067 (python) S 30061 30061 29287 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 519349478 285491200 5661 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636623 0 0 16781312 514 672787046162465029 0 0 17 5 0 0 0
/proc/30067/statm: 69700 5661 377 364 0 5618 0
[pid=30069] ppid=30067 vsize=1018084 CPUtime=5.41 cores=1,3,5,7
/proc/30069/stat : 30069 (gnovelty+2) R 30067 30069 30069 0 -1 4202496 548 0 0 0 541 0 0 0 25 0 1 0 519349478 1042518016 288 33554432000 134512640 135663704 4290260960 18446744073709551615 134525222 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30069/statm: 254521 288 113 282 0 254237 0
[pid=30070] ppid=30061 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/30070/stat : 30070 (python) S 30061 30061 29287 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 519349480 296345600 5730 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 672790894453162247 0 0 17 7 0 0 0
/proc/30070/statm: 72350 5730 371 364 0 8265 0
[pid=30072] ppid=30070 vsize=1018084 CPUtime=2.71 cores=1,3,5,7
/proc/30072/stat : 30072 (gnovelty+2) R 30070 30072 30072 0 -1 4202496 553 0 0 0 271 0 0 0 25 0 1 0 519349481 1042518016 287 33554432000 134512640 135663704 4289602528 18446744073709551615 134524540 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30072/statm: 254521 287 113 282 0 254237 0
[pid=30073] ppid=30061 vsize=299184 CPUtime=0.01 cores=1,3,5,7
/proc/30073/stat : 30073 (python) S 30061 30061 29287 0 -1 4202560 888 0 0 0 0 1 0 0 18 0 1 0 519349483 306364416 5631 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 1724003725200032006 0 0 17 5 0 0 0
/proc/30073/statm: 74796 5631 371 364 0 10708 0
[pid=30075] ppid=30073 vsize=417056 CPUtime=5.28 cores=1,3,5,7
/proc/30075/stat : 30075 (adaptg2wsat2009) R 30073 30075 30075 0 -1 4202496 716 0 0 0 528 0 0 0 25 0 1 0 519349486 427065344 451 33554432000 134512640 135107411 4293617712 18446744073709551615 134531736 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30075/statm: 104264 451 59 146 0 103140 0
[pid=30076] ppid=30061 vsize=310048 CPUtime=0 cores=1,3,5,7
/proc/30076/stat : 30076 (python) S 30061 30061 29287 0 -1 4202560 929 0 0 0 0 0 0 0 18 0 1 0 519349486 317489152 5755 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 5626303258206109960 0 0 17 5 0 0 0
/proc/30076/statm: 77512 5755 371 364 0 13421 0
[pid=30078] ppid=30076 vsize=417056 CPUtime=2.66 cores=1,3,5,7
/proc/30078/stat : 30078 (adaptg2wsat2009) R 30076 30078 30078 0 -1 4202496 716 0 0 0 266 0 0 0 25 0 1 0 519349487 427065344 452 33554432000 134512640 135107411 4292768832 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30078/statm: 104264 452 59 146 0 103140 0
[pid=30061/tid=30068] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30068/stat : 30068 (python) S 30059 30061 29287 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 519349478 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
[pid=30061/tid=30071] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30071/stat : 30071 (python) S 30059 30061 29287 0 -1 4202560 23 935 0 0 0 0 0 0 23 0 5 0 519349481 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 7 0 0 0
[pid=30061/tid=30074] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30074/stat : 30074 (python) S 30059 30061 29287 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 519349483 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
[pid=30061/tid=30077] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30077/stat : 30077 (python) S 30059 30061 29287 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 5 0 519349487 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 16.92
Current children cumulated vsize (KiB) 4368004

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

[startup+6.40087 s]
/proc/loadavg: 8.97 9.13 7.96 10/298 30078
/proc/meminfo: memFree=28792404/32951124 swapFree=67111348/67111528
[pid=30061] ppid=30059 vsize=320292 CPUtime=0.85 cores=1,3,5,7
/proc/30061/stat : 30061 (python) S 30059 30061 29287 0 -1 4202496 13098 935 1 0 77 8 0 0 22 0 5 0 519349390 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30061/statm: 80073 7271 1883 364 0 15982 0
[pid=30067] ppid=30061 vsize=278800 CPUtime=0 cores=1,3,5,7
/proc/30067/stat : 30067 (python) S 30061 30061 29287 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 519349478 285491200 5661 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636623 0 0 16781312 514 672787046162465029 0 0 17 5 0 0 0
/proc/30067/statm: 69700 5661 377 364 0 5618 0
[pid=30069] ppid=30067 vsize=1018084 CPUtime=5.51 cores=1,3,5,7
/proc/30069/stat : 30069 (gnovelty+2) R 30067 30069 30069 0 -1 4202496 548 0 0 0 551 0 0 0 25 0 1 0 519349478 1042518016 288 33554432000 134512640 135663704 4290260960 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 3 0 0 0

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

[pid=30061/tid=30074] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30074/stat : 30074 (python) S 30059 30061 29287 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 519349483 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
[pid=30061/tid=30077] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30077/stat : 30077 (python) S 30059 30061 29287 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 5 0 519349487 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17.23
Current children cumulated vsize (KiB) 4368004

[startup+8.00058 s]
/proc/loadavg: 8.97 9.13 7.96 10/298 30078
/proc/meminfo: memFree=28792160/32951124 swapFree=67111348/67111528
[pid=30061] ppid=30059 vsize=320292 CPUtime=0.85 cores=1,3,5,7
/proc/30061/stat : 30061 (python) S 30059 30061 29287 0 -1 4202496 13098 935 1 0 77 8 0 0 22 0 5 0 519349390 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30061/statm: 80073 7271 1883 364 0 15982 0
[pid=30067] ppid=30061 vsize=278800 CPUtime=0 cores=1,3,5,7
/proc/30067/stat : 30067 (python) S 30061 30061 29287 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 519349478 285491200 5661 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636623 0 0 16781312 514 672787046162465029 0 0 17 5 0 0 0
/proc/30067/statm: 69700 5661 377 364 0 5618 0
[pid=30069] ppid=30067 vsize=1018084 CPUtime=7.11 cores=1,3,5,7
/proc/30069/stat : 30069 (gnovelty+2) R 30067 30069 30069 0 -1 4202496 548 0 0 0 711 0 0 0 25 0 1 0 519349478 1042518016 288 33554432000 134512640 135663704 4290260960 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30069/statm: 254521 288 113 282 0 254237 0
[pid=30070] ppid=30061 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/30070/stat : 30070 (python) S 30061 30061 29287 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 519349480 296345600 5730 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 672790894453162247 0 0 17 7 0 0 0
/proc/30070/statm: 72350 5730 371 364 0 8265 0
[pid=30072] ppid=30070 vsize=1018084 CPUtime=3.56 cores=1,3,5,7
/proc/30072/stat : 30072 (gnovelty+2) R 30070 30072 30072 0 -1 4202496 553 0 0 0 356 0 0 0 25 0 1 0 519349481 1042518016 287 33554432000 134512640 135663704 4289602528 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30072/statm: 254521 287 113 282 0 254237 0
[pid=30073] ppid=30061 vsize=299184 CPUtime=0.01 cores=1,3,5,7
/proc/30073/stat : 30073 (python) S 30061 30061 29287 0 -1 4202560 888 0 0 0 0 1 0 0 18 0 1 0 519349483 306364416 5631 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 1724003725200032006 0 0 17 5 0 0 0
/proc/30073/statm: 74796 5631 371 364 0 10708 0
[pid=30075] ppid=30073 vsize=417056 CPUtime=6.96 cores=1,3,5,7
/proc/30075/stat : 30075 (adaptg2wsat2009) R 30073 30075 30075 0 -1 4202496 716 0 0 0 696 0 0 0 25 0 1 0 519349486 427065344 451 33554432000 134512640 135107411 4293617712 18446744073709551615 134532384 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30075/statm: 104264 451 59 146 0 103140 0
[pid=30076] ppid=30061 vsize=310048 CPUtime=0 cores=1,3,5,7
/proc/30076/stat : 30076 (python) S 30061 30061 29287 0 -1 4202560 929 0 0 0 0 0 0 0 18 0 1 0 519349486 317489152 5755 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 5626303258206109960 0 0 17 5 0 0 0
/proc/30076/statm: 77512 5755 371 364 0 13421 0
[pid=30078] ppid=30076 vsize=417056 CPUtime=3.52 cores=1,3,5,7
/proc/30078/stat : 30078 (adaptg2wsat2009) R 30076 30078 30078 0 -1 4202496 716 0 0 0 352 0 0 0 25 0 1 0 519349487 427065344 452 33554432000 134512640 135107411 4292768832 18446744073709551615 134531661 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30078/statm: 104264 452 59 146 0 103140 0
[pid=30061/tid=30068] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30068/stat : 30068 (python) S 30059 30061 29287 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 519349478 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
[pid=30061/tid=30071] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30071/stat : 30071 (python) S 30059 30061 29287 0 -1 4202560 23 935 0 0 0 0 0 0 23 0 5 0 519349481 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 7 0 0 0
[pid=30061/tid=30074] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30074/stat : 30074 (python) S 30059 30061 29287 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 519349483 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
[pid=30061/tid=30077] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30077/stat : 30077 (python) S 30059 30061 29287 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 5 0 519349487 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.01
Current children cumulated vsize (KiB) 4368004

[startup+8.80044 s]
/proc/loadavg: 8.97 9.13 7.96 10/298 30078
/proc/meminfo: memFree=28791788/32951124 swapFree=67111348/67111528
[pid=30061] ppid=30059 vsize=320292 CPUtime=0.85 cores=1,3,5,7
/proc/30061/stat : 30061 (python) S 30059 30061 29287 0 -1 4202496 13098 935 1 0 77 8 0 0 22 0 5 0 519349390 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30061/statm: 80073 7271 1883 364 0 15982 0
[pid=30067] ppid=30061 vsize=278800 CPUtime=0 cores=1,3,5,7
/proc/30067/stat : 30067 (python) S 30061 30061 29287 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 519349478 285491200 5661 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636623 0 0 16781312 514 672787046162465029 0 0 17 5 0 0 0
/proc/30067/statm: 69700 5661 377 364 0 5618 0
[pid=30069] ppid=30067 vsize=1018084 CPUtime=7.92 cores=1,3,5,7
/proc/30069/stat : 30069 (gnovelty+2) R 30067 30069 30069 0 -1 4202496 548 0 0 0 792 0 0 0 25 0 1 0 519349478 1042518016 288 33554432000 134512640 135663704 4290260960 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30069/statm: 254521 288 113 282 0 254237 0
[pid=30070] ppid=30061 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/30070/stat : 30070 (python) S 30061 30061 29287 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 519349480 296345600 5730 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 672790894453162247 0 0 17 7 0 0 0
/proc/30070/statm: 72350 5730 371 364 0 8265 0
[pid=30072] ppid=30070 vsize=1018084 CPUtime=3.97 cores=1,3,5,7
/proc/30072/stat : 30072 (gnovelty+2) R 30070 30072 30072 0 -1 4202496 553 0 0 0 397 0 0 0 25 0 1 0 519349481 1042518016 287 33554432000 134512640 135663704 4289602528 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30072/statm: 254521 287 113 282 0 254237 0
[pid=30073] ppid=30061 vsize=299184 CPUtime=0.01 cores=1,3,5,7
/proc/30073/stat : 30073 (python) S 30061 30061 29287 0 -1 4202560 888 0 0 0 0 1 0 0 18 0 1 0 519349483 306364416 5631 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 1724003725200032006 0 0 17 5 0 0 0
/proc/30073/statm: 74796 5631 371 364 0 10708 0
[pid=30075] ppid=30073 vsize=417056 CPUtime=7.76 cores=1,3,5,7
/proc/30075/stat : 30075 (adaptg2wsat2009) R 30073 30075 30075 0 -1 4202496 716 0 0 0 776 0 0 0 25 0 1 0 519349486 427065344 451 33554432000 134512640 135107411 4293617712 18446744073709551615 134532349 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30075/statm: 104264 451 59 146 0 103140 0
[pid=30076] ppid=30061 vsize=310048 CPUtime=0 cores=1,3,5,7
/proc/30076/stat : 30076 (python) S 30061 30061 29287 0 -1 4202560 929 0 0 0 0 0 0 0 18 0 1 0 519349486 317489152 5755 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 5626303258206109960 0 0 17 5 0 0 0
/proc/30076/statm: 77512 5755 371 364 0 13421 0
[pid=30078] ppid=30076 vsize=417056 CPUtime=3.92 cores=1,3,5,7
/proc/30078/stat : 30078 (adaptg2wsat2009) R 30076 30078 30078 0 -1 4202496 716 0 0 0 392 0 0 0 25 0 1 0 519349487 427065344 452 33554432000 134512640 135107411 4292768832 18446744073709551615 134531724 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30078/statm: 104264 452 59 146 0 103140 0
[pid=30061/tid=30068] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30068/stat : 30068 (python) S 30059 30061 29287 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 519349478 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
[pid=30061/tid=30071] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30071/stat : 30071 (python) S 30059 30061 29287 0 -1 4202560 23 935 0 0 0 0 0 0 23 0 5 0 519349481 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 7 0 0 0
[pid=30061/tid=30074] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30074/stat : 30074 (python) S 30059 30061 29287 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 519349483 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
[pid=30061/tid=30077] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30077/stat : 30077 (python) S 30059 30061 29287 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 5 0 519349487 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.43
Current children cumulated vsize (KiB) 4368004

[startup+9.6013 s]
/proc/loadavg: 8.97 9.13 7.96 10/298 30078
/proc/meminfo: memFree=28791788/32951124 swapFree=67111348/67111528
[pid=30061] ppid=30059 vsize=320292 CPUtime=0.85 cores=1,3,5,7
/proc/30061/stat : 30061 (python) S 30059 30061 29287 0 -1 4202496 13098 935 1 0 77 8 0 0 22 0 5 0 519349390 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30061/statm: 80073 7271 1883 364 0 15982 0
[pid=30067] ppid=30061 vsize=278800 CPUtime=0 cores=1,3,5,7
/proc/30067/stat : 30067 (python) S 30061 30061 29287 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 519349478 285491200 5661 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636623 0 0 16781312 514 672787046162465029 0 0 17 5 0 0 0
/proc/30067/statm: 69700 5661 377 364 0 5618 0
[pid=30069] ppid=30067 vsize=1018084 CPUtime=8.71 cores=1,3,5,7
/proc/30069/stat : 30069 (gnovelty+2) R 30067 30069 30069 0 -1 4202496 548 0 0 0 871 0 0 0 25 0 1 0 519349478 1042518016 288 33554432000 134512640 135663704 4290260960 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30069/statm: 254521 288 113 282 0 254237 0
[pid=30070] ppid=30061 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/30070/stat : 30070 (python) S 30061 30061 29287 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 519349480 296345600 5730 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 672790894453162247 0 0 17 7 0 0 0
/proc/30070/statm: 72350 5730 371 364 0 8265 0
[pid=30072] ppid=30070 vsize=1018084 CPUtime=4.36 cores=1,3,5,7
/proc/30072/stat : 30072 (gnovelty+2) R 30070 30072 30072 0 -1 4202496 553 0 0 0 436 0 0 0 25 0 1 0 519349481 1042518016 287 33554432000 134512640 135663704 4289602528 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30072/statm: 254521 287 113 282 0 254237 0
[pid=30073] ppid=30061 vsize=299184 CPUtime=0.01 cores=1,3,5,7
/proc/30073/stat : 30073 (python) S 30061 30061 29287 0 -1 4202560 888 0 0 0 0 1 0 0 18 0 1 0 519349483 306364416 5631 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 1724003725200032006 0 0 17 5 0 0 0
/proc/30073/statm: 74796 5631 371 364 0 10708 0
[pid=30075] ppid=30073 vsize=417056 CPUtime=8.55 cores=1,3,5,7
/proc/30075/stat : 30075 (adaptg2wsat2009) R 30073 30075 30075 0 -1 4202496 716 0 0 0 855 0 0 0 25 0 1 0 519349486 427065344 451 33554432000 134512640 135107411 4293617712 18446744073709551615 134532288 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30075/statm: 104264 451 59 146 0 103140 0
[pid=30076] ppid=30061 vsize=310048 CPUtime=0 cores=1,3,5,7
/proc/30076/stat : 30076 (python) S 30061 30061 29287 0 -1 4202560 929 0 0 0 0 0 0 0 18 0 1 0 519349486 317489152 5755 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 5626303258206109960 0 0 17 5 0 0 0
/proc/30076/statm: 77512 5755 371 364 0 13421 0
[pid=30078] ppid=30076 vsize=417056 CPUtime=4.32 cores=1,3,5,7
/proc/30078/stat : 30078 (adaptg2wsat2009) R 30076 30078 30078 0 -1 4202496 716 0 0 0 432 0 0 0 25 0 1 0 519349487 427065344 452 33554432000 134512640 135107411 4292768832 18446744073709551615 134531604 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30078/statm: 104264 452 59 146 0 103140 0
[pid=30061/tid=30068] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30068/stat : 30068 (python) S 30059 30061 29287 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 519349478 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
[pid=30061/tid=30071] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30071/stat : 30071 (python) S 30059 30061 29287 0 -1 4202560 23 935 0 0 0 0 0 0 23 0 5 0 519349481 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 7 0 0 0
[pid=30061/tid=30074] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30074/stat : 30074 (python) S 30059 30061 29287 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 519349483 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
[pid=30061/tid=30077] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30077/stat : 30077 (python) S 30059 30061 29287 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 5 0 519349487 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 26.8
Current children cumulated vsize (KiB) 4368004

[startup+9.80126 s]
/proc/loadavg: 8.97 9.13 7.96 10/298 30078
/proc/meminfo: memFree=28791788/32951124 swapFree=67111348/67111528
[pid=30061] ppid=30059 vsize=320292 CPUtime=0.85 cores=1,3,5,7
/proc/30061/stat : 30061 (python) S 30059 30061 29287 0 -1 4202496 13098 935 1 0 77 8 0 0 22 0 5 0 519349390 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30061/statm: 80073 7271 1883 364 0 15982 0
[pid=30067] ppid=30061 vsize=278800 CPUtime=0 cores=1,3,5,7
/proc/30067/stat : 30067 (python) S 30061 30061 29287 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 519349478 285491200 5661 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636623 0 0 16781312 514 672787046162465029 0 0 17 5 0 0 0
/proc/30067/statm: 69700 5661 377 364 0 5618 0
[pid=30069] ppid=30067 vsize=1018084 CPUtime=8.91 cores=1,3,5,7
/proc/30069/stat : 30069 (gnovelty+2) R 30067 30069 30069 0 -1 4202496 548 0 0 0 891 0 0 0 25 0 1 0 519349478 1042518016 288 33554432000 134512640 135663704 4290260960 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30069/statm: 254521 288 113 282 0 254237 0
[pid=30070] ppid=30061 vsize=289400 CPUtime=0 cores=1,3,5,7
/proc/30070/stat : 30070 (python) S 30061 30061 29287 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 519349480 296345600 5730 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 672790894453162247 0 0 17 7 0 0 0
/proc/30070/statm: 72350 5730 371 364 0 8265 0
[pid=30072] ppid=30070 vsize=1018084 CPUtime=4.46 cores=1,3,5,7
/proc/30072/stat : 30072 (gnovelty+2) R 30070 30072 30072 0 -1 4202496 553 0 0 0 446 0 0 0 25 0 1 0 519349481 1042518016 287 33554432000 134512640 135663704 4289602528 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30072/statm: 254521 287 113 282 0 254237 0
[pid=30073] ppid=30061 vsize=299184 CPUtime=0.01 cores=1,3,5,7
/proc/30073/stat : 30073 (python) S 30061 30061 29287 0 -1 4202560 888 0 0 0 0 1 0 0 18 0 1 0 519349483 306364416 5631 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 1724003725200032006 0 0 17 5 0 0 0
/proc/30073/statm: 74796 5631 371 364 0 10708 0
[pid=30075] ppid=30073 vsize=417056 CPUtime=8.75 cores=1,3,5,7
/proc/30075/stat : 30075 (adaptg2wsat2009) R 30073 30075 30075 0 -1 4202496 716 0 0 0 875 0 0 0 25 0 1 0 519349486 427065344 451 33554432000 134512640 135107411 4293617712 18446744073709551615 134532347 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30075/statm: 104264 451 59 146 0 103140 0
[pid=30076] ppid=30061 vsize=310048 CPUtime=0 cores=1,3,5,7
/proc/30076/stat : 30076 (python) S 30061 30061 29287 0 -1 4202560 929 0 0 0 0 0 0 0 18 0 1 0 519349486 317489152 5755 33554432000 4194304 5683644 140736960611216 18446744073709551615 254261636678 0 0 16781312 514 5626303258206109960 0 0 17 5 0 0 0
/proc/30076/statm: 77512 5755 371 364 0 13421 0
[pid=30078] ppid=30076 vsize=417060 CPUtime=4.42 cores=1,3,5,7
/proc/30078/stat : 30078 (adaptg2wsat2009) R 30076 30078 30078 0 -1 4202496 717 0 0 0 442 0 0 0 25 0 1 0 519349487 427069440 453 33554432000 134512640 135107411 4292768832 18446744073709551615 134730464 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30078/statm: 104265 453 59 146 0 103141 0
[pid=30061/tid=30068] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30068/stat : 30068 (python) S 30059 30061 29287 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 519349478 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
[pid=30061/tid=30071] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30071/stat : 30071 (python) S 30059 30061 29287 0 -1 4202560 23 935 0 0 0 0 0 0 23 0 5 0 519349481 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 7 0 0 0
[pid=30061/tid=30074] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30074/stat : 30074 (python) S 30059 30061 29287 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 519349483 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
[pid=30061/tid=30077] ppid=30059 vsize=320292 CPUtime=0 cores=1,3,5,7
/proc/30061/task/30077/stat : 30077 (python) S 30059 30061 29287 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 5 0 519349487 327979008 7271 33554432000 4194304 5683644 140736960611216 18446744073709551615 254273440177 0 0 16781312 2 18446604462199980288 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 27.4
Current children cumulated vsize (KiB) 4368008

Child status: 0
Real time (s): 9.88264
CPU time (s): 27.6788
CPU user time (s): 27.5448
CPU system time (s): 0.133979
CPU usage (%): 280.075
Max. virtual memory (cumulated for all children) (KiB): 4368008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.5448
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24988
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= 1194
involuntary context switches= 289

runsolver used 0.023996 second user time and 0.066989 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-01 19:02:21
IDJOB=3317391
IDBENCH=82856
IDSOLVER=1705
FILE ID=node140/3317391-1304269340
RUNJOBID= node140-1304267280-29306
PBS_JOBID= 13173939
Free space on /tmp= 73272 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1254315629-032.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-3317391-1304269340/watcher-3317391-1304269340 -o /tmp/evaluation-result-3317391-1304269340/solver-3317391-1304269340 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317391-1304269340.cnf -seed 1760272551 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 94650efc57391750519ef04c571bda58
RANDOM SEED=1760272551

node140.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.833
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.66
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.833
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.14
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.833
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.75
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.833
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.77
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.833
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.75
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.833
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.74
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.833
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.833
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:      28836104 kB
Buffers:        984040 kB
Cached:        1607496 kB
SwapCached:        176 kB
Active:        1190644 kB
Inactive:      2399856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28836104 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           32380 kB
Writeback:           0 kB
AnonPages:      998552 kB
Mapped:          25000 kB
Slab:           438980 kB
PageTables:      23184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 30005760 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= 73240 MiB
End job on node140 at 2011-05-01 19:02:31