Trace number 3378326

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)SAT 58.5491 15.4417

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.386941
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58010

Solver Data

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

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378326-1305464748/watcher-3378326-1305464748 -o /tmp/evaluation-result-3378326-1305464748/solver-3378326-1305464748 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378326-1305464748.cnf -seed 284215476 -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: 9.30 8.97 7.29 6/366 25563
/proc/meminfo: memFree=11869740/32950928 swapFree=67083212/67111528
[pid=25563] ppid=25561 vsize=16236 CPUtime=0 cores=1,3,5,7
/proc/25563/stat : 25563 (python) R 25561 25563 25078 0 -1 4202496 996 0 0 0 0 0 0 0 25 0 1 0 658074480 16625664 869 33554432000 4194304 5683644 140733800931920 18446744073709551615 4509100 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25563/statm: 4059 869 368 364 0 546 0

[startup+0.0791731 s]
/proc/loadavg: 9.30 8.97 7.29 6/366 25563
/proc/meminfo: memFree=11869740/32950928 swapFree=67083212/67111528
[pid=25563] ppid=25561 vsize=85616 CPUtime=0.05 cores=1,3,5,7
/proc/25563/stat : 25563 (python) R 25561 25563 25078 0 -1 4202496 2623 0 0 0 4 1 0 0 17 0 1 0 658074480 87670784 2343 33554432000 4194304 5683644 140733800931920 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25563/statm: 21404 2346 713 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85616

[startup+0.101164 s]
/proc/loadavg: 9.30 8.97 7.29 6/366 25563
/proc/meminfo: memFree=11869740/32950928 swapFree=67083212/67111528
[pid=25563] ppid=25561 vsize=104228 CPUtime=0.08 cores=1,3,5,7
/proc/25563/stat : 25563 (python) R 25561 25563 25078 0 -1 4202496 3086 0 0 0 6 2 0 0 17 0 1 0 658074480 106729472 2767 33554432000 4194304 5683644 140733800931920 18446744073709551615 4516260 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25563/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104228

[startup+0.301157 s]
/proc/loadavg: 9.30 8.97 7.29 6/366 25563
/proc/meminfo: memFree=11869740/32950928 swapFree=67083212/67111528
[pid=25563] ppid=25561 vsize=190248 CPUtime=0.23 cores=1,3,5,7
/proc/25563/stat : 25563 (python) S 25561 25563 25078 0 -1 4202496 6887 933 1 0 17 6 0 0 17 0 1 0 658074480 194813952 4942 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/25563/statm: 47562 4942 1422 364 0 3722 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 190248

[startup+0.700984 s]
/proc/loadavg: 9.30 8.97 7.29 6/366 25563
/proc/meminfo: memFree=11869740/32950928 swapFree=67083212/67111528
[pid=25563] ppid=25561 vsize=280232 CPUtime=0.59 cores=1,3,5,7
/proc/25563/stat : 25563 (python) R 25561 25563 25078 0 -1 4202496 9995 933 1 0 51 8 0 0 17 0 1 0 658074480 286957568 7443 33554432000 4194304 5683644 140733800931920 18446744073709551615 4862021 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/25563/statm: 70058 7443 1826 364 0 5982 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 280232

