Trace number 3378595

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)? 3708.99 1205.19

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1836400953-011.UNKNOWN.cnf
MD5SUM39542bd0a185b4f7c5fc7900079a2845
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
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 53195
Number of clauses of size over 50

Solver Data

0.28/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.28/0.45	c INFO: solving HOME/instance-3378595-1305466331.cnf
0.28/0.45	c INFO: computing task features
0.28/0.47	c INFO: computed variable-clause graph statistics
0.28/0.47	c INFO: computed clause balance statistics
0.37/0.55	c INFO: computed variable balance statistics
0.37/0.59	c INFO: computed small-clause counts
0.37/0.59	c INFO: computed Horn-clause counts
0.37/0.59	c INFO: computed variable graph statistics
0.37/0.59	c INFO: collected features for HOME/instance-3378595-1305466331.cnf in 0.14 s
0.47/0.60	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.63)
0.47/0.61	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.08)
0.47/0.62	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.35)
0.47/0.63	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.31)
300.55/100.94	c INFO: running march_hi@0 for 388 with 1099 remaining (b = 0.20)
441.82/148.09	c INFO: running march_hi@0 for 485 with 1052 remaining (b = 0.21)
1547.83/516.77	c INFO: running march_hi@97 for 291 with 683 remaining (b = 0.14)
2130.41/710.99	c INFO: running march_hi@0 for 97 with 489 remaining (b = 0.05)
2430.36/810.94	c INFO: running march_hi@98 for 389 with 389 remaining (b = 0.18)
2467.27/823.20	c INFO: running march_hi@390 for 97 with 377 remaining (b = 0.06)
2888.80/963.74	c INFO: running march_hi@0 for 236 with 236 remaining (b = 0.07)
3022.86/1008.41	c INFO: running adaptg2wsat2009++@0 for 192 with 192 remaining (b = 0.03)
3232.00/1068.40	c INFO: running march_hi@98 for 132 with 132 remaining (b = 0.04)
3708.67/1205.17	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3378595-1305466331/watcher-3378595-1305466331 -o /tmp/evaluation-result-3378595-1305466331/solver-3378595-1305466331 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378595-1305466331.cnf -seed 1643530241 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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.49 9.28 9.09 8/454 29986
/proc/meminfo: memFree=16217632/32951124 swapFree=67082152/67111528
[pid=29986] ppid=29984 vsize=16400 CPUtime=0.01 cores=0,2,4,6
/proc/29986/stat : 29986 (python) R 29984 29986 28149 0 -1 4202496 1101 0 0 0 1 0 0 0 25 0 1 0 658231061 16793600 971 33554432000 4194304 5683644 140735399454432 18446744073709551615 4932832 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29986/statm: 4100 979 406 364 0 587 0

[startup+0.102756 s]
/proc/loadavg: 9.49 9.28 9.09 8/454 29986
/proc/meminfo: memFree=16217632/32951124 swapFree=67082152/67111528
[pid=29986] ppid=29984 vsize=104616 CPUtime=0.06 cores=0,2,4,6
/proc/29986/stat : 29986 (python) S 29984 29986 28149 0 -1 4202496 3157 0 0 0 5 1 0 0 17 0 1 0 658231061 107126784 2832 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/29986/statm: 26155 2832 847 364 0 1903 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.200738 s]
/proc/loadavg: 9.49 9.28 9.09 8/454 29986
/proc/meminfo: memFree=16217632/32951124 swapFree=67082152/67111528
[pid=29986] ppid=29984 vsize=131296 CPUtime=0.14 cores=0,2,4,6
/proc/29986/stat : 29986 (python) R 29984 29986 28149 0 -1 4202496 5701 933 1 0 12 2 0 0 19 0 1 0 658231061 134447104 4099 33554432000 4194304 5683644 140735399454432 18446744073709551615 4510800 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29986/statm: 32824 4099 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 131296

[startup+0.300746 s]
/proc/loadavg: 9.49 9.28 9.09 8/454 29986
/proc/meminfo: memFree=16217632/32951124 swapFree=67082152/67111528
[pid=29986] ppid=29984 vsize=198916 CPUtime=0.21 cores=0,2,4,6
/proc/29986/stat : 29986 (python) R 29984 29986 28149 0 -1 4202496 7017 933 1 0 17 4 0 0 18 0 1 0 658231061 203689984 5053 33554432000 4194304 5683644 140735399454432 18446744073709551615 47394023069672 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29986/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 198916

[startup+0.700608 s]
/proc/loadavg: 9.49 9.28 9.09 8/454 29986
/proc/meminfo: memFree=16217632/32951124 swapFree=67082152/67111528
[pid=29986] ppid=29984 vsize=320160 CPUtime=0.51 cores=0,2,4,6
/proc/29986/stat : 29986 (python) S 29984 29986 28149 0 -1 4202496 12365 933 1 0 45 6 0 0 23 0 5 0 658231061 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29986/statm: 80040 7237 1881 364 0 15949 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 320160

