Trace number 3378438

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)UNSAT 1890.16 475.588

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1556216475-025.UNKNOWN.cnf
MD5SUM4227d784a99fd8c0304137876add0b08
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark398.758
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

Solver Data

0.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.67	c INFO: solving HOME/instance-3378438-1305465526.cnf
0.37/0.67	c INFO: computing task features
0.46/0.70	c INFO: computed variable-clause graph statistics
0.46/0.70	c INFO: computed clause balance statistics
0.56/0.89	c INFO: computed variable balance statistics
0.66/0.97	c INFO: computed small-clause counts
0.66/0.97	c INFO: computed Horn-clause counts
0.66/0.98	c INFO: computed variable graph statistics
0.66/0.98	c INFO: collected features for HOME/instance-3378438-1305465526.cnf in 0.31 s
0.66/0.99	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.56)
0.66/1.00	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.10)
0.66/1.01	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.05)
0.77/1.02	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.04)
396.59/100.35	c INFO: running adaptg2wsat2009++@0 for 97 with 1100 remaining (b = 0.03)
400.56/101.31	c INFO: running march_hi@0 for 485 with 1099 remaining (b = 0.12)
400.56/101.33	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.02)
400.56/101.35	c INFO: running march_hi@0 for 485 with 1099 remaining (b = 0.11)
792.32/199.69	c INFO: running march_hi@0 for 485 with 1000 remaining (b = 0.10)
800.26/201.68	c INFO: running FH@0 for 97 with 998 remaining (b = 0.02)
1199.54/302.00	c INFO: running march_hi@0 for 485 with 898 remaining (b = 0.08)
1889.65/475.56	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

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

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


[startup+0 s]
/proc/loadavg: 8.30 8.24 7.91 5/451 22866
/proc/meminfo: memFree=18804112/32951124 swapFree=57331800/67111528
[pid=22866] ppid=22864 vsize=15908 CPUtime=0 cores=1,3,5,7
/proc/22866/stat : 22866 (python) S 22864 22866 21694 0 -1 4202496 958 0 0 0 0 0 0 0 25 0 1 0 658154957 16289792 834 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/22866/statm: 3977 834 357 364 0 464 0

[startup+0.0909761 s]
/proc/loadavg: 8.30 8.24 7.91 5/451 22866
/proc/meminfo: memFree=18804112/32951124 swapFree=57331800/67111528
[pid=22866] ppid=22864 vsize=84524 CPUtime=0.05 cores=1,3,5,7
/proc/22866/stat : 22866 (python) R 22864 22866 21694 0 -1 4202496 2292 0 0 0 4 1 0 0 25 0 1 0 658154957 86552576 2036 33554432000 4194304 5683644 140733629646176 18446744073709551615 47250251010848 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22866/statm: 21118 2030 645 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.100978 s]
/proc/loadavg: 8.30 8.24 7.91 5/451 22866
/proc/meminfo: memFree=18804112/32951124 swapFree=57331800/67111528
[pid=22866] ppid=22864 vsize=89768 CPUtime=0.05 cores=1,3,5,7
/proc/22866/stat : 22866 (python) S 22864 22866 21694 0 -1 4202496 2672 0 0 0 4 1 0 0 25 0 1 0 658154957 91922432 2388 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/22866/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89768

[startup+0.300946 s]
/proc/loadavg: 8.30 8.24 7.91 5/451 22866
/proc/meminfo: memFree=18804112/32951124 swapFree=57331800/67111528
[pid=22866] ppid=22864 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/22866/stat : 22866 (python) S 22864 22866 21694 0 -1 4202496 5960 938 1 0 14 5 0 0 17 0 1 0 658154957 139005952 4151 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436013061 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/22866/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700866 s]
/proc/loadavg: 8.30 8.24 7.91 5/451 22866
/proc/meminfo: memFree=18804112/32951124 swapFree=57331800/67111528
[pid=22866] ppid=22864 vsize=279616 CPUtime=0.46 cores=1,3,5,7
/proc/22866/stat : 22866 (python) R 22864 22866 21694 0 -1 4202496 9551 938 1 0 33 13 0 0 15 0 1 0 658154957 286326784 7237 33554432000 4194304 5683644 140733629646176 18446744073709551615 47250261985989 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22866/statm: 69904 7239 1761 364 0 5828 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 279616

