Trace number 3317478

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 124.94 31.9772

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1409021001-079.UNKNOWN.cnf
MD5SUMcfd96c3ec450000d8fe8684f0b30ec79
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.134
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.67	c INFO: solving HOME/instance-3317478-1304269795.cnf
0.36/0.67	c INFO: computing task features
0.36/0.68	c INFO: computed variable-clause graph statistics
0.36/0.68	c INFO: computed clause balance statistics
0.43/0.71	c INFO: computed variable balance statistics
0.43/0.73	c INFO: computed small-clause counts
0.43/0.73	c INFO: computed Horn-clause counts
0.43/0.73	c INFO: computed variable graph statistics
0.43/0.73	c INFO: collected features for HOME/instance-3317478-1304269795.cnf in 0.06 s
0.43/0.76	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.56)
0.43/0.79	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.39)
0.52/0.82	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.39)
0.52/0.85	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.35)
124.62/31.95	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-3317478-1304269795/watcher-3317478-1304269795 -o /tmp/evaluation-result-3317478-1304269795/solver-3317478-1304269795 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317478-1304269795.cnf -seed 2026662428 -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.61 8.22 7.58 6/253 509
/proc/meminfo: memFree=24018788/32951124 swapFree=67111448/67111528
[pid=509] ppid=507 vsize=14820 CPUtime=0 cores=1,3,5,7
/proc/509/stat : 509 (python) R 507 509 31940 0 -1 4202496 535 0 0 0 0 0 0 0 25 0 1 0 519395655 15175680 440 33554432000 4194304 5683644 140737315185056 18446744073709551615 4681245 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/509/statm: 3705 441 267 364 0 192 0

[startup+0.0191401 s]
/proc/loadavg: 8.61 8.22 7.58 6/253 509
/proc/meminfo: memFree=24018788/32951124 swapFree=67111448/67111528
[pid=509] ppid=507 vsize=16236 CPUtime=0 cores=1,3,5,7
/proc/509/stat : 509 (python) R 507 509 31940 0 -1 4202496 1041 0 0 0 0 0 0 0 25 0 1 0 519395655 16625664 912 33554432000 4194304 5683644 140737315185056 18446744073709551615 4539154 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/509/statm: 4059 912 380 364 0 546 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16236

[startup+0.101114 s]
/proc/loadavg: 8.61 8.22 7.58 6/253 509
/proc/meminfo: memFree=24018788/32951124 swapFree=67111448/67111528
[pid=509] ppid=507 vsize=89764 CPUtime=0.06 cores=1,3,5,7
/proc/509/stat : 509 (python) R 507 509 31940 0 -1 4202496 2672 0 0 0 5 1 0 0 25 0 1 0 519395655 91918336 2387 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106764645 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/509/statm: 22441 2387 750 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89764

[startup+0.301087 s]
/proc/loadavg: 8.61 8.22 7.58 6/253 509
/proc/meminfo: memFree=24018788/32951124 swapFree=67111448/67111528
[pid=509] ppid=507 vsize=135744 CPUtime=0.18 cores=1,3,5,7
/proc/509/stat : 509 (python) R 507 509 31940 0 -1 4202496 5965 932 1 0 14 4 0 0 18 0 1 0 519395655 139001856 4150 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106764805 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/509/statm: 33936 4150 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135744

[startup+0.70102 s]
/proc/loadavg: 8.61 8.22 7.58 6/253 509
/proc/meminfo: memFree=24018788/32951124 swapFree=67111448/67111528
[pid=509] ppid=507 vsize=278260 CPUtime=0.43 cores=1,3,5,7
/proc/509/stat : 509 (python) R 507 509 31940 0 -1 4202496 9301 932 1 0 32 11 0 0 16 0 1 0 519395655 284938240 6968 33554432000 4194304 5683644 140737315185056 18446744073709551615 4527955 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/509/statm: 69565 6968 1826 364 0 5489 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278260

