Trace number 3378680

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 1904.97 478.682

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S2117313371-002.UNKNOWN.cnf
MD5SUM80ed5c7022fbd1c0bf0af45d87bcb3f8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark374.693
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3378680-1305466945.cnf
0.31/0.46	c INFO: computing task features
0.41/0.50	c INFO: computed variable-clause graph statistics
0.41/0.50	c INFO: computed clause balance statistics
0.51/0.69	c INFO: computed variable balance statistics
0.61/0.77	c INFO: computed small-clause counts
0.61/0.77	c INFO: computed Horn-clause counts
0.61/0.77	c INFO: computed variable graph statistics
0.61/0.77	c INFO: collected features for HOME/instance-3378680-1305466945.cnf in 0.31 s
0.61/0.78	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.55)
0.61/0.79	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.10)
0.70/0.80	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.05)
0.70/0.81	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.03)
396.52/100.03	c INFO: running adaptg2wsat2009++@0 for 97 with 1100 remaining (b = 0.03)
396.52/100.04	c INFO: running march_hi@0 for 485 with 1100 remaining (b = 0.12)
398.56/101.00	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.02)
398.56/101.03	c INFO: running march_hi@0 for 485 with 1099 remaining (b = 0.10)
796.29/200.25	c INFO: running FH@0 for 97 with 1000 remaining (b = 0.02)
800.26/201.22	c INFO: running march_hi@0 for 485 with 999 remaining (b = 0.09)
1195.11/300.47	c INFO: running march_hi@0 for 485 with 899 remaining (b = 0.08)
1904.50/478.66	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378680-1305466945/watcher-3378680-1305466945 -o /tmp/evaluation-result-3378680-1305466945/solver-3378680-1305466945 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378680-1305466945.cnf -seed 2078262493 -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: 8.25 8.15 6.85 5/302 8393
/proc/meminfo: memFree=19835212/32950904 swapFree=67057400/67111528
[pid=8393] ppid=8391 vsize=15780 CPUtime=0 cores=0,2,4,6
/proc/8393/stat : 8393 (python) R 8391 8393 7577 0 -1 4202496 908 0 0 0 0 0 0 0 25 0 1 0 658294256 16158720 790 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278879488 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8393/statm: 3945 791 346 364 0 432 0

[startup+0.0756379 s]
/proc/loadavg: 8.25 8.15 6.85 5/302 8393
/proc/meminfo: memFree=19835212/32950904 swapFree=67057400/67111528
[pid=8393] ppid=8391 vsize=84812 CPUtime=0.05 cores=0,2,4,6
/proc/8393/stat : 8393 (python) R 8391 8393 7577 0 -1 4202496 2436 0 0 0 4 1 0 0 25 0 1 0 658294256 86847488 2165 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278879488 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8393/statm: 21203 2181 707 364 0 1420 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84812

[startup+0.100633 s]
/proc/loadavg: 8.25 8.15 6.85 5/302 8393
/proc/meminfo: memFree=19835212/32950904 swapFree=67057400/67111528
[pid=8393] ppid=8391 vsize=104232 CPUtime=0.07 cores=0,2,4,6
/proc/8393/stat : 8393 (python) R 8391 8393 7577 0 -1 4202496 3086 0 0 0 5 2 0 0 25 0 1 0 658294256 106733568 2768 33554432000 4194304 5683644 140734810930976 18446744073709551615 5288449 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8393/statm: 26058 2768 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.300597 s]
/proc/loadavg: 8.25 8.15 6.85 5/302 8393
/proc/meminfo: memFree=19835212/32950904 swapFree=67057400/67111528
[pid=8393] ppid=8391 vsize=192324 CPUtime=0.22 cores=0,2,4,6
/proc/8393/stat : 8393 (python) R 8391 8393 7577 0 -1 4202496 6894 934 1 0 16 6 0 0 25 0 1 0 658294256 196939776 4947 33554432000 4194304 5683644 140734810930976 18446744073709551615 237273917329 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8393/statm: 48081 4949 1425 364 0 3724 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 192324

[startup+0.700524 s]
/proc/loadavg: 8.25 8.15 6.85 5/302 8393
/proc/meminfo: memFree=19835212/32950904 swapFree=67057400/67111528
[pid=8393] ppid=8391 vsize=279556 CPUtime=0.61 cores=0,2,4,6
/proc/8393/stat : 8393 (python) R 8391 8393 7577 0 -1 4202496 9755 934 1 0 51 10 0 0 25 0 1 0 658294256 286265344 7275 33554432000 4194304 5683644 140734810930976 18446744073709551615 4510784 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8393/statm: 69889 7275 1827 364 0 5813 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279556

