Trace number 3317369

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-randomUNSAT 1403.26 352.026

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1059781282-048.UNKNOWN.cnf
MD5SUMac60b7243bf21c022437e3832aafd05d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark354.235
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3317369-1304269047.cnf
0.31/0.46	c INFO: computing task features
0.31/0.48	c INFO: computed variable-clause graph statistics
0.31/0.48	c INFO: computed clause balance statistics
0.40/0.53	c INFO: computed variable balance statistics
0.40/0.56	c INFO: computed small-clause counts
0.40/0.56	c INFO: computed Horn-clause counts
0.40/0.56	c INFO: computed variable graph statistics
0.40/0.56	c INFO: collected features for HOME/instance-3317369-1304269047.cnf in 0.10 s
0.40/0.59	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.62)
0.50/0.62	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.18)
0.50/0.65	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.07)
0.50/0.68	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.29)
399.98/100.78	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.30)
400.39/100.86	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.26)
786.39/197.56	c INFO: running march_hi@0 for 97 with 4602 remaining (b = 0.06)
1178.37/295.78	c INFO: running march_hi@97 for 291 with 4504 remaining (b = 0.18)
1402.72/352.00	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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317369-1304269047/watcher-3317369-1304269047 -o /tmp/evaluation-result-3317369-1304269047/solver-3317369-1304269047 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317369-1304269047.cnf -seed 199317606 -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.18 8.08 6.82 5/274 6491
/proc/meminfo: memFree=20443016/32951124 swapFree=67111524/67111528
[pid=6491] ppid=6489 vsize=15780 CPUtime=0 cores=1,3,5,7
/proc/6491/stat : 6491 (python) S 6489 6491 5629 0 -1 4202496 896 0 0 0 0 0 0 0 25 0 1 0 519320324 16158720 777 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/6491/statm: 3945 777 343 364 0 432 0

[startup+0.060976 s]
/proc/loadavg: 8.18 8.08 6.82 5/274 6491
/proc/meminfo: memFree=20443016/32951124 swapFree=67111524/67111528
[pid=6491] ppid=6489 vsize=40976 CPUtime=0.03 cores=1,3,5,7
/proc/6491/stat : 6491 (python) R 6489 6491 5629 0 -1 4202496 1678 0 0 0 3 0 0 0 25 0 1 0 519320324 41959424 1502 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726403072 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/6491/statm: 10244 1502 463 364 0 1027 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 40976

[startup+0.100957 s]
/proc/loadavg: 8.18 8.08 6.82 5/274 6491
/proc/meminfo: memFree=20443016/32951124 swapFree=67111524/67111528
[pid=6491] ppid=6489 vsize=104232 CPUtime=0.07 cores=1,3,5,7
/proc/6491/stat : 6491 (python) S 6489 6491 5629 0 -1 4202496 3060 0 0 0 5 2 0 0 17 0 1 0 519320324 106733568 2742 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726403072 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/6491/statm: 26059 2747 847 364 0 1807 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.300899 s]
/proc/loadavg: 8.18 8.08 6.82 5/274 6491
/proc/meminfo: memFree=20443016/32951124 swapFree=67111524/67111528
[pid=6491] ppid=6489 vsize=170756 CPUtime=0.23 cores=1,3,5,7
/proc/6491/stat : 6491 (python) R 6489 6491 5629 0 -1 4202496 6746 935 1 0 16 7 0 0 17 0 1 0 519320324 174854144 4809 33554432000 4194304 5683644 140734961792320 18446744073709551615 264721481351 0 2147483391 16781312 2 0 0 0 17 7 0 0 0
/proc/6491/statm: 42689 4809 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.700818 s]
/proc/loadavg: 8.18 8.08 6.82 5/274 6491
/proc/meminfo: memFree=20443016/32951124 swapFree=67111524/67111528
[pid=6491] ppid=6489 vsize=320136 CPUtime=0.57 cores=1,3,5,7
/proc/6491/stat : 6491 (python) S 6489 6491 5629 0 -1 4202496 12332 935 1 0 48 9 0 0 24 0 5 0 519320324 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6491/statm: 80034 7230 1881 364 0 15943 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 320136