[startup+1.50083 s]
/proc/loadavg: 9.04 8.92 7.28 11/379 25580
/proc/meminfo: memFree=11827220/32950928 swapFree=67083212/67111528
[pid=25563] ppid=25561 vsize=320744 CPUtime=0.86 cores=1,3,5,7
/proc/25563/stat : 25563 (python) S 25561 25563 25078 0 -1 4202496 12916 933 1 0 78 8 0 0 25 0 5 0 658074480 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25563/statm: 80186 7385 1883 364 0 16095 0
[pid=25569] ppid=25563 vsize=279412 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (python) S 25563 25563 25078 0 -1 4202560 724 0 0 0 0 0 0 0 19 0 1 0 658074575 286117888 5792 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252431 0 0 16781312 514 4599723885967966207 0 0 17 7 0 0 0
/proc/25569/statm: 69853 5792 354 364 0 5771 0
[pid=25571] ppid=25569 vsize=1018092 CPUtime=0.54 cores=1,3,5,7
/proc/25571/stat : 25571 (gnovelty+2) R 25569 25571 25571 0 -1 4202496 565 0 0 0 54 0 0 0 22 0 1 0 658074575 1042526208 306 33554432000 134512640 135663704 4288137776 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25571/statm: 254523 306 113 282 0 254239 0
[pid=25572] ppid=25563 vsize=289988 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (python) S 25563 25563 25078 0 -1 4202560 726 0 0 0 0 0 0 0 21 0 1 0 658074576 296947712 5838 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 9238400166078185471 0 0 17 7 0 0 0
/proc/25572/statm: 72497 5838 348 364 0 8412 0
[pid=25574] ppid=25572 vsize=1018092 CPUtime=0.53 cores=1,3,5,7
/proc/25574/stat : 25574 (gnovelty+2) R 25572 25574 25574 0 -1 4202496 569 0 0 0 53 0 0 0 25 0 1 0 658074576 1042526208 306 33554432000 134512640 135663704 4294086384 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25574/statm: 254523 306 113 282 0 254239 0
[pid=25575] ppid=25563 vsize=300244 CPUtime=0 cores=1,3,5,7
/proc/25575/stat : 25575 (python) S 25563 25563 25078 0 -1 4202560 720 0 0 0 0 0 0 0 23 0 1 0 658074577 307449856 5838 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 711511021059047423 0 0 17 1 0 0 0
/proc/25575/statm: 75061 5838 344 364 0 10973 0
[pid=25577] ppid=25575 vsize=417048 CPUtime=0.52 cores=1,3,5,7
/proc/25577/stat : 25577 (adaptg2wsat2009) R 25575 25577 25577 0 -1 4202496 683 0 0 0 52 0 0 0 25 0 1 0 658074577 427057152 419 33554432000 134512640 135107411 4292616912 18446744073709551615 134523294 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25577/statm: 104262 419 49 146 0 103138 0
[pid=25578] ppid=25563 vsize=310500 CPUtime=0 cores=1,3,5,7
/proc/25578/stat : 25578 (python) S 25563 25563 25078 0 -1 4202560 729 0 0 0 0 0 0 0 25 0 1 0 658074578 317952000 5842 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 5929451258367705087 0 0 17 7 0 0 0
/proc/25578/statm: 77625 5842 344 364 0 13534 0
[pid=25580] ppid=25578 vsize=417048 CPUtime=0.5 cores=1,3,5,7
/proc/25580/stat : 25580 (adaptg2wsat2009) R 25578 25580 25580 0 -1 4202496 684 0 0 0 50 0 0 0 25 0 1 0 658074578 427057152 419 33554432000 134512640 135107411 4292358928 18446744073709551615 134523496 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25580/statm: 104262 419 49 146 0 103138 0
[pid=25563/tid=25570] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25570/stat : 25570 (python) S 25561 25563 25078 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 658074575 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 5 0 0 0
[pid=25563/tid=25573] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25573/stat : 25573 (python) S 25561 25563 25078 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 5 0 658074576 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 5 0 0 0
[pid=25563/tid=25576] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25576/stat : 25576 (python) S 25561 25563 25078 0 -1 4202560 22 933 0 0 0 0 0 0 24 0 5 0 658074577 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 7 0 0 0
[pid=25563/tid=25579] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25579/stat : 25579 (python) S 25561 25563 25078 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 5 0 658074578 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 4371168