[startup+1.50138 s]
/proc/loadavg: 8.25 8.15 6.85 9/315 8410
/proc/meminfo: memFree=19795544/32950904 swapFree=67057400/67111528
[pid=8393] ppid=8391 vsize=320248 CPUtime=0.71 cores=0,2,4,6
/proc/8393/stat : 8393 (python) S 8391 8393 7577 0 -1 4202496 12592 934 1 0 61 10 0 0 25 0 5 0 658294256 327933952 7253 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8393/statm: 80062 7253 1875 364 0 15971 0
[pid=8399] ppid=8393 vsize=278704 CPUtime=0 cores=0,2,4,6
/proc/8399/stat : 8399 (python) S 8393 8393 7577 0 -1 4202560 731 0 0 0 0 0 0 0 25 0 1 0 658294334 285392896 5615 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899727 0 0 16781312 514 581343412859437055 0 0 17 6 0 0 0
/proc/8399/statm: 69676 5615 354 364 0 5594 0
[pid=8401] ppid=8399 vsize=1017932 CPUtime=0.71 cores=0,2,4,6
/proc/8401/stat : 8401 (gnovelty+2) R 8399 8401 8401 0 -1 4202496 511 0 0 0 71 0 0 0 25 0 1 0 658294335 1042362368 248 33554432000 134512640 135663704 4287481392 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8401/statm: 254483 248 113 282 0 254199 0
[pid=8402] ppid=8393 vsize=289356 CPUtime=0 cores=0,2,4,6
/proc/8402/stat : 8402 (python) S 8393 8393 7577 0 -1 4202560 739 0 0 0 0 0 0 0 25 0 1 0 658294335 296300544 5697 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899782 0 0 16781312 514 5048962621722591231 0 0 17 4 0 0 0
/proc/8402/statm: 72339 5697 348 364 0 8254 0
[pid=8404] ppid=8402 vsize=1017932 CPUtime=0.7 cores=0,2,4,6
/proc/8404/stat : 8404 (gnovelty+2) R 8402 8404 8404 0 -1 4202496 509 0 0 0 70 0 0 0 25 0 1 0 658294335 1042362368 247 33554432000 134512640 135663704 4293275248 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8404/statm: 254483 247 113 282 0 254199 0
[pid=8405] ppid=8393 vsize=299140 CPUtime=0 cores=0,2,4,6
/proc/8405/stat : 8405 (python) S 8393 8393 7577 0 -1 4202560 722 0 0 0 0 0 0 0 25 0 1 0 658294336 306319360 5594 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899782 0 0 16781312 514 17950177413988089855 0 0 17 4 0 0 0
/proc/8405/statm: 74785 5594 344 364 0 10697 0
[pid=8407] ppid=8405 vsize=416652 CPUtime=0.69 cores=0,2,4,6
/proc/8407/stat : 8407 (adaptg2wsat2009) R 8405 8407 8407 0 -1 4202496 567 0 0 0 69 0 0 0 25 0 1 0 658294336 426651648 303 33554432000 134512640 135107411 4293935840 18446744073709551615 134523245 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8407/statm: 104163 303 49 146 0 103039 0
[pid=8408] ppid=8393 vsize=310004 CPUtime=0 cores=0,2,4,6
/proc/8408/stat : 8408 (python) S 8393 8393 7577 0 -1 4202560 725 0 0 0 0 0 0 0 25 0 1 0 658294337 317444096 5718 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899782 0 0 16781312 514 6094026433691123711 0 0 17 6 0 0 0
/proc/8408/statm: 77501 5718 344 364 0 13410 0
[pid=8410] ppid=8408 vsize=416652 CPUtime=0.67 cores=0,2,4,6
/proc/8410/stat : 8410 (adaptg2wsat2009) R 8408 8410 8410 0 -1 4202496 566 0 0 0 67 0 0 0 25 0 1 0 658294337 426651648 304 33554432000 134512640 135107411 4294561712 18446744073709551615 134523457 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8410/statm: 104163 304 49 146 0 103039 0
[pid=8393/tid=8400] ppid=8391 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8400/stat : 8400 (python) S 8391 8393 7577 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 658294334 327933952 7253 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 2 0 0 0
[pid=8393/tid=8403] ppid=8391 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8403/stat : 8403 (python) S 8391 8393 7577 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658294335 327933952 7253 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 4 0 0 0
[pid=8393/tid=8406] ppid=8391 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8406/stat : 8406 (python) S 8391 8393 7577 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658294336 327933952 7253 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 4 0 0 0
[pid=8393/tid=8409] ppid=8391 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8409/stat : 8409 (python) S 8391 8393 7577 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 5 0 658294337 327933952 7253 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 4366620