[startup+1.50066 s]
/proc/loadavg: 8.30 8.24 7.91 7/455 22874
/proc/meminfo: memFree=18776924/32951124 swapFree=57331800/67111528
[pid=22866] ppid=22864 vsize=320244 CPUtime=0.76 cores=1,3,5,7
/proc/22866/stat : 22866 (python) S 22864 22866 21694 0 -1 4202496 12600 938 1 0 63 13 0 0 23 0 5 0 658154957 327929856 7252 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22866/statm: 80061 7252 1875 364 0 15970 0
[pid=22872] ppid=22866 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/22872/stat : 22872 (python) S 22866 22866 21694 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 658155057 285388800 5614 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037135 0 0 16781312 514 4588230141167009791 0 0 17 7 0 0 0
/proc/22872/statm: 69675 5614 354 364 0 5593 0
[pid=22874] ppid=22872 vsize=1017932 CPUtime=0.5 cores=1,3,5,7
/proc/22874/stat : 22874 (gnovelty+2) R 22872 22874 22874 0 -1 4202496 512 0 0 0 50 0 0 0 20 0 1 0 658155057 1042362368 248 33554432000 134512640 135663704 4293404960 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22874/statm: 254483 248 113 282 0 254199 0
[pid=22866/tid=22873] ppid=22864 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22873/stat : 22873 (python) S 22864 22866 21694 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 5 0 658155057 327929856 7252 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
[pid=22866/tid=22876] ppid=22864 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22876/stat : 22876 (python) S 22864 22866 21694 0 -1 4202560 24 938 0 0 0 0 0 0 19 0 5 0 658155058 327929856 7252 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 3 0 0 0
[pid=22866/tid=22879] ppid=22864 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22879/stat : 22879 (python) S 22864 22866 21694 0 -1 4202560 22 938 0 0 0 0 0 0 21 0 5 0 658155059 327929856 7252 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 1616876

[startup+3.10135 s]
/proc/loadavg: 8.27 8.23 7.91 9/464 22883
/proc/meminfo: memFree=18762816/32951124 swapFree=57331800/67111528
[pid=22866] ppid=22864 vsize=320244 CPUtime=0.76 cores=1,3,5,7
/proc/22866/stat : 22866 (python) S 22864 22866 21694 0 -1 4202496 12600 938 1 0 63 13 0 0 23 0 5 0 658154957 327929856 7252 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22866/statm: 80061 7252 1875 364 0 15970 0
[pid=22872] ppid=22866 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/22872/stat : 22872 (python) S 22866 22866 21694 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 658155057 285388800 5614 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037135 0 0 16781312 514 4588230141166977287 0 0 17 7 0 0 0
/proc/22872/statm: 69675 5614 354 364 0 5593 0
[pid=22874] ppid=22872 vsize=1017932 CPUtime=2.1 cores=1,3,5,7
/proc/22874/stat : 22874 (gnovelty+2) R 22872 22874 22874 0 -1 4202496 512 0 0 0 210 0 0 0 25 0 1 0 658155057 1042362368 248 33554432000 134512640 135663704 4293404960 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22874/statm: 254483 248 113 282 0 254199 0
[pid=22875] ppid=22866 vsize=289352 CPUtime=0 cores=1,3,5,7
/proc/22875/stat : 22875 (python) S 22866 22866 21694 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 658155058 296296448 5696 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037190 0 0 16781312 514 6444090045254041862 0 0 17 5 0 0 0
/proc/22875/statm: 72338 5696 348 364 0 8253 0
[pid=22877] ppid=22875 vsize=1017932 CPUtime=2.09 cores=1,3,5,7
/proc/22877/stat : 22877 (gnovelty+2) R 22875 22877 22877 0 -1 4202496 511 0 0 0 209 0 0 0 25 0 1 0 658155058 1042362368 248 33554432000 134512640 135663704 4289788240 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22877/statm: 254483 248 113 282 0 254199 0
[pid=22878] ppid=22866 vsize=299136 CPUtime=0 cores=1,3,5,7
/proc/22878/stat : 22878 (python) S 22866 22866 21694 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 658155059 306315264 5597 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037190 0 0 16781312 514 5335428831467503879 0 0 17 3 0 0 0
/proc/22878/statm: 74784 5597 348 364 0 10696 0
[pid=22880] ppid=22878 vsize=416788 CPUtime=2.08 cores=1,3,5,7
/proc/22880/stat : 22880 (adaptg2wsat2009) R 22878 22880 22880 0 -1 4202496 626 0 0 0 208 0 0 0 25 0 1 0 658155059 426790912 364 33554432000 134512640 135107411 4286567952 18446744073709551615 134532408 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22880/statm: 104197 364 59 146 0 103073 0
[pid=22881] ppid=22866 vsize=310000 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (python) S 22866 22866 21694 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 658155060 317440000 5721 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037190 0 0 16781312 514 15899967834575307015 0 0 17 7 0 0 0
/proc/22881/statm: 77500 5721 348 364 0 13409 0
[pid=22883] ppid=22881 vsize=416788 CPUtime=2.05 cores=1,3,5,7
/proc/22883/stat : 22883 (adaptg2wsat2009) R 22881 22883 22883 0 -1 4202496 628 0 0 0 205 0 0 0 25 0 1 0 658155060 426790912 363 33554432000 134512640 135107411 4291416896 18446744073709551615 134532302 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22883/statm: 104197 363 59 146 0 103073 0
[pid=22866/tid=22873] ppid=22864 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22873/stat : 22873 (python) S 22864 22866 21694 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 5 0 658155057 327929856 7252 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
[pid=22866/tid=22876] ppid=22864 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22876/stat : 22876 (python) S 22864 22866 21694 0 -1 4202560 24 938 0 0 0 0 0 0 19 0 5 0 658155058 327929856 7252 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 3 0 0 0
[pid=22866/tid=22879] ppid=22864 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22879/stat : 22879 (python) S 22864 22866 21694 0 -1 4202560 22 938 0 0 0 0 0 0 21 0 5 0 658155059 327929856 7252 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
[pid=22866/tid=22882] ppid=22864 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22882/stat : 22882 (python) S 22864 22866 21694 0 -1 4202560 28 938 0 0 0 0 0 0 23 0 5 0 658155060 327929856 7252 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.08
Current children cumulated vsize (KiB) 4366872