[startup+1.50047 s]
/proc/loadavg: 9.49 9.28 9.09 11/467 30003
/proc/meminfo: memFree=16179088/32951124 swapFree=67082152/67111528
[pid=29986] ppid=29984 vsize=320160 CPUtime=0.51 cores=0,2,4,6
/proc/29986/stat : 29986 (python) S 29984 29986 28149 0 -1 4202496 12365 933 1 0 45 6 0 0 23 0 5 0 658231061 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29986/statm: 80040 7237 1881 364 0 15949 0
[pid=29992] ppid=29986 vsize=278676 CPUtime=0 cores=0,2,4,6
/proc/29992/stat : 29992 (python) S 29986 29986 28149 0 -1 4202560 734 0 0 0 0 0 0 0 20 0 1 0 658231122 285364224 5588 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368911 0 0 16781312 514 17889890366803410943 0 0 17 0 0 0 0
/proc/29992/statm: 69669 5588 354 364 0 5587 0
[pid=29994] ppid=29992 vsize=1017940 CPUtime=0.58 cores=0,2,4,6
/proc/29994/stat : 29994 (gnovelty+2) R 29992 29994 29994 0 -1 4202496 456 0 0 0 58 0 0 0 23 0 1 0 658231123 1042370560 192 33554432000 134512640 135663704 4287465104 18446744073709551615 134524720 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29994/statm: 254485 192 113 282 0 254201 0
[pid=29995] ppid=29986 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/29995/stat : 29995 (python) S 29986 29986 28149 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 658231123 296247296 5684 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 4318970738640945151 0 0 17 4 0 0 0
/proc/29995/statm: 72326 5684 348 364 0 8241 0
[pid=29997] ppid=29995 vsize=1017940 CPUtime=0.86 cores=0,2,4,6
/proc/29997/stat : 29997 (gnovelty+2) R 29995 29997 29997 0 -1 4202496 461 0 0 0 86 0 0 0 23 0 1 0 658231123 1042370560 191 33554432000 134512640 135663704 4291816272 18446744073709551615 134524637 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29997/statm: 254485 191 113 282 0 254201 0
[pid=29998] ppid=29986 vsize=299052 CPUtime=0 cores=0,2,4,6
/proc/29998/stat : 29998 (python) S 29986 29986 28149 0 -1 4202560 750 0 0 0 0 0 0 0 16 0 1 0 658231124 306229248 5576 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 4472989227948146945 0 0 17 0 0 0 0
/proc/29998/statm: 74763 5576 348 364 0 10675 0
[pid=30002] ppid=29998 vsize=2240 CPUtime=0.85 cores=0,2,4,6
/proc/30002/stat : 30002 (march_hi) R 29998 30002 30002 0 -1 4202496 640 0 0 0 85 0 0 0 25 0 1 0 658231125 2293760 370 33554432000 4194304 4955518 140737113131056 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30002/statm: 560 370 106 186 0 373 0
[pid=30000] ppid=29986 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/30000/stat : 30000 (python) S 29986 29986 28149 0 -1 4202560 750 0 0 0 0 0 0 0 16 0 1 0 658231125 317353984 5700 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 8619401507919331586 0 0 17 0 0 0 0
/proc/30000/statm: 77479 5700 348 364 0 13388 0
[pid=30003] ppid=30000 vsize=1996 CPUtime=0.3 cores=0,2,4,6
/proc/30003/stat : 30003 (march_hi) R 30000 30003 30003 0 -1 4202496 569 0 0 0 30 0 0 0 25 0 1 0 658231125 2043904 300 33554432000 4194304 4955518 140736019170128 18446744073709551615 4328304 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30003/statm: 499 300 106 186 0 312 0
[pid=29986/tid=29993] ppid=29984 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29993/stat : 29993 (python) S 29984 29986 28149 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 5 0 658231122 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=29996] ppid=29984 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29996/stat : 29996 (python) S 29984 29986 28149 0 -1 4202560 35 933 0 0 0 0 0 0 20 0 5 0 658231123 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=29999] ppid=29984 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29999/stat : 29999 (python) S 29984 29986 28149 0 -1 4202560 37 933 0 0 0 0 0 0 22 0 5 0 658231124 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30001] ppid=29984 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/29986/task/30001/stat : 30001 (python) S 29984 29986 28149 0 -1 4202560 17 933 0 0 0 0 0 0 24 0 5 0 658231125 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 3537224