[startup+3.1011 s]
/proc/loadavg: 8.25 8.15 6.85 9/315 8410
/proc/meminfo: memFree=19793808/32950904 swapFree=67057400/67111528
[pid=8393] ppid=8391 vsize=320248 CPUtime=0.71 cores=0,2,4,6
/proc/8393/stat : 8393 (python) S 8391 8393 7577 0 -1 4202496 12592 934 1 0 61 10 0 0 25 0 5 0 658294256 327933952 7253 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8393/statm: 80062 7253 1875 364 0 15971 0
[pid=8399] ppid=8393 vsize=278704 CPUtime=0 cores=0,2,4,6
/proc/8399/stat : 8399 (python) S 8393 8393 7577 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 658294334 285392896 5615 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899727 0 0 16781312 514 581343412859404545 0 0 17 6 0 0 0
/proc/8399/statm: 69676 5615 354 364 0 5594 0
[pid=8401] ppid=8399 vsize=1017932 CPUtime=2.31 cores=0,2,4,6
/proc/8401/stat : 8401 (gnovelty+2) R 8399 8401 8401 0 -1 4202496 511 0 0 0 231 0 0 0 25 0 1 0 658294335 1042362368 248 33554432000 134512640 135663704 4287481392 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8401/statm: 254483 248 113 282 0 254199 0
[pid=8402] ppid=8393 vsize=289356 CPUtime=0 cores=0,2,4,6
/proc/8402/stat : 8402 (python) S 8393 8393 7577 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 658294335 296300544 5697 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899782 0 0 16781312 514 5048962621722558724 0 0 17 4 0 0 0
/proc/8402/statm: 72339 5697 348 364 0 8254 0
[pid=8404] ppid=8402 vsize=1017932 CPUtime=2.3 cores=0,2,4,6
/proc/8404/stat : 8404 (gnovelty+2) R 8402 8404 8404 0 -1 4202496 509 0 0 0 230 0 0 0 25 0 1 0 658294335 1042362368 247 33554432000 134512640 135663704 4293275248 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8404/statm: 254483 247 113 282 0 254199 0
[pid=8405] ppid=8393 vsize=299140 CPUtime=0 cores=0,2,4,6
/proc/8405/stat : 8405 (python) S 8393 8393 7577 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 658294336 306319360 5598 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899782 0 0 16781312 514 17950177413988057346 0 0 17 4 0 0 0
/proc/8405/statm: 74785 5598 348 364 0 10697 0
[pid=8407] ppid=8405 vsize=416788 CPUtime=2.29 cores=0,2,4,6
/proc/8407/stat : 8407 (adaptg2wsat2009) R 8405 8407 8407 0 -1 4202496 627 0 0 0 229 0 0 0 25 0 1 0 658294336 426790912 363 33554432000 134512640 135107411 4293935840 18446744073709551615 134531411 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8407/statm: 104197 363 59 146 0 103073 0
[pid=8408] ppid=8393 vsize=310004 CPUtime=0 cores=0,2,4,6
/proc/8408/stat : 8408 (python) S 8393 8393 7577 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 658294337 317444096 5722 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899782 0 0 16781312 514 6094026433691091201 0 0 17 6 0 0 0
/proc/8408/statm: 77501 5722 348 364 0 13410 0
[pid=8410] ppid=8408 vsize=416788 CPUtime=2.26 cores=0,2,4,6
/proc/8410/stat : 8410 (adaptg2wsat2009) R 8408 8410 8410 0 -1 4202496 626 0 0 0 226 0 0 0 25 0 1 0 658294337 426790912 364 33554432000 134512640 135107411 4294561712 18446744073709551615 134532416 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8410/statm: 104197 364 59 146 0 103073 0
[pid=8393/tid=8400] ppid=8391 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8400/stat : 8400 (python) S 8391 8393 7577 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 658294334 327933952 7253 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 2 0 0 0
[pid=8393/tid=8403] ppid=8391 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8403/stat : 8403 (python) S 8391 8393 7577 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658294335 327933952 7253 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 4 0 0 0
[pid=8393/tid=8406] ppid=8391 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8406/stat : 8406 (python) S 8391 8393 7577 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658294336 327933952 7253 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 4 0 0 0
[pid=8393/tid=8409] ppid=8391 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8409/stat : 8409 (python) S 8391 8393 7577 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 5 0 658294337 327933952 7253 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.87
Current children cumulated vsize (KiB) 4366892