[startup+6.30075 s]
/proc/loadavg: 8.27 8.23 7.91 9/464 22883
/proc/meminfo: memFree=18760208/32951124 swapFree=57331800/67111528
[pid=22866] ppid=22864 vsize=320244 CPUtime=0.76 cores=1,3,5,7
/proc/22866/stat : 22866 (python) S 22864 22866 21694 0 -1 4202496 12600 938 1 0 63 13 0 0 23 0 5 0 658154957 327929856 7252 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22866/statm: 80061 7252 1875 364 0 15970 0
[pid=22872] ppid=22866 vsize=278700 CPUtime=0.01 cores=1,3,5,7
/proc/22872/stat : 22872 (python) S 22866 22866 21694 0 -1 4202560 894 0 0 0 1 0 0 0 18 0 1 0 658155057 285388800 5637 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037135 0 0 16781312 514 4588230141166977287 0 0 17 7 0 0 0
/proc/22872/statm: 69675 5637 377 364 0 5593 0
[pid=22874] ppid=22872 vsize=1017932 CPUtime=5.3 cores=1,3,5,7
/proc/22874/stat : 22874 (gnovelty+2) R 22872 22874 22874 0 -1 4202496 512 0 0 0 530 0 0 0 25 0 1 0 658155057 1042362368 248 33554432000 134512640 135663704 4293404960 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22874/statm: 254483 248 113 282 0 254199 0
[pid=22875] ppid=22866 vsize=289352 CPUtime=0.01 cores=1,3,5,7
/proc/22875/stat : 22875 (python) S 22866 22866 21694 0 -1 4202560 905 0 0 0 1 0 0 0 18 0 1 0 658155058 296296448 5718 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037190 0 0 16781312 514 6444090045254041862 0 0 17 5 0 0 0
/proc/22875/statm: 72338 5718 370 364 0 8253 0
[pid=22877] ppid=22875 vsize=1017932 CPUtime=5.27 cores=1,3,5,7
/proc/22877/stat : 22877 (gnovelty+2) R 22875 22877 22877 0 -1 4202496 511 0 0 0 527 0 0 0 25 0 1 0 658155058 1042362368 248 33554432000 134512640 135663704 4289788240 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22877/statm: 254483 248 113 282 0 254199 0
[pid=22878] ppid=22866 vsize=299136 CPUtime=0.01 cores=1,3,5,7
/proc/22878/stat : 22878 (python) S 22866 22866 21694 0 -1 4202560 902 0 0 0 0 1 0 0 18 0 1 0 658155059 306315264 5620 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037190 0 0 16781312 514 5335428831467503879 0 0 17 3 0 0 0
/proc/22878/statm: 74784 5620 371 364 0 10696 0
[pid=22880] ppid=22878 vsize=416788 CPUtime=5.26 cores=1,3,5,7
/proc/22880/stat : 22880 (adaptg2wsat2009) R 22878 22880 22880 0 -1 4202496 626 0 0 0 526 0 0 0 25 0 1 0 658155059 426790912 364 33554432000 134512640 135107411 4286567952 18446744073709551615 134531411 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22880/statm: 104197 364 59 146 0 103073 0
[pid=22881] ppid=22866 vsize=310000 CPUtime=0.01 cores=1,3,5,7
/proc/22881/stat : 22881 (python) S 22866 22866 21694 0 -1 4202560 910 0 0 0 1 0 0 0 18 0 1 0 658155060 317440000 5744 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037190 0 0 16781312 514 15899967834575307015 0 0 17 7 0 0 0
/proc/22881/statm: 77500 5744 371 364 0 13409 0
[pid=22883] ppid=22881 vsize=416788 CPUtime=5.17 cores=1,3,5,7
/proc/22883/stat : 22883 (adaptg2wsat2009) R 22881 22883 22883 0 -1 4202496 628 0 0 0 517 0 0 0 25 0 1 0 658155060 426790912 363 33554432000 134512640 135107411 4291416896 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22883/statm: 104197 363 59 146 0 103073 0
[pid=22866/tid=22873] ppid=22864 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22873/stat : 22873 (python) S 22864 22866 21694 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 5 0 658155057 327929856 7252 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
[pid=22866/tid=22876] ppid=22864 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22876/stat : 22876 (python) S 22864 22866 21694 0 -1 4202560 24 938 0 0 0 0 0 0 19 0 5 0 658155058 327929856 7252 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 3 0 0 0
[pid=22866/tid=22879] ppid=22864 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22879/stat : 22879 (python) S 22864 22866 21694 0 -1 4202560 22 938 0 0 0 0 0 0 21 0 5 0 658155059 327929856 7252 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
[pid=22866/tid=22882] ppid=22864 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22882/stat : 22882 (python) S 22864 22866 21694 0 -1 4202560 28 938 0 0 0 0 0 0 23 0 5 0 658155060 327929856 7252 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.8
Current children cumulated vsize (KiB) 4366872

