Trace number 3378667

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)? 4792.56 1200.42

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S1631976568-086.UNKNOWN.cnf
MD5SUMfe5ef992569d41f4964aa99001a148e1
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 variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.48	c INFO: solving HOME/instance-3378667-1307741845.cnf
0.29/0.48	c INFO: computing task features
0.29/0.49	c INFO: computed variable-clause graph statistics
0.29/0.49	c INFO: computed clause balance statistics
0.37/0.53	c INFO: computed variable balance statistics
0.37/0.57	c INFO: computed small-clause counts
0.37/0.57	c INFO: computed Horn-clause counts
0.37/0.58	c INFO: computed variable graph statistics
0.37/0.58	c INFO: collected features for HOME/instance-3378667-1307741845.cnf in 0.10 s
0.37/0.59	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.37/0.60	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.28)
0.48/0.61	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.48/0.62	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.37)
400.22/100.71	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.33)
400.22/100.75	c INFO: running march_hi@0 for 388 with 1099 remaining (b = 0.22)
1578.61/395.72	c INFO: running march_hi@0 for 97 with 804 remaining (b = 0.06)
1958.43/490.84	c INFO: running march_hi@94 for 291 with 709 remaining (b = 0.17)
1973.18/494.56	c INFO: running march_hi@394 for 97 with 705 remaining (b = 0.07)
2353.03/589.68	c INFO: running march_hi@0 for 485 with 610 remaining (b = 0.23)
2725.56/682.92	c INFO: running march_hi@0 for 517 with 517 remaining (b = 0.19)
3112.94/779.94	c INFO: running march_hi@99 for 291 with 420 remaining (b = 0.11)
3123.29/782.56	c INFO: running march_hi@100 for 417 with 417 remaining (b = 0.14)
4287.13/1073.91	c INFO: running march_hi@488 for 126 with 126 remaining (b = 0.04)
4317.48/1081.55	c INFO: running march_hi@486 for 118 with 118 remaining (b = 0.04)
4792.02/1200.40	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.1 (svn: 988)

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-3378667-1307741845/watcher-3378667-1307741845 -o /tmp/evaluation-result-3378667-1307741845/solver-3378667-1307741845 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378667-1307741845.cnf -seed 2543562 -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: 7.83 4.59 1.91 6/196 17890
/proc/meminfo: memFree=31786592/32950928 swapFree=67055428/67111528
[pid=17890] ppid=17888 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/17890/stat : 17890 (python) S 17888 17890 17633 0 -1 4202496 735 0 0 0 0 0 0 0 25 0 1 0 885781554 15548416 622 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/17890/statm: 3796 622 322 364 0 283 0

[startup+0.024933 s]
/proc/loadavg: 7.83 4.59 1.91 6/196 17890
/proc/meminfo: memFree=31786592/32950928 swapFree=67055428/67111528
[pid=17890] ppid=17888 vsize=16536 CPUtime=0.01 cores=0,2,4,6
/proc/17890/stat : 17890 (python) S 17888 17890 17633 0 -1 4202496 1186 0 0 0 1 0 0 0 25 0 1 0 885781554 16932864 1046 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/17890/statm: 4134 1046 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+0.100928 s]
/proc/loadavg: 7.83 4.59 1.91 6/196 17890
/proc/meminfo: memFree=31786592/32950928 swapFree=67055428/67111528
[pid=17890] ppid=17888 vsize=104224 CPUtime=0.06 cores=0,2,4,6
/proc/17890/stat : 17890 (python) R 17888 17890 17633 0 -1 4202496 3043 0 0 0 5 1 0 0 25 0 1 0 885781554 106725376 2729 33554432000 4194304 5683644 140735054590272 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17890/statm: 26055 2731 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300906 s]
/proc/loadavg: 7.83 4.59 1.91 6/196 17890
/proc/meminfo: memFree=31786592/32950928 swapFree=67055428/67111528
[pid=17890] ppid=17888 vsize=163648 CPUtime=0.21 cores=0,2,4,6
/proc/17890/stat : 17890 (python) R 17888 17890 17633 0 -1 4202496 6626 933 1 0 15 6 0 0 17 0 1 0 885781554 167575552 4725 33554432000 4194304 5683644 140735054590272 18446744073709551615 239471725419 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17890/statm: 40912 4725 1282 364 0 3453 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 163648

[startup+0.700737 s]
/proc/loadavg: 7.83 4.59 1.91 6/196 17890
/proc/meminfo: memFree=31786592/32950928 swapFree=67055428/67111528
[pid=17890] ppid=17888 vsize=320268 CPUtime=0.48 cores=0,2,4,6
/proc/17890/stat : 17890 (python) S 17888 17890 17633 0 -1 4202496 12202 933 1 0 39 9 0 0 22 0 5 0 885781554 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17890/statm: 80067 7256 1873 364 0 15976 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 320268