[startup+1.50066 s]
/proc/loadavg: 8.18 8.08 6.82 9/287 6508
/proc/meminfo: memFree=20404288/32951124 swapFree=67111524/67111528
[pid=6491] ppid=6489 vsize=320136 CPUtime=0.57 cores=1,3,5,7
/proc/6491/stat : 6491 (python) S 6489 6491 5629 0 -1 4202496 12332 935 1 0 48 9 0 0 24 0 5 0 519320324 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6491/statm: 80034 7230 1881 364 0 15943 0
[pid=6497] ppid=6491 vsize=278584 CPUtime=0 cores=1,3,5,7
/proc/6497/stat : 6497 (python) S 6491 6491 5629 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 519320383 285270016 5560 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425103 0 0 16781312 514 12203374282742431743 0 0 17 5 0 0 0
/proc/6497/statm: 69646 5560 354 364 0 5564 0
[pid=6499] ppid=6497 vsize=1017800 CPUtime=0.89 cores=1,3,5,7
/proc/6499/stat : 6499 (gnovelty+2) R 6497 6499 6499 0 -1 4202496 435 0 0 0 89 0 0 0 21 0 1 0 519320384 1042227200 172 33554432000 134512640 135663704 4288476560 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6499/statm: 254450 172 113 282 0 254166 0
[pid=6500] ppid=6491 vsize=289280 CPUtime=0 cores=1,3,5,7
/proc/6500/stat : 6500 (python) S 6491 6491 5629 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 519320386 296222720 5677 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 13731998635682398469 0 0 17 5 0 0 0
/proc/6500/statm: 72320 5677 348 364 0 8235 0
[pid=6502] ppid=6500 vsize=1560 CPUtime=0.86 cores=1,3,5,7
/proc/6502/stat : 6502 (march_hi) R 6500 6502 6502 0 -1 4202496 503 0 0 0 86 0 0 0 23 0 1 0 519320387 1597440 241 33554432000 4194304 4955518 140733301677760 18446744073709551615 4208693 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6502/statm: 390 241 106 186 0 203 0
[pid=6503] ppid=6491 vsize=299200 CPUtime=0 cores=1,3,5,7
/proc/6503/stat : 6503 (python) S 6491 6491 5629 0 -1 4202560 748 0 0 0 0 0 0 0 22 0 1 0 519320389 306380800 5582 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 12545210798550548479 0 0 17 3 0 0 0
/proc/6503/statm: 74800 5582 348 364 0 10712 0
[pid=6505] ppid=6503 vsize=1017800 CPUtime=0.84 cores=1,3,5,7
/proc/6505/stat : 6505 (gnovelty+2) R 6503 6505 6505 0 -1 4202496 435 0 0 0 84 0 0 0 25 0 1 0 519320390 1042227200 171 33554432000 134512640 135663704 4294724864 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6505/statm: 254450 171 113 282 0 254166 0
[pid=6506] ppid=6491 vsize=309892 CPUtime=0 cores=1,3,5,7
/proc/6506/stat : 6506 (python) S 6491 6491 5629 0 -1 4202560 756 0 0 0 0 0 0 0 17 0 1 0 519320392 317329408 5693 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 4765138263541252359 0 0 17 7 0 0 0
/proc/6506/statm: 77473 5693 348 364 0 13382 0
[pid=6508] ppid=6506 vsize=1560 CPUtime=0.8 cores=1,3,5,7
/proc/6508/stat : 6508 (march_hi) R 6506 6508 6508 0 -1 4202496 507 0 0 0 80 0 0 0 25 0 1 0 519320392 1597440 241 33554432000 4194304 4955518 140736018154544 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6508/statm: 390 241 106 186 0 203 0
[pid=6491/tid=6498] ppid=6489 vsize=320136 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6498/stat : 6498 (python) S 6489 6491 5629 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 5 0 519320384 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 5 0 0 0
[pid=6491/tid=6501] ppid=6489 vsize=320136 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6501/stat : 6501 (python) S 6489 6491 5629 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 519320386 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 3 0 0 0
[pid=6491/tid=6504] ppid=6489 vsize=320136 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6504/stat : 6504 (python) S 6489 6491 5629 0 -1 4202560 20 935 0 0 0 0 0 0 22 0 5 0 519320389 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 3 0 0 0
[pid=6491/tid=6507] ppid=6489 vsize=320136 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6507/stat : 6507 (python) S 6489 6491 5629 0 -1 4202560 24 935 0 0 0 0 0 0 24 0 5 0 519320392 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 3535812