[startup+12.7005 s]
/proc/loadavg: 8.25 8.23 7.91 9/464 22883
/proc/meminfo: memFree=18759716/32951124 swapFree=57331800/67111528
[pid=22866] ppid=22864 vsize=320244 CPUtime=0.76 cores=1,3,5,7
/proc/22866/stat : 22866 (python) S 22864 22866 21694 0 -1 4202496 12600 938 1 0 63 13 0 0 23 0 5 0 658154957 327929856 7252 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22866/statm: 80061 7252 1875 364 0 15970 0
[pid=22872] ppid=22866 vsize=278700 CPUtime=0.03 cores=1,3,5,7
/proc/22872/stat : 22872 (python) S 22866 22866 21694 0 -1 4202560 903 0 0 0 2 1 0 0 18 0 1 0 658155057 285388800 5637 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037135 0 0 16781312 514 6451599980254691591 0 0 17 7 0 0 0
/proc/22872/statm: 69675 5637 377 364 0 5593 0
[pid=22874] ppid=22872 vsize=1017932 CPUtime=11.7 cores=1,3,5,7
/proc/22874/stat : 22874 (gnovelty+2) R 22872 22874 22874 0 -1 4202496 512 0 0 0 1170 0 0 0 25 0 1 0 658155057 1042362368 248 33554432000 134512640 135663704 4293404960 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22874/statm: 254483 248 113 282 0 254199 0
[pid=22875] ppid=22866 vsize=289352 CPUtime=0.03 cores=1,3,5,7
/proc/22875/stat : 22875 (python) S 22866 22866 21694 0 -1 4202560 908 0 0 0 2 1 0 0 18 0 1 0 658155058 296296448 5718 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037190 0 0 16781312 514 6451599980254691590 0 0 17 5 0 0 0
/proc/22875/statm: 72338 5718 370 364 0 8253 0
[pid=22877] ppid=22875 vsize=1017932 CPUtime=11.65 cores=1,3,5,7
/proc/22877/stat : 22877 (gnovelty+2) R 22875 22877 22877 0 -1 4202496 511 0 0 0 1165 0 0 0 25 0 1 0 658155058 1042362368 248 33554432000 134512640 135663704 4289788240 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22877/statm: 254483 248 113 282 0 254199 0
[pid=22878] ppid=22866 vsize=299136 CPUtime=0.03 cores=1,3,5,7
/proc/22878/stat : 22878 (python) S 22866 22866 21694 0 -1 4202560 908 0 0 0 1 2 0 0 18 0 1 0 658155059 306315264 5620 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037190 0 0 16781312 514 6451599980254691591 0 0 17 3 0 0 0
/proc/22878/statm: 74784 5620 371 364 0 10696 0
[pid=22880] ppid=22878 vsize=416788 CPUtime=11.64 cores=1,3,5,7
/proc/22880/stat : 22880 (adaptg2wsat2009) R 22878 22880 22880 0 -1 4202496 626 0 0 0 1164 0 0 0 25 0 1 0 658155059 426790912 364 33554432000 134512640 135107411 4286567952 18446744073709551615 134531848 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22880/statm: 104197 364 59 146 0 103073 0
[pid=22881] ppid=22866 vsize=310000 CPUtime=0.03 cores=1,3,5,7
/proc/22881/stat : 22881 (python) S 22866 22866 21694 0 -1 4202560 914 0 0 0 1 2 0 0 18 0 1 0 658155060 317440000 5744 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037190 0 0 16781312 514 6451599980254691591 0 0 17 7 0 0 0
/proc/22881/statm: 77500 5744 371 364 0 13409 0
[pid=22883] ppid=22881 vsize=416788 CPUtime=11.45 cores=1,3,5,7
/proc/22883/stat : 22883 (adaptg2wsat2009) R 22881 22883 22883 0 -1 4202496 628 0 0 0 1145 0 0 0 25 0 1 0 658155060 426790912 363 33554432000 134512640 135107411 4291416896 18446744073709551615 134532242 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22883/statm: 104197 363 59 146 0 103073 0
[pid=22866/tid=22873] ppid=22864 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22873/stat : 22873 (python) S 22864 22866 21694 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 5 0 658155057 327929856 7252 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
[pid=22866/tid=22876] ppid=22864 vsize=320244 CPUtime=0 cores=1,3,5,7

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