[startup+1.50058 s]
/proc/loadavg: 7.83 4.59 1.91 9/209 17907
/proc/meminfo: memFree=31747448/32950928 swapFree=67055428/67111528
[pid=17890] ppid=17888 vsize=320268 CPUtime=0.48 cores=0,2,4,6
/proc/17890/stat : 17890 (python) S 17888 17890 17633 0 -1 4202496 12202 933 1 0 39 9 0 0 22 0 5 0 885781554 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17890/statm: 80067 7256 1873 364 0 15976 0
[pid=17896] ppid=17890 vsize=278648 CPUtime=0 cores=0,2,4,6
/proc/17896/stat : 17896 (python) S 17890 17890 17633 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 885781613 285335552 5569 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715023 0 0 16781312 514 4462957558734258175 0 0 17 0 0 0 0
/proc/17896/statm: 69662 5569 354 364 0 5580 0
[pid=17898] ppid=17896 vsize=1017940 CPUtime=0.9 cores=0,2,4,6
/proc/17898/stat : 17898 (gnovelty+2) R 17896 17898 17898 0 -1 4202496 456 0 0 0 90 0 0 0 21 0 1 0 885781613 1042370560 192 33554432000 134512640 135663704 4290940640 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17898/statm: 254485 192 113 282 0 254201 0
[pid=17899] ppid=17890 vsize=289408 CPUtime=0 cores=0,2,4,6
/proc/17899/stat : 17899 (python) S 17890 17890 17633 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 885781614 296353792 5710 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 11512454095109587204 0 0 17 2 0 0 0
/proc/17899/statm: 72352 5710 348 364 0 8267 0
[pid=17901] ppid=17899 vsize=2676 CPUtime=0.88 cores=0,2,4,6
/proc/17901/stat : 17901 (march_hi) R 17899 17901 17901 0 -1 4202496 733 0 0 0 88 0 0 0 25 0 1 0 885781614 2740224 469 33554432000 4194304 4955518 140735872917264 18446744073709551615 4227699 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17901/statm: 669 469 104 186 0 482 0
[pid=17902] ppid=17890 vsize=299160 CPUtime=0 cores=0,2,4,6
/proc/17902/stat : 17902 (python) S 17890 17890 17633 0 -1 4202560 735 0 0 0 0 0 0 0 20 0 1 0 885781615 306339840 5603 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 4422764636302999551 0 0 17 4 0 0 0
/proc/17902/statm: 74790 5603 348 364 0 10702 0
[pid=17904] ppid=17902 vsize=1017940 CPUtime=0.88 cores=0,2,4,6
/proc/17904/stat : 17904 (gnovelty+2) R 17902 17904 17904 0 -1 4202496 448 0 0 0 88 0 0 0 25 0 1 0 885781615 1042370560 191 33554432000 134512640 135663704 4292273936 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17904/statm: 254485 191 113 282 0 254201 0
[pid=17905] ppid=17890 vsize=310024 CPUtime=0 cores=0,2,4,6
/proc/17905/stat : 17905 (python) S 17890 17890 17633 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 885781616 317464576 5727 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 7673223373706461444 0 0 17 6 0 0 0
/proc/17905/statm: 77506 5727 348 364 0 13415 0
[pid=17907] ppid=17905 vsize=2676 CPUtime=0.87 cores=0,2,4,6
/proc/17907/stat : 17907 (march_hi) R 17905 17907 17907 0 -1 4202496 727 0 0 0 87 0 0 0 25 0 1 0 885781616 2740224 468 33554432000 4194304 4955518 140736605874416 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17907/statm: 669 468 104 186 0 482 0
[pid=17890/tid=17897] ppid=17888 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17897/stat : 17897 (python) S 17888 17890 17633 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 885781613 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 0 0 0 0
[pid=17890/tid=17900] ppid=17888 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17900/stat : 17900 (python) S 17888 17890 17633 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 5 0 885781614 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 0 0 0 0
[pid=17890/tid=17903] ppid=17888 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17903/stat : 17903 (python) S 17888 17890 17633 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 5 0 885781615 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 4 0 0 0
[pid=17890/tid=17906] ppid=17888 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17906/stat : 17906 (python) S 17888 17890 17633 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 5 0 885781616 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 3538740