[startup+1.50083 s]
/proc/loadavg: 8.61 8.22 7.58 10/266 526
/proc/meminfo: memFree=23979500/32951124 swapFree=67111448/67111528
[pid=509] ppid=507 vsize=320208 CPUtime=0.57 cores=1,3,5,7
/proc/509/stat : 509 (python) S 507 509 31940 0 -1 4202496 12291 932 1 0 46 11 0 0 20 0 5 0 519395655 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/509/statm: 80052 7249 1881 364 0 15961 0
[pid=515] ppid=509 vsize=278440 CPUtime=0 cores=1,3,5,7
/proc/515/stat : 515 (python) S 509 509 31940 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 519395732 285122560 5545 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788879 0 0 16781312 514 4580655330685353983 0 0 17 3 0 0 0
/proc/515/statm: 69610 5545 354 364 0 5528 0
[pid=517] ppid=515 vsize=1017800 CPUtime=0.72 cores=1,3,5,7
/proc/517/stat : 517 (gnovelty+2) R 515 517 517 0 -1 4202496 433 0 0 0 72 0 0 0 21 0 1 0 519395732 1042227200 169 33554432000 134512640 135663704 4294830224 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/517/statm: 254450 169 113 282 0 254166 0
[pid=518] ppid=509 vsize=289284 CPUtime=0 cores=1,3,5,7
/proc/518/stat : 518 (python) S 509 509 31940 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 519395735 296226816 5679 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 17145146611089768712 0 0 17 1 0 0 0
/proc/518/statm: 72321 5679 348 364 0 8236 0
[pid=520] ppid=518 vsize=1928 CPUtime=0.69 cores=1,3,5,7
/proc/520/stat : 520 (march_hi) R 518 520 520 0 -1 4202496 570 0 0 0 69 0 0 0 22 0 1 0 519395735 1974272 309 33554432000 4194304 4955518 140735925019600 18446744073709551615 4235338 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/520/statm: 482 309 104 186 0 295 0
[pid=521] ppid=509 vsize=299168 CPUtime=0 cores=1,3,5,7
/proc/521/stat : 521 (python) S 509 509 31940 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 519395738 306348032 5587 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 5601796127570493703 0 0 17 3 0 0 0
/proc/521/statm: 74792 5587 348 364 0 10704 0
[pid=523] ppid=521 vsize=1928 CPUtime=0.66 cores=1,3,5,7
/proc/523/stat : 523 (march_hi) R 521 523 523 0 -1 4202496 574 0 0 0 66 0 0 0 25 0 1 0 519395738 1974272 310 33554432000 4194304 4955518 140733777852512 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/523/statm: 482 310 104 186 0 295 0
[pid=524] ppid=509 vsize=309964 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (python) S 509 509 31940 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 1 0 519395741 317403136 5712 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 2989136713613279493 0 0 17 5 0 0 0
/proc/524/statm: 77491 5712 348 364 0 13400 0
[pid=526] ppid=524 vsize=1928 CPUtime=0.63 cores=1,3,5,7
/proc/526/stat : 526 (march_hi) R 524 526 526 0 -1 4202496 570 0 0 0 63 0 0 0 22 0 1 0 519395741 1974272 308 33554432000 4194304 4955518 140734021181136 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/526/statm: 482 308 104 186 0 295 0
[pid=509/tid=516] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/516/stat : 516 (python) S 507 509 31940 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 5 0 519395732 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=519] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/519/stat : 519 (python) S 507 509 31940 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 519395735 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=522] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/522/stat : 522 (python) S 507 509 31940 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 519395738 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=525] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/525/stat : 525 (python) S 507 509 31940 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 5 0 519395741 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 2520648