[startup+3.10053 s]
/proc/loadavg: 9.04 8.92 7.28 10/379 25580
/proc/meminfo: memFree=11826352/32950928 swapFree=67083212/67111528
[pid=25563] ppid=25561 vsize=320744 CPUtime=0.86 cores=1,3,5,7
/proc/25563/stat : 25563 (python) S 25561 25563 25078 0 -1 4202496 12916 933 1 0 78 8 0 0 25 0 5 0 658074480 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25563/statm: 80186 7385 1883 364 0 16095 0
[pid=25569] ppid=25563 vsize=279412 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (python) S 25563 25563 25078 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 658074575 286117888 5792 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252431 0 0 16781312 514 4599723885967933703 0 0 17 7 0 0 0
/proc/25569/statm: 69853 5792 354 364 0 5771 0
[pid=25571] ppid=25569 vsize=1018092 CPUtime=2.14 cores=1,3,5,7
/proc/25571/stat : 25571 (gnovelty+2) R 25569 25571 25571 0 -1 4202496 565 0 0 0 214 0 0 0 25 0 1 0 658074575 1042526208 306 33554432000 134512640 135663704 4288137776 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25571/statm: 254523 306 113 282 0 254239 0
[pid=25572] ppid=25563 vsize=289988 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (python) S 25563 25563 25078 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 658074576 296947712 5838 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 9238400166078152967 0 0 17 7 0 0 0
/proc/25572/statm: 72497 5838 348 364 0 8412 0
[pid=25574] ppid=25572 vsize=1018092 CPUtime=2.13 cores=1,3,5,7
/proc/25574/stat : 25574 (gnovelty+2) R 25572 25574 25574 0 -1 4202496 569 0 0 0 213 0 0 0 25 0 1 0 658074576 1042526208 306 33554432000 134512640 135663704 4294086384 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25574/statm: 254523 306 113 282 0 254239 0
[pid=25575] ppid=25563 vsize=300244 CPUtime=0 cores=1,3,5,7
/proc/25575/stat : 25575 (python) S 25563 25563 25078 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 658074577 307449856 5842 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 711511021059014919 0 0 17 1 0 0 0
/proc/25575/statm: 75061 5842 348 364 0 10973 0
[pid=25577] ppid=25575 vsize=417192 CPUtime=2.12 cores=1,3,5,7
/proc/25577/stat : 25577 (adaptg2wsat2009) R 25575 25577 25577 0 -1 4202496 760 0 0 0 212 0 0 0 25 0 1 0 658074577 427204608 496 33554432000 134512640 135107411 4292616912 18446744073709551615 134531817 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25577/statm: 104298 496 59 146 0 103174 0
[pid=25578] ppid=25563 vsize=310500 CPUtime=0 cores=1,3,5,7
/proc/25578/stat : 25578 (python) S 25563 25563 25078 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 658074578 317952000 5846 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 5929451258367672583 0 0 17 7 0 0 0
/proc/25578/statm: 77625 5846 348 364 0 13534 0
[pid=25580] ppid=25578 vsize=417192 CPUtime=2.09 cores=1,3,5,7
/proc/25580/stat : 25580 (adaptg2wsat2009) R 25578 25580 25580 0 -1 4202496 761 0 0 0 209 0 0 0 25 0 1 0 658074578 427204608 496 33554432000 134512640 135107411 4292358928 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25580/statm: 104298 496 59 146 0 103174 0
[pid=25563/tid=25570] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25570/stat : 25570 (python) S 25561 25563 25078 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 658074575 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 5 0 0 0
[pid=25563/tid=25573] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25573/stat : 25573 (python) S 25561 25563 25078 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 5 0 658074576 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 5 0 0 0
[pid=25563/tid=25576] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25576/stat : 25576 (python) S 25561 25563 25078 0 -1 4202560 22 933 0 0 0 0 0 0 24 0 5 0 658074577 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 7 0 0 0
[pid=25563/tid=25579] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25579/stat : 25579 (python) S 25561 25563 25078 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 5 0 658074578 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.34
Current children cumulated vsize (KiB) 4371456

[startup+6.30092 s]
/proc/loadavg: 9.19 8.95 7.30 10/379 25580
/proc/meminfo: memFree=11823292/32950928 swapFree=67083212/67111528
[pid=25563] ppid=25561 vsize=320744 CPUtime=0.86 cores=1,3,5,7
/proc/25563/stat : 25563 (python) S 25561 25563 25078 0 -1 4202496 12916 933 1 0 78 8 0 0 25 0 5 0 658074480 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25563/statm: 80186 7385 1883 364 0 16095 0
[pid=25569] ppid=25563 vsize=279412 CPUtime=0 cores=1,3,5,7
/proc/25569/stat : 25569 (python) S 25563 25563 25078 0 -1 4202560 886 0 0 0 0 0 0 0 18 0 1 0 658074575 286117888 5815 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252431 0 0 16781312 514 4599723885967933703 0 0 17 7 0 0 0
/proc/25569/statm: 69853 5815 377 364 0 5771 0
[pid=25571] ppid=25569 vsize=1018092 CPUtime=5.35 cores=1,3,5,7
/proc/25571/stat : 25571 (gnovelty+2) R 25569 25571 25571 0 -1 4202496 565 0 0 0 535 0 0 0 25 0 1 0 658074575 1042526208 306 33554432000 134512640 135663704 4288137776 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25571/statm: 254523 306 113 282 0 254239 0
[pid=25572] ppid=25563 vsize=289988 CPUtime=0.01 cores=1,3,5,7
/proc/25572/stat : 25572 (python) S 25563 25563 25078 0 -1 4202560 885 0 0 0 0 1 0 0 18 0 1 0 658074576 296947712 5861 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 9238400166078152967 0 0 17 7 0 0 0
/proc/25572/statm: 72497 5861 371 364 0 8412 0
[pid=25574] ppid=25572 vsize=1018092 CPUtime=5.33 cores=1,3,5,7
/proc/25574/stat : 25574 (gnovelty+2) R 25572 25574 25574 0 -1 4202496 569 0 0 0 533 0 0 0 25 0 1 0 658074576 1042526208 306 33554432000 134512640 135663704 4294086384 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25574/statm: 254523 306 113 282 0 254239 0
[pid=25575] ppid=25563 vsize=300244 CPUtime=0 cores=1,3,5,7
/proc/25575/stat : 25575 (python) S 25563 25563 25078 0 -1 4202560 900 0 0 0 0 0 0 0 18 0 1 0 658074577 307449856 5865 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 711511021059014919 0 0 17 1 0 0 0
/proc/25575/statm: 75061 5865 371 364 0 10973 0
[pid=25577] ppid=25575 vsize=417192 CPUtime=5.31 cores=1,3,5,7
/proc/25577/stat : 25577 (adaptg2wsat2009) R 25575 25577 25577 0 -1 4202496 760 0 0 0 531 0 0 0 25 0 1 0 658074577 427204608 496 33554432000 134512640 135107411 4292616912 18446744073709551615 134532275 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25577/statm: 104298 496 59 146 0 103174 0
[pid=25578] ppid=25563 vsize=310500 CPUtime=0 cores=1,3,5,7
/proc/25578/stat : 25578 (python) S 25563 25563 25078 0 -1 4202560 909 0 0 0 0 0 0 0 18 0 1 0 658074578 317952000 5869 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 5929451258367672583 0 0 17 7 0 0 0
/proc/25578/statm: 77625 5869 371 364 0 13534 0
[pid=25580] ppid=25578 vsize=417192 CPUtime=5.21 cores=1,3,5,7
/proc/25580/stat : 25580 (adaptg2wsat2009) R 25578 25580 25580 0 -1 4202496 761 0 0 0 521 0 0 0 25 0 1 0 658074578 427204608 496 33554432000 134512640 135107411 4292358928 18446744073709551615 134531392 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25580/statm: 104298 496 59 146 0 103174 0
[pid=25563/tid=25570] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25570/stat : 25570 (python) S 25561 25563 25078 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 658074575 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 5 0 0 0
[pid=25563/tid=25573] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25573/stat : 25573 (python) S 25561 25563 25078 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 5 0 658074576 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 5 0 0 0
[pid=25563/tid=25576] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25576/stat : 25576 (python) S 25561 25563 25078 0 -1 4202560 22 933 0 0 0 0 0 0 24 0 5 0 658074577 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 7 0 0 0
[pid=25563/tid=25579] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25579/stat : 25579 (python) S 25561 25563 25078 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 5 0 658074578 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (KiB) 4371456