/proc/22894/statm: 983 787 106 186 0 796 0
[pid=22897] ppid=22866 vsize=340788 CPUtime=0.32 cores=1,3,5,7
/proc/22897/stat : 22897 (python) S 22866 22866 21694 0 -1 4202560 1107 0 0 0 16 16 0 0 19 0 2 0 658165091 348966912 5791 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22897/statm: 85197 5791 400 364 0 21097 0
[pid=22899] ppid=22897 vsize=1017932 CPUtime=100.33 cores=1,3,5,7
/proc/22899/stat : 22899 (gnovelty+2) T 22897 22899 22899 0 -1 4202496 507 0 0 0 10033 0 0 0 25 0 1 0 658165092 1042362368 247 33554432000 134512640 135663704 4287502800 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22899/statm: 254483 247 113 282 0 254199 0
[pid=22897/tid=22909] ppid=22866 vsize=340788 CPUtime=0 cores=1,3,5,7
/proc/22897/task/22909/stat : 22909 (python) S 22866 22866 21694 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658175125 348966912 5791 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 514 18446604468134340672 0 0 -1 7 0 0 0
[pid=22900] ppid=22866 vsize=351224 CPUtime=3.05 cores=1,3,5,7
/proc/22900/stat : 22900 (python) R 22866 22866 21694 0 -1 4202560 1061 0 0 0 225 80 0 0 17 0 1 0 658165093 359653376 5817 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/22900/statm: 87806 5817 378 364 0 23703 0
[pid=22902] ppid=22900 vsize=0 CPUtime=370.22 cores=1,3,5,7
/proc/22902/stat : 22902 (march_hi) R 22900 22902 22902 0 -1 4202500 1702 0 0 0 37022 0 0 0 25 0 1 0 658165093 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22902/statm: 0 0 0 0 0 0 0
[pid=22906] ppid=22866 vsize=361480 CPUtime=0.94 cores=1,3,5,7
/proc/22906/stat : 22906 (python) S 22866 22866 21694 0 -1 4202560 1046 0 0 0 51 43 0 0 15 0 1 0 658174927 370155520 5820 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037190 0 0 16781312 514 14376404808535867654 0 0 17 3 0 0 0
/proc/22906/statm: 90370 5820 377 364 0 26264 0
[pid=22908] ppid=22906 vsize=3420 CPUtime=275.42 cores=1,3,5,7
/proc/22908/stat : 22908 (march_hi) R 22906 22908 22908 0 -1 4202496 1570 0 0 0 27542 0 0 0 25 0 1 0 658174927 3502080 670 33554432000 4194304 4955518 140735301387456 18446744073709551615 4208676 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22908/statm: 855 670 106 186 0 668 0
[pid=22910] ppid=22866 vsize=371164 CPUtime=0.31 cores=1,3,5,7
/proc/22910/stat : 22910 (python) S 22866 22866 21694 0 -1 4202560 1112 0 0 0 18 13 0 0 19 0 2 0 658175126 380071936 5737 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22910/statm: 92791 5737 400 364 0 28682 0
[pid=22912] ppid=22910 vsize=246936 CPUtime=99.24 cores=1,3,5,7
/proc/22912/stat : 22912 (FH) T 22910 22912 22912 0 -1 4202496 596 0 0 0 9924 0 0 0 25 0 1 0 658175126 252862464 327 33554432000 134512640 134936988 4291213296 18446744073709551615 134547174 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22912/statm: 61734 327 41 104 0 61238 0
[pid=22910/tid=22916] ppid=22866 vsize=371164 CPUtime=0 cores=1,3,5,7
/proc/22910/task/22916/stat : 22916 (python) S 22866 22866 21694 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658185157 380071936 5737 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 514 18446604466865874816 0 0 -1 3 0 0 0
[pid=22917] ppid=22866 vsize=382072 CPUtime=0.58 cores=1,3,5,7
/proc/22917/stat : 22917 (python) S 22866 22866 21694 0 -1 4202560 1013 0 0 0 30 28 0 0 15 0 1 0 658185158 391241728 5842 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037190 0 0 16781312 514 15634334071641833734 0 0 17 3 0 0 0
/proc/22917/statm: 95518 5842 371 364 0 31406 0
[pid=22919] ppid=22917 vsize=3080 CPUtime=171.83 cores=1,3,5,7
/proc/22919/stat : 22919 (march_hi) R 22917 22919 22919 0 -1 4202496 1467 0 0 0 17183 0 0 0 25 0 1 0 658185158 3153920 565 33554432000 4194304 4955518 140733456423984 18446744073709551615 4296972 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22919/statm: 770 565 106 186 0 583 0
[pid=22866/tid=22873] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22873/stat : 22873 (python) S 22864 22866 21694 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 12 0 658155057 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
[pid=22866/tid=22876] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22876/stat : 22876 (python) S 22864 22866 21694 0 -1 4202560 24 938 0 0 0 0 0 0 19 0 12 0 658155058 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 3 0 0 0
[pid=22866/tid=22879] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22879/stat : 22879 (python) S 22864 22866 21694 0 -1 4202560 22 938 0 0 0 0 0 0 21 0 12 0 658155059 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
[pid=22866/tid=22882] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22882/stat : 22882 (python) S 22864 22866 21694 0 -1 4202560 28 938 0 0 0 0 0 0 23 0 12 0 658155060 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
[pid=22866/tid=22889] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22889/stat : 22889 (python) S 22864 22866 21694 0 -1 4202560 30 938 0 0 0 0 0 0 20 0 12 0 658164993 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
[pid=22866/tid=22893] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22893/stat : 22893 (python) S 22864 22866 21694 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 12 0 658165089 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 5 0 0 0
[pid=22866/tid=22898] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22898/stat : 22898 (python) S 22864 22866 21694 0 -1 4202560 25 938 0 0 0 0 0 0 21 0 12 0 658165091 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
[pid=22866/tid=22901] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22901/stat : 22901 (python) S 22864 22866 21694 0 -1 4202560 25 938 0 0 0 0 0 0 23 0 12 0 658165093 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 3 0 0 0
[pid=22866/tid=22907] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22907/stat : 22907 (python) S 22864 22866 21694 0 -1 4202560 22 938 0 0 0 0 0 0 20 0 12 0 658174927 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 3 0 0 0
[pid=22866/tid=22911] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22911/stat : 22911 (python) S 22864 22866 21694 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 12 0 658175126 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 3 0 0 0
[pid=22866/tid=22918] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22918/stat : 22918 (python) S 22864 22866 21694 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 12 0 658185158 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1888.1
Current children cumulated vsize (KiB) 8598336