[startup+3.10055 s]
/proc/loadavg: 8.64 8.24 7.59 10/266 526
/proc/meminfo: memFree=23978012/32951124 swapFree=67111448/67111528
[pid=509] ppid=507 vsize=320208 CPUtime=0.57 cores=1,3,5,7
/proc/509/stat : 509 (python) S 507 509 31940 0 -1 4202496 12291 932 1 0 46 11 0 0 20 0 5 0 519395655 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/509/statm: 80052 7249 1881 364 0 15961 0
[pid=515] ppid=509 vsize=278440 CPUtime=0 cores=1,3,5,7
/proc/515/stat : 515 (python) S 509 509 31940 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 519395732 285122560 5545 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788879 0 0 16781312 514 4580655330685321480 0 0 17 3 0 0 0
/proc/515/statm: 69610 5545 354 364 0 5528 0
[pid=517] ppid=515 vsize=1017800 CPUtime=2.32 cores=1,3,5,7
/proc/517/stat : 517 (gnovelty+2) R 515 517 517 0 -1 4202496 433 0 0 0 232 0 0 0 25 0 1 0 519395732 1042227200 169 33554432000 134512640 135663704 4294830224 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/517/statm: 254450 169 113 282 0 254166 0
[pid=518] ppid=509 vsize=289284 CPUtime=0 cores=1,3,5,7
/proc/518/stat : 518 (python) S 509 509 31940 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 519395735 296226816 5679 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 17145146611089768712 0 0 17 1 0 0 0
/proc/518/statm: 72321 5679 348 364 0 8236 0
[pid=520] ppid=518 vsize=2060 CPUtime=2.29 cores=1,3,5,7
/proc/520/stat : 520 (march_hi) R 518 520 520 0 -1 4202496 589 0 0 0 229 0 0 0 25 0 1 0 519395735 2109440 328 33554432000 4194304 4955518 140735925019600 18446744073709551615 4235403 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/520/statm: 515 328 104 186 0 328 0
[pid=521] ppid=509 vsize=299168 CPUtime=0 cores=1,3,5,7
/proc/521/stat : 521 (python) S 509 509 31940 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 519395738 306348032 5587 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 6410570608647569671 0 0 17 3 0 0 0
/proc/521/statm: 74792 5587 348 364 0 10704 0
[pid=523] ppid=521 vsize=2060 CPUtime=2.26 cores=1,3,5,7
/proc/523/stat : 523 (march_hi) R 521 523 523 0 -1 4202496 593 0 0 0 226 0 0 0 25 0 1 0 519395738 2109440 329 33554432000 4194304 4955518 140733777852512 18446744073709551615 4263660 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/523/statm: 515 329 104 186 0 328 0
[pid=524] ppid=509 vsize=309964 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (python) S 509 509 31940 0 -1 4202560 772 0 0 0 0 0 0 0 15 0 1 0 519395741 317403136 5712 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 2989136713613279493 0 0 17 5 0 0 0
/proc/524/statm: 77491 5712 348 364 0 13400 0
[pid=526] ppid=524 vsize=2060 CPUtime=2.22 cores=1,3,5,7
/proc/526/stat : 526 (march_hi) R 524 526 526 0 -1 4202496 590 0 0 0 222 0 0 0 25 0 1 0 519395741 2109440 328 33554432000 4194304 4955518 140734021181136 18446744073709551615 4314414 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/526/statm: 515 328 104 186 0 328 0
[pid=509/tid=516] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/516/stat : 516 (python) S 507 509 31940 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 5 0 519395732 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=519] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/519/stat : 519 (python) S 507 509 31940 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 519395735 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=522] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/522/stat : 522 (python) S 507 509 31940 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 519395738 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=525] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/525/stat : 525 (python) S 507 509 31940 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 5 0 519395741 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.66
Current children cumulated vsize (KiB) 2521044