[startup+3.10136 s]
/proc/loadavg: 8.18 8.08 6.82 9/287 6508
/proc/meminfo: memFree=20403916/32951124 swapFree=67111524/67111528
[pid=6491] ppid=6489 vsize=320136 CPUtime=0.57 cores=1,3,5,7
/proc/6491/stat : 6491 (python) S 6489 6491 5629 0 -1 4202496 12332 935 1 0 48 9 0 0 24 0 5 0 519320324 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6491/statm: 80034 7230 1881 364 0 15943 0
[pid=6497] ppid=6491 vsize=278584 CPUtime=0 cores=1,3,5,7
/proc/6497/stat : 6497 (python) S 6491 6491 5629 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 519320383 285270016 5560 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425103 0 0 16781312 514 12203374282742399239 0 0 17 5 0 0 0
/proc/6497/statm: 69646 5560 354 364 0 5564 0
[pid=6499] ppid=6497 vsize=1017800 CPUtime=2.5 cores=1,3,5,7
/proc/6499/stat : 6499 (gnovelty+2) R 6497 6499 6499 0 -1 4202496 435 0 0 0 250 0 0 0 25 0 1 0 519320384 1042227200 172 33554432000 134512640 135663704 4288476560 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6499/statm: 254450 172 113 282 0 254166 0
[pid=6500] ppid=6491 vsize=289280 CPUtime=0 cores=1,3,5,7
/proc/6500/stat : 6500 (python) S 6491 6491 5629 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 519320386 296222720 5677 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 13731998635682398469 0 0 17 5 0 0 0
/proc/6500/statm: 72320 5677 348 364 0 8235 0
[pid=6502] ppid=6500 vsize=1560 CPUtime=2.46 cores=1,3,5,7
/proc/6502/stat : 6502 (march_hi) R 6500 6502 6502 0 -1 4202496 503 0 0 0 246 0 0 0 25 0 1 0 519320387 1597440 241 33554432000 4194304 4955518 140733301677760 18446744073709551615 4297566 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6502/statm: 390 241 106 186 0 203 0
[pid=6503] ppid=6491 vsize=299200 CPUtime=0 cores=1,3,5,7
/proc/6503/stat : 6503 (python) S 6491 6491 5629 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 519320389 306380800 5582 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 12545210798550515976 0 0 17 3 0 0 0
/proc/6503/statm: 74800 5582 348 364 0 10712 0
[pid=6505] ppid=6503 vsize=1017800 CPUtime=2.44 cores=1,3,5,7
/proc/6505/stat : 6505 (gnovelty+2) R 6503 6505 6505 0 -1 4202496 435 0 0 0 244 0 0 0 25 0 1 0 519320390 1042227200 171 33554432000 134512640 135663704 4294724864 18446744073709551615 134524507 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6505/statm: 254450 171 113 282 0 254166 0
[pid=6506] ppid=6491 vsize=309892 CPUtime=0 cores=1,3,5,7
/proc/6506/stat : 6506 (python) S 6491 6491 5629 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 519320392 317329408 5693 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 4765138263541252359 0 0 17 7 0 0 0
/proc/6506/statm: 77473 5693 348 364 0 13382 0
[pid=6508] ppid=6506 vsize=1560 CPUtime=2.39 cores=1,3,5,7
/proc/6508/stat : 6508 (march_hi) R 6506 6508 6508 0 -1 4202496 507 0 0 0 239 0 0 0 25 0 1 0 519320392 1597440 241 33554432000 4194304 4955518 140736018154544 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6508/statm: 390 241 106 186 0 203 0
[pid=6491/tid=6498] ppid=6489 vsize=320136 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6498/stat : 6498 (python) S 6489 6491 5629 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 5 0 519320384 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 5 0 0 0
[pid=6491/tid=6501] ppid=6489 vsize=320136 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6501/stat : 6501 (python) S 6489 6491 5629 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 519320386 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 3 0 0 0
[pid=6491/tid=6504] ppid=6489 vsize=320136 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6504/stat : 6504 (python) S 6489 6491 5629 0 -1 4202560 20 935 0 0 0 0 0 0 22 0 5 0 519320389 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 3 0 0 0
[pid=6491/tid=6507] ppid=6489 vsize=320136 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6507/stat : 6507 (python) S 6489 6491 5629 0 -1 4202560 24 935 0 0 0 0 0 0 24 0 5 0 519320392 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.36
Current children cumulated vsize (KiB) 3535812