[startup+475.502 s]
/proc/loadavg: 8.02 8.16 8.00 11/445 23027
/proc/meminfo: memFree=18832576/32951124 swapFree=57331800/67111528
[pid=22866] ppid=22864 vsize=392316 CPUtime=0.85 cores=1,3,5,7
/proc/22866/stat : 22866 (python) S 22864 22866 21694 0 -1 4202496 18497 938 1 0 70 15 0 0 19 0 12 0 658154957 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22866/statm: 98079 7365 1890 364 0 33967 0
[pid=22872] ppid=22866 vsize=288944 CPUtime=0.3 cores=1,3,5,7
/proc/22872/stat : 22872 (python) S 22866 22866 21694 0 -1 4202560 1173 0 0 0 16 14 0 0 19 0 2 0 658155057 295878656 5681 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22872/statm: 72236 5681 416 364 0 8154 0
[pid=22874] ppid=22872 vsize=1017932 CPUtime=100.32 cores=1,3,5,7
/proc/22874/stat : 22874 (gnovelty+2) T 22872 22874 22874 0 -1 4202496 512 0 0 0 10032 0 0 0 25 0 1 0 658155057 1042362368 248 33554432000 134512640 135663704 4293404960 18446744073709551615 134524768 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22874/statm: 254483 248 113 282 0 254199 0
[pid=22872/tid=22895] ppid=22866 vsize=288944 CPUtime=0 cores=1,3,5,7
/proc/22872/task/22895/stat : 22895 (python) S 22866 22866 21694 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658165090 295878656 5681 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 514 18446604466865875712 0 0 -1 7 0 0 0
[pid=22875] ppid=22866 vsize=289352 CPUtime=0.29 cores=1,3,5,7
/proc/22875/stat : 22875 (python) S 22866 22866 21694 0 -1 4202560 1092 0 0 0 16 13 0 0 19 0 2 0 658155058 296296448 5749 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22875/statm: 72338 5749 400 364 0 8253 0
[pid=22877] ppid=22875 vsize=1017932 CPUtime=99.98 cores=1,3,5,7
/proc/22877/stat : 22877 (gnovelty+2) T 22875 22877 22877 0 -1 4202496 511 0 0 0 9998 0 0 0 25 0 1 0 658155058 1042362368 248 33554432000 134512640 135663704 4289788240 18446744073709551615 134524978 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/22877/statm: 254483 248 113 282 0 254199 0
[pid=22875/tid=22891] ppid=22866 vsize=289352 CPUtime=0 cores=1,3,5,7
/proc/22875/task/22891/stat : 22891 (python) S 22866 22866 21694 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 658165088 296296448 5749 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 514 18446604467297976768 0 0 -1 5 0 0 0
[pid=22878] ppid=22866 vsize=299136 CPUtime=0.3 cores=1,3,5,7
/proc/22878/stat : 22878 (python) S 22866 22866 21694 0 -1 4202560 1088 0 0 0 14 16 0 0 19 0 2 0 658155059 306315264 5650 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22878/statm: 74784 5650 400 364 0 10696 0
[pid=22880] ppid=22878 vsize=416788 CPUtime=99.86 cores=1,3,5,7
/proc/22880/stat : 22880 (adaptg2wsat2009) T 22878 22880 22880 0 -1 4202496 626 0 0 0 9986 0 0 0 25 0 1 0 658155059 426790912 364 33554432000 134512640 135107411 4286567952 18446744073709551615 134532088 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/22880/statm: 104197 364 59 146 0 103073 0
[pid=22878/tid=22896] ppid=22866 vsize=299136 CPUtime=0 cores=1,3,5,7
/proc/22878/task/22896/stat : 22896 (python) S 22866 22866 21694 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658165091 306315264 5650 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 514 18446604458449911872 0 0 -1 3 0 0 0
[pid=22881] ppid=22866 vsize=310000 CPUtime=0.3 cores=1,3,5,7
/proc/22881/stat : 22881 (python) S 22866 22866 21694 0 -1 4202560 1096 0 0 0 16 14 0 0 19 0 2 0 658155060 317440000 5774 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22881/statm: 77500 5774 400 364 0 13409 0
[pid=22883] ppid=22881 vsize=416788 CPUtime=97.58 cores=1,3,5,7
/proc/22883/stat : 22883 (adaptg2wsat2009) T 22881 22883 22883 0 -1 4202496 628 0 0 0 9758 0 0 0 25 0 1 0 658155060 426790912 363 33554432000 134512640 135107411 4291416896 18446744073709551615 134532275 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/22883/statm: 104197 363 59 146 0 103073 0
[pid=22881/tid=22887] ppid=22866 vsize=310000 CPUtime=0 cores=1,3,5,7
/proc/22881/task/22887/stat : 22887 (python) S 22866 22866 21694 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658164992 317440000 5774 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 514 18446604469499594880 0 0 -1 3 0 0 0
[pid=22888] ppid=22866 vsize=320256 CPUtime=0.32 cores=1,3,5,7
/proc/22888/stat : 22888 (python) S 22866 22866 21694 0 -1 4202560 1099 0 0 0 16 16 0 0 19 0 2 0 658164993 327942144 5778 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22888/statm: 80064 5778 400 364 0 15970 0
[pid=22890] ppid=22888 vsize=416788 CPUtime=98.93 cores=1,3,5,7
/proc/22890/stat : 22890 (adaptg2wsat2009) T 22888 22890 22890 0 -1 4202496 623 0 0 0 9893 0 0 0 25 0 1 0 658164994 426790912 362 33554432000 134512640 135107411 4290316688 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/22890/statm: 104197 362 59 146 0 103073 0
[pid=22888/tid=22905] ppid=22866 vsize=320256 CPUtime=0 cores=1,3,5,7
/proc/22888/task/22905/stat : 22905 (python) S 22866 22866 21694 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658174925 327942144 5778 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 514 18446604469673433920 0 0 -1 7 0 0 0
[pid=22892] ppid=22866 vsize=330076 CPUtime=1.3 cores=1,3,5,7
/proc/22892/stat : 22892 (python) S 22866 22866 21694 0 -1 4202560 999 0 0 0 66 64 0 0 15 0 1 0 658165089 337997824 5643 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037190 0 0 16781312 514 6451599980254691591 0 0 17 7 0 0 0
/proc/22892/statm: 82519 5643 371 364 0 18422 0
[pid=22894] ppid=22892 vsize=3932 CPUtime=365.91 cores=1,3,5,7
/proc/22894/stat : 22894 (march_hi) R 22892 22894 22894 0 -1 4202496 1683 0 0 0 36591 0 0 0 25 0 1 0 658165089 4026368 788 33554432000 4194304 4955518 140737115342272 18446744073709551615 4208710 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/22894/statm: 983 788 106 186 0 796 0
[pid=22897] ppid=22866 vsize=340788 CPUtime=0.32 cores=1,3,5,7
/proc/22897/stat : 22897 (python) S 22866 22866 21694 0 -1 4202560 1107 0 0 0 16 16 0 0 19 0 2 0 658165091 348966912 5791 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22897/statm: 85197 5791 400 364 0 21097 0
[pid=22899] ppid=22897 vsize=1017932 CPUtime=100.33 cores=1,3,5,7
/proc/22899/stat : 22899 (gnovelty+2) T 22897 22899 22899 0 -1 4202496 507 0 0 0 10033 0 0 0 25 0 1 0 658165092 1042362368 247 33554432000 134512640 135663704 4287502800 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22899/statm: 254483 247 113 282 0 254199 0
[pid=22897/tid=22909] ppid=22866 vsize=340788 CPUtime=0 cores=1,3,5,7
/proc/22897/task/22909/stat : 22909 (python) S 22866 22866 21694 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658175125 348966912 5791 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 514 18446604468134340672 0 0 -1 7 0 0 0
[pid=22900] ppid=22866 vsize=351224 CPUtime=3.44 cores=1,3,5,7
/proc/22900/stat : 22900 (python) R 22866 22866 21694 0 -1 4202560 1061 0 0 0 258 86 0 0 18 0 1 0 658165093 359653376 5817 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/22900/statm: 87806 5817 378 364 0 23703 0
[pid=22902] ppid=22900 vsize=0 CPUtime=370.22 cores=1,3,5,7
/proc/22902/stat : 22902 (march_hi) R 22900 22902 22902 0 -1 4202500 1702 0 0 0 37022 0 0 0 25 0 1 0 658165093 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22902/statm: 0 0 0 0 0 0 0
[pid=22906] ppid=22866 vsize=361480 CPUtime=0.96 cores=1,3,5,7
/proc/22906/stat : 22906 (python) S 22866 22866 21694 0 -1 4202560 1046 0 0 0 52 44 0 0 15 0 1 0 658174927 370155520 5820 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037190 0 0 16781312 514 6451599980254691590 0 0 17 3 0 0 0
/proc/22906/statm: 90370 5820 377 364 0 26264 0
[pid=22908] ppid=22906 vsize=3420 CPUtime=275.81 cores=1,3,5,7
/proc/22908/stat : 22908 (march_hi) R 22906 22908 22908 0 -1 4202496 1570 0 0 0 27581 0 0 0 25 0 1 0 658174927 3502080 670 33554432000 4194304 4955518 140735301387456 18446744073709551615 4315128 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22908/statm: 855 670 106 186 0 668 0
[pid=22910] ppid=22866 vsize=371164 CPUtime=0.31 cores=1,3,5,7
/proc/22910/stat : 22910 (python) S 22866 22866 21694 0 -1 4202560 1112 0 0 0 18 13 0 0 19 0 2 0 658175126 380071936 5737 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22910/statm: 92791 5737 400 364 0 28682 0
[pid=22912] ppid=22910 vsize=246936 CPUtime=99.24 cores=1,3,5,7
/proc/22912/stat : 22912 (FH) T 22910 22912 22912 0 -1 4202496 596 0 0 0 9924 0 0 0 25 0 1 0 658175126 252862464 327 33554432000 134512640 134936988 4291213296 18446744073709551615 134547174 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22912/statm: 61734 327 41 104 0 61238 0
[pid=22910/tid=22916] ppid=22866 vsize=371164 CPUtime=0 cores=1,3,5,7
/proc/22910/task/22916/stat : 22916 (python) S 22866 22866 21694 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658185157 380071936 5737 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 514 18446604466865874816 0 0 -1 3 0 0 0
[pid=22917] ppid=22866 vsize=382072 CPUtime=0.58 cores=1,3,5,7
/proc/22917/stat : 22917 (python) S 22866 22866 21694 0 -1 4202560 1013 0 0 0 30 28 0 0 15 0 1 0 658185158 391241728 5842 33554432000 4194304 5683644 140733629646176 18446744073709551615 212436037190 0 0 16781312 514 15634334071641833734 0 0 17 3 0 0 0
/proc/22917/statm: 95518 5842 371 364 0 31406 0
[pid=22919] ppid=22917 vsize=3080 CPUtime=172.2 cores=1,3,5,7
/proc/22919/stat : 22919 (march_hi) R 22917 22919 22919 0 -1 4202496 1468 0 0 0 17220 0 0 0 25 0 1 0 658185158 3153920 566 33554432000 4194304 4955518 140733456423984 18446744073709551615 4297490 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22919/statm: 770 566 106 186 0 583 0
[pid=22866/tid=22873] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22873/stat : 22873 (python) S 22864 22866 21694 0 -1 4202560 26 938 0 0 0 0 0 0 18 0 12 0 658155057 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
[pid=22866/tid=22876] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22876/stat : 22876 (python) S 22864 22866 21694 0 -1 4202560 24 938 0 0 0 0 0 0 19 0 12 0 658155058 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 3 0 0 0
[pid=22866/tid=22879] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22879/stat : 22879 (python) S 22864 22866 21694 0 -1 4202560 22 938 0 0 0 0 0 0 21 0 12 0 658155059 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
[pid=22866/tid=22882] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22882/stat : 22882 (python) S 22864 22866 21694 0 -1 4202560 28 938 0 0 0 0 0 0 23 0 12 0 658155060 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
[pid=22866/tid=22889] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22889/stat : 22889 (python) S 22864 22866 21694 0 -1 4202560 30 938 0 0 0 0 0 0 20 0 12 0 658164993 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
[pid=22866/tid=22893] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22893/stat : 22893 (python) S 22864 22866 21694 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 12 0 658165089 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 5 0 0 0
[pid=22866/tid=22898] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22898/stat : 22898 (python) S 22864 22866 21694 0 -1 4202560 25 938 0 0 0 0 0 0 21 0 12 0 658165091 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 7 0 0 0
[pid=22866/tid=22901] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22901/stat : 22901 (python) S 22864 22866 21694 0 -1 4202560 25 938 0 0 0 0 0 0 23 0 12 0 658165093 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 3 0 0 0
[pid=22866/tid=22907] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22907/stat : 22907 (python) S 22864 22866 21694 0 -1 4202560 22 938 0 0 0 0 0 0 20 0 12 0 658174927 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 3 0 0 0
[pid=22866/tid=22911] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22911/stat : 22911 (python) S 22864 22866 21694 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 12 0 658175126 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 3 0 0 0
[pid=22866/tid=22918] ppid=22864 vsize=392316 CPUtime=0 cores=1,3,5,7
/proc/22866/task/22918/stat : 22918 (python) S 22864 22866 21694 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 12 0 658185158 401731584 7365 33554432000 4194304 5683644 140733629646176 18446744073709551615 212447840689 0 0 16781312 2 18446604471127825472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1889.65
Current children cumulated vsize (KiB) 8598336