[startup+6.30099 s]
/proc/loadavg: 8.64 8.24 7.59 10/266 526
/proc/meminfo: memFree=23974788/32951124 swapFree=67111448/67111528
[pid=509] ppid=507 vsize=320208 CPUtime=0.57 cores=1,3,5,7
/proc/509/stat : 509 (python) S 507 509 31940 0 -1 4202496 12291 932 1 0 46 11 0 0 20 0 5 0 519395655 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/509/statm: 80052 7249 1881 364 0 15961 0
[pid=515] ppid=509 vsize=278440 CPUtime=0 cores=1,3,5,7
/proc/515/stat : 515 (python) S 509 509 31940 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 519395732 285122560 5568 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788879 0 0 16781312 514 4580655330685321480 0 0 17 3 0 0 0
/proc/515/statm: 69610 5568 377 364 0 5528 0
[pid=517] ppid=515 vsize=1017800 CPUtime=5.51 cores=1,3,5,7
/proc/517/stat : 517 (gnovelty+2) R 515 517 517 0 -1 4202496 433 0 0 0 551 0 0 0 25 0 1 0 519395732 1042227200 169 33554432000 134512640 135663704 4294830224 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/517/statm: 254450 169 113 282 0 254166 0
[pid=518] ppid=509 vsize=289284 CPUtime=0 cores=1,3,5,7
/proc/518/stat : 518 (python) S 509 509 31940 0 -1 4202560 916 0 0 0 0 0 0 0 15 0 1 0 519395735 296226816 5702 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 17145146611089768712 0 0 17 1 0 0 0
/proc/518/statm: 72321 5702 371 364 0 8236 0
[pid=520] ppid=518 vsize=2244 CPUtime=5.47 cores=1,3,5,7
/proc/520/stat : 520 (march_hi) R 518 520 520 0 -1 4202496 622 0 0 0 547 0 0 0 25 0 1 0 519395735 2297856 361 33554432000 4194304 4955518 140735925019600 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/520/statm: 561 361 104 186 0 374 0
[pid=521] ppid=509 vsize=299168 CPUtime=0 cores=1,3,5,7
/proc/521/stat : 521 (python) S 509 509 31940 0 -1 4202560 913 0 0 0 0 0 0 0 15 0 1 0 519395738 306348032 5610 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 6410570608647569671 0 0 17 3 0 0 0
/proc/521/statm: 74792 5610 371 364 0 10704 0
[pid=523] ppid=521 vsize=2244 CPUtime=5.44 cores=1,3,5,7
/proc/523/stat : 523 (march_hi) R 521 523 523 0 -1 4202496 626 0 0 0 544 0 0 0 25 0 1 0 519395738 2297856 362 33554432000 4194304 4955518 140733777852512 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/523/statm: 561 362 104 186 0 374 0
[pid=524] ppid=509 vsize=309964 CPUtime=0 cores=1,3,5,7
/proc/524/stat : 524 (python) S 509 509 31940 0 -1 4202560 940 0 0 0 0 0 0 0 15 0 1 0 519395741 317403136 5735 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 2989136713613279493 0 0 17 5 0 0 0
/proc/524/statm: 77491 5735 371 364 0 13400 0
[pid=526] ppid=524 vsize=2244 CPUtime=5.4 cores=1,3,5,7
/proc/526/stat : 526 (march_hi) R 524 526 526 0 -1 4202496 622 0 0 0 540 0 0 0 25 0 1 0 519395741 2297856 360 33554432000 4194304 4955518 140734021181136 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/526/statm: 561 360 104 186 0 374 0
[pid=509/tid=516] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/516/stat : 516 (python) S 507 509 31940 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 5 0 519395732 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=519] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/519/stat : 519 (python) S 507 509 31940 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 519395735 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=522] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/522/stat : 522 (python) S 507 509 31940 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 519395738 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=525] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/525/stat : 525 (python) S 507 509 31940 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 5 0 519395741 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.39
Current children cumulated vsize (KiB) 2521596

[startup+12.7009 s]
/proc/loadavg: 8.77 8.28 7.61 10/266 526
/proc/meminfo: memFree=23970712/32951124 swapFree=67111448/67111528
[pid=509] ppid=507 vsize=320208 CPUtime=0.57 cores=1,3,5,7
/proc/509/stat : 509 (python) S 507 509 31940 0 -1 4202496 12291 932 1 0 46 11 0 0 20 0 5 0 519395655 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/509/statm: 80052 7249 1881 364 0 15961 0
[pid=515] ppid=509 vsize=278440 CPUtime=0.01 cores=1,3,5,7
/proc/515/stat : 515 (python) S 509 509 31940 0 -1 4202560 901 0 0 0 0 1 0 0 18 0 1 0 519395732 285122560 5568 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788879 0 0 16781312 514 11896874142210687240 0 0 17 3 0 0 0
/proc/515/statm: 69610 5568 377 364 0 5528 0
[pid=517] ppid=515 vsize=1017800 CPUtime=11.9 cores=1,3,5,7
/proc/517/stat : 517 (gnovelty+2) R 515 517 517 0 -1 4202496 433 0 0 0 1190 0 0 0 25 0 1 0 519395732 1042227200 169 33554432000 134512640 135663704 4294830224 18446744073709551615 134545635 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/517/statm: 254450 169 113 282 0 254166 0
[pid=518] ppid=509 vsize=289284 CPUtime=0.02 cores=1,3,5,7

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

[pid=509/tid=522] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/522/stat : 522 (python) S 507 509 31940 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 519395738 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=525] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/525/stat : 525 (python) S 507 509 31940 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 5 0 519395741 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 111.83
Current children cumulated vsize (KiB) 2524392