[startup+3.10119 s]
/proc/loadavg: 9.53 9.29 9.09 11/467 30003
/proc/meminfo: memFree=16177472/32951124 swapFree=67082152/67111528
[pid=29986] ppid=29984 vsize=320160 CPUtime=0.51 cores=0,2,4,6
/proc/29986/stat : 29986 (python) S 29984 29986 28149 0 -1 4202496 12365 933 1 0 45 6 0 0 23 0 5 0 658231061 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29986/statm: 80040 7237 1881 364 0 15949 0
[pid=29992] ppid=29986 vsize=278676 CPUtime=0 cores=0,2,4,6
/proc/29992/stat : 29992 (python) S 29986 29986 28149 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 658231122 285364224 5588 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368911 0 0 16781312 514 17889890366803378433 0 0 17 0 0 0 0
/proc/29992/statm: 69669 5588 354 364 0 5587 0
[pid=29994] ppid=29992 vsize=1017940 CPUtime=1.38 cores=0,2,4,6
/proc/29994/stat : 29994 (gnovelty+2) R 29992 29994 29994 0 -1 4202496 456 0 0 0 138 0 0 0 25 0 1 0 658231123 1042370560 192 33554432000 134512640 135663704 4287465104 18446744073709551615 134564723 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29994/statm: 254485 192 113 282 0 254201 0
[pid=29995] ppid=29986 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/29995/stat : 29995 (python) S 29986 29986 28149 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 658231123 296247296 5684 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 4318970738640912643 0 0 17 4 0 0 0
/proc/29995/statm: 72326 5684 348 364 0 8241 0
[pid=29997] ppid=29995 vsize=1017940 CPUtime=2.44 cores=0,2,4,6
/proc/29997/stat : 29997 (gnovelty+2) R 29995 29997 29997 0 -1 4202496 461 0 0 0 244 0 0 0 25 0 1 0 658231123 1042370560 191 33554432000 134512640 135663704 4291816272 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29997/statm: 254485 191 113 282 0 254201 0
[pid=29998] ppid=29986 vsize=299052 CPUtime=0 cores=0,2,4,6
/proc/29998/stat : 29998 (python) S 29986 29986 28149 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 658231124 306229248 5576 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 4472989227948146945 0 0 17 0 0 0 0
/proc/29998/statm: 74763 5576 348 364 0 10675 0
[pid=30002] ppid=29998 vsize=2620 CPUtime=2.45 cores=0,2,4,6
/proc/30002/stat : 30002 (march_hi) R 29998 30002 30002 0 -1 4202496 737 0 0 0 245 0 0 0 25 0 1 0 658231125 2682880 467 33554432000 4194304 4955518 140737113131056 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30002/statm: 655 467 106 186 0 468 0
[pid=30000] ppid=29986 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/30000/stat : 30000 (python) S 29986 29986 28149 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 658231125 317353984 5700 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 8619401507919331586 0 0 17 0 0 0 0
/proc/30000/statm: 77479 5700 348 364 0 13388 0
[pid=30003] ppid=30000 vsize=2240 CPUtime=1.1 cores=0,2,4,6
/proc/30003/stat : 30003 (march_hi) R 30000 30003 30003 0 -1 4202496 652 0 0 0 110 0 0 0 25 0 1 0 658231125 2293760 382 33554432000 4194304 4955518 140736019170128 18446744073709551615 4224853 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30003/statm: 560 382 106 186 0 373 0
[pid=29986/tid=29993] ppid=29984 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29993/stat : 29993 (python) S 29984 29986 28149 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 5 0 658231122 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=29996] ppid=29984 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29996/stat : 29996 (python) S 29984 29986 28149 0 -1 4202560 35 933 0 0 0 0 0 0 20 0 5 0 658231123 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=29999] ppid=29984 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29999/stat : 29999 (python) S 29984 29986 28149 0 -1 4202560 37 933 0 0 0 0 0 0 22 0 5 0 658231124 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30001] ppid=29984 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/29986/task/30001/stat : 30001 (python) S 29984 29986 28149 0 -1 4202560 17 933 0 0 0 0 0 0 24 0 5 0 658231125 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 3537848