[startup+6.30076 s]
/proc/loadavg: 8.25 8.10 6.83 9/288 6509
/proc/meminfo: memFree=20400648/32951124 swapFree=67111524/67111528
[pid=6491] ppid=6489 vsize=320136 CPUtime=0.57 cores=1,3,5,7
/proc/6491/stat : 6491 (python) S 6489 6491 5629 0 -1 4202496 12332 935 1 0 48 9 0 0 24 0 5 0 519320324 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6491/statm: 80034 7230 1881 364 0 15943 0
[pid=6497] ppid=6491 vsize=278584 CPUtime=0 cores=1,3,5,7
/proc/6497/stat : 6497 (python) S 6491 6491 5629 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 519320383 285270016 5582 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425103 0 0 16781312 514 12203374282742399239 0 0 17 5 0 0 0
/proc/6497/statm: 69646 5582 376 364 0 5564 0
[pid=6499] ppid=6497 vsize=1017800 CPUtime=5.69 cores=1,3,5,7
/proc/6499/stat : 6499 (gnovelty+2) R 6497 6499 6499 0 -1 4202496 435 0 0 0 569 0 0 0 25 0 1 0 519320384 1042227200 172 33554432000 134512640 135663704 4288476560 18446744073709551615 134525222 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6499/statm: 254450 172 113 282 0 254166 0
[pid=6500] ppid=6491 vsize=289280 CPUtime=0 cores=1,3,5,7
/proc/6500/stat : 6500 (python) S 6491 6491 5629 0 -1 4202560 905 0 0 0 0 0 0 0 15 0 1 0 519320386 296222720 5699 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 13731998635682398469 0 0 17 5 0 0 0
/proc/6500/statm: 72320 5699 370 364 0 8235 0
[pid=6502] ppid=6500 vsize=1708 CPUtime=5.64 cores=1,3,5,7
/proc/6502/stat : 6502 (march_hi) R 6500 6502 6502 0 -1 4202496 514 0 0 0 564 0 0 0 25 0 1 0 519320387 1748992 252 33554432000 4194304 4955518 140733301677760 18446744073709551615 4346493 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6502/statm: 427 252 106 186 0 240 0
[pid=6503] ppid=6491 vsize=299200 CPUtime=0 cores=1,3,5,7
/proc/6503/stat : 6503 (python) S 6491 6491 5629 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 519320389 306380800 5605 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 12545210798550515976 0 0 17 3 0 0 0
/proc/6503/statm: 74800 5605 371 364 0 10712 0
[pid=6505] ppid=6503 vsize=1017800 CPUtime=5.63 cores=1,3,5,7
/proc/6505/stat : 6505 (gnovelty+2) R 6503 6505 6505 0 -1 4202496 435 0 0 0 563 0 0 0 25 0 1 0 519320390 1042227200 171 33554432000 134512640 135663704 4294724864 18446744073709551615 134525379 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6505/statm: 254450 171 113 282 0 254166 0
[pid=6506] ppid=6491 vsize=309892 CPUtime=0 cores=1,3,5,7
/proc/6506/stat : 6506 (python) S 6491 6491 5629 0 -1 4202560 932 0 0 0 0 0 0 0 15 0 1 0 519320392 317329408 5716 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 4765138263541252359 0 0 17 7 0 0 0
/proc/6506/statm: 77473 5716 371 364 0 13382 0
[pid=6508] ppid=6506 vsize=1708 CPUtime=5.55 cores=1,3,5,7
/proc/6508/stat : 6508 (march_hi) R 6506 6508 6508 0 -1 4202496 517 0 0 0 555 0 0 0 25 0 1 0 519320392 1748992 251 33554432000 4194304 4955518 140736018154544 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6508/statm: 427 251 106 186 0 240 0
[pid=6491/tid=6498] ppid=6489 vsize=320136 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6498/stat : 6498 (python) S 6489 6491 5629 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 5 0 519320384 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 5 0 0 0
[pid=6491/tid=6501] ppid=6489 vsize=320136 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6501/stat : 6501 (python) S 6489 6491 5629 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 519320386 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 3 0 0 0
[pid=6491/tid=6504] ppid=6489 vsize=320136 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6504/stat : 6504 (python) S 6489 6491 5629 0 -1 4202560 20 935 0 0 0 0 0 0 22 0 5 0 519320389 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 3 0 0 0
[pid=6491/tid=6507] ppid=6489 vsize=320136 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6507/stat : 6507 (python) S 6489 6491 5629 0 -1 4202560 24 935 0 0 0 0 0 0 24 0 5 0 519320392 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.08
Current children cumulated vsize (KiB) 3536108

[startup+12.7005 s]
/proc/loadavg: 8.23 8.10 6.84 9/291 6513
/proc/meminfo: memFree=20364820/32951124 swapFree=67111524/67111528
[pid=6491] ppid=6489 vsize=320136 CPUtime=0.57 cores=1,3,5,7
/proc/6491/stat : 6491 (python) S 6489 6491 5629 0 -1 4202496 12332 935 1 0 48 9 0 0 24 0 5 0 519320324 327819264 7230 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6491/statm: 80034 7230 1881 364 0 15943 0
[pid=6497] ppid=6491 vsize=278584 CPUtime=0.01 cores=1,3,5,7
/proc/6497/stat : 6497 (python) S 6491 6491 5629 0 -1 4202560 901 0 0 0 0 1 0 0 18 0 1 0 519320383 285270016 5583 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425103 0 0 16781312 514 3916178943161368839 0 0 17 5 0 0 0
/proc/6497/statm: 69646 5583 377 364 0 5564 0
[pid=6499] ppid=6497 vsize=1017800 CPUtime=12.09 cores=1,3,5,7
/proc/6499/stat : 6499 (gnovelty+2) R 6497 6499 6499 0 -1 4202496 435 0 0 0 1209 0 0 0 25 0 1 0 519320384 1042227200 172 33554432000 134512640 135663704 4288476560 18446744073709551615 134525222 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6499/statm: 254450 172 113 282 0 254166 0
[pid=6500] ppid=6491 vsize=289280 CPUtime=0.02 cores=1,3,5,7

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