[startup+6.30053 s]
/proc/loadavg: 8.31 8.17 6.86 9/315 8410
/proc/meminfo: memFree=19790276/32950904 swapFree=67057400/67111528
[pid=8393] ppid=8391 vsize=320248 CPUtime=0.71 cores=0,2,4,6
/proc/8393/stat : 8393 (python) S 8391 8393 7577 0 -1 4202496 12592 934 1 0 61 10 0 0 25 0 5 0 658294256 327933952 7253 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8393/statm: 80062 7253 1875 364 0 15971 0
[pid=8399] ppid=8393 vsize=278704 CPUtime=0 cores=0,2,4,6
/proc/8399/stat : 8399 (python) S 8393 8393 7577 0 -1 4202560 887 0 0 0 0 0 0 0 18 0 1 0 658294334 285392896 5638 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899727 0 0 16781312 514 581343412859404545 0 0 17 6 0 0 0
/proc/8399/statm: 69676 5638 377 364 0 5594 0
[pid=8401] ppid=8399 vsize=1017932 CPUtime=5.51 cores=0,2,4,6
/proc/8401/stat : 8401 (gnovelty+2) R 8399 8401 8401 0 -1 4202496 511 0 0 0 551 0 0 0 25 0 1 0 658294335 1042362368 248 33554432000 134512640 135663704 4287481392 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8401/statm: 254483 248 113 282 0 254199 0
[pid=8402] ppid=8393 vsize=289356 CPUtime=0 cores=0,2,4,6
/proc/8402/stat : 8402 (python) S 8393 8393 7577 0 -1 4202560 906 0 0 0 0 0 0 0 18 0 1 0 658294335 296300544 5720 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899782 0 0 16781312 514 5048962621722558724 0 0 17 4 0 0 0
/proc/8402/statm: 72339 5720 371 364 0 8254 0
[pid=8404] ppid=8402 vsize=1017932 CPUtime=5.49 cores=0,2,4,6
/proc/8404/stat : 8404 (gnovelty+2) R 8402 8404 8404 0 -1 4202496 509 0 0 0 549 0 0 0 25 0 1 0 658294335 1042362368 247 33554432000 134512640 135663704 4293275248 18446744073709551615 134525070 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8404/statm: 254483 247 113 282 0 254199 0
[pid=8405] ppid=8393 vsize=299140 CPUtime=0 cores=0,2,4,6
/proc/8405/stat : 8405 (python) S 8393 8393 7577 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 658294336 306319360 5620 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899782 0 0 16781312 514 17950177413988057346 0 0 17 4 0 0 0
/proc/8405/statm: 74785 5620 370 364 0 10697 0
[pid=8407] ppid=8405 vsize=416788 CPUtime=5.46 cores=0,2,4,6
/proc/8407/stat : 8407 (adaptg2wsat2009) R 8405 8407 8407 0 -1 4202496 627 0 0 0 546 0 0 0 25 0 1 0 658294336 426790912 363 33554432000 134512640 135107411 4293935840 18446744073709551615 134531709 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8407/statm: 104197 363 59 146 0 103073 0
[pid=8408] ppid=8393 vsize=310004 CPUtime=0 cores=0,2,4,6
/proc/8408/stat : 8408 (python) S 8393 8393 7577 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 658294337 317444096 5745 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899782 0 0 16781312 514 6094026433691091201 0 0 17 6 0 0 0
/proc/8408/statm: 77501 5745 371 364 0 13410 0
[pid=8410] ppid=8408 vsize=416788 CPUtime=5.4 cores=0,2,4,6
/proc/8410/stat : 8410 (adaptg2wsat2009) R 8408 8410 8410 0 -1 4202496 626 0 0 0 540 0 0 0 25 0 1 0 658294337 426790912 364 33554432000 134512640 135107411 4294561712 18446744073709551615 134531736 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8410/statm: 104197 364 59 146 0 103073 0
[pid=8393/tid=8400] ppid=8391 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8400/stat : 8400 (python) S 8391 8393 7577 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 658294334 327933952 7253 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 2 0 0 0
[pid=8393/tid=8403] ppid=8391 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8403/stat : 8403 (python) S 8391 8393 7577 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658294335 327933952 7253 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 4 0 0 0
[pid=8393/tid=8406] ppid=8391 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8406/stat : 8406 (python) S 8391 8393 7577 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 5 0 658294336 327933952 7253 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 4 0 0 0
[pid=8393/tid=8409] ppid=8391 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8409/stat : 8409 (python) S 8391 8393 7577 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 5 0 658294337 327933952 7253 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.57
Current children cumulated vsize (KiB) 4366892

[startup+12.7014 s]
/proc/loadavg: 8.37 8.18 6.87 9/315 8410
/proc/meminfo: memFree=19786520/32950904 swapFree=67057400/67111528
[pid=8393] ppid=8391 vsize=320248 CPUtime=0.71 cores=0,2,4,6
/proc/8393/stat : 8393 (python) S 8391 8393 7577 0 -1 4202496 12592 934 1 0 61 10 0 0 25 0 5 0 658294256 327933952 7253 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8393/statm: 80062 7253 1875 364 0 15971 0
[pid=8399] ppid=8393 vsize=278704 CPUtime=0.02 cores=0,2,4,6
/proc/8399/stat : 8399 (python) S 8393 8393 7577 0 -1 4202560 893 0 0 0 1 1 0 0 18 0 1 0 658294334 285392896 5638 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899727 0 0 16781312 514 5903005250645623041 0 0 17 6 0 0 0
/proc/8399/statm: 69676 5638 377 364 0 5594 0
[pid=8401] ppid=8399 vsize=1017932 CPUtime=11.91 cores=0,2,4,6
/proc/8401/stat : 8401 (gnovelty+2) R 8399 8401 8401 0 -1 4202496 511 0 0 0 1191 0 0 0 25 0 1 0 658294335 1042362368 248 33554432000 134512640 135663704 4287481392 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8401/statm: 254483 248 113 282 0 254199 0
[pid=8402] ppid=8393 vsize=289356 CPUtime=0.02 cores=0,2,4,6

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