[startup+12.7007 s]
/proc/loadavg: 9.18 8.95 7.31 10/379 25580
/proc/meminfo: memFree=11823080/32950928 swapFree=67083212/67111528
[pid=25563] ppid=25561 vsize=320744 CPUtime=0.86 cores=1,3,5,7
/proc/25563/stat : 25563 (python) S 25561 25563 25078 0 -1 4202496 12916 933 1 0 78 8 0 0 25 0 5 0 658074480 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25563/statm: 80186 7385 1883 364 0 16095 0
[pid=25569] ppid=25563 vsize=279412 CPUtime=0.02 cores=1,3,5,7
/proc/25569/stat : 25569 (python) S 25563 25563 25078 0 -1 4202560 889 0 0 0 1 1 0 0 18 0 1 0 658074575 286117888 5815 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252431 0 0 16781312 514 8032908807229112583 0 0 17 7 0 0 0
/proc/25569/statm: 69853 5815 377 364 0 5771 0
[pid=25571] ppid=25569 vsize=1018092 CPUtime=11.75 cores=1,3,5,7
/proc/25571/stat : 25571 (gnovelty+2) R 25569 25571 25571 0 -1 4202496 565 0 0 0 1175 0 0 0 25 0 1 0 658074575 1042526208 306 33554432000 134512640 135663704 4288137776 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25571/statm: 254523 306 113 282 0 254239 0
[pid=25572] ppid=25563 vsize=289988 CPUtime=0.02 cores=1,3,5,7

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

[pid=25563/tid=25579] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25579/stat : 25579 (python) S 25561 25563 25078 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 5 0 658074578 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 47.6
Current children cumulated vsize (KiB) 4371456

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