[startup+3.10127 s]
/proc/loadavg: 7.83 4.59 1.91 9/209 17907
/proc/meminfo: memFree=31746084/32950928 swapFree=67055428/67111528
[pid=17890] ppid=17888 vsize=320268 CPUtime=0.48 cores=0,2,4,6
/proc/17890/stat : 17890 (python) S 17888 17890 17633 0 -1 4202496 12202 933 1 0 39 9 0 0 22 0 5 0 885781554 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17890/statm: 80067 7256 1873 364 0 15976 0
[pid=17896] ppid=17890 vsize=278648 CPUtime=0 cores=0,2,4,6
/proc/17896/stat : 17896 (python) S 17890 17890 17633 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 885781613 285335552 5569 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715023 0 0 16781312 514 4462957558734225668 0 0 17 0 0 0 0
/proc/17896/statm: 69662 5569 354 364 0 5580 0
[pid=17898] ppid=17896 vsize=1017940 CPUtime=2.5 cores=0,2,4,6
/proc/17898/stat : 17898 (gnovelty+2) R 17896 17898 17898 0 -1 4202496 456 0 0 0 250 0 0 0 25 0 1 0 885781613 1042370560 192 33554432000 134512640 135663704 4290940640 18446744073709551615 134544252 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17898/statm: 254485 192 113 282 0 254201 0
[pid=17899] ppid=17890 vsize=289408 CPUtime=0 cores=0,2,4,6
/proc/17899/stat : 17899 (python) S 17890 17890 17633 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 885781614 296353792 5710 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 11512454095109587204 0 0 17 2 0 0 0
/proc/17899/statm: 72352 5710 348 364 0 8267 0
[pid=17901] ppid=17899 vsize=3276 CPUtime=2.47 cores=0,2,4,6
/proc/17901/stat : 17901 (march_hi) R 17899 17901 17901 0 -1 4202496 849 0 0 0 247 0 0 0 25 0 1 0 885781614 3354624 585 33554432000 4194304 4955518 140735872917264 18446744073709551615 4227807 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17901/statm: 819 585 104 186 0 632 0
[pid=17902] ppid=17890 vsize=299160 CPUtime=0 cores=0,2,4,6
/proc/17902/stat : 17902 (python) S 17890 17890 17633 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 885781615 306339840 5603 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 4422764636302967044 0 0 17 4 0 0 0
/proc/17902/statm: 74790 5603 348 364 0 10702 0
[pid=17904] ppid=17902 vsize=1017940 CPUtime=2.48 cores=0,2,4,6
/proc/17904/stat : 17904 (gnovelty+2) R 17902 17904 17904 0 -1 4202496 448 0 0 0 248 0 0 0 25 0 1 0 885781615 1042370560 191 33554432000 134512640 135663704 4292273936 18446744073709551615 134544122 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17904/statm: 254485 191 113 282 0 254201 0
[pid=17905] ppid=17890 vsize=310024 CPUtime=0 cores=0,2,4,6
/proc/17905/stat : 17905 (python) S 17890 17890 17633 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 885781616 317464576 5727 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 7673223373706461444 0 0 17 6 0 0 0
/proc/17905/statm: 77506 5727 348 364 0 13415 0
[pid=17907] ppid=17905 vsize=3276 CPUtime=2.47 cores=0,2,4,6
/proc/17907/stat : 17907 (march_hi) R 17905 17907 17907 0 -1 4202496 844 0 0 0 247 0 0 0 25 0 1 0 885781616 3354624 585 33554432000 4194304 4955518 140736605874416 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17907/statm: 819 585 104 186 0 632 0
[pid=17890/tid=17897] ppid=17888 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17897/stat : 17897 (python) S 17888 17890 17633 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 885781613 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 0 0 0 0
[pid=17890/tid=17900] ppid=17888 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17900/stat : 17900 (python) S 17888 17890 17633 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 5 0 885781614 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 0 0 0 0
[pid=17890/tid=17903] ppid=17888 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17903/stat : 17903 (python) S 17888 17890 17633 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 5 0 885781615 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 4 0 0 0
[pid=17890/tid=17906] ppid=17888 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17906/stat : 17906 (python) S 17888 17890 17633 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 5 0 885781616 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.4
Current children cumulated vsize (KiB) 3539940