/proc/6505/statm: 254450 171 113 282 0 254166 0
[pid=6503/tid=6520] ppid=6491 vsize=299200 CPUtime=0 cores=1,3,5,7
/proc/6503/task/6520/stat : 6520 (python) S 6491 6491 5629 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 519330407 306380800 5635 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 514 18446604468718504640 0 0 -1 3 0 0 0
[pid=6506] ppid=6491 vsize=309892 CPUtime=2.02 cores=1,3,5,7
/proc/6506/stat : 6506 (python) S 6491 6491 5629 0 -1 4202560 1034 0 0 0 126 76 0 0 17 0 1 0 519320392 317329408 5717 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738235199 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/6506/statm: 77473 5717 372 364 0 13382 0
[pid=6508] ppid=6506 vsize=0 CPUtime=347.26 cores=1,3,5,7
/proc/6508/stat : 6508 (march_hi) R 6506 6508 6508 0 -1 4202500 1970 0 0 0 34726 0 0 0 25 0 1 0 519320392 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6508/statm: 0 0 0 0 0 0 0
[pid=6517] ppid=6491 vsize=320148 CPUtime=0.53 cores=1,3,5,7
/proc/6517/stat : 6517 (python) S 6491 6491 5629 0 -1 4202560 1014 0 0 0 28 25 0 0 15 0 1 0 519330402 327831552 5720 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 5635199406786445573 0 0 17 3 0 0 0
/proc/6517/statm: 80037 5720 371 364 0 15943 0
[pid=6519] ppid=6517 vsize=5100 CPUtime=250.3 cores=1,3,5,7
/proc/6519/stat : 6519 (march_hi) R 6517 6519 6519 0 -1 4202496 1263 0 0 0 25030 0 0 0 25 0 1 0 519330403 5222400 996 33554432000 4194304 4955518 140735627198544 18446744073709551615 4224738 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6519/statm: 1275 996 106 186 0 1088 0
[pid=6521] ppid=6491 vsize=330148 CPUtime=0.51 cores=1,3,5,7
/proc/6521/stat : 6521 (python) S 6491 6491 5629 0 -1 4202560 1021 0 0 0 26 25 0 0 15 0 1 0 519330411 338071552 5660 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 3916178943161368840 0 0 17 1 0 0 0
/proc/6521/statm: 82537 5660 371 364 0 18440 0
[pid=6523] ppid=6521 vsize=5100 CPUtime=249.69 cores=1,3,5,7
/proc/6523/stat : 6523 (march_hi) R 6521 6523 6523 0 -1 4202496 1261 0 0 0 24969 0 0 0 25 0 1 0 519330411 5222400 995 33554432000 4194304 4955518 140737422538336 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6523/statm: 1275 995 106 186 0 1088 0
[pid=6491/tid=6498] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6498/stat : 6498 (python) S 6489 6491 5629 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 7 0 519320384 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 5 0 0 0
[pid=6491/tid=6501] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6501/stat : 6501 (python) S 6489 6491 5629 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 7 0 519320386 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 3 0 0 0
[pid=6491/tid=6504] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6504/stat : 6504 (python) S 6489 6491 5629 0 -1 4202560 20 935 0 0 0 0 0 0 22 0 7 0 519320389 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 3 0 0 0
[pid=6491/tid=6507] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6507/stat : 6507 (python) S 6489 6491 5629 0 -1 4202560 24 935 0 0 0 0 0 0 24 0 7 0 519320392 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 7 0 0 0
[pid=6491/tid=6518] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6518/stat : 6518 (python) S 6489 6491 5629 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 7 0 519330403 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 7 0 0 0
[pid=6491/tid=6522] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6522/stat : 6522 (python) S 6489 6491 5629 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 7 0 519330411 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1399.5
Current children cumulated vsize (KiB) 4233536