[startup+14.3124 s]
/proc/loadavg: 9.18 8.95 7.31 12/379 25581
/proc/meminfo: memFree=11824816/32950928 swapFree=67083212/67111528
[pid=25563] ppid=25561 vsize=320744 CPUtime=0.86 cores=1,3,5,7
/proc/25563/stat : 25563 (python) S 25561 25563 25078 0 -1 4202496 12916 933 1 0 78 8 0 0 25 0 5 0 658074480 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25563/statm: 80186 7385 1883 364 0 16095 0
[pid=25569] ppid=25563 vsize=279412 CPUtime=0.02 cores=1,3,5,7
/proc/25569/stat : 25569 (python) S 25563 25563 25078 0 -1 4202560 889 0 0 0 1 1 0 0 18 0 1 0 658074575 286117888 5815 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252431 0 0 16781312 514 8032908807229112583 0 0 17 7 0 0 0
/proc/25569/statm: 69853 5815 377 364 0 5771 0
[pid=25571] ppid=25569 vsize=1018092 CPUtime=13.36 cores=1,3,5,7
/proc/25571/stat : 25571 (gnovelty+2) R 25569 25571 25571 0 -1 4202496 565 0 0 0 1336 0 0 0 25 0 1 0 658074575 1042526208 306 33554432000 134512640 135663704 4288137776 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25571/statm: 254523 306 113 282 0 254239 0
[pid=25572] ppid=25563 vsize=289988 CPUtime=0.02 cores=1,3,5,7
/proc/25572/stat : 25572 (python) S 25563 25563 25078 0 -1 4202560 888 0 0 0 1 1 0 0 18 0 1 0 658074576 296947712 5861 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 8032908807229112583 0 0 17 7 0 0 0
/proc/25572/statm: 72497 5861 371 364 0 8412 0
[pid=25574] ppid=25572 vsize=1018092 CPUtime=13.34 cores=1,3,5,7
/proc/25574/stat : 25574 (gnovelty+2) R 25572 25574 25574 0 -1 4202496 569 0 0 0 1334 0 0 0 25 0 1 0 658074576 1042526208 306 33554432000 134512640 135663704 4294086384 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25574/statm: 254523 306 113 282 0 254239 0
[pid=25575] ppid=25563 vsize=300244 CPUtime=1.08 cores=1,3,5,7
/proc/25575/stat : 25575 (python) R 25563 25563 25078 0 -1 4202560 906 0 0 0 92 16 0 0 16 0 1 0 658074577 307449856 5865 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/25575/statm: 75061 5865 371 364 0 10973 0
[pid=25577] ppid=25575 vsize=0 CPUtime=12.24 cores=1,3,5,7
/proc/25577/stat : 25577 (adaptg2wsat2009) R 25575 25577 25577 0 -1 4202500 774 0 0 0 1224 0 0 0 25 0 1 0 658074577 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/25577/statm: 0 0 0 0 0 0 0
[pid=25578] ppid=25563 vsize=310500 CPUtime=0.02 cores=1,3,5,7
/proc/25578/stat : 25578 (python) S 25563 25563 25078 0 -1 4202560 914 0 0 0 1 1 0 0 18 0 1 0 658074578 317952000 5869 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 8032908807229112583 0 0 17 7 0 0 0
/proc/25578/statm: 77625 5869 371 364 0 13534 0
[pid=25580] ppid=25578 vsize=417192 CPUtime=13.08 cores=1,3,5,7
/proc/25580/stat : 25580 (adaptg2wsat2009) R 25578 25580 25580 0 -1 4202496 761 0 0 0 1308 0 0 0 25 0 1 0 658074578 427204608 496 33554432000 134512640 135107411 4292358928 18446744073709551615 134532288 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25580/statm: 104298 496 59 146 0 103174 0
[pid=25563/tid=25570] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25570/stat : 25570 (python) S 25561 25563 25078 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 658074575 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 5 0 0 0
[pid=25563/tid=25573] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25573/stat : 25573 (python) S 25561 25563 25078 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 5 0 658074576 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 5 0 0 0
[pid=25563/tid=25576] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25576/stat : 25576 (python) S 25561 25563 25078 0 -1 4202560 22 933 0 0 0 0 0 0 24 0 5 0 658074577 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 7 0 0 0
[pid=25563/tid=25579] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25579/stat : 25579 (python) S 25561 25563 25078 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 5 0 658074578 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 54.02
Current children cumulated vsize (KiB) 3954264