[startup+6.30066 s]
/proc/loadavg: 7.84 4.65 1.94 9/209 17907
/proc/meminfo: memFree=31743660/32950928 swapFree=67055428/67111528
[pid=17890] ppid=17888 vsize=320268 CPUtime=0.48 cores=0,2,4,6
/proc/17890/stat : 17890 (python) S 17888 17890 17633 0 -1 4202496 12202 933 1 0 39 9 0 0 22 0 5 0 885781554 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17890/statm: 80067 7256 1873 364 0 15976 0
[pid=17896] ppid=17890 vsize=278648 CPUtime=0 cores=0,2,4,6
/proc/17896/stat : 17896 (python) S 17890 17890 17633 0 -1 4202560 890 0 0 0 0 0 0 0 18 0 1 0 885781613 285335552 5591 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715023 0 0 16781312 514 4462957558734225668 0 0 17 0 0 0 0
/proc/17896/statm: 69662 5591 376 364 0 5580 0
[pid=17898] ppid=17896 vsize=1017940 CPUtime=5.69 cores=0,2,4,6
/proc/17898/stat : 17898 (gnovelty+2) R 17896 17898 17898 0 -1 4202496 456 0 0 0 569 0 0 0 25 0 1 0 885781613 1042370560 192 33554432000 134512640 135663704 4290940640 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17898/statm: 254485 192 113 282 0 254201 0
[pid=17899] ppid=17890 vsize=289408 CPUtime=0 cores=0,2,4,6
/proc/17899/stat : 17899 (python) S 17890 17890 17633 0 -1 4202560 906 0 0 0 0 0 0 0 15 0 1 0 885781614 296353792 5733 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 11512454095109587204 0 0 17 2 0 0 0
/proc/17899/statm: 72352 5733 371 364 0 8267 0
[pid=17901] ppid=17899 vsize=3988 CPUtime=5.63 cores=0,2,4,6
/proc/17901/stat : 17901 (march_hi) R 17899 17901 17901 0 -1 4202496 988 0 0 0 563 0 0 0 25 0 1 0 885781614 4083712 724 33554432000 4194304 4955518 140735872917264 18446744073709551615 4227695 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17901/statm: 997 724 104 186 0 810 0
[pid=17902] ppid=17890 vsize=299160 CPUtime=0 cores=0,2,4,6
/proc/17902/stat : 17902 (python) S 17890 17890 17633 0 -1 4202560 886 0 0 0 0 0 0 0 18 0 1 0 885781615 306339840 5626 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 4422764636302967044 0 0 17 4 0 0 0
/proc/17902/statm: 74790 5626 371 364 0 10702 0
[pid=17904] ppid=17902 vsize=1017940 CPUtime=5.67 cores=0,2,4,6
/proc/17904/stat : 17904 (gnovelty+2) R 17902 17904 17904 0 -1 4202496 448 0 0 0 567 0 0 0 25 0 1 0 885781615 1042370560 191 33554432000 134512640 135663704 4292273936 18446744073709551615 134544264 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17904/statm: 254485 191 113 282 0 254201 0
[pid=17905] ppid=17890 vsize=310024 CPUtime=0.01 cores=0,2,4,6
/proc/17905/stat : 17905 (python) S 17890 17890 17633 0 -1 4202560 903 0 0 0 1 0 0 0 15 0 1 0 885781616 317464576 5750 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 7673223373706461444 0 0 17 6 0 0 0
/proc/17905/statm: 77506 5750 371 364 0 13415 0
[pid=17907] ppid=17905 vsize=3988 CPUtime=5.66 cores=0,2,4,6
/proc/17907/stat : 17907 (march_hi) R 17905 17907 17907 0 -1 4202496 983 0 0 0 566 0 0 0 25 0 1 0 885781616 4083712 724 33554432000 4194304 4955518 140736605874416 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17907/statm: 997 724 104 186 0 810 0
[pid=17890/tid=17897] ppid=17888 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17897/stat : 17897 (python) S 17888 17890 17633 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 885781613 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 0 0 0 0
[pid=17890/tid=17900] ppid=17888 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17900/stat : 17900 (python) S 17888 17890 17633 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 5 0 885781614 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 0 0 0 0
[pid=17890/tid=17903] ppid=17888 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17903/stat : 17903 (python) S 17888 17890 17633 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 5 0 885781615 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 4 0 0 0
[pid=17890/tid=17906] ppid=17888 vsize=320268 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17906/stat : 17906 (python) S 17888 17890 17633 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 5 0 885781616 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.14
Current children cumulated vsize (KiB) 3541364

[startup+12.7004 s]
/proc/loadavg: 7.85 4.70 1.97 9/209 17907
/proc/meminfo: memFree=31741896/32950928 swapFree=67055428/67111528
[pid=17890] ppid=17888 vsize=320268 CPUtime=0.48 cores=0,2,4,6
/proc/17890/stat : 17890 (python) S 17888 17890 17633 0 -1 4202496 12202 933 1 0 39 9 0 0 22 0 5 0 885781554 327954432 7256 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17890/statm: 80067 7256 1873 364 0 15976 0
[pid=17896] ppid=17890 vsize=278648 CPUtime=0 cores=0,2,4,6
/proc/17896/stat : 17896 (python) S 17890 17890 17633 0 -1 4202560 894 0 0 0 0 0 0 0 18 0 1 0 885781613 285335552 5592 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715023 0 0 16781312 514 18380966890089447684 0 0 17 0 0 0 0
/proc/17896/statm: 69662 5592 377 364 0 5580 0
[pid=17898] ppid=17896 vsize=1017940 CPUtime=12.08 cores=0,2,4,6
/proc/17898/stat : 17898 (gnovelty+2) R 17896 17898 17898 0 -1 4202496 456 0 0 0 1208 0 0 0 25 0 1 0 885781613 1042370560 192 33554432000 134512640 135663704 4290940640 18446744073709551615 134545538 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17898/statm: 254485 192 113 282 0 254201 0
[pid=17899] ppid=17890 vsize=289408 CPUtime=0.01 cores=0,2,4,6

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