[startup+6.30062 s]
/proc/loadavg: 9.53 9.29 9.09 11/467 30003
/proc/meminfo: memFree=16172636/32951124 swapFree=67082152/67111528
[pid=29986] ppid=29984 vsize=320160 CPUtime=0.51 cores=0,2,4,6
/proc/29986/stat : 29986 (python) S 29984 29986 28149 0 -1 4202496 12365 933 1 0 45 6 0 0 23 0 5 0 658231061 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29986/statm: 80040 7237 1881 364 0 15949 0
[pid=29992] ppid=29986 vsize=278676 CPUtime=0.01 cores=0,2,4,6
/proc/29992/stat : 29992 (python) S 29986 29986 28149 0 -1 4202560 900 0 0 0 0 1 0 0 18 0 1 0 658231122 285364224 5610 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368911 0 0 16781312 514 17889890366803378433 0 0 17 0 0 0 0
/proc/29992/statm: 69669 5610 376 364 0 5587 0
[pid=29994] ppid=29992 vsize=1017940 CPUtime=2.96 cores=0,2,4,6
/proc/29994/stat : 29994 (gnovelty+2) R 29992 29994 29994 0 -1 4202496 456 0 0 0 296 0 0 0 25 0 1 0 658231123 1042370560 192 33554432000 134512640 135663704 4287465104 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29994/statm: 254485 192 113 282 0 254201 0
[pid=29995] ppid=29986 vsize=289304 CPUtime=0.01 cores=0,2,4,6
/proc/29995/stat : 29995 (python) S 29986 29986 28149 0 -1 4202560 906 0 0 0 0 1 0 0 18 0 1 0 658231123 296247296 5707 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 4318970738640912643 0 0 17 4 0 0 0
/proc/29995/statm: 72326 5707 371 364 0 8241 0
[pid=29997] ppid=29995 vsize=1017940 CPUtime=5.6 cores=0,2,4,6
/proc/29997/stat : 29997 (gnovelty+2) R 29995 29997 29997 0 -1 4202496 461 0 0 0 560 0 0 0 25 0 1 0 658231123 1042370560 191 33554432000 134512640 135663704 4291816272 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29997/statm: 254485 191 113 282 0 254201 0
[pid=29998] ppid=29986 vsize=299052 CPUtime=0.02 cores=0,2,4,6
/proc/29998/stat : 29998 (python) S 29986 29986 28149 0 -1 4202560 912 0 0 0 1 1 0 0 15 0 1 0 658231124 306229248 5599 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 4472989227948146945 0 0 17 2 0 0 0
/proc/29998/statm: 74763 5599 371 364 0 10675 0
[pid=30002] ppid=29998 vsize=3472 CPUtime=5.62 cores=0,2,4,6
/proc/30002/stat : 30002 (march_hi) R 29998 30002 30002 0 -1 4202496 928 0 0 0 562 0 0 0 25 0 1 0 658231125 3555328 658 33554432000 4194304 4955518 140737113131056 18446744073709551615 4261522 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30002/statm: 868 658 106 186 0 681 0
[pid=30000] ppid=29986 vsize=309916 CPUtime=0.01 cores=0,2,4,6
/proc/30000/stat : 30000 (python) S 29986 29986 28149 0 -1 4202560 918 0 0 0 1 0 0 0 15 0 1 0 658231125 317353984 5723 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 8619401507919331586 0 0 17 0 0 0 0
/proc/30000/statm: 77479 5723 371 364 0 13388 0
[pid=30003] ppid=30000 vsize=2620 CPUtime=2.7 cores=0,2,4,6
/proc/30003/stat : 30003 (march_hi) R 30000 30003 30003 0 -1 4202496 751 0 0 0 270 0 0 0 25 0 1 0 658231125 2682880 481 33554432000 4194304 4955518 140736019170128 18446744073709551615 4210833 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30003/statm: 655 481 106 186 0 468 0
[pid=29986/tid=29993] ppid=29984 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29993/stat : 29993 (python) S 29984 29986 28149 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 5 0 658231122 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=29996] ppid=29984 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29996/stat : 29996 (python) S 29984 29986 28149 0 -1 4202560 35 933 0 0 0 0 0 0 20 0 5 0 658231123 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=29999] ppid=29984 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29999/stat : 29999 (python) S 29984 29986 28149 0 -1 4202560 37 933 0 0 0 0 0 0 22 0 5 0 658231124 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30001] ppid=29984 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/29986/task/30001/stat : 30001 (python) S 29984 29986 28149 0 -1 4202560 17 933 0 0 0 0 0 0 24 0 5 0 658231125 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.44
Current children cumulated vsize (KiB) 3539080

[startup+12.7005 s]
/proc/loadavg: 9.61 9.31 9.10 11/467 30003
/proc/meminfo: memFree=16166856/32951124 swapFree=67082152/67111528
[pid=29986] ppid=29984 vsize=320160 CPUtime=0.51 cores=0,2,4,6
/proc/29986/stat : 29986 (python) S 29984 29986 28149 0 -1 4202496 12365 933 1 0 45 6 0 0 23 0 5 0 658231061 327843840 7237 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29986/statm: 80040 7237 1881 364 0 15949 0
[pid=29992] ppid=29986 vsize=278676 CPUtime=0.03 cores=0,2,4,6
/proc/29992/stat : 29992 (python) S 29986 29986 28149 0 -1 4202560 903 0 0 0 1 2 0 0 18 0 1 0 658231122 285364224 5610 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368911 0 0 16781312 514 15147100882660720897 0 0 17 0 0 0 0
/proc/29992/statm: 69669 5610 376 364 0 5587 0
[pid=29994] ppid=29992 vsize=1017940 CPUtime=6.14 cores=0,2,4,6
/proc/29994/stat : 29994 (gnovelty+2) R 29992 29994 29994 0 -1 4202496 456 0 0 0 614 0 0 0 25 0 1 0 658231123 1042370560 192 33554432000 134512640 135663704 4287465104 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29994/statm: 254485 192 113 282 0 254201 0
[pid=29995] ppid=29986 vsize=289304 CPUtime=0.03 cores=0,2,4,6

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