[startup+15.1012 s]
/proc/loadavg: 9.18 8.95 7.31 12/379 25581
/proc/meminfo: memFree=11824816/32950928 swapFree=67083212/67111528
[pid=25563] ppid=25561 vsize=320744 CPUtime=0.86 cores=1,3,5,7
/proc/25563/stat : 25563 (python) S 25561 25563 25078 0 -1 4202496 12916 933 1 0 78 8 0 0 25 0 5 0 658074480 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25563/statm: 80186 7385 1883 364 0 16095 0
[pid=25569] ppid=25563 vsize=279412 CPUtime=0.02 cores=1,3,5,7
/proc/25569/stat : 25569 (python) S 25563 25563 25078 0 -1 4202560 889 0 0 0 1 1 0 0 18 0 1 0 658074575 286117888 5815 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252431 0 0 16781312 514 8032908807229112583 0 0 17 7 0 0 0
/proc/25569/statm: 69853 5815 377 364 0 5771 0
[pid=25571] ppid=25569 vsize=1018092 CPUtime=14.15 cores=1,3,5,7
/proc/25571/stat : 25571 (gnovelty+2) R 25569 25571 25571 0 -1 4202496 565 0 0 0 1415 0 0 0 25 0 1 0 658074575 1042526208 306 33554432000 134512640 135663704 4288137776 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25571/statm: 254523 306 113 282 0 254239 0
[pid=25572] ppid=25563 vsize=289988 CPUtime=0.02 cores=1,3,5,7
/proc/25572/stat : 25572 (python) S 25563 25563 25078 0 -1 4202560 888 0 0 0 1 1 0 0 18 0 1 0 658074576 296947712 5861 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 8032908807229112583 0 0 17 7 0 0 0
/proc/25572/statm: 72497 5861 371 364 0 8412 0
[pid=25574] ppid=25572 vsize=1018092 CPUtime=14.13 cores=1,3,5,7
/proc/25574/stat : 25574 (gnovelty+2) R 25572 25574 25574 0 -1 4202496 569 0 0 0 1413 0 0 0 25 0 1 0 658074576 1042526208 306 33554432000 134512640 135663704 4294086384 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25574/statm: 254523 306 113 282 0 254239 0
[pid=25575] ppid=25563 vsize=300244 CPUtime=1.88 cores=1,3,5,7
/proc/25575/stat : 25575 (python) R 25563 25563 25078 0 -1 4202560 906 0 0 0 159 29 0 0 17 0 1 0 658074577 307449856 5865 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/25575/statm: 75061 5865 371 364 0 10973 0
[pid=25577] ppid=25575 vsize=0 CPUtime=12.24 cores=1,3,5,7
/proc/25577/stat : 25577 (adaptg2wsat2009) R 25575 25577 25577 0 -1 4202500 774 0 0 0 1224 0 0 0 25 0 1 0 658074577 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/25577/statm: 0 0 0 0 0 0 0
[pid=25578] ppid=25563 vsize=310500 CPUtime=0.02 cores=1,3,5,7
/proc/25578/stat : 25578 (python) S 25563 25563 25078 0 -1 4202560 914 0 0 0 1 1 0 0 18 0 1 0 658074578 317952000 5869 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 8032908807229112583 0 0 17 7 0 0 0
/proc/25578/statm: 77625 5869 371 364 0 13534 0
[pid=25580] ppid=25578 vsize=417192 CPUtime=13.87 cores=1,3,5,7
/proc/25580/stat : 25580 (adaptg2wsat2009) R 25578 25580 25580 0 -1 4202496 761 0 0 0 1387 0 0 0 25 0 1 0 658074578 427204608 496 33554432000 134512640 135107411 4292358928 18446744073709551615 134531674 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25580/statm: 104298 496 59 146 0 103174 0
[pid=25563/tid=25570] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25570/stat : 25570 (python) S 25561 25563 25078 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 658074575 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 5 0 0 0
[pid=25563/tid=25573] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25573/stat : 25573 (python) S 25561 25563 25078 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 5 0 658074576 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 5 0 0 0
[pid=25563/tid=25576] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25576/stat : 25576 (python) S 25561 25563 25078 0 -1 4202560 22 933 0 0 0 0 0 0 24 0 5 0 658074577 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 7 0 0 0
[pid=25563/tid=25579] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25579/stat : 25579 (python) S 25561 25563 25078 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 5 0 658074578 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 57.19
Current children cumulated vsize (KiB) 3954264