[startup+30.3008 s]
/proc/loadavg: 8.82 8.31 7.63 10/267 528
/proc/meminfo: memFree=23959852/32951124 swapFree=67111448/67111528
[pid=509] ppid=507 vsize=320208 CPUtime=0.57 cores=1,3,5,7
/proc/509/stat : 509 (python) S 507 509 31940 0 -1 4202496 12291 932 1 0 46 11 0 0 20 0 5 0 519395655 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/509/statm: 80052 7249 1881 364 0 15961 0
[pid=515] ppid=509 vsize=278440 CPUtime=0.04 cores=1,3,5,7
/proc/515/stat : 515 (python) S 509 509 31940 0 -1 4202560 906 0 0 0 2 2 0 0 18 0 1 0 519395732 285122560 5568 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788879 0 0 16781312 514 11896874142210687240 0 0 17 3 0 0 0
/proc/515/statm: 69610 5568 377 364 0 5528 0
[pid=517] ppid=515 vsize=1017800 CPUtime=29.46 cores=1,3,5,7
/proc/517/stat : 517 (gnovelty+2) R 515 517 517 0 -1 4202496 433 0 0 0 2946 0 0 0 25 0 1 0 519395732 1042227200 169 33554432000 134512640 135663704 4294830224 18446744073709551615 134544259 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/517/statm: 254450 169 113 282 0 254166 0
[pid=518] ppid=509 vsize=289284 CPUtime=0.06 cores=1,3,5,7
/proc/518/stat : 518 (python) S 509 509 31940 0 -1 4202560 945 0 0 0 3 3 0 0 15 0 1 0 519395735 296226816 5702 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 17145146611089768712 0 0 17 1 0 0 0
/proc/518/statm: 72321 5702 371 364 0 8236 0
[pid=520] ppid=518 vsize=3176 CPUtime=29.42 cores=1,3,5,7
/proc/520/stat : 520 (march_hi) R 518 520 520 0 -1 4202496 852 0 0 0 2942 0 0 0 25 0 1 0 519395735 3252224 572 33554432000 4194304 4955518 140735925019600 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/520/statm: 794 572 104 186 0 607 0
[pid=521] ppid=509 vsize=299168 CPUtime=0.05 cores=1,3,5,7
/proc/521/stat : 521 (python) S 509 509 31940 0 -1 4202560 925 0 0 0 3 2 0 0 15 0 1 0 519395738 306348032 5610 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 6410570608647569671 0 0 17 3 0 0 0
/proc/521/statm: 74792 5610 371 364 0 10704 0
[pid=523] ppid=521 vsize=3176 CPUtime=29.35 cores=1,3,5,7
/proc/523/stat : 523 (march_hi) R 521 523 523 0 -1 4202496 853 0 0 0 2935 0 0 0 25 0 1 0 519395738 3252224 570 33554432000 4194304 4955518 140733777852512 18446744073709551615 4209787 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/523/statm: 794 570 104 186 0 607 0
[pid=524] ppid=509 vsize=309964 CPUtime=0.05 cores=1,3,5,7
/proc/524/stat : 524 (python) S 509 509 31940 0 -1 4202560 966 0 0 0 3 2 0 0 15 0 1 0 519395741 317403136 5735 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 2989136713613279493 0 0 17 5 0 0 0
/proc/524/statm: 77491 5735 371 364 0 13400 0
[pid=526] ppid=524 vsize=3176 CPUtime=29.22 cores=1,3,5,7
/proc/526/stat : 526 (march_hi) R 524 526 526 0 -1 4202496 847 0 0 0 2922 0 0 0 25 0 1 0 519395741 3252224 566 33554432000 4194304 4955518 140734021181136 18446744073709551615 4238462 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/526/statm: 794 566 104 186 0 607 0
[pid=509/tid=516] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/516/stat : 516 (python) S 507 509 31940 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 5 0 519395732 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=519] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/519/stat : 519 (python) S 507 509 31940 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 519395735 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=522] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/522/stat : 522 (python) S 507 509 31940 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 519395738 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=525] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/525/stat : 525 (python) S 507 509 31940 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 5 0 519395741 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 118.22
Current children cumulated vsize (KiB) 2524392