/proc/8421/statm: 0 0 0 0 0 0 0
[pid=8423] ppid=8393 vsize=340876 CPUtime=0.2 cores=0,2,4,6
/proc/8423/stat : 8423 (python) S 8393 8393 7577 0 -1 4202560 1112 0 0 0 10 10 0 0 19 0 2 0 658304356 349057024 5813 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8423/statm: 85219 5813 400 364 0 21119 0
[pid=8425] ppid=8423 vsize=1017932 CPUtime=100.18 cores=0,2,4,6
/proc/8425/stat : 8425 (gnovelty+2) T 8423 8425 8425 0 -1 4202496 508 0 0 0 10018 0 0 0 25 0 1 0 658304357 1042362368 248 33554432000 134512640 135663704 4291712288 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/8425/statm: 254483 248 113 282 0 254199 0
[pid=8423/tid=8440] ppid=8393 vsize=340876 CPUtime=0 cores=0,2,4,6
/proc/8423/task/8440/stat : 8440 (python) S 8393 8393 7577 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658314377 349057024 5813 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 514 18446604453897748672 0 0 -1 2 0 0 0
[pid=8427] ppid=8393 vsize=351132 CPUtime=0.92 cores=0,2,4,6
/proc/8427/stat : 8427 (python) S 8393 8393 7577 0 -1 4202560 1050 0 0 0 53 39 0 0 15 0 1 0 658304359 359559168 5793 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899782 0 0 16781312 514 11421863133073867010 0 0 17 0 0 0 0
/proc/8427/statm: 87783 5793 377 364 0 23680 0
[pid=8429] ppid=8427 vsize=3932 CPUtime=371.5 cores=0,2,4,6
/proc/8429/stat : 8429 (march_hi) R 8427 8429 8429 0 -1 4202496 1686 0 0 0 37148 2 0 0 25 0 1 0 658304359 4026368 788 33554432000 4194304 4955518 140734181306032 18446744073709551615 4224543 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8429/statm: 983 788 106 186 0 796 0
[pid=8436] ppid=8393 vsize=361028 CPUtime=0.22 cores=0,2,4,6
/proc/8436/stat : 8436 (python) S 8393 8393 7577 0 -1 4202560 1151 0 0 0 12 10 0 0 19 0 2 0 658314281 369692672 5737 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8436/statm: 90257 5737 406 364 0 26151 0
[pid=8438] ppid=8436 vsize=246936 CPUtime=99.67 cores=0,2,4,6
/proc/8438/stat : 8438 (FH) T 8436 8438 8438 0 -1 4202496 596 0 0 0 9966 1 0 0 25 0 1 0 658314282 252862464 327 33554432000 134512640 134936988 4287999200 18446744073709551615 134553427 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8438/statm: 61734 327 41 104 0 61238 0
[pid=8436/tid=8449] ppid=8393 vsize=361028 CPUtime=0 cores=0,2,4,6
/proc/8436/task/8449/stat : 8449 (python) S 8393 8393 7577 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658324302 369692672 5737 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 514 18446604453907941184 0 0 -1 0 0 0 0
[pid=8441] ppid=8393 vsize=371720 CPUtime=0.67 cores=0,2,4,6
/proc/8441/stat : 8441 (python) S 8393 8393 7577 0 -1 4202560 1020 0 0 0 35 32 0 0 15 0 1 0 658314378 380641280 5814 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899782 0 0 16781312 514 8233706023035044099 0 0 17 2 0 0 0
/proc/8441/statm: 92930 5814 371 364 0 28821 0
[pid=8443] ppid=8441 vsize=3420 CPUtime=276.57 cores=0,2,4,6
/proc/8443/stat : 8443 (march_hi) R 8441 8443 8443 0 -1 4202496 1562 0 0 0 27657 0 0 0 25 0 1 0 658314378 3502080 667 33554432000 4194304 4955518 140736819222176 18446744073709551615 4235634 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8443/statm: 855 667 106 186 0 668 0
[pid=8450] ppid=8393 vsize=382200 CPUtime=0.44 cores=0,2,4,6
/proc/8450/stat : 8450 (python) S 8393 8393 7577 0 -1 4202560 1011 0 0 0 25 19 0 0 15 0 1 0 658324303 391372800 5874 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899782 0 0 16781312 514 3127600411922366721 0 0 17 0 0 0 0
/proc/8450/statm: 95550 5874 371 364 0 31438 0
[pid=8452] ppid=8450 vsize=3080 CPUtime=177.15 cores=0,2,4,6
/proc/8452/stat : 8452 (march_hi) R 8450 8452 8452 0 -1 4202496 1469 0 0 0 17713 2 0 0 25 0 1 0 658324304 3153920 571 33554432000 4194304 4955518 140736969798416 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8452/statm: 770 571 106 186 0 583 0
[pid=8393/tid=8400] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8400/stat : 8400 (python) S 8391 8393 7577 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 12 0 658294334 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 2 0 0 0
[pid=8393/tid=8403] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8403/stat : 8403 (python) S 8391 8393 7577 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 12 0 658294335 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 4 0 0 0
[pid=8393/tid=8406] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8406/stat : 8406 (python) S 8391 8393 7577 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 12 0 658294336 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 4 0 0 0
[pid=8393/tid=8409] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8409/stat : 8409 (python) S 8391 8393 7577 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 12 0 658294337 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
[pid=8393/tid=8417] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8417/stat : 8417 (python) S 8391 8393 7577 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 12 0 658304259 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
[pid=8393/tid=8420] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8420/stat : 8420 (python) S 8391 8393 7577 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 12 0 658304260 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=8393/tid=8424] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8424/stat : 8424 (python) S 8391 8393 7577 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 12 0 658304357 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=8393/tid=8428] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8428/stat : 8428 (python) S 8391 8393 7577 0 -1 4202560 26 934 0 0 0 0 0 0 21 0 12 0 658304359 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=8393/tid=8437] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8437/stat : 8437 (python) S 8391 8393 7577 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 12 0 658314282 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=8393/tid=8442] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8442/stat : 8442 (python) S 8391 8393 7577 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 12 0 658314378 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=8393/tid=8451] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8451/stat : 8451 (python) S 8391 8393 7577 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 12 0 658324304 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1904.13
Current children cumulated vsize (KiB) 8598716