[pid=17899] ppid=17890 vsize=289408 CPUtime=1.22 cores=0,2,4,6
/proc/17899/stat : 17899 (python) S 17890 17890 17633 0 -1 4202560 1147 0 0 0 67 55 0 0 15 0 2 0 885781614 296353792 5763 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17899/statm: 72352 5763 400 364 0 8267 0
[pid=17901] ppid=17899 vsize=172812 CPUtime=895.96 cores=0,2,4,6
/proc/17901/stat : 17901 (march_hi) R 17899 17901 17901 0 -1 4202496 30669 0 0 0 89589 7 0 0 25 0 1 0 885781614 176959488 30405 33554432000 4194304 4955518 140735872917264 18446744073709551615 4224631 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17901/statm: 43203 30405 104 186 0 43016 0
[pid=17899/tid=17950] ppid=17890 vsize=289408 CPUtime=0 cores=0,2,4,6
/proc/17899/task/17950/stat : 17950 (python) S 17890 17890 17633 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 885821126 296353792 5763 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 514 18446604453945938240 0 0 -1 2 0 0 0
[pid=17902] ppid=17890 vsize=299160 CPUtime=0.12 cores=0,2,4,6
/proc/17902/stat : 17902 (python) S 17890 17890 17633 0 -1 4202560 1073 0 0 0 7 5 0 0 19 0 2 0 885781615 306339840 5656 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17902/statm: 74790 5656 400 364 0 10702 0
[pid=17904] ppid=17902 vsize=1017940 CPUtime=100 cores=0,2,4,6
/proc/17904/stat : 17904 (gnovelty+2) T 17902 17904 17904 0 -1 4202496 448 0 0 0 10000 0 0 0 25 0 1 0 885781615 1042370560 191 33554432000 134512640 135663704 4292273936 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17904/statm: 254485 191 113 282 0 254201 0
[pid=17902/tid=17921] ppid=17890 vsize=299160 CPUtime=0 cores=0,2,4,6
/proc/17902/task/17921/stat : 17921 (python) S 17890 17890 17633 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 885791628 306339840 5656 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 514 18446604453942448384 0 0 -1 4 0 0 0
[pid=17905] ppid=17890 vsize=310024 CPUtime=1.38 cores=0,2,4,6
/proc/17905/stat : 17905 (python) S 17890 17890 17633 0 -1 4202560 1152 0 0 0 78 60 0 0 15 0 2 0 885781616 317464576 5780 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17905/statm: 77506 5780 400 364 0 13415 0
[pid=17907] ppid=17905 vsize=172812 CPUtime=974.63 cores=0,2,4,6
/proc/17907/stat : 17907 (march_hi) T 17905 17907 17907 0 -1 4202496 32998 0 0 0 97456 7 0 0 25 0 1 0 885781616 176959488 32739 33554432000 4194304 4955518 140736605874416 18446744073709551615 4227741 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17907/statm: 43203 32739 104 186 0 43016 0
[pid=17905/tid=17975] ppid=17890 vsize=310024 CPUtime=0 cores=0,2,4,6
/proc/17905/task/17975/stat : 17975 (python) S 17890 17890 17633 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 885849845 317464576 5780 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 514 18446604453942800576 0 0 -1 0 0 0 0
[pid=17918] ppid=17890 vsize=320280 CPUtime=1.52 cores=0,2,4,6
/proc/17918/stat : 17918 (python) S 17890 17890 17633 0 -1 4202560 1151 0 0 0 81 71 0 0 15 0 2 0 885791625 327966720 5784 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17918/statm: 80070 5784 400 364 0 15976 0
[pid=17920] ppid=17918 vsize=172812 CPUtime=1095.76 cores=0,2,4,6
/proc/17920/stat : 17920 (march_hi) R 17918 17920 17920 0 -1 4202496 36797 0 0 0 109568 8 0 0 25 0 1 0 885791625 176959488 36538 33554432000 4194304 4955518 140736972498176 18446744073709551615 4224697 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17920/statm: 43203 36538 104 186 0 43016 0
[pid=17918/tid=17986] ppid=17890 vsize=320280 CPUtime=0 cores=0,2,4,6
/proc/17918/task/17986/stat : 17986 (python) S 17890 17890 17633 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 885859809 327966720 5784 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 514 18446604453929699456 0 0 -1 4 0 0 0
[pid=17922] ppid=17890 vsize=330008 CPUtime=0.84 cores=0,2,4,6
/proc/17922/stat : 17922 (python) S 17890 17890 17633 0 -1 4202560 1146 0 0 0 47 37 0 0 15 0 2 0 885791629 337928192 5688 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17922/statm: 82502 5688 400 364 0 18405 0
[pid=17924] ppid=17922 vsize=109920 CPUtime=611.77 cores=0,2,4,6
/proc/17924/stat : 17924 (march_hi) R 17922 17924 17924 0 -1 4202496 21126 0 0 0 61172 5 0 0 25 0 1 0 885791629 112558080 20866 33554432000 4194304 4955518 140734213867376 18446744073709551615 4227886 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17924/statm: 27480 20866 104 186 0 27293 0
[pid=17922/tid=17960] ppid=17890 vsize=330008 CPUtime=0 cores=0,2,4,6
/proc/17922/task/17960/stat : 17960 (python) S 17890 17890 17633 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 885831010 337928192 5688 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 514 18446604453929700352 0 0 -1 6 0 0 0
[pid=17969] ppid=17890 vsize=340888 CPUtime=0.72 cores=0,2,4,6
/proc/17969/stat : 17969 (python) S 17890 17890 17633 0 -1 4202560 1159 0 0 0 40 32 0 0 16 0 2 0 885840522 349069312 5838 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17969/statm: 85222 5838 400 364 0 21122 0
[pid=17971] ppid=17969 vsize=80452 CPUtime=490.12 cores=0,2,4,6
/proc/17971/stat : 17971 (march_hi) T 17969 17971 17971 0 -1 4202496 17192 0 0 0 49007 5 0 0 25 0 1 0 885840523 82382848 16931 33554432000 4194304 4955518 140735463582768 18446744073709551615 4286799 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17971/statm: 20113 16931 104 186 0 19926 0
[pid=17969/tid=18030] ppid=17890 vsize=340888 CPUtime=0 cores=0,2,4,6
/proc/17969/task/18030/stat : 18030 (python) S 17890 17890 17633 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 885889709 349069312 5838 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 514 18446604453925202816 0 0 -1 0 0 0 0
[pid=17976] ppid=17890 vsize=350768 CPUtime=0.72 cores=0,2,4,6
/proc/17976/stat : 17976 (python) S 17890 17890 17633 0 -1 4202560 1039 0 0 0 41 31 0 0 15 0 1 0 885849846 359186432 5702 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 13343541177589137665 0 0 17 4 0 0 0
/proc/17976/statm: 87692 5702 377 364 0 23589 0
[pid=17978] ppid=17976 vsize=80452 CPUtime=515.02 cores=0,2,4,6
/proc/17978/stat : 17978 (march_hi) R 17976 17978 17978 0 -1 4202496 18287 0 0 0 51498 4 0 0 25 0 1 0 885849846 82382848 18022 33554432000 4194304 4955518 140734372476544 18446744073709551615 4238457 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17978/statm: 20113 18022 104 186 0 19926 0
[pid=17890/tid=17897] ppid=17888 vsize=361456 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17897/stat : 17897 (python) S 17888 17890 17633 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 9 0 885781613 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 0 0 0 0
[pid=17890/tid=17900] ppid=17888 vsize=361456 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17900/stat : 17900 (python) S 17888 17890 17633 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 885781614 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 0 0 0 0
[pid=17890/tid=17903] ppid=17888 vsize=361456 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17903/stat : 17903 (python) S 17888 17890 17633 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 9 0 885781615 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 4 0 0 0
[pid=17890/tid=17906] ppid=17888 vsize=361456 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17906/stat : 17906 (python) S 17888 17890 17633 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 885781616 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=17890/tid=17919] ppid=17888 vsize=361456 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17919/stat : 17919 (python) S 17888 17890 17633 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 885791625 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=17890/tid=17923] ppid=17888 vsize=361456 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17923/stat : 17923 (python) S 17888 17890 17633 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 885791629 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=17890/tid=17970] ppid=17888 vsize=361456 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17970/stat : 17970 (python) S 17888 17890 17633 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 885840523 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=17890/tid=17977] ppid=17888 vsize=361456 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17977/stat : 17977 (python) S 17888 17890 17633 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 885849846 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4790.43
Current children cumulated vsize (KiB) 5716024