[startup+31.1006 s]
/proc/loadavg: 8.82 8.31 7.63 10/267 528
/proc/meminfo: memFree=23959352/32951124 swapFree=67111448/67111528
[pid=509] ppid=507 vsize=320208 CPUtime=0.57 cores=1,3,5,7
/proc/509/stat : 509 (python) S 507 509 31940 0 -1 4202496 12291 932 1 0 46 11 0 0 20 0 5 0 519395655 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/509/statm: 80052 7249 1881 364 0 15961 0
[pid=515] ppid=509 vsize=278440 CPUtime=0.04 cores=1,3,5,7
/proc/515/stat : 515 (python) S 509 509 31940 0 -1 4202560 906 0 0 0 2 2 0 0 18 0 1 0 519395732 285122560 5568 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788879 0 0 16781312 514 11896874142210687240 0 0 17 3 0 0 0
/proc/515/statm: 69610 5568 377 364 0 5528 0
[pid=517] ppid=515 vsize=1017800 CPUtime=30.26 cores=1,3,5,7
/proc/517/stat : 517 (gnovelty+2) R 515 517 517 0 -1 4202496 433 0 0 0 3026 0 0 0 25 0 1 0 519395732 1042227200 169 33554432000 134512640 135663704 4294830224 18446744073709551615 134546752 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/517/statm: 254450 169 113 282 0 254166 0
[pid=518] ppid=509 vsize=289284 CPUtime=0.06 cores=1,3,5,7
/proc/518/stat : 518 (python) S 509 509 31940 0 -1 4202560 945 0 0 0 3 3 0 0 15 0 1 0 519395735 296226816 5702 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 17145146611089768712 0 0 17 1 0 0 0
/proc/518/statm: 72321 5702 371 364 0 8236 0
[pid=520] ppid=518 vsize=3176 CPUtime=30.22 cores=1,3,5,7
/proc/520/stat : 520 (march_hi) R 518 520 520 0 -1 4202496 862 0 0 0 3022 0 0 0 25 0 1 0 519395735 3252224 582 33554432000 4194304 4955518 140735925019600 18446744073709551615 4227917 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/520/statm: 794 582 104 186 0 607 0
[pid=521] ppid=509 vsize=299168 CPUtime=0.05 cores=1,3,5,7
/proc/521/stat : 521 (python) S 509 509 31940 0 -1 4202560 925 0 0 0 3 2 0 0 15 0 1 0 519395738 306348032 5610 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 6410570608647569671 0 0 17 3 0 0 0
/proc/521/statm: 74792 5610 371 364 0 10704 0
[pid=523] ppid=521 vsize=3176 CPUtime=30.15 cores=1,3,5,7
/proc/523/stat : 523 (march_hi) R 521 523 523 0 -1 4202496 863 0 0 0 3015 0 0 0 25 0 1 0 519395738 3252224 580 33554432000 4194304 4955518 140733777852512 18446744073709551615 4227831 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/523/statm: 794 580 104 186 0 607 0
[pid=524] ppid=509 vsize=309964 CPUtime=0.05 cores=1,3,5,7
/proc/524/stat : 524 (python) S 509 509 31940 0 -1 4202560 968 0 0 0 3 2 0 0 15 0 1 0 519395741 317403136 5735 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 2989136713613279493 0 0 17 5 0 0 0
/proc/524/statm: 77491 5735 371 364 0 13400 0
[pid=526] ppid=524 vsize=3176 CPUtime=30.01 cores=1,3,5,7
/proc/526/stat : 526 (march_hi) R 524 526 526 0 -1 4202496 858 0 0 0 3001 0 0 0 25 0 1 0 519395741 3252224 577 33554432000 4194304 4955518 140734021181136 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/526/statm: 794 577 104 186 0 607 0
[pid=509/tid=516] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/516/stat : 516 (python) S 507 509 31940 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 5 0 519395732 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=519] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/519/stat : 519 (python) S 507 509 31940 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 519395735 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=522] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/522/stat : 522 (python) S 507 509 31940 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 519395738 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=525] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/525/stat : 525 (python) S 507 509 31940 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 5 0 519395741 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 121.41
Current children cumulated vsize (KiB) 2524392