[startup+351.501 s]
/proc/loadavg: 8.26 8.15 7.23 10/327 6567
/proc/meminfo: memFree=20057044/32951124 swapFree=67111524/67111528
[pid=6491] ppid=6489 vsize=340828 CPUtime=0.7 cores=1,3,5,7
/proc/6491/stat : 6491 (python) S 6489 6491 5629 0 -1 4202496 14708 935 1 0 60 10 0 0 18 0 7 0 519320324 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6491/statm: 85207 7288 1886 364 0 21110 0
[pid=6497] ppid=6491 vsize=288828 CPUtime=0.17 cores=1,3,5,7
/proc/6497/stat : 6497 (python) S 6491 6491 5629 0 -1 4202560 1080 0 0 0 9 8 0 0 19 0 2 0 519320383 295759872 5621 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6497/statm: 72207 5621 410 364 0 8125 0
[pid=6499] ppid=6497 vsize=1017800 CPUtime=100.15 cores=1,3,5,7
/proc/6499/stat : 6499 (gnovelty+2) T 6497 6499 6499 0 -1 4202496 435 0 0 0 10015 0 0 0 25 0 1 0 519320384 1042227200 172 33554432000 134512640 135663704 4288476560 18446744073709551615 134525253 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6499/statm: 254450 172 113 282 0 254166 0
[pid=6497/tid=6516] ppid=6491 vsize=288828 CPUtime=0 cores=1,3,5,7
/proc/6497/task/6516/stat : 6516 (python) S 6491 6491 5629 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519330399 295759872 5621 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 514 18446604464343947328 0 0 -1 5 0 0 0
[pid=6500] ppid=6491 vsize=289280 CPUtime=0.72 cores=1,3,5,7
/proc/6500/stat : 6500 (python) S 6491 6491 5629 0 -1 4202560 1149 0 0 0 37 35 0 0 15 0 2 0 519320386 296222720 5730 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/6500/statm: 72320 5730 400 364 0 8235 0
[pid=6502] ppid=6500 vsize=9412 CPUtime=347.69 cores=1,3,5,7
/proc/6502/stat : 6502 (march_hi) R 6500 6502 6502 0 -1 4202496 1937 0 0 0 34769 0 0 0 25 0 1 0 519320387 9637888 1673 33554432000 4194304 4955518 140733301677760 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6502/statm: 2353 1673 106 186 0 2166 0
[pid=6500/tid=6538] ppid=6491 vsize=289280 CPUtime=0 cores=1,3,5,7
/proc/6500/task/6538/stat : 6538 (python) S 6491 6491 5629 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 519340077 296222720 5730 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 514 18446604464343946432 0 0 -1 5 0 0 0
[pid=6503] ppid=6491 vsize=299200 CPUtime=0.16 cores=1,3,5,7
/proc/6503/stat : 6503 (python) S 6491 6491 5629 0 -1 4202560 1086 0 0 0 7 9 0 0 19 0 2 0 519320389 306380800 5635 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/6503/statm: 74800 5635 400 364 0 10712 0
[pid=6505] ppid=6503 vsize=1017800 CPUtime=100 cores=1,3,5,7
/proc/6505/stat : 6505 (gnovelty+2) T 6503 6505 6505 0 -1 4202496 435 0 0 0 10000 0 0 0 25 0 1 0 519320390 1042227200 171 33554432000 134512640 135663704 4294724864 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6505/statm: 254450 171 113 282 0 254166 0
[pid=6503/tid=6520] ppid=6491 vsize=299200 CPUtime=0 cores=1,3,5,7
/proc/6503/task/6520/stat : 6520 (python) S 6491 6491 5629 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 519330407 306380800 5635 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 514 18446604468718504640 0 0 -1 3 0 0 0
[pid=6506] ppid=6491 vsize=309892 CPUtime=2.42 cores=1,3,5,7
/proc/6506/stat : 6506 (python) R 6491 6491 5629 0 -1 4202560 1034 0 0 0 154 88 0 0 17 0 1 0 519320392 317329408 5717 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/6506/statm: 77473 5717 372 364 0 13382 0
[pid=6508] ppid=6506 vsize=0 CPUtime=347.26 cores=1,3,5,7
/proc/6508/stat : 6508 (march_hi) R 6506 6508 6508 0 -1 4202500 1970 0 0 0 34726 0 0 0 25 0 1 0 519320392 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6508/statm: 0 0 0 0 0 0 0
[pid=6517] ppid=6491 vsize=320148 CPUtime=0.53 cores=1,3,5,7
/proc/6517/stat : 6517 (python) S 6491 6491 5629 0 -1 4202560 1014 0 0 0 28 25 0 0 15 0 1 0 519330402 327831552 5720 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 5635199406786445573 0 0 17 3 0 0 0
/proc/6517/statm: 80037 5720 371 364 0 15943 0
[pid=6519] ppid=6517 vsize=5100 CPUtime=250.7 cores=1,3,5,7
/proc/6519/stat : 6519 (march_hi) R 6517 6519 6519 0 -1 4202496 1265 0 0 0 25070 0 0 0 25 0 1 0 519330403 5222400 998 33554432000 4194304 4955518 140735627198544 18446744073709551615 4224392 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6519/statm: 1275 998 106 186 0 1088 0
[pid=6521] ppid=6491 vsize=330148 CPUtime=0.51 cores=1,3,5,7
/proc/6521/stat : 6521 (python) S 6491 6491 5629 0 -1 4202560 1021 0 0 0 26 25 0 0 15 0 1 0 519330411 338071552 5660 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 4187103010586853640 0 0 17 1 0 0 0
/proc/6521/statm: 82537 5660 371 364 0 18440 0
[pid=6523] ppid=6521 vsize=5100 CPUtime=250.09 cores=1,3,5,7
/proc/6523/stat : 6523 (march_hi) R 6521 6523 6523 0 -1 4202496 1262 0 0 0 25009 0 0 0 25 0 1 0 519330411 5222400 996 33554432000 4194304 4955518 140737422538336 18446744073709551615 4208631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6523/statm: 1275 996 106 186 0 1088 0
[pid=6491/tid=6498] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6498/stat : 6498 (python) S 6489 6491 5629 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 7 0 519320384 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 5 0 0 0
[pid=6491/tid=6501] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6501/stat : 6501 (python) S 6489 6491 5629 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 7 0 519320386 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 3 0 0 0
[pid=6491/tid=6504] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6504/stat : 6504 (python) S 6489 6491 5629 0 -1 4202560 20 935 0 0 0 0 0 0 22 0 7 0 519320389 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 3 0 0 0
[pid=6491/tid=6507] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6507/stat : 6507 (python) S 6489 6491 5629 0 -1 4202560 24 935 0 0 0 0 0 0 24 0 7 0 519320392 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 7 0 0 0
[pid=6491/tid=6518] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6518/stat : 6518 (python) S 6489 6491 5629 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 7 0 519330403 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 7 0 0 0
[pid=6491/tid=6522] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6522/stat : 6522 (python) S 6489 6491 5629 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 7 0 519330411 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1401.1
Current children cumulated vsize (KiB) 4233536