[startup+1200.3 s]
/proc/loadavg: 4.07 5.74 5.42 5/203 18033
/proc/meminfo: memFree=31415792/32950928 swapFree=67055428/67111528
[pid=17890] ppid=17888 vsize=361456 CPUtime=0.57 cores=0,2,4,6
/proc/17890/stat : 17890 (python) S 17888 17890 17633 0 -1 4202496 16194 933 1 0 47 10 0 0 18 0 9 0 885781554 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17890/statm: 90364 7348 1882 364 0 26261 0
[pid=17896] ppid=17890 vsize=288892 CPUtime=0.12 cores=0,2,4,6
/proc/17896/stat : 17896 (python) S 17890 17890 17633 0 -1 4202560 1158 0 0 0 7 5 0 0 19 0 2 0 885781613 295825408 5636 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17896/statm: 72223 5636 416 364 0 8141 0
[pid=17898] ppid=17896 vsize=1017940 CPUtime=99.96 cores=0,2,4,6
/proc/17898/stat : 17898 (gnovelty+2) T 17896 17898 17898 0 -1 4202496 457 0 0 0 9996 0 0 0 25 0 1 0 885781613 1042370560 193 33554432000 134512640 135663704 4290940640 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17898/statm: 254485 193 113 282 0 254201 0
[pid=17896/tid=17917] ppid=17890 vsize=288892 CPUtime=0 cores=0,2,4,6
/proc/17896/task/17917/stat : 17917 (python) S 17890 17890 17633 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 885791624 295825408 5636 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 514 18446604453951806528 0 0 -1 0 0 0 0
[pid=17899] ppid=17890 vsize=289408 CPUtime=1.22 cores=0,2,4,6
/proc/17899/stat : 17899 (python) S 17890 17890 17633 0 -1 4202560 1147 0 0 0 67 55 0 0 15 0 2 0 885781614 296353792 5763 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17899/statm: 72352 5763 400 364 0 8267 0
[pid=17901] ppid=17899 vsize=172812 CPUtime=896.36 cores=0,2,4,6
/proc/17901/stat : 17901 (march_hi) R 17899 17901 17901 0 -1 4202496 30682 0 0 0 89629 7 0 0 25 0 1 0 885781614 176959488 30418 33554432000 4194304 4955518 140735872917264 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17901/statm: 43203 30418 104 186 0 43016 0
[pid=17899/tid=17950] ppid=17890 vsize=289408 CPUtime=0 cores=0,2,4,6
/proc/17899/task/17950/stat : 17950 (python) S 17890 17890 17633 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 885821126 296353792 5763 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 514 18446604453945938240 0 0 -1 2 0 0 0
[pid=17902] ppid=17890 vsize=299160 CPUtime=0.12 cores=0,2,4,6
/proc/17902/stat : 17902 (python) S 17890 17890 17633 0 -1 4202560 1073 0 0 0 7 5 0 0 19 0 2 0 885781615 306339840 5656 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17902/statm: 74790 5656 400 364 0 10702 0
[pid=17904] ppid=17902 vsize=1017940 CPUtime=100 cores=0,2,4,6
/proc/17904/stat : 17904 (gnovelty+2) T 17902 17904 17904 0 -1 4202496 448 0 0 0 10000 0 0 0 25 0 1 0 885781615 1042370560 191 33554432000 134512640 135663704 4292273936 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17904/statm: 254485 191 113 282 0 254201 0
[pid=17902/tid=17921] ppid=17890 vsize=299160 CPUtime=0 cores=0,2,4,6
/proc/17902/task/17921/stat : 17921 (python) S 17890 17890 17633 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 885791628 306339840 5656 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 514 18446604453942448384 0 0 -1 4 0 0 0
[pid=17905] ppid=17890 vsize=310024 CPUtime=1.38 cores=0,2,4,6
/proc/17905/stat : 17905 (python) S 17890 17890 17633 0 -1 4202560 1152 0 0 0 78 60 0 0 15 0 2 0 885781616 317464576 5780 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17905/statm: 77506 5780 400 364 0 13415 0
[pid=17907] ppid=17905 vsize=172812 CPUtime=974.63 cores=0,2,4,6
/proc/17907/stat : 17907 (march_hi) T 17905 17907 17907 0 -1 4202496 32998 0 0 0 97456 7 0 0 25 0 1 0 885781616 176959488 32739 33554432000 4194304 4955518 140736605874416 18446744073709551615 4227741 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17907/statm: 43203 32739 104 186 0 43016 0
[pid=17905/tid=17975] ppid=17890 vsize=310024 CPUtime=0 cores=0,2,4,6
/proc/17905/task/17975/stat : 17975 (python) S 17890 17890 17633 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 885849845 317464576 5780 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 514 18446604453942800576 0 0 -1 0 0 0 0
[pid=17918] ppid=17890 vsize=320280 CPUtime=1.52 cores=0,2,4,6
/proc/17918/stat : 17918 (python) S 17890 17890 17633 0 -1 4202560 1151 0 0 0 81 71 0 0 15 0 2 0 885791625 327966720 5784 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17918/statm: 80070 5784 400 364 0 15976 0
[pid=17920] ppid=17918 vsize=172812 CPUtime=1096.15 cores=0,2,4,6
/proc/17920/stat : 17920 (march_hi) R 17918 17920 17920 0 -1 4202496 36812 0 0 0 109607 8 0 0 25 0 1 0 885791625 176959488 36553 33554432000 4194304 4955518 140736972498176 18446744073709551615 4290836 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17920/statm: 43203 36553 104 186 0 43016 0
[pid=17918/tid=17986] ppid=17890 vsize=320280 CPUtime=0 cores=0,2,4,6
/proc/17918/task/17986/stat : 17986 (python) S 17890 17890 17633 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 885859809 327966720 5784 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 514 18446604453929699456 0 0 -1 4 0 0 0
[pid=17922] ppid=17890 vsize=330008 CPUtime=0.84 cores=0,2,4,6
/proc/17922/stat : 17922 (python) S 17890 17890 17633 0 -1 4202560 1146 0 0 0 47 37 0 0 15 0 2 0 885791629 337928192 5688 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17922/statm: 82502 5688 400 364 0 18405 0
[pid=17924] ppid=17922 vsize=109920 CPUtime=612.17 cores=0,2,4,6
/proc/17924/stat : 17924 (march_hi) R 17922 17924 17924 0 -1 4202496 21139 0 0 0 61212 5 0 0 25 0 1 0 885791629 112558080 20879 33554432000 4194304 4955518 140734213867376 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17924/statm: 27480 20879 104 186 0 27293 0
[pid=17922/tid=17960] ppid=17890 vsize=330008 CPUtime=0 cores=0,2,4,6
/proc/17922/task/17960/stat : 17960 (python) S 17890 17890 17633 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 885831010 337928192 5688 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 514 18446604453929700352 0 0 -1 6 0 0 0
[pid=17969] ppid=17890 vsize=340888 CPUtime=0.72 cores=0,2,4,6
/proc/17969/stat : 17969 (python) S 17890 17890 17633 0 -1 4202560 1159 0 0 0 40 32 0 0 16 0 2 0 885840522 349069312 5838 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17969/statm: 85222 5838 400 364 0 21122 0
[pid=17971] ppid=17969 vsize=80452 CPUtime=490.12 cores=0,2,4,6
/proc/17971/stat : 17971 (march_hi) T 17969 17971 17971 0 -1 4202496 17192 0 0 0 49007 5 0 0 25 0 1 0 885840523 82382848 16931 33554432000 4194304 4955518 140735463582768 18446744073709551615 4286799 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17971/statm: 20113 16931 104 186 0 19926 0
[pid=17969/tid=18030] ppid=17890 vsize=340888 CPUtime=0 cores=0,2,4,6
/proc/17969/task/18030/stat : 18030 (python) S 17890 17890 17633 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 885889709 349069312 5838 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 514 18446604453925202816 0 0 -1 0 0 0 0
[pid=17976] ppid=17890 vsize=350768 CPUtime=0.72 cores=0,2,4,6
/proc/17976/stat : 17976 (python) S 17890 17890 17633 0 -1 4202560 1039 0 0 0 41 31 0 0 15 0 1 0 885849846 359186432 5702 33554432000 4194304 5683644 140735054590272 18446744073709551615 239476715078 0 0 16781312 514 13343541177589137665 0 0 17 4 0 0 0
/proc/17976/statm: 87692 5702 377 364 0 23589 0
[pid=17978] ppid=17976 vsize=80452 CPUtime=515.42 cores=0,2,4,6
/proc/17978/stat : 17978 (march_hi) R 17976 17978 17978 0 -1 4202496 18302 0 0 0 51538 4 0 0 25 0 1 0 885849846 82382848 18037 33554432000 4194304 4955518 140734372476544 18446744073709551615 4227654 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17978/statm: 20113 18037 104 186 0 19926 0
[pid=17890/tid=17897] ppid=17888 vsize=361456 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17897/stat : 17897 (python) S 17888 17890 17633 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 9 0 885781613 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 0 0 0 0
[pid=17890/tid=17900] ppid=17888 vsize=361456 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17900/stat : 17900 (python) S 17888 17890 17633 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 885781614 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 0 0 0 0
[pid=17890/tid=17903] ppid=17888 vsize=361456 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17903/stat : 17903 (python) S 17888 17890 17633 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 9 0 885781615 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 4 0 0 0
[pid=17890/tid=17906] ppid=17888 vsize=361456 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17906/stat : 17906 (python) S 17888 17890 17633 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 885781616 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=17890/tid=17919] ppid=17888 vsize=361456 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17919/stat : 17919 (python) S 17888 17890 17633 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 885791625 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=17890/tid=17923] ppid=17888 vsize=361456 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17923/stat : 17923 (python) S 17888 17890 17633 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 885791629 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=17890/tid=17970] ppid=17888 vsize=361456 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17970/stat : 17970 (python) S 17888 17890 17633 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 885840523 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
[pid=17890/tid=17977] ppid=17888 vsize=361456 CPUtime=0 cores=0,2,4,6
/proc/17890/task/17977/stat : 17977 (python) S 17888 17890 17633 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 885849846 370130944 7348 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 2 18446604453901136256 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4792.02
Current children cumulated vsize (KiB) 5716024