[pid=30013/tid=30287] ppid=29986 vsize=329904 CPUtime=0 cores=0,2,4,6
/proc/30013/task/30287/stat : 30287 (python) S 29986 29986 28149 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658313381 337821696 5662 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 514 18446604453822294912 0 0 -1 0 0 0 0
[pid=30311] ppid=29986 vsize=340784 CPUtime=0.84 cores=0,2,4,6
/proc/30311/stat : 30311 (python) S 29986 29986 28149 0 -1 4202560 999 0 0 0 43 41 0 0 15 0 1 0 658327435 348962816 5785 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 15147100882660720899 0 0 17 0 0 0 0
/proc/30311/statm: 85196 5785 371 364 0 21096 0
[pid=30313] ppid=30311 vsize=62860 CPUtime=238.38 cores=0,2,4,6
/proc/30313/stat : 30313 (march_hi) R 30311 30313 30313 0 -1 4202496 12822 0 0 0 23830 8 0 0 25 0 1 0 658327436 64368640 12551 33554432000 4194304 4955518 140736963050352 18446744073709551615 4244602 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30313/statm: 15715 12551 106 186 0 15528 0
[pid=30323] ppid=29986 vsize=351040 CPUtime=0.63 cores=0,2,4,6
/proc/30323/stat : 30323 (python) S 29986 29986 28149 0 -1 4202560 1013 0 0 0 33 30 0 0 18 0 1 0 658331902 359464960 5795 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 15147100882660720898 0 0 17 4 0 0 0
/proc/30323/statm: 87760 5795 377 364 0 23657 0
[pid=30325] ppid=30323 vsize=416280 CPUtime=163.82 cores=0,2,4,6
/proc/30325/stat : 30325 (adaptg2wsat2009) R 30323 30325 30325 0 -1 4202496 522 0 0 0 16382 0 0 0 25 0 1 0 658331903 426270720 252 33554432000 134512640 135107411 4288526672 18446744073709551615 134531817 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30325/statm: 104070 252 59 146 0 102946 0
[pid=29986/tid=29993] ppid=29984 vsize=361476 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29993/stat : 29993 (python) S 29984 29986 28149 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 9 0 658231122 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=29996] ppid=29984 vsize=361476 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29996/stat : 29996 (python) S 29984 29986 28149 0 -1 4202560 35 933 0 0 0 0 0 0 20 0 9 0 658231123 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=29999] ppid=29984 vsize=361476 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29999/stat : 29999 (python) S 29984 29986 28149 0 -1 4202560 42 933 0 0 0 0 0 0 18 0 9 0 658231124 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30001] ppid=29984 vsize=361476 CPUtime=0 cores=0,2,4,6
/proc/29986/task/30001/stat : 30001 (python) S 29984 29986 28149 0 -1 4202560 22 933 0 0 0 0 0 0 18 0 9 0 658231125 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30008] ppid=29984 vsize=361476 CPUtime=0 cores=0,2,4,6
/proc/29986/task/30008/stat : 30008 (python) S 29984 29986 28149 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 9 0 658241155 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30014] ppid=29984 vsize=361476 CPUtime=0 cores=0,2,4,6
/proc/29986/task/30014/stat : 30014 (python) S 29984 29986 28149 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 658245871 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30312] ppid=29984 vsize=361476 CPUtime=0 cores=0,2,4,6
/proc/29986/task/30312/stat : 30312 (python) S 29984 29986 28149 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 658327436 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30324] ppid=29984 vsize=361476 CPUtime=0 cores=0,2,4,6
/proc/29986/task/30324/stat : 30324 (python) S 29984 29986 28149 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 658331903 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3707.57
Current children cumulated vsize (KiB) 6116048