[startup+15.3012 s]
/proc/loadavg: 9.32 8.99 7.33 11/379 25581
/proc/meminfo: memFree=11825140/32950928 swapFree=67083212/67111528
[pid=25563] ppid=25561 vsize=320744 CPUtime=0.86 cores=1,3,5,7
/proc/25563/stat : 25563 (python) S 25561 25563 25078 0 -1 4202496 12916 933 1 0 78 8 0 0 25 0 5 0 658074480 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25563/statm: 80186 7385 1883 364 0 16095 0
[pid=25569] ppid=25563 vsize=279412 CPUtime=0.02 cores=1,3,5,7
/proc/25569/stat : 25569 (python) S 25563 25563 25078 0 -1 4202560 889 0 0 0 1 1 0 0 18 0 1 0 658074575 286117888 5815 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252431 0 0 16781312 514 8032908807229112583 0 0 17 7 0 0 0
/proc/25569/statm: 69853 5815 377 364 0 5771 0
[pid=25571] ppid=25569 vsize=1018092 CPUtime=14.36 cores=1,3,5,7
/proc/25571/stat : 25571 (gnovelty+2) R 25569 25571 25571 0 -1 4202496 565 0 0 0 1436 0 0 0 25 0 1 0 658074575 1042526208 306 33554432000 134512640 135663704 4288137776 18446744073709551615 134525002 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25571/statm: 254523 306 113 282 0 254239 0
[pid=25572] ppid=25563 vsize=289988 CPUtime=0.02 cores=1,3,5,7
/proc/25572/stat : 25572 (python) S 25563 25563 25078 0 -1 4202560 888 0 0 0 1 1 0 0 18 0 1 0 658074576 296947712 5861 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 8032908807229112583 0 0 17 7 0 0 0
/proc/25572/statm: 72497 5861 371 364 0 8412 0
[pid=25574] ppid=25572 vsize=1018092 CPUtime=14.34 cores=1,3,5,7
/proc/25574/stat : 25574 (gnovelty+2) R 25572 25574 25574 0 -1 4202496 569 0 0 0 1434 0 0 0 25 0 1 0 658074576 1042526208 306 33554432000 134512640 135663704 4294086384 18446744073709551615 134544272 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25574/statm: 254523 306 113 282 0 254239 0
[pid=25575] ppid=25563 vsize=300244 CPUtime=2.09 cores=1,3,5,7
/proc/25575/stat : 25575 (python) R 25563 25563 25078 0 -1 4202560 906 0 0 0 176 33 0 0 18 0 1 0 658074577 307449856 5865 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/25575/statm: 75061 5865 371 364 0 10973 0
[pid=25577] ppid=25575 vsize=0 CPUtime=12.24 cores=1,3,5,7
/proc/25577/stat : 25577 (adaptg2wsat2009) R 25575 25577 25577 0 -1 4202500 774 0 0 0 1224 0 0 0 25 0 1 0 658074577 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/25577/statm: 0 0 0 0 0 0 0
[pid=25578] ppid=25563 vsize=310500 CPUtime=0.02 cores=1,3,5,7
/proc/25578/stat : 25578 (python) S 25563 25563 25078 0 -1 4202560 914 0 0 0 1 1 0 0 18 0 1 0 658074578 317952000 5869 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 8032908807229112583 0 0 17 7 0 0 0
/proc/25578/statm: 77625 5869 371 364 0 13534 0
[pid=25580] ppid=25578 vsize=417192 CPUtime=14.07 cores=1,3,5,7
/proc/25580/stat : 25580 (adaptg2wsat2009) R 25578 25580 25580 0 -1 4202496 761 0 0 0 1407 0 0 0 25 0 1 0 658074578 427204608 496 33554432000 134512640 135107411 4292358928 18446744073709551615 134532288 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25580/statm: 104298 496 59 146 0 103174 0
[pid=25563/tid=25570] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25570/stat : 25570 (python) S 25561 25563 25078 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 658074575 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 5 0 0 0
[pid=25563/tid=25573] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25573/stat : 25573 (python) S 25561 25563 25078 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 5 0 658074576 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 5 0 0 0
[pid=25563/tid=25576] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25576/stat : 25576 (python) S 25561 25563 25078 0 -1 4202560 22 933 0 0 0 0 0 0 24 0 5 0 658074577 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 7 0 0 0
[pid=25563/tid=25579] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25579/stat : 25579 (python) S 25561 25563 25078 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 5 0 658074578 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 58.02
Current children cumulated vsize (KiB) 3954264