[startup+351.901 s]
/proc/loadavg: 8.26 8.15 7.23 10/327 6567
/proc/meminfo: memFree=20057044/32951124 swapFree=67111524/67111528
[pid=6491] ppid=6489 vsize=340828 CPUtime=0.7 cores=1,3,5,7
/proc/6491/stat : 6491 (python) S 6489 6491 5629 0 -1 4202496 14708 935 1 0 60 10 0 0 18 0 7 0 519320324 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6491/statm: 85207 7288 1886 364 0 21110 0
[pid=6497] ppid=6491 vsize=288828 CPUtime=0.17 cores=1,3,5,7
/proc/6497/stat : 6497 (python) S 6491 6491 5629 0 -1 4202560 1080 0 0 0 9 8 0 0 19 0 2 0 519320383 295759872 5621 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6497/statm: 72207 5621 410 364 0 8125 0
[pid=6499] ppid=6497 vsize=1017800 CPUtime=100.15 cores=1,3,5,7
/proc/6499/stat : 6499 (gnovelty+2) T 6497 6499 6499 0 -1 4202496 435 0 0 0 10015 0 0 0 25 0 1 0 519320384 1042227200 172 33554432000 134512640 135663704 4288476560 18446744073709551615 134525253 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6499/statm: 254450 172 113 282 0 254166 0
[pid=6497/tid=6516] ppid=6491 vsize=288828 CPUtime=0 cores=1,3,5,7
/proc/6497/task/6516/stat : 6516 (python) S 6491 6491 5629 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519330399 295759872 5621 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 514 18446604464343947328 0 0 -1 5 0 0 0
[pid=6500] ppid=6491 vsize=289280 CPUtime=0.72 cores=1,3,5,7
/proc/6500/stat : 6500 (python) S 6491 6491 5629 0 -1 4202560 1149 0 0 0 37 35 0 0 15 0 2 0 519320386 296222720 5730 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/6500/statm: 72320 5730 400 364 0 8235 0
[pid=6502] ppid=6500 vsize=9412 CPUtime=348.09 cores=1,3,5,7
/proc/6502/stat : 6502 (march_hi) R 6500 6502 6502 0 -1 4202496 1942 0 0 0 34809 0 0 0 25 0 1 0 519320387 9637888 1678 33554432000 4194304 4955518 140733301677760 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6502/statm: 2353 1678 106 186 0 2166 0
[pid=6500/tid=6538] ppid=6491 vsize=289280 CPUtime=0 cores=1,3,5,7
/proc/6500/task/6538/stat : 6538 (python) S 6491 6491 5629 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 519340077 296222720 5730 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 514 18446604464343946432 0 0 -1 5 0 0 0
[pid=6503] ppid=6491 vsize=299200 CPUtime=0.16 cores=1,3,5,7
/proc/6503/stat : 6503 (python) S 6491 6491 5629 0 -1 4202560 1086 0 0 0 7 9 0 0 19 0 2 0 519320389 306380800 5635 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/6503/statm: 74800 5635 400 364 0 10712 0
[pid=6505] ppid=6503 vsize=1017800 CPUtime=100 cores=1,3,5,7
/proc/6505/stat : 6505 (gnovelty+2) T 6503 6505 6505 0 -1 4202496 435 0 0 0 10000 0 0 0 25 0 1 0 519320390 1042227200 171 33554432000 134512640 135663704 4294724864 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6505/statm: 254450 171 113 282 0 254166 0
[pid=6503/tid=6520] ppid=6491 vsize=299200 CPUtime=0 cores=1,3,5,7
/proc/6503/task/6520/stat : 6520 (python) S 6491 6491 5629 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 519330407 306380800 5635 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 514 18446604468718504640 0 0 -1 3 0 0 0
[pid=6506] ppid=6491 vsize=309892 CPUtime=2.83 cores=1,3,5,7
/proc/6506/stat : 6506 (python) R 6491 6491 5629 0 -1 4202560 1034 0 0 0 183 100 0 0 18 0 1 0 519320392 317329408 5717 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/6506/statm: 77473 5717 372 364 0 13382 0
[pid=6508] ppid=6506 vsize=0 CPUtime=347.26 cores=1,3,5,7
/proc/6508/stat : 6508 (march_hi) R 6506 6508 6508 0 -1 4202500 1970 0 0 0 34726 0 0 0 25 0 1 0 519320392 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6508/statm: 0 0 0 0 0 0 0
[pid=6517] ppid=6491 vsize=320148 CPUtime=0.53 cores=1,3,5,7
/proc/6517/stat : 6517 (python) S 6491 6491 5629 0 -1 4202560 1014 0 0 0 28 25 0 0 15 0 1 0 519330402 327831552 5720 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 5635199406786445573 0 0 17 3 0 0 0
/proc/6517/statm: 80037 5720 371 364 0 15943 0
[pid=6519] ppid=6517 vsize=5100 CPUtime=251.1 cores=1,3,5,7
/proc/6519/stat : 6519 (march_hi) R 6517 6519 6519 0 -1 4202496 1267 0 0 0 25110 0 0 0 25 0 1 0 519330403 5222400 1000 33554432000 4194304 4955518 140735627198544 18446744073709551615 4208722 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6519/statm: 1275 1000 106 186 0 1088 0
[pid=6521] ppid=6491 vsize=330148 CPUtime=0.51 cores=1,3,5,7
/proc/6521/stat : 6521 (python) S 6491 6491 5629 0 -1 4202560 1021 0 0 0 26 25 0 0 15 0 1 0 519330411 338071552 5660 33554432000 4194304 5683644 140734961792320 18446744073709551615 264726425158 0 0 16781312 514 4187103010586853640 0 0 17 1 0 0 0
/proc/6521/statm: 82537 5660 371 364 0 18440 0
[pid=6523] ppid=6521 vsize=5100 CPUtime=250.5 cores=1,3,5,7
/proc/6523/stat : 6523 (march_hi) R 6521 6523 6523 0 -1 4202496 1264 0 0 0 25050 0 0 0 25 0 1 0 519330411 5222400 998 33554432000 4194304 4955518 140737422538336 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6523/statm: 1275 998 106 186 0 1088 0
[pid=6491/tid=6498] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6498/stat : 6498 (python) S 6489 6491 5629 0 -1 4202560 26 935 0 0 0 0 0 0 19 0 7 0 519320384 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 5 0 0 0
[pid=6491/tid=6501] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6501/stat : 6501 (python) S 6489 6491 5629 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 7 0 519320386 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 3 0 0 0
[pid=6491/tid=6504] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6504/stat : 6504 (python) S 6489 6491 5629 0 -1 4202560 20 935 0 0 0 0 0 0 22 0 7 0 519320389 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 3 0 0 0
[pid=6491/tid=6507] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6507/stat : 6507 (python) S 6489 6491 5629 0 -1 4202560 24 935 0 0 0 0 0 0 24 0 7 0 519320392 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 7 0 0 0
[pid=6491/tid=6518] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6518/stat : 6518 (python) S 6489 6491 5629 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 7 0 519330403 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 7 0 0 0
[pid=6491/tid=6522] ppid=6489 vsize=340828 CPUtime=0 cores=1,3,5,7
/proc/6491/task/6522/stat : 6522 (python) S 6489 6491 5629 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 7 0 519330411 349007872 7288 33554432000 4194304 5683644 140734961792320 18446744073709551615 264738228657 0 0 16781312 2 18446604471135913920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1402.72
Current children cumulated vsize (KiB) 4233536