[startup+1205 s]
/proc/loadavg: 10.42 10.25 9.90 12/508 30341
/proc/meminfo: memFree=15666584/32951124 swapFree=67082152/67111528
[pid=29986] ppid=29984 vsize=361476 CPUtime=0.57 cores=0,2,4,6
/proc/29986/stat : 29986 (python) S 29984 29986 28149 0 -1 4202496 16265 933 1 0 50 7 0 0 18 0 9 0 658231061 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29986/statm: 90369 7335 1890 364 0 26266 0
[pid=29992] ppid=29986 vsize=288920 CPUtime=0.47 cores=0,2,4,6
/proc/29992/stat : 29992 (python) S 29986 29986 28149 0 -1 4202560 1184 0 0 0 24 23 0 0 19 0 2 0 658231122 295854080 5655 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29992/statm: 72230 5655 416 364 0 8148 0
[pid=29994] ppid=29992 vsize=1017940 CPUtime=97.14 cores=0,2,4,6
/proc/29994/stat : 29994 (gnovelty+2) T 29992 29994 29994 0 -1 4202496 456 0 0 0 9714 0 0 0 25 0 1 0 658231123 1042370560 192 33554432000 134512640 135663704 4287465104 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29994/statm: 254485 192 113 282 0 254201 0
[pid=29992/tid=30012] ppid=29986 vsize=288920 CPUtime=0 cores=0,2,4,6
/proc/29992/task/30012/stat : 30012 (python) S 29986 29986 28149 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658245870 295854080 5655 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 514 18446604444193106048 0 0 -1 4 0 0 0
[pid=29995] ppid=29986 vsize=289304 CPUtime=0.32 cores=0,2,4,6
/proc/29995/stat : 29995 (python) S 29986 29986 28149 0 -1 4202560 1095 0 0 0 16 16 0 0 19 0 2 0 658231123 296247296 5737 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29995/statm: 72326 5737 400 364 0 8241 0
[pid=29997] ppid=29995 vsize=1017940 CPUtime=98.94 cores=0,2,4,6
/proc/29997/stat : 29997 (gnovelty+2) T 29995 29997 29997 0 -1 4202496 461 0 0 0 9894 0 0 0 25 0 1 0 658231123 1042370560 191 33554432000 134512640 135663704 4291816272 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29997/statm: 254485 191 113 282 0 254201 0
[pid=29995/tid=30006] ppid=29986 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/29995/task/30006/stat : 30006 (python) S 29986 29986 28149 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658241154 296247296 5737 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 514 18446604441033380096 0 0 -1 4 0 0 0
[pid=29998] ppid=29986 vsize=299052 CPUtime=4 cores=0,2,4,6
/proc/29998/stat : 29998 (python) S 29986 29986 28149 0 -1 4202560 1166 0 0 0 216 184 0 0 15 0 2 0 658231124 306229248 5638 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29998/statm: 74763 5638 409 364 0 10675 0
[pid=30002] ppid=29998 vsize=216720 CPUtime=1079.44 cores=0,2,4,6
/proc/30002/stat : 30002 (march_hi) R 29998 30002 30002 0 -1 4202496 51339 0 0 0 107917 27 0 0 25 0 1 0 658231125 221921280 51069 33554432000 4194304 4955518 140737113131056 18446744073709551615 4297061 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30002/statm: 54180 51069 106 186 0 53993 0
[pid=29998/tid=30279] ppid=29986 vsize=299052 CPUtime=0 cores=0,2,4,6
/proc/29998/task/30279/stat : 30279 (python) S 29986 29986 28149 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658302160 306229248 5638 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 514 18446604445569638592 0 0 -1 0 0 0 0
[pid=30000] ppid=29986 vsize=309916 CPUtime=3.98 cores=0,2,4,6
/proc/30000/stat : 30000 (python) S 29986 29986 28149 0 -1 4202560 1150 0 0 0 207 191 0 0 15 0 2 0 658231125 317353984 5753 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/30000/statm: 77479 5753 400 364 0 13388 0
[pid=30003] ppid=30000 vsize=208780 CPUtime=747.68 cores=0,2,4,6
/proc/30003/stat : 30003 (march_hi) R 30000 30003 30003 0 -1 4202496 36366 0 0 0 74755 13 0 0 25 0 1 0 658231125 213790720 36096 33554432000 4194304 4955518 140736019170128 18446744073709551615 4306888 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30003/statm: 52195 36096 106 186 0 52008 0
[pid=30000/tid=30332] ppid=29986 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/30000/task/30332/stat : 30332 (python) S 29986 29986 28149 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658337901 317353984 5753 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 514 18446604442398003584 0 0 -1 0 0 0 0
[pid=30007] ppid=29986 vsize=320172 CPUtime=2.86 cores=0,2,4,6
/proc/30007/stat : 30007 (python) S 29986 29986 28149 0 -1 4202560 1162 0 0 0 154 132 0 0 15 0 2 0 658241155 327856128 5757 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/30007/statm: 80043 5757 400 364 0 15949 0
[pid=30009] ppid=30007 vsize=142480 CPUtime=682.73 cores=0,2,4,6
/proc/30009/stat : 30009 (march_hi) T 30007 30009 30009 0 -1 4202496 33356 0 0 0 68260 13 0 0 25 0 1 0 658241156 145899520 33087 33554432000 4194304 4955518 140734717682416 18446744073709551615 4237810 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/30009/statm: 35620 33087 106 186 0 35433 0
[pid=30007/tid=30224] ppid=29986 vsize=320172 CPUtime=0 cores=0,2,4,6
/proc/30007/task/30224/stat : 30224 (python) S 29986 29986 28149 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658282738 327856128 5757 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 514 18446604448577676288 0 0 -1 0 0 0 0
[pid=30013] ppid=29986 vsize=329904 CPUtime=2.84 cores=0,2,4,6
/proc/30013/stat : 30013 (python) S 29986 29986 28149 0 -1 4202560 1155 0 0 0 151 133 0 0 16 0 2 0 658245871 337821696 5662 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/30013/statm: 82476 5662 400 364 0 18379 0
[pid=30015] ppid=30013 vsize=142480 CPUtime=583.25 cores=0,2,4,6
/proc/30015/stat : 30015 (march_hi) T 30013 30015 30015 0 -1 4202496 28604 0 0 0 58314 11 0 0 25 0 1 0 658245871 145899520 28336 33554432000 4194304 4955518 140737424720352 18446744073709551615 4297465 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/30015/statm: 35620 28336 106 186 0 35433 0
[pid=30013/tid=30287] ppid=29986 vsize=329904 CPUtime=0 cores=0,2,4,6
/proc/30013/task/30287/stat : 30287 (python) S 29986 29986 28149 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658313381 337821696 5662 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 514 18446604453822294912 0 0 -1 0 0 0 0
[pid=30311] ppid=29986 vsize=340784 CPUtime=0.84 cores=0,2,4,6
/proc/30311/stat : 30311 (python) S 29986 29986 28149 0 -1 4202560 999 0 0 0 43 41 0 0 15 0 1 0 658327435 348962816 5785 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 15147100882660720899 0 0 17 0 0 0 0
/proc/30311/statm: 85196 5785 371 364 0 21096 0
[pid=30313] ppid=30311 vsize=62860 CPUtime=238.56 cores=0,2,4,6
/proc/30313/stat : 30313 (march_hi) R 30311 30313 30313 0 -1 4202496 12831 0 0 0 23848 8 0 0 25 0 1 0 658327436 64368640 12560 33554432000 4194304 4955518 140736963050352 18446744073709551615 4297396 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30313/statm: 15715 12560 106 186 0 15528 0
[pid=30323] ppid=29986 vsize=351040 CPUtime=0.63 cores=0,2,4,6
/proc/30323/stat : 30323 (python) S 29986 29986 28149 0 -1 4202560 1013 0 0 0 33 30 0 0 18 0 1 0 658331902 359464960 5795 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 15147100882660720898 0 0 17 4 0 0 0
/proc/30323/statm: 87760 5795 377 364 0 23657 0
[pid=30325] ppid=30323 vsize=416280 CPUtime=164.02 cores=0,2,4,6
/proc/30325/stat : 30325 (adaptg2wsat2009) R 30323 30325 30325 0 -1 4202496 522 0 0 0 16402 0 0 0 25 0 1 0 658331903 426270720 252 33554432000 134512640 135107411 4288526672 18446744073709551615 134531561 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30325/statm: 104070 252 59 146 0 102946 0
[pid=29986/tid=29993] ppid=29984 vsize=361476 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29993/stat : 29993 (python) S 29984 29986 28149 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 9 0 658231122 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=29996] ppid=29984 vsize=361476 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29996/stat : 29996 (python) S 29984 29986 28149 0 -1 4202560 35 933 0 0 0 0 0 0 20 0 9 0 658231123 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=29999] ppid=29984 vsize=361476 CPUtime=0 cores=0,2,4,6
/proc/29986/task/29999/stat : 29999 (python) S 29984 29986 28149 0 -1 4202560 42 933 0 0 0 0 0 0 18 0 9 0 658231124 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30001] ppid=29984 vsize=361476 CPUtime=0 cores=0,2,4,6
/proc/29986/task/30001/stat : 30001 (python) S 29984 29986 28149 0 -1 4202560 22 933 0 0 0 0 0 0 18 0 9 0 658231125 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30008] ppid=29984 vsize=361476 CPUtime=0 cores=0,2,4,6
/proc/29986/task/30008/stat : 30008 (python) S 29984 29986 28149 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 9 0 658241155 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30014] ppid=29984 vsize=361476 CPUtime=0 cores=0,2,4,6
/proc/29986/task/30014/stat : 30014 (python) S 29984 29986 28149 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 9 0 658245871 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30312] ppid=29984 vsize=361476 CPUtime=0 cores=0,2,4,6
/proc/29986/task/30312/stat : 30312 (python) S 29984 29986 28149 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 658327436 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30324] ppid=29984 vsize=361476 CPUtime=0 cores=0,2,4,6
/proc/29986/task/30324/stat : 30324 (python) S 29984 29986 28149 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 658331903 370151424 7335 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3708.27
Current children cumulated vsize (KiB) 6116048