[startup+31.5006 s]
/proc/loadavg: 8.82 8.31 7.63 10/267 528
/proc/meminfo: memFree=23959352/32951124 swapFree=67111448/67111528
[pid=509] ppid=507 vsize=320208 CPUtime=0.57 cores=1,3,5,7
/proc/509/stat : 509 (python) S 507 509 31940 0 -1 4202496 12291 932 1 0 46 11 0 0 20 0 5 0 519395655 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/509/statm: 80052 7249 1881 364 0 15961 0
[pid=515] ppid=509 vsize=278440 CPUtime=0.04 cores=1,3,5,7
/proc/515/stat : 515 (python) S 509 509 31940 0 -1 4202560 906 0 0 0 2 2 0 0 18 0 1 0 519395732 285122560 5568 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788879 0 0 16781312 514 11896874142210687240 0 0 17 3 0 0 0
/proc/515/statm: 69610 5568 377 364 0 5528 0
[pid=517] ppid=515 vsize=1017800 CPUtime=30.65 cores=1,3,5,7
/proc/517/stat : 517 (gnovelty+2) R 515 517 517 0 -1 4202496 433 0 0 0 3065 0 0 0 25 0 1 0 519395732 1042227200 169 33554432000 134512640 135663704 4294830224 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/517/statm: 254450 169 113 282 0 254166 0
[pid=518] ppid=509 vsize=289284 CPUtime=0.07 cores=1,3,5,7
/proc/518/stat : 518 (python) S 509 509 31940 0 -1 4202560 951 0 0 0 4 3 0 0 15 0 1 0 519395735 296226816 5702 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 17145146611089768712 0 0 17 1 0 0 0
/proc/518/statm: 72321 5702 371 364 0 8236 0
[pid=520] ppid=518 vsize=3176 CPUtime=30.6 cores=1,3,5,7
/proc/520/stat : 520 (march_hi) R 518 520 520 0 -1 4202496 868 0 0 0 3060 0 0 0 25 0 1 0 519395735 3252224 588 33554432000 4194304 4955518 140735925019600 18446744073709551615 4224693 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/520/statm: 794 588 104 186 0 607 0
[pid=521] ppid=509 vsize=299168 CPUtime=0.06 cores=1,3,5,7
/proc/521/stat : 521 (python) S 509 509 31940 0 -1 4202560 927 0 0 0 3 3 0 0 15 0 1 0 519395738 306348032 5610 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 6410570608647569671 0 0 17 3 0 0 0
/proc/521/statm: 74792 5610 371 364 0 10704 0
[pid=523] ppid=521 vsize=3176 CPUtime=30.54 cores=1,3,5,7
/proc/523/stat : 523 (march_hi) R 521 523 523 0 -1 4202496 869 0 0 0 3054 0 0 0 25 0 1 0 519395738 3252224 586 33554432000 4194304 4955518 140733777852512 18446744073709551615 4227831 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/523/statm: 794 586 104 186 0 607 0
[pid=524] ppid=509 vsize=309964 CPUtime=0.06 cores=1,3,5,7
/proc/524/stat : 524 (python) S 509 509 31940 0 -1 4202560 972 0 0 0 4 2 0 0 15 0 1 0 519395741 317403136 5735 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 2989136713613279493 0 0 17 5 0 0 0
/proc/524/statm: 77491 5735 371 364 0 13400 0
[pid=526] ppid=524 vsize=3176 CPUtime=30.41 cores=1,3,5,7
/proc/526/stat : 526 (march_hi) R 524 526 526 0 -1 4202496 863 0 0 0 3041 0 0 0 25 0 1 0 519395741 3252224 582 33554432000 4194304 4955518 140734021181136 18446744073709551615 4227571 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/526/statm: 794 582 104 186 0 607 0
[pid=509/tid=516] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/516/stat : 516 (python) S 507 509 31940 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 5 0 519395732 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=519] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/519/stat : 519 (python) S 507 509 31940 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 519395735 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=522] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/522/stat : 522 (python) S 507 509 31940 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 519395738 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=525] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/525/stat : 525 (python) S 507 509 31940 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 5 0 519395741 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 123
Current children cumulated vsize (KiB) 2524392