[startup+1200.4 s]
/proc/loadavg: 4.07 5.74 5.42 5/203 18033
/proc/meminfo: memFree=31415792/32950928 swapFree=67055428/67111528
[pid=17890] ppid=17888 vsize=319924 CPUtime=4792.52 cores=0,2,4,6
/proc/17890/stat : 17890 (python) R 17888 17890 17633 0 -1 4202496 17019 168231 1 0 48 11 478851 342 17 0 2 0 885781554 327602176 7209 33554432000 4194304 5683644 140735054590272 18446744073709551615 5116756 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/17890/statm: 79981 7209 1865 364 0 15905 0
[pid=17890/tid=17897] ppid=17888 vsize=319924 CPUtime=4791.93 cores=0,2,4,6
/proc/17890/task/17897/stat : 17897 (python) S 17888 17890 17633 0 -1 4202560 29 168231 0 0 0 0 478851 342 18 0 2 0 885781613 327602176 7209 33554432000 4194304 5683644 140735054590272 18446744073709551615 239488518577 0 0 16781312 0 18446604453901136256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4792.52
Current children cumulated vsize (KiB) 319924

Child status: 0
Real time (s): 1200.42
CPU time (s): 4792.56
CPU user time (s): 4789.02
CPU system time (s): 3.53946
CPU usage (%): 399.24
Max. virtual memory (cumulated for all children) (KiB): 5716024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.02
system time used= 3.53946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188617
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= 7486
involuntary context switches= 25170

runsolver used 2.27565 second user time and 4.86826 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-10 23:37:25
IDJOB=3378667
IDBENCH=83076
IDSOLVER=1859
FILE ID=node148/3378667-1307741845
RUNJOBID= node148-1307741578-17651
PBS_JOBID= 13550752
Free space on /tmp= 74008 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S1631976568-086.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-3378667-1307741845/watcher-3378667-1307741845 -o /tmp/evaluation-result-3378667-1307741845/solver-3378667-1307741845 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378667-1307741845.cnf -seed 2543562 -budget 4800 -cores 4

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

MD5SUM BENCH= fe5ef992569d41f4964aa99001a148e1
RANDOM SEED=2543562

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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:     32950928 kB
MemFree:      31786896 kB
Buffers:         86256 kB
Cached:         642320 kB
SwapCached:       8800 kB
Active:         565936 kB
Inactive:       450064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31786896 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           32272 kB
Writeback:           0 kB
AnonPages:      285628 kB
Mapped:          19080 kB
Slab:            78852 kB
PageTables:       9948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2363288 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= 74012 MiB
End job on node148 at 2011-06-10 23:57:25