[startup+1205.1 s]
/proc/loadavg: 10.42 10.25 9.90 12/508 30341
/proc/meminfo: memFree=15666584/32951124 swapFree=67082152/67111528
[pid=29986] ppid=29984 vsize=361476 CPUtime=1469.21 cores=0,2,4,6
/proc/29986/stat : 29986 (python) S 29984 29986 28149 0 -1 4202496 16321 68507 1 0 51 7 146530 333 17 0 9 0 658231061 370151424 7361 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256179007 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29986/statm: 90369 7361 1890 364 0 26266 0
[pid=29998] ppid=29986 vsize=299052 CPUtime=4 cores=0,2,4,6
/proc/29998/stat : 29998 (python) S 29986 29986 28149 0 -1 4202560 1166 0 0 0 216 184 0 0 15 0 2 0 658231124 306229248 5638 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29998/statm: 74763 5638 409 364 0 10675 0
[pid=30002] ppid=29998 vsize=216720 CPUtime=1079.53 cores=0,2,4,6
/proc/30002/stat : 30002 (march_hi) R 29998 30002 30002 0 -1 4202496 51343 0 0 0 107926 27 0 0 25 0 1 0 658231125 221921280 51073 33554432000 4194304 4955518 140737113131056 18446744073709551615 4208724 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30002/statm: 54180 51073 106 186 0 53993 0
[pid=29998/tid=30279] ppid=29986 vsize=299052 CPUtime=0 cores=0,2,4,6
/proc/29998/task/30279/stat : 30279 (python) S 29986 29986 28149 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658302160 306229248 5638 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 514 18446604445569638592 0 0 -1 0 0 0 0
[pid=30000] ppid=29986 vsize=309916 CPUtime=3.98 cores=0,2,4,6
/proc/30000/stat : 30000 (python) S 29986 29986 28149 0 -1 4202560 1150 0 0 0 207 191 0 0 15 0 2 0 658231125 317353984 5753 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/30000/statm: 77479 5753 400 364 0 13388 0
[pid=30003] ppid=30000 vsize=208780 CPUtime=747.76 cores=0,2,4,6
/proc/30003/stat : 30003 (march_hi) R 30000 30003 30003 0 -1 4202496 36370 0 0 0 74763 13 0 0 25 0 1 0 658231125 213790720 36100 33554432000 4194304 4955518 140736019170128 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30003/statm: 52195 36100 106 186 0 52008 0
[pid=30000/tid=30332] ppid=29986 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/30000/task/30332/stat : 30332 (python) S 29986 29986 28149 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658337901 317353984 5753 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 514 18446604442398003584 0 0 -1 0 0 0 0
[pid=30311] ppid=29986 vsize=340784 CPUtime=0.87 cores=0,2,4,6
/proc/30311/stat : 30311 (python) S 29986 29986 28149 0 -1 4202560 1166 0 0 0 44 43 0 0 16 0 2 0 658327435 348962816 5815 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256179007 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30311/statm: 85196 5815 400 364 0 21096 0
[pid=30313] ppid=30311 vsize=62860 CPUtime=238.57 cores=0,2,4,6
/proc/30313/stat : 30313 (march_hi) R 30311 30313 30313 0 -1 4202496 12831 0 0 0 23849 8 0 0 25 0 1 0 658327436 64368640 12560 33554432000 4194304 4955518 140736963050352 18446744073709551615 4208710 256 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30313/statm: 15715 12560 106 186 0 15528 0
[pid=30323] ppid=29986 vsize=351040 CPUtime=0.63 cores=0,2,4,6
/proc/30323/stat : 30323 (python) S 29986 29986 28149 0 -1 4202560 1013 0 0 0 33 30 0 0 18 0 1 0 658331902 359464960 5795 33554432000 4194304 5683644 140735399454432 18446744073709551615 228244368966 0 0 16781312 514 15147100882660720898 0 0 17 4 0 0 0
/proc/30323/statm: 87760 5795 377 364 0 23657 0
[pid=30325] ppid=30323 vsize=416280 CPUtime=164.12 cores=0,2,4,6
/proc/30325/stat : 30325 (adaptg2wsat2009) R 30323 30325 30325 0 -1 4202496 522 0 0 0 16412 0 0 0 25 0 1 0 658331903 426270720 252 33554432000 134512640 135107411 4288526672 18446744073709551615 134532264 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30325/statm: 104070 252 59 146 0 102946 0
[pid=29986/tid=29993] ppid=29984 vsize=361476 CPUtime=1468.63 cores=0,2,4,6
/proc/29986/task/29993/stat : 29993 (python) S 29984 29986 28149 0 -1 4202560 26 68507 0 0 0 0 146530 333 21 0 9 0 658231122 370151424 7361 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=29996] ppid=29984 vsize=361476 CPUtime=1468.63 cores=0,2,4,6
/proc/29986/task/29996/stat : 29996 (python) S 29984 29986 28149 0 -1 4202560 35 68507 0 0 0 0 146530 333 20 0 9 0 658231123 370151424 7361 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=29999] ppid=29984 vsize=361476 CPUtime=1468.63 cores=0,2,4,6
/proc/29986/task/29999/stat : 29999 (python) S 29984 29986 28149 0 -1 4202560 42 68507 0 0 0 0 146530 333 18 0 9 0 658231124 370151424 7361 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30001] ppid=29984 vsize=361476 CPUtime=1468.63 cores=0,2,4,6
/proc/29986/task/30001/stat : 30001 (python) S 29984 29986 28149 0 -1 4202560 22 68507 0 0 0 0 146530 333 18 0 9 0 658231125 370151424 7361 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30008] ppid=29984 vsize=361476 CPUtime=1468.63 cores=0,2,4,6
/proc/29986/task/30008/stat : 30008 (python) S 29984 29986 28149 0 -1 4202560 30 68507 0 0 0 0 146530 333 18 0 9 0 658241155 370151424 7361 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30014] ppid=29984 vsize=361476 CPUtime=1468.63 cores=0,2,4,6
/proc/29986/task/30014/stat : 30014 (python) S 29984 29986 28149 0 -1 4202560 24 68507 0 0 0 0 146530 333 18 0 9 0 658245871 370151424 7361 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30312] ppid=29984 vsize=361476 CPUtime=1468.63 cores=0,2,4,6
/proc/29986/task/30312/stat : 30312 (python) S 29984 29986 28149 0 -1 4202560 25 68507 0 0 0 0 146530 333 20 0 9 0 658327436 370151424 7361 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
[pid=29986/tid=30324] ppid=29984 vsize=361476 CPUtime=1468.63 cores=0,2,4,6
/proc/29986/task/30324/stat : 30324 (python) S 29984 29986 28149 0 -1 4202560 26 68507 0 0 0 0 146530 333 20 0 9 0 658331903 370151424 7361 33554432000 4194304 5683644 140735399454432 18446744073709551615 228256172465 0 0 16781312 2 18446604445047424064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3708.67
Current children cumulated vsize (KiB) 2566908