Child status: 0
Real time (s): 475.588
CPU time (s): 1890.16
CPU user time (s): 1886.64
CPU system time (s): 3.51946
CPU usage (%): 397.436
Max. virtual memory (cumulated for all children) (KiB): 8603032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1886.64
system time used= 3.51946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46751
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= 7094
involuntary context switches= 17106

runsolver used 3.14252 second user time and 5.78612 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 15:18:46
IDJOB=3378438
IDBENCH=82847
IDSOLVER=1859
FILE ID=node102/3378438-1305465526
RUNJOBID= node102-1305462764-21713
PBS_JOBID= 13324973
Free space on /tmp= 73580 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1556216475-025.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-3378438-1305465526/watcher-3378438-1305465526 -o /tmp/evaluation-result-3378438-1305465526/solver-3378438-1305465526 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378438-1305465526.cnf -seed 993767104 -budget 4800 -cores 4

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

MD5SUM BENCH= 4227d784a99fd8c0304137876add0b08
RANDOM SEED=993767104

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18804400 kB
Buffers:         42428 kB
Cached:         768244 kB
SwapCached:      89980 kB
Active:        4645580 kB
Inactive:      9288852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18804400 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:           31824 kB
Writeback:           0 kB
AnonPages:    13044700 kB
Mapped:          26372 kB
Slab:            65380 kB
PageTables:      80280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 101335728 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= 73552 MiB
End job on node102 at 2011-05-15 15:26:42