[startup+478.601 s]
/proc/loadavg: 8.46 8.23 7.39 10/352 8460
/proc/meminfo: memFree=19553760/32950904 swapFree=67057400/67111528
[pid=8393] ppid=8391 vsize=392444 CPUtime=0.79 cores=0,2,4,6
/proc/8393/stat : 8393 (python) S 8391 8393 7577 0 -1 4202496 18485 934 1 0 67 12 0 0 19 0 12 0 658294256 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8393/statm: 98111 7397 1890 364 0 33999 0
[pid=8399] ppid=8393 vsize=288948 CPUtime=0.19 cores=0,2,4,6
/proc/8399/stat : 8399 (python) S 8393 8393 7577 0 -1 4202560 1162 0 0 0 10 9 0 0 18 0 2 0 658294334 295882752 5682 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8399/statm: 72237 5682 416 364 0 8155 0
[pid=8401] ppid=8399 vsize=1017932 CPUtime=99.19 cores=0,2,4,6
/proc/8401/stat : 8401 (gnovelty+2) T 8399 8401 8401 0 -1 4202496 511 0 0 0 9919 0 0 0 25 0 1 0 658294335 1042362368 248 33554432000 134512640 135663704 4287481392 18446744073709551615 134545757 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8401/statm: 254483 248 113 282 0 254199 0
[pid=8399/tid=8414] ppid=8393 vsize=288948 CPUtime=0 cores=0,2,4,6
/proc/8399/task/8414/stat : 8414 (python) S 8393 8393 7577 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658304256 295882752 5682 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 514 18446604444458113216 0 0 -1 6 0 0 0
[pid=8402] ppid=8393 vsize=289356 CPUtime=0.2 cores=0,2,4,6
/proc/8402/stat : 8402 (python) S 8393 8393 7577 0 -1 4202560 1094 0 0 0 11 9 0 0 19 0 2 0 658294335 296300544 5750 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8402/statm: 72339 5750 400 364 0 8254 0
[pid=8404] ppid=8402 vsize=1017932 CPUtime=100.17 cores=0,2,4,6
/proc/8404/stat : 8404 (gnovelty+2) T 8402 8404 8404 0 -1 4202496 509 0 0 0 10017 0 0 0 25 0 1 0 658294335 1042362368 247 33554432000 134512640 135663704 4293275248 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8404/statm: 254483 247 113 282 0 254199 0
[pid=8402/tid=8422] ppid=8393 vsize=289356 CPUtime=0 cores=0,2,4,6
/proc/8402/task/8422/stat : 8422 (python) S 8393 8393 7577 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658304355 296300544 5750 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 514 18446604441203344576 0 0 -1 4 0 0 0
[pid=8405] ppid=8393 vsize=299140 CPUtime=0.19 cores=0,2,4,6
/proc/8405/stat : 8405 (python) S 8393 8393 7577 0 -1 4202560 1088 0 0 0 12 7 0 0 19 0 2 0 658294336 306319360 5651 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8405/statm: 74785 5651 400 364 0 10697 0
[pid=8407] ppid=8405 vsize=416788 CPUtime=99.8 cores=0,2,4,6
/proc/8407/stat : 8407 (adaptg2wsat2009) T 8405 8407 8407 0 -1 4202496 627 0 0 0 9980 0 0 0 25 0 1 0 658294336 426790912 363 33554432000 134512640 135107411 4293935840 18446744073709551615 134531656 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8407/statm: 104197 363 59 146 0 103073 0
[pid=8405/tid=8426] ppid=8393 vsize=299140 CPUtime=0 cores=0,2,4,6
/proc/8405/task/8426/stat : 8426 (python) S 8393 8393 7577 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658304358 306319360 5651 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 514 18446604452797077312 0 0 -1 4 0 0 0
[pid=8408] ppid=8393 vsize=310004 CPUtime=0.2 cores=0,2,4,6
/proc/8408/stat : 8408 (python) S 8393 8393 7577 0 -1 4202560 1095 0 0 0 11 9 0 0 19 0 2 0 658294337 317444096 5775 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8408/statm: 77501 5775 400 364 0 13410 0
[pid=8410] ppid=8408 vsize=416788 CPUtime=97.9 cores=0,2,4,6
/proc/8410/stat : 8410 (adaptg2wsat2009) T 8408 8410 8410 0 -1 4202496 626 0 0 0 9790 0 0 0 25 0 1 0 658294337 426790912 364 33554432000 134512640 135107411 4294561712 18446744073709551615 134531232 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8410/statm: 104197 364 59 146 0 103073 0
[pid=8408/tid=8415] ppid=8393 vsize=310004 CPUtime=0 cores=0,2,4,6
/proc/8408/task/8415/stat : 8415 (python) S 8393 8393 7577 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658304258 317444096 5775 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 514 18446604450036602048 0 0 -1 6 0 0 0
[pid=8416] ppid=8393 vsize=320260 CPUtime=0.21 cores=0,2,4,6
/proc/8416/stat : 8416 (python) S 8393 8393 7577 0 -1 4202560 1089 0 0 0 10 11 0 0 19 0 2 0 658304259 327946240 5779 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8416/statm: 80065 5779 400 364 0 15971 0
[pid=8418] ppid=8416 vsize=416788 CPUtime=99.06 cores=0,2,4,6
/proc/8418/stat : 8418 (adaptg2wsat2009) T 8416 8418 8418 0 -1 4202496 627 0 0 0 9906 0 0 0 25 0 1 0 658304259 426790912 365 33554432000 134512640 135107411 4290523808 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/8418/statm: 104197 365 59 146 0 103073 0
[pid=8416/tid=8435] ppid=8393 vsize=320260 CPUtime=0 cores=0,2,4,6
/proc/8416/task/8435/stat : 8435 (python) S 8393 8393 7577 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658314280 327946240 5779 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 514 18446604443174455424 0 0 -1 6 0 0 0
[pid=8419] ppid=8393 vsize=330080 CPUtime=3.05 cores=0,2,4,6
/proc/8419/stat : 8419 (python) R 8393 8393 7577 0 -1 4202560 1013 0 0 0 234 71 0 0 18 0 1 0 658304260 338001920 5665 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899782 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/8419/statm: 82520 5665 372 364 0 18423 0
[pid=8421] ppid=8419 vsize=0 CPUtime=375.76 cores=0,2,4,6
/proc/8421/stat : 8421 (march_hi) R 8419 8421 8421 0 -1 4202500 1692 0 0 0 37576 0 0 0 25 0 1 0 658304260 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8421/statm: 0 0 0 0 0 0 0
[pid=8423] ppid=8393 vsize=340876 CPUtime=0.2 cores=0,2,4,6
/proc/8423/stat : 8423 (python) S 8393 8393 7577 0 -1 4202560 1112 0 0 0 10 10 0 0 19 0 2 0 658304356 349057024 5813 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8423/statm: 85219 5813 400 364 0 21119 0
[pid=8425] ppid=8423 vsize=1017932 CPUtime=100.18 cores=0,2,4,6
/proc/8425/stat : 8425 (gnovelty+2) T 8423 8425 8425 0 -1 4202496 508 0 0 0 10018 0 0 0 25 0 1 0 658304357 1042362368 248 33554432000 134512640 135663704 4291712288 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/8425/statm: 254483 248 113 282 0 254199 0
[pid=8423/tid=8440] ppid=8393 vsize=340876 CPUtime=0 cores=0,2,4,6
/proc/8423/task/8440/stat : 8440 (python) S 8393 8393 7577 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658314377 349057024 5813 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 514 18446604453897748672 0 0 -1 2 0 0 0
[pid=8427] ppid=8393 vsize=351132 CPUtime=0.92 cores=0,2,4,6
/proc/8427/stat : 8427 (python) S 8393 8393 7577 0 -1 4202560 1050 0 0 0 53 39 0 0 15 0 1 0 658304359 359559168 5793 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899782 0 0 16781312 514 11421863133073867010 0 0 17 0 0 0 0
/proc/8427/statm: 87783 5793 377 364 0 23680 0
[pid=8429] ppid=8427 vsize=3932 CPUtime=371.59 cores=0,2,4,6
/proc/8429/stat : 8429 (march_hi) R 8427 8429 8429 0 -1 4202496 1686 0 0 0 37157 2 0 0 25 0 1 0 658304359 4026368 788 33554432000 4194304 4955518 140734181306032 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/8429/statm: 983 788 106 186 0 796 0
[pid=8436] ppid=8393 vsize=361028 CPUtime=0.22 cores=0,2,4,6
/proc/8436/stat : 8436 (python) S 8393 8393 7577 0 -1 4202560 1151 0 0 0 12 10 0 0 19 0 2 0 658314281 369692672 5737 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8436/statm: 90257 5737 406 364 0 26151 0
[pid=8438] ppid=8436 vsize=246936 CPUtime=99.67 cores=0,2,4,6
/proc/8438/stat : 8438 (FH) T 8436 8438 8438 0 -1 4202496 596 0 0 0 9966 1 0 0 25 0 1 0 658314282 252862464 327 33554432000 134512640 134936988 4287999200 18446744073709551615 134553427 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8438/statm: 61734 327 41 104 0 61238 0
[pid=8436/tid=8449] ppid=8393 vsize=361028 CPUtime=0 cores=0,2,4,6
/proc/8436/task/8449/stat : 8449 (python) S 8393 8393 7577 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658324302 369692672 5737 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 514 18446604453907941184 0 0 -1 0 0 0 0
[pid=8441] ppid=8393 vsize=371720 CPUtime=0.67 cores=0,2,4,6
/proc/8441/stat : 8441 (python) S 8393 8393 7577 0 -1 4202560 1020 0 0 0 35 32 0 0 15 0 1 0 658314378 380641280 5814 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899782 0 0 16781312 514 8233706023035044099 0 0 17 2 0 0 0
/proc/8441/statm: 92930 5814 371 364 0 28821 0
[pid=8443] ppid=8441 vsize=3420 CPUtime=276.66 cores=0,2,4,6
/proc/8443/stat : 8443 (march_hi) R 8441 8443 8443 0 -1 4202496 1563 0 0 0 27666 0 0 0 25 0 1 0 658314378 3502080 668 33554432000 4194304 4955518 140736819222176 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8443/statm: 855 668 106 186 0 668 0
[pid=8450] ppid=8393 vsize=382200 CPUtime=0.44 cores=0,2,4,6
/proc/8450/stat : 8450 (python) S 8393 8393 7577 0 -1 4202560 1011 0 0 0 25 19 0 0 15 0 1 0 658324303 391372800 5874 33554432000 4194304 5683644 140734810930976 18446744073709551615 237278899782 0 0 16781312 514 3127600411922366721 0 0 17 0 0 0 0
/proc/8450/statm: 95550 5874 371 364 0 31438 0
[pid=8452] ppid=8450 vsize=3080 CPUtime=177.24 cores=0,2,4,6
/proc/8452/stat : 8452 (march_hi) R 8450 8452 8452 0 -1 4202496 1469 0 0 0 17722 2 0 0 25 0 1 0 658324304 3153920 571 33554432000 4194304 4955518 140736969798416 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8452/statm: 770 571 106 186 0 583 0
[pid=8393/tid=8400] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8400/stat : 8400 (python) S 8391 8393 7577 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 12 0 658294334 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 2 0 0 0
[pid=8393/tid=8403] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8403/stat : 8403 (python) S 8391 8393 7577 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 12 0 658294335 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 4 0 0 0
[pid=8393/tid=8406] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8406/stat : 8406 (python) S 8391 8393 7577 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 12 0 658294336 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 4 0 0 0
[pid=8393/tid=8409] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8409/stat : 8409 (python) S 8391 8393 7577 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 12 0 658294337 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
[pid=8393/tid=8417] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8417/stat : 8417 (python) S 8391 8393 7577 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 12 0 658304259 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
[pid=8393/tid=8420] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8420/stat : 8420 (python) S 8391 8393 7577 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 12 0 658304260 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=8393/tid=8424] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8424/stat : 8424 (python) S 8391 8393 7577 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 12 0 658304357 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=8393/tid=8428] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8428/stat : 8428 (python) S 8391 8393 7577 0 -1 4202560 26 934 0 0 0 0 0 0 21 0 12 0 658304359 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=8393/tid=8437] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8437/stat : 8437 (python) S 8391 8393 7577 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 12 0 658314282 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=8393/tid=8442] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8442/stat : 8442 (python) S 8391 8393 7577 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 12 0 658314378 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=8393/tid=8451] ppid=8391 vsize=392444 CPUtime=0 cores=0,2,4,6
/proc/8393/task/8451/stat : 8451 (python) S 8391 8393 7577 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 12 0 658324304 401862656 7397 33554432000 4194304 5683644 140734810930976 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1904.5
Current children cumulated vsize (KiB) 8598716

Child status: 0
Real time (s): 478.682
CPU time (s): 1904.97
CPU user time (s): 1902.43
CPU system time (s): 2.53761
CPU usage (%): 397.961
Max. virtual memory (cumulated for all children) (KiB): 8603412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1902.43
system time used= 2.53761
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46716
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= 4869
involuntary context switches= 18244

runsolver used 2.23666 second user time and 4.91725 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 15:42:25
IDJOB=3378680
IDBENCH=83089
IDSOLVER=1859
FILE ID=node121/3378680-1305466945
RUNJOBID= node121-1305465318-7595
PBS_JOBID= 13325054
Free space on /tmp= 73464 MiB

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

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

MD5SUM BENCH= 80ed5c7022fbd1c0bf0af45d87bcb3f8
RANDOM SEED=2078262493

node121.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.817
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.63
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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      19835244 kB
Buffers:        321916 kB
Cached:        6633080 kB
SwapCached:       7656 kB
Active:        7029280 kB
Inactive:      5725212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19835244 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           32440 kB
Writeback:           0 kB
AnonPages:     5796672 kB
Mapped:          28820 kB
Slab:           269144 kB
PageTables:      29092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 33548100 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= 73432 MiB
End job on node121 at 2011-05-15 15:50:24