[startup+31.9085 s]
/proc/loadavg: 8.82 8.31 7.63 12/267 528
/proc/meminfo: memFree=23961708/32951124 swapFree=67111448/67111528
[pid=509] ppid=507 vsize=320208 CPUtime=0.57 cores=1,3,5,7
/proc/509/stat : 509 (python) S 507 509 31940 0 -1 4202496 12291 932 1 0 46 11 0 0 20 0 5 0 519395655 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/509/statm: 80052 7249 1881 364 0 15961 0
[pid=515] ppid=509 vsize=278440 CPUtime=0.04 cores=1,3,5,7
/proc/515/stat : 515 (python) R 509 509 31940 0 -1 4202560 906 0 0 0 2 2 0 0 18 0 1 0 519395732 285122560 5568 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788879 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/515/statm: 69610 5568 377 364 0 5528 0
[pid=517] ppid=515 vsize=1017800 CPUtime=31.06 cores=1,3,5,7
/proc/517/stat : 517 (gnovelty+2) R 515 517 517 0 -1 4202496 433 0 0 0 3106 0 0 0 25 0 1 0 519395732 1042227200 169 33554432000 134512640 135663704 4294830224 18446744073709551615 134524561 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/517/statm: 254450 169 113 282 0 254166 0
[pid=518] ppid=509 vsize=289284 CPUtime=0.4 cores=1,3,5,7
/proc/518/stat : 518 (python) R 509 509 31940 0 -1 4202560 953 0 0 0 33 7 0 0 16 0 1 0 519395735 296226816 5702 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118598975 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/518/statm: 72321 5702 371 364 0 8236 0
[pid=520] ppid=518 vsize=0 CPUtime=30.68 cores=1,3,5,7
/proc/520/stat : 520 (march_hi) R 518 520 520 0 -1 4202500 870 0 0 0 3068 0 0 0 25 0 1 0 519395735 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/520/statm: 0 0 0 0 0 0 0
[pid=521] ppid=509 vsize=299168 CPUtime=0.2 cores=1,3,5,7
/proc/521/stat : 521 (python) R 509 509 31940 0 -1 4202560 933 0 0 0 16 4 0 0 15 0 1 0 519395738 306348032 5611 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/521/statm: 74792 5611 372 364 0 10704 0
[pid=523] ppid=521 vsize=0 CPUtime=30.8 cores=1,3,5,7
/proc/523/stat : 523 (march_hi) R 521 523 523 0 -1 4202500 874 0 0 0 3080 0 0 0 25 0 1 0 519395738 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/523/statm: 0 0 0 0 0 0 0
[pid=524] ppid=509 vsize=309964 CPUtime=0.06 cores=1,3,5,7
/proc/524/stat : 524 (python) S 509 509 31940 0 -1 4202560 976 0 0 0 4 2 0 0 15 0 1 0 519395741 317403136 5735 33554432000 4194304 5683644 140737315185056 18446744073709551615 255106788934 0 0 16781312 514 2989136713613279493 0 0 17 5 0 0 0
/proc/524/statm: 77491 5735 371 364 0 13400 0
[pid=526] ppid=524 vsize=3176 CPUtime=30.81 cores=1,3,5,7
/proc/526/stat : 526 (march_hi) R 524 526 526 0 -1 4202496 870 0 0 0 3081 0 0 0 25 0 1 0 519395741 3252224 589 33554432000 4194304 4955518 140734021181136 18446744073709551615 4263703 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/526/statm: 794 589 104 186 0 607 0
[pid=509/tid=516] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/516/stat : 516 (python) S 507 509 31940 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 5 0 519395732 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=519] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/519/stat : 519 (python) S 507 509 31940 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 519395735 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=522] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/522/stat : 522 (python) S 507 509 31940 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 519395738 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 3 0 0 0
[pid=509/tid=525] ppid=507 vsize=320208 CPUtime=0 cores=1,3,5,7
/proc/509/task/525/stat : 525 (python) S 507 509 31940 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 5 0 519395741 327892992 7249 33554432000 4194304 5683644 140737315185056 18446744073709551615 255118592433 0 0 16781312 2 18446604467170404544 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 124.62
Current children cumulated vsize (KiB) 2518040

Child status: 0
Real time (s): 31.9772
CPU time (s): 124.94
CPU user time (s): 124.61
CPU system time (s): 0.329949
CPU usage (%): 390.716
Max. virtual memory (cumulated for all children) (KiB): 2524392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.61
system time used= 0.329949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25133
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= 4707
involuntary context switches= 2594

runsolver used 0.069989 second user time and 0.171973 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-01 19:09:55
IDJOB=3317478
IDBENCH=82943
IDSOLVER=1705
FILE ID=node144/3317478-1304269795
RUNJOBID= node144-1304267279-31959
PBS_JOBID= 13173935
Free space on /tmp= 73524 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1409021001-079.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-3317478-1304269795/watcher-3317478-1304269795 -o /tmp/evaluation-result-3317478-1304269795/solver-3317478-1304269795 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317478-1304269795.cnf -seed 2026662428 -budget 4800 -cores 4

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

MD5SUM BENCH= cfd96c3ec450000d8fe8684f0b30ec79
RANDOM SEED=2026662428

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24019068 kB
Buffers:       2138152 kB
Cached:        4914468 kB
SwapCached:         80 kB
Active:        1720060 kB
Inactive:      6646744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24019068 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           31848 kB
Writeback:           0 kB
AnonPages:     1313160 kB
Mapped:          26012 kB
Slab:           487448 kB
PageTables:      17428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 33044372 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= 73492 MiB
End job on node144 at 2011-05-01 19:10:27