Child status: 0
Real time (s): 1205.19
CPU time (s): 3708.99
CPU user time (s): 3700.55
CPU system time (s): 8.44572
CPU usage (%): 307.751
Max. virtual memory (cumulated for all children) (KiB): 6116048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3700.55
system time used= 8.44572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194589
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= 7985
involuntary context switches= 27722

runsolver used 5.53616 second user time and 11.5862 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 15:32:11
IDJOB=3378595
IDBENCH=83004
IDSOLVER=1859
FILE ID=node136/3378595-1305466331
RUNJOBID= node136-1305462567-28167
PBS_JOBID= 13324968
Free space on /tmp= 72972 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1836400953-011.UNKNOWN.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-3378595-1305466331/watcher-3378595-1305466331 -o /tmp/evaluation-result-3378595-1305466331/solver-3378595-1305466331 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378595-1305466331.cnf -seed 1643530241 -budget 4800 -cores 4

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

MD5SUM BENCH= 39542bd0a185b4f7c5fc7900079a2845
RANDOM SEED=1643530241

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16218780 kB
Buffers:        321236 kB
Cached:        5948300 kB
SwapCached:       2740 kB
Active:       11965840 kB
Inactive:      4399720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16218780 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:           33760 kB
Writeback:           0 kB
AnonPages:    10094588 kB
Mapped:          41692 kB
Slab:           242480 kB
PageTables:      57088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 118892068 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= 72940 MiB
End job on node136 at 2011-05-15 15:52:16