[startup+15.4122 s]
/proc/loadavg: 9.32 8.99 7.33 11/379 25581
/proc/meminfo: memFree=11825140/32950928 swapFree=67083212/67111528
[pid=25563] ppid=25561 vsize=320744 CPUtime=0.86 cores=1,3,5,7
/proc/25563/stat : 25563 (python) S 25561 25563 25078 0 -1 4202496 12916 933 1 0 78 8 0 0 25 0 5 0 658074480 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25563/statm: 80186 7385 1883 364 0 16095 0
[pid=25569] ppid=25563 vsize=279412 CPUtime=0.02 cores=1,3,5,7
/proc/25569/stat : 25569 (python) S 25563 25563 25078 0 -1 4202560 889 0 0 0 1 1 0 0 18 0 1 0 658074575 286117888 5815 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252431 0 0 16781312 514 8032908807229112583 0 0 17 7 0 0 0
/proc/25569/statm: 69853 5815 377 364 0 5771 0
[pid=25571] ppid=25569 vsize=1018092 CPUtime=14.46 cores=1,3,5,7
/proc/25571/stat : 25571 (gnovelty+2) R 25569 25571 25571 0 -1 4202496 565 0 0 0 1446 0 0 0 25 0 1 0 658074575 1042526208 306 33554432000 134512640 135663704 4288137776 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25571/statm: 254523 306 113 282 0 254239 0
[pid=25572] ppid=25563 vsize=289988 CPUtime=0.02 cores=1,3,5,7
/proc/25572/stat : 25572 (python) S 25563 25563 25078 0 -1 4202560 888 0 0 0 1 1 0 0 18 0 1 0 658074576 296947712 5861 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 8032908807229112583 0 0 17 7 0 0 0
/proc/25572/statm: 72497 5861 371 364 0 8412 0
[pid=25574] ppid=25572 vsize=1018092 CPUtime=14.44 cores=1,3,5,7
/proc/25574/stat : 25574 (gnovelty+2) R 25572 25574 25574 0 -1 4202496 569 0 0 0 1444 0 0 0 25 0 1 0 658074576 1042526208 306 33554432000 134512640 135663704 4294086384 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25574/statm: 254523 306 113 282 0 254239 0
[pid=25575] ppid=25563 vsize=300244 CPUtime=2.19 cores=1,3,5,7
/proc/25575/stat : 25575 (python) R 25563 25563 25078 0 -1 4202560 906 0 0 0 184 35 0 0 18 0 1 0 658074577 307449856 5865 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092062527 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/25575/statm: 75061 5865 371 364 0 10973 0
[pid=25577] ppid=25575 vsize=0 CPUtime=12.24 cores=1,3,5,7
/proc/25577/stat : 25577 (adaptg2wsat2009) R 25575 25577 25577 0 -1 4202500 774 0 0 0 1224 0 0 0 25 0 1 0 658074577 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/25577/statm: 0 0 0 0 0 0 0
[pid=25578] ppid=25563 vsize=310500 CPUtime=0.02 cores=1,3,5,7
/proc/25578/stat : 25578 (python) S 25563 25563 25078 0 -1 4202560 914 0 0 0 1 1 0 0 18 0 1 0 658074578 317952000 5869 33554432000 4194304 5683644 140733800931920 18446744073709551615 208080252486 0 0 16781312 514 8032908807229112583 0 0 17 7 0 0 0
/proc/25578/statm: 77625 5869 371 364 0 13534 0
[pid=25580] ppid=25578 vsize=417192 CPUtime=14.16 cores=1,3,5,7
/proc/25580/stat : 25580 (adaptg2wsat2009) R 25578 25580 25580 0 -1 4202496 761 0 0 0 1416 0 0 0 25 0 1 0 658074578 427204608 496 33554432000 134512640 135107411 4292358928 18446744073709551615 134532293 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25580/statm: 104298 496 59 146 0 103174 0
[pid=25563/tid=25570] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25570/stat : 25570 (python) S 25561 25563 25078 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 658074575 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 5 0 0 0
[pid=25563/tid=25573] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25573/stat : 25573 (python) S 25561 25563 25078 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 5 0 658074576 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 5 0 0 0
[pid=25563/tid=25576] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25576/stat : 25576 (python) S 25561 25563 25078 0 -1 4202560 22 933 0 0 0 0 0 0 24 0 5 0 658074577 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 7 0 0 0
[pid=25563/tid=25579] ppid=25561 vsize=320744 CPUtime=0 cores=1,3,5,7
/proc/25563/task/25579/stat : 25579 (python) S 25561 25563 25078 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 5 0 658074578 328441856 7385 33554432000 4194304 5683644 140733800931920 18446744073709551615 208092055985 0 0 16781312 2 18446604470439368832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 58.41
Current children cumulated vsize (KiB) 3954264

Child status: 0
Real time (s): 15.4417
CPU time (s): 58.5491
CPU user time (s): 58.0442
CPU system time (s): 0.504923
CPU usage (%): 379.162
Max. virtual memory (cumulated for all children) (KiB): 4372196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.0442
system time used= 0.504923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25012
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= 1292
involuntary context switches= 556

runsolver used 0.051992 second user time and 0.12898 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 15:05:48
IDJOB=3378326
IDBENCH=82735
IDSOLVER=1859
FILE ID=node127/3378326-1305464748
RUNJOBID= node127-1305463542-25097
PBS_JOBID= 13325002
Free space on /tmp= 73472 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
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-3378326-1305464748/watcher-3378326-1305464748 -o /tmp/evaluation-result-3378326-1305464748/solver-3378326-1305464748 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378326-1305464748.cnf -seed 284215476 -budget 4800 -cores 4

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

MD5SUM BENCH= ae2c6ab9f054a239f861b972b7e9a79b
RANDOM SEED=284215476

node127.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.823
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.64
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.823
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	: 5332.83
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.823
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.74
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.823
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.86
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.823
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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.60
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.823
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:     32950928 kB
MemFree:      11870020 kB
Buffers:        316792 kB
Cached:        4155312 kB
SwapCached:       1620 kB
Active:       17848984 kB
Inactive:      2876284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11870020 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           32260 kB
Writeback:           0 kB
AnonPages:    16251828 kB
Mapped:          34796 kB
Slab:           231060 kB
PageTables:      59220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 61049012 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= 73440 MiB
End job on node127 at 2011-05-15 15:06:04