[startup+352.01 s]
/proc/loadavg: 8.26 8.15 7.23 10/327 6567
/proc/meminfo: memFree=20057044/32951124 swapFree=67111524/67111528
[pid=6491] ppid=6489 vsize=310012 CPUtime=1403.23 cores=1,3,5,7
/proc/6491/stat : 6491 (python) R 6489 6491 5629 0 -1 4202496 16551 15023 1 0 61 10 140042 210 17 0 1 0 519320324 317452288 7263 33554432000 4194304 5683644 140734961792320 18446744073709551615 5114052 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6491/statm: 77503 7263 1873 364 0 13427 0
Current children cumulated CPU time (s) 1403.23
Current children cumulated vsize (KiB) 310012

Child status: 0
Real time (s): 352.026
CPU time (s): 1403.26
CPU user time (s): 1401.05
CPU system time (s): 2.21766
CPU usage (%): 398.625
Max. virtual memory (cumulated for all children) (KiB): 4243080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1401.05
system time used= 2.21766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33747
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= 4232
involuntary context switches= 12075

runsolver used 0.714891 second user time and 2.10868 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-01 18:57:27
IDJOB=3317369
IDBENCH=82834
IDSOLVER=1705
FILE ID=node141/3317369-1304269047
RUNJOBID= node141-1304267280-5648
PBS_JOBID= 13173938
Free space on /tmp= 72524 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1059781282-048.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-3317369-1304269047/watcher-3317369-1304269047 -o /tmp/evaluation-result-3317369-1304269047/solver-3317369-1304269047 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317369-1304269047.cnf -seed 199317606 -budget 4800 -cores 4

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

MD5SUM BENCH= ac60b7243bf21c022437e3832aafd05d
RANDOM SEED=199317606

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      20443172 kB
Buffers:       1419440 kB
Cached:        9100408 kB
SwapCached:          4 kB
Active:        4165132 kB
Inactive:      7736512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20443172 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           32304 kB
Writeback:           0 kB
AnonPages:     1381940 kB
Mapped:          24880 kB
Slab:           521144 kB
PageTables:      22744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 33431124 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= 72492 MiB
End job on node141 at 2011-05-01 19:03:19