Trace number 3385439

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 186.943 24.2199

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S785747282-100.UNKNOWN.cnf
MD5SUMb444591b86255859f3a5d3b876e65166
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.3846
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.35/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.68	c INFO: solving HOME/instance-3385439-1305566644.cnf
0.35/0.68	c INFO: computing task features
0.35/0.68	c INFO: computed variable-clause graph statistics
0.35/0.68	c INFO: computed clause balance statistics
0.43/0.71	c INFO: computed variable balance statistics
0.43/0.74	c INFO: computed small-clause counts
0.43/0.74	c INFO: computed Horn-clause counts
0.43/0.74	c INFO: computed variable graph statistics
0.43/0.74	c INFO: collected features for HOME/instance-3385439-1305566644.cnf in 0.06 s
0.43/0.77	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.56)
0.52/0.80	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.39)
0.52/0.83	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.34)
0.52/0.86	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.34)
0.52/0.89	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.11)
0.62/0.92	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.07)
0.62/0.96	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.62/0.99	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
186.68/24.19	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-3385439-1305566644/watcher-3385439-1305566644 -o /tmp/evaluation-result-3385439-1305566644/solver-3385439-1305566644 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385439-1305566644.cnf -seed 116777666 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.94 8.74 7.13 1/351 4365
/proc/meminfo: memFree=17788328/32951124 swapFree=67056788/67111528
[pid=4365] ppid=4363 vsize=15184 CPUtime=0 cores=0-7
/proc/4365/stat : 4365 (python) S 4363 4365 3941 0 -1 4202496 732 0 0 0 0 0 0 0 21 0 1 0 668262335 15548416 622 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 4 0 0 0
/proc/4365/statm: 3796 622 322 364 0 283 0

[startup+0.0796081 s]
/proc/loadavg: 8.94 8.74 7.13 1/351 4365
/proc/meminfo: memFree=17788328/32951124 swapFree=67056788/67111528
[pid=4365] ppid=4363 vsize=45816 CPUtime=0.04 cores=0-7
/proc/4365/stat : 4365 (python) R 4363 4365 3941 0 -1 4202496 1925 0 0 0 3 1 0 0 21 0 1 0 668262335 46915584 1699 33554432000 4194304 5683644 140737115480960 18446744073709551615 4884185 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4365/statm: 11454 1699 470 364 0 1203 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45816

[startup+0.100634 s]
/proc/loadavg: 8.94 8.74 7.13 1/351 4365
/proc/meminfo: memFree=17788328/32951124 swapFree=67056788/67111528
[pid=4365] ppid=4363 vsize=85620 CPUtime=0.06 cores=0-7
/proc/4365/stat : 4365 (python) S 4363 4365 3941 0 -1 4202496 2629 0 0 0 4 2 0 0 18 0 1 0 668262335 87674880 2348 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 4 0 0 0
/proc/4365/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300589 s]
/proc/loadavg: 8.94 8.74 7.13 1/351 4365
/proc/meminfo: memFree=17788328/32951124 swapFree=67056788/67111528
[pid=4365] ppid=4363 vsize=135748 CPUtime=0.18 cores=0-7
/proc/4365/stat : 4365 (python) S 4363 4365 3941 0 -1 4202496 5962 935 1 0 13 5 0 0 18 0 1 0 668262335 139005952 4151 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550533637 0 2147483391 16781312 2 18446744071699469502 0 0 17 4 0 0 0
/proc/4365/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700498 s]
/proc/loadavg: 8.94 8.74 7.13 1/351 4365
/proc/meminfo: memFree=17788328/32951124 swapFree=67056788/67111528
[pid=4365] ppid=4363 vsize=278272 CPUtime=0.43 cores=0-7
/proc/4365/stat : 4365 (python) R 4363 4365 3941 0 -1 4202496 9295 935 1 0 31 12 0 0 17 0 1 0 668262335 284950528 6967 33554432000 4194304 5683644 140737115480960 18446744073709551615 271553946293 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4365/statm: 69568 6967 1826 364 0 5492 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278272

[startup+1.50131 s]
/proc/loadavg: 8.22 8.59 7.09 10/376 4394
/proc/meminfo: memFree=17734552/32951124 swapFree=67056788/67111528
[pid=4365] ppid=4363 vsize=426624 CPUtime=0.72 cores=0-7
/proc/4365/stat : 4365 (python) S 4363 4365 3941 0 -1 4202496 15179 935 1 0 58 14 0 0 25 0 9 0 668262335 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4365/statm: 106656 7415 1889 364 0 42553 0
[pid=4371] ppid=4365 vsize=278480 CPUtime=0 cores=0-7
/proc/4371/stat : 4371 (python) S 4365 4365 3941 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 668262412 285163520 5556 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557711 0 0 16781312 514 1278865068305416191 0 0 17 1 0 0 0
/proc/4371/statm: 69620 5556 354 364 0 5538 0
[pid=4373] ppid=4371 vsize=1017800 CPUtime=0.72 cores=0-7
/proc/4373/stat : 4373 (gnovelty+2) R 4371 4373 4373 0 -1 4202496 429 0 0 0 72 0 0 0 21 0 1 0 668262412 1042227200 169 33554432000 134512640 135663704 4293931216 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4373/statm: 254450 169 113 282 0 254166 0
[pid=4374] ppid=4365 vsize=289308 CPUtime=0 cores=0-7
/proc/4374/stat : 4374 (python) S 4365 4365 3941 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 668262415 296251392 5685 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 17543011490670280964 0 0 17 1 0 0 0
/proc/4374/statm: 72327 5685 348 364 0 8242 0
[pid=4376] ppid=4374 vsize=1928 CPUtime=0.69 cores=0-7
/proc/4376/stat : 4376 (march_hi) R 4374 4376 4376 0 -1 4202496 568 0 0 0 69 0 0 0 22 0 1 0 668262415 1974272 305 33554432000 4194304 4955518 140733494434896 18446744073709551615 4227617 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4376/statm: 482 305 104 186 0 295 0
[pid=4377] ppid=4365 vsize=365100 CPUtime=0 cores=0-7
/proc/4377/stat : 4377 (python) S 4365 4365 3941 0 -1 4202560 711 0 0 0 0 0 0 0 15 0 1 0 668262418 373862400 5862 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 2935075925898789123 0 0 17 1 0 0 0
/proc/4377/statm: 91275 5862 348 364 0 27187 0
[pid=4379] ppid=4377 vsize=1928 CPUtime=0.66 cores=0-7
/proc/4379/stat : 4379 (march_hi) R 4377 4379 4379 0 -1 4202496 556 0 0 0 66 0 0 0 24 0 1 0 668262418 1974272 305 33554432000 4194304 4955518 140736701260064 18446744073709551615 4227565 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4379/statm: 482 305 104 186 0 295 0
[pid=4380] ppid=4365 vsize=375356 CPUtime=0 cores=0-7
/proc/4380/stat : 4380 (python) S 4365 4365 3941 0 -1 4202560 727 0 0 0 0 0 0 0 15 0 1 0 668262421 384364544 5823 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 2935067129805766913 0 0 17 1 0 0 0
/proc/4380/statm: 93839 5823 348 364 0 29748 0
[pid=4382] ppid=4380 vsize=1928 CPUtime=0.63 cores=0-7
/proc/4382/stat : 4382 (march_hi) R 4380 4382 4382 0 -1 4202496 560 0 0 0 63 0 0 0 22 0 1 0 668262421 1974272 305 33554432000 4194304 4955518 140736335088992 18446744073709551615 4227518 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4382/statm: 482 305 104 186 0 295 0
[pid=4383] ppid=4365 vsize=385612 CPUtime=0 cores=0-7
/proc/4383/stat : 4383 (python) S 4365 4365 3941 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 1 0 668262424 394866688 5824 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 13696849447965655298 0 0 17 1 0 0 0
/proc/4383/statm: 96403 5824 348 364 0 32309 0
[pid=4385] ppid=4383 vsize=1928 CPUtime=0.58 cores=0-7
/proc/4385/stat : 4385 (march_hi) R 4383 4385 4385 0 -1 4202496 562 0 0 0 58 0 0 0 22 0 1 0 668262424 1974272 306 33554432000 4194304 4955518 140733979157680 18446744073709551615 4235369 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4385/statm: 482 306 104 186 0 295 0
[pid=4386] ppid=4365 vsize=395868 CPUtime=0 cores=0-7
/proc/4386/stat : 4386 (python) S 4365 4365 3941 0 -1 4202560 711 0 0 0 0 0 0 0 20 0 1 0 668262427 405368832 5944 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 7567410222940028927 0 0 17 4 0 0 0
/proc/4386/statm: 98967 5944 344 364 0 34870 0
[pid=4388] ppid=4386 vsize=454912 CPUtime=0.56 cores=0-7
/proc/4388/stat : 4388 (TNM) R 4386 4388 4388 0 -1 4202496 417 0 0 0 56 0 0 0 23 0 1 0 668262428 465829888 161 33554432000 134512640 135008748 4293091232 18446744073709551615 134527750 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4388/statm: 113728 161 46 122 0 112628 0
[pid=4389] ppid=4365 vsize=406124 CPUtime=0 cores=0-7
/proc/4389/stat : 4389 (python) S 4365 4365 3941 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 668262431 415870976 5848 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 5607366051613344001 0 0 17 0 0 0 0
/proc/4389/statm: 101531 5848 348 364 0 37431 0
[pid=4391] ppid=4389 vsize=1928 CPUtime=0.53 cores=0-7
/proc/4391/stat : 4391 (march_hi) R 4389 4391 4391 0 -1 4202496 566 0 0 0 53 0 0 0 25 0 1 0 668262431 1974272 305 33554432000 4194304 4955518 140737204326736 18446744073709551615 4209672 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4391/statm: 482 305 104 186 0 295 0
[pid=4392] ppid=4365 vsize=416380 CPUtime=0 cores=0-7
/proc/4392/stat : 4392 (python) S 4365 4365 3941 0 -1 4202560 781 0 0 0 0 0 0 0 22 0 1 0 668262434 426373120 5876 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 5607366051613344003 0 0 17 4 0 0 0
/proc/4392/statm: 104095 5876 354 364 0 39992 0
[pid=4394] ppid=4392 vsize=1928 CPUtime=0.5 cores=0-7
/proc/4394/stat : 4394 (march_hi) R 4392 4394 4394 0 -1 4202496 565 0 0 0 50 0 0 0 25 0 1 0 668262434 1974272 302 33554432000 4194304 4955518 140736081489344 18446744073709551615 4244956 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4394/statm: 482 302 104 186 0 295 0
[pid=4365/tid=4372] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4372/stat : 4372 (python) S 4363 4365 3941 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 9 0 668262412 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4375] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4375/stat : 4375 (python) S 4363 4365 3941 0 -1 4202560 23 935 0 0 0 0 0 0 17 0 9 0 668262415 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 3 0 0 0
[pid=4365/tid=4378] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4378/stat : 4378 (python) S 4363 4365 3941 0 -1 4202560 71 935 0 0 0 0 0 0 20 0 9 0 668262418 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4381] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4381/stat : 4381 (python) S 4363 4365 3941 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 668262421 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 5 0 0 0
[pid=4365/tid=4384] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4384/stat : 4384 (python) S 4363 4365 3941 0 -1 4202560 33 935 0 0 0 0 0 0 19 0 9 0 668262424 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4387] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4387/stat : 4387 (python) S 4363 4365 3941 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 9 0 668262427 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4390] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4390/stat : 4390 (python) S 4363 4365 3941 0 -1 4202560 36 935 0 0 0 0 0 0 23 0 9 0 668262431 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 4 0 0 0
[pid=4365/tid=4393] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4393/stat : 4393 (python) S 4363 4365 3941 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 668262434 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 4823132

[startup+3.10102 s]
/proc/loadavg: 8.22 8.59 7.09 9/376 4394
/proc/meminfo: memFree=17733560/32951124 swapFree=67056788/67111528
[pid=4365] ppid=4363 vsize=426624 CPUtime=0.72 cores=0-7
/proc/4365/stat : 4365 (python) S 4363 4365 3941 0 -1 4202496 15179 935 1 0 58 14 0 0 25 0 9 0 668262335 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4365/statm: 106656 7415 1889 364 0 42553 0
[pid=4371] ppid=4365 vsize=278480 CPUtime=0 cores=0-7
/proc/4371/stat : 4371 (python) S 4365 4365 3941 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 668262412 285163520 5556 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557711 0 0 16781312 514 1278865068305383683 0 0 17 1 0 0 0
/proc/4371/statm: 69620 5556 354 364 0 5538 0
[pid=4373] ppid=4371 vsize=1017800 CPUtime=2.32 cores=0-7
/proc/4373/stat : 4373 (gnovelty+2) R 4371 4373 4373 0 -1 4202496 429 0 0 0 232 0 0 0 25 0 1 0 668262412 1042227200 169 33554432000 134512640 135663704 4293931216 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4373/statm: 254450 169 113 282 0 254166 0
[pid=4374] ppid=4365 vsize=289308 CPUtime=0 cores=0-7
/proc/4374/stat : 4374 (python) S 4365 4365 3941 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 668262415 296251392 5685 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 17543011490670280964 0 0 17 1 0 0 0
/proc/4374/statm: 72327 5685 348 364 0 8242 0
[pid=4376] ppid=4374 vsize=2084 CPUtime=2.29 cores=0-7
/proc/4376/stat : 4376 (march_hi) R 4374 4376 4376 0 -1 4202496 586 0 0 0 229 0 0 0 25 0 1 0 668262415 2134016 323 33554432000 4194304 4955518 140733494434896 18446744073709551615 4290061 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4376/statm: 521 323 104 186 0 334 0
[pid=4377] ppid=4365 vsize=365100 CPUtime=0 cores=0-7
/proc/4377/stat : 4377 (python) S 4365 4365 3941 0 -1 4202560 714 0 0 0 0 0 0 0 15 0 1 0 668262418 373862400 5862 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 2935075925898789123 0 0 17 1 0 0 0
/proc/4377/statm: 91275 5862 348 364 0 27187 0
[pid=4379] ppid=4377 vsize=2084 CPUtime=2.26 cores=0-7
/proc/4379/stat : 4379 (march_hi) R 4377 4379 4379 0 -1 4202496 573 0 0 0 226 0 0 0 25 0 1 0 668262418 2134016 322 33554432000 4194304 4955518 140736701260064 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/4379/statm: 521 322 104 186 0 334 0
[pid=4380] ppid=4365 vsize=375356 CPUtime=0 cores=0-7
/proc/4380/stat : 4380 (python) S 4365 4365 3941 0 -1 4202560 728 0 0 0 0 0 0 0 15 0 1 0 668262421 384364544 5823 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 2935067129805766913 0 0 17 1 0 0 0
/proc/4380/statm: 93839 5823 348 364 0 29748 0
[pid=4382] ppid=4380 vsize=2084 CPUtime=2.23 cores=0-7
/proc/4382/stat : 4382 (march_hi) R 4380 4382 4382 0 -1 4202496 577 0 0 0 223 0 0 0 25 0 1 0 668262421 2134016 322 33554432000 4194304 4955518 140736335088992 18446744073709551615 4235403 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4382/statm: 521 322 104 186 0 334 0
[pid=4383] ppid=4365 vsize=385612 CPUtime=0 cores=0-7
/proc/4383/stat : 4383 (python) S 4365 4365 3941 0 -1 4202560 734 0 0 0 0 0 0 0 15 0 1 0 668262424 394866688 5824 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 13696849447965655298 0 0 17 1 0 0 0
/proc/4383/statm: 96403 5824 348 364 0 32309 0
[pid=4385] ppid=4383 vsize=2084 CPUtime=2.17 cores=0-7
/proc/4385/stat : 4385 (march_hi) R 4383 4385 4385 0 -1 4202496 579 0 0 0 217 0 0 0 25 0 1 0 668262424 2134016 323 33554432000 4194304 4955518 140733979157680 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4385/statm: 521 323 104 186 0 334 0
[pid=4386] ppid=4365 vsize=395868 CPUtime=0 cores=0-7
/proc/4386/stat : 4386 (python) S 4365 4365 3941 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 668262427 405368832 5948 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 7567410222939996418 0 0 17 4 0 0 0
/proc/4386/statm: 98967 5948 348 364 0 34870 0
[pid=4388] ppid=4386 vsize=454912 CPUtime=2.16 cores=0-7
/proc/4388/stat : 4388 (TNM) R 4386 4388 4388 0 -1 4202496 417 0 0 0 216 0 0 0 25 0 1 0 668262428 465829888 161 33554432000 134512640 135008748 4293091232 18446744073709551615 134528649 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4388/statm: 113728 161 46 122 0 112628 0
[pid=4389] ppid=4365 vsize=406124 CPUtime=0 cores=0-7
/proc/4389/stat : 4389 (python) S 4365 4365 3941 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 668262431 415870976 5848 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 13673231938201026817 0 0 17 0 0 0 0
/proc/4389/statm: 101531 5848 348 364 0 37431 0
[pid=4391] ppid=4389 vsize=2084 CPUtime=2.13 cores=0-7
/proc/4391/stat : 4391 (march_hi) R 4389 4391 4391 0 -1 4202496 583 0 0 0 213 0 0 0 25 0 1 0 668262431 2134016 322 33554432000 4194304 4955518 140737204326736 18446744073709551615 4314282 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4391/statm: 521 322 104 186 0 334 0
[pid=4392] ppid=4365 vsize=416380 CPUtime=0 cores=0-7
/proc/4392/stat : 4392 (python) S 4365 4365 3941 0 -1 4202560 783 0 0 0 0 0 0 0 15 0 1 0 668262434 426373120 5876 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 16250729086266081539 0 0 17 4 0 0 0
/proc/4392/statm: 104095 5876 354 364 0 39992 0
[pid=4394] ppid=4392 vsize=2084 CPUtime=2.1 cores=0-7
/proc/4394/stat : 4394 (march_hi) R 4392 4394 4394 0 -1 4202496 585 0 0 0 210 0 0 0 25 0 1 0 668262434 2134016 322 33554432000 4194304 4955518 140736081489344 18446744073709551615 4227677 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/4394/statm: 521 322 104 186 0 334 0
[pid=4365/tid=4372] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4372/stat : 4372 (python) S 4363 4365 3941 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 9 0 668262412 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4375] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4375/stat : 4375 (python) S 4363 4365 3941 0 -1 4202560 23 935 0 0 0 0 0 0 17 0 9 0 668262415 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 3 0 0 0
[pid=4365/tid=4378] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4378/stat : 4378 (python) S 4363 4365 3941 0 -1 4202560 71 935 0 0 0 0 0 0 20 0 9 0 668262418 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4381] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4381/stat : 4381 (python) S 4363 4365 3941 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 668262421 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 5 0 0 0
[pid=4365/tid=4384] ppid=4363 vsize=426624 CPUtime=0 cores=0-7

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

[pid=4365/tid=4375] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4375/stat : 4375 (python) S 4363 4365 3941 0 -1 4202560 23 935 0 0 0 0 0 0 17 0 9 0 668262415 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 3 0 0 0
[pid=4365/tid=4378] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4378/stat : 4378 (python) S 4363 4365 3941 0 -1 4202560 71 935 0 0 0 0 0 0 20 0 9 0 668262418 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4381] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4381/stat : 4381 (python) S 4363 4365 3941 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 668262421 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 5 0 0 0
[pid=4365/tid=4384] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4384/stat : 4384 (python) S 4363 4365 3941 0 -1 4202560 33 935 0 0 0 0 0 0 19 0 9 0 668262424 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4387] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4387/stat : 4387 (python) S 4363 4365 3941 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 9 0 668262427 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4390] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4390/stat : 4390 (python) S 4363 4365 3941 0 -1 4202560 36 935 0 0 0 0 0 0 23 0 9 0 668262431 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 4 0 0 0
[pid=4365/tid=4393] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4393/stat : 4393 (python) S 4363 4365 3941 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 668262434 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 178.17
Current children cumulated vsize (KiB) 4827944

[startup+23.9012 s]
/proc/loadavg: 8.16 8.55 7.10 10/376 4394
/proc/meminfo: memFree=17732424/32951124 swapFree=67056788/67111528
[pid=4365] ppid=4363 vsize=426624 CPUtime=0.72 cores=0-7
/proc/4365/stat : 4365 (python) S 4363 4365 3941 0 -1 4202496 15179 935 1 0 58 14 0 0 25 0 9 0 668262335 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4365/statm: 106656 7415 1889 364 0 42553 0
[pid=4371] ppid=4365 vsize=278480 CPUtime=0.05 cores=0-7
/proc/4371/stat : 4371 (python) S 4365 4365 3941 0 -1 4202560 909 0 0 0 3 2 0 0 18 0 1 0 668262412 285163520 5579 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557711 0 0 16781312 514 8002685431604805891 0 0 17 1 0 0 0
/proc/4371/statm: 69620 5579 377 364 0 5538 0
[pid=4373] ppid=4371 vsize=1017800 CPUtime=23.12 cores=0-7
/proc/4373/stat : 4373 (gnovelty+2) R 4371 4373 4373 0 -1 4202496 429 0 0 0 2312 0 0 0 25 0 1 0 668262412 1042227200 169 33554432000 134512640 135663704 4293931216 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4373/statm: 254450 169 113 282 0 254166 0
[pid=4374] ppid=4365 vsize=289308 CPUtime=0.54 cores=0-7
/proc/4374/stat : 4374 (python) R 4365 4365 3941 0 -1 4202560 927 0 0 0 45 9 0 0 16 0 1 0 668262415 296251392 5708 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/4374/statm: 72327 5708 371 364 0 8242 0
[pid=4376] ppid=4374 vsize=0 CPUtime=22.6 cores=0-7
/proc/4376/stat : 4376 (march_hi) R 4374 4376 4376 0 -1 4202500 738 0 0 0 2260 0 0 0 25 0 1 0 668262415 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4376/statm: 0 0 0 0 0 0 0
[pid=4377] ppid=4365 vsize=365100 CPUtime=0.4 cores=0-7
/proc/4377/stat : 4377 (python) R 4365 4365 3941 0 -1 4202560 814 0 0 0 33 7 0 0 16 0 1 0 668262418 373862400 5885 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/4377/statm: 91275 5885 371 364 0 27187 0
[pid=4379] ppid=4377 vsize=0 CPUtime=22.65 cores=0-7
/proc/4379/stat : 4379 (march_hi) R 4377 4379 4379 0 -1 4202500 726 0 0 0 2265 0 0 0 25 0 1 0 668262418 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/4379/statm: 0 0 0 0 0 0 0
[pid=4380] ppid=4365 vsize=375356 CPUtime=0.48 cores=0-7
/proc/4380/stat : 4380 (python) R 4365 4365 3941 0 -1 4202560 813 0 0 0 40 8 0 0 16 0 1 0 668262421 384364544 5847 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/4380/statm: 93839 5847 372 364 0 29748 0
[pid=4382] ppid=4380 vsize=0 CPUtime=22.58 cores=0-7
/proc/4382/stat : 4382 (march_hi) R 4380 4382 4382 0 -1 4202500 730 0 0 0 2258 0 0 0 25 0 1 0 668262421 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/4382/statm: 0 0 0 0 0 0 0
[pid=4383] ppid=4365 vsize=385612 CPUtime=0.06 cores=0-7
/proc/4383/stat : 4383 (python) S 4365 4365 3941 0 -1 4202560 814 0 0 0 4 2 0 0 15 0 1 0 668262424 394866688 5847 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 5607366146102624514 0 0 17 7 0 0 0
/proc/4383/statm: 96403 5847 371 364 0 32309 0
[pid=4385] ppid=4383 vsize=2768 CPUtime=22.69 cores=0-7
/proc/4385/stat : 4385 (march_hi) R 4383 4385 4385 0 -1 4202496 729 0 0 0 2269 0 0 0 25 0 1 0 668262424 2834432 473 33554432000 4194304 4955518 140733979157680 18446744073709551615 4346493 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4385/statm: 692 473 104 186 0 505 0
[pid=4386] ppid=4365 vsize=395868 CPUtime=0.06 cores=0-7
/proc/4386/stat : 4386 (python) S 4365 4365 3941 0 -1 4202560 815 0 0 0 3 3 0 0 18 0 1 0 668262427 405368832 5971 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 8002685431604805890 0 0 17 4 0 0 0
/proc/4386/statm: 98967 5971 371 364 0 34870 0
[pid=4388] ppid=4386 vsize=454912 CPUtime=22.74 cores=0-7
/proc/4388/stat : 4388 (TNM) R 4386 4388 4388 0 -1 4202496 417 0 0 0 2274 0 0 0 25 0 1 0 668262428 465829888 161 33554432000 134512640 135008748 4293091232 18446744073709551615 134528818 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4388/statm: 113728 161 46 122 0 112628 0
[pid=4389] ppid=4365 vsize=406124 CPUtime=0.34 cores=0-7
/proc/4389/stat : 4389 (python) R 4365 4365 3941 0 -1 4202560 837 0 0 0 28 6 0 0 16 0 1 0 668262431 415870976 5871 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/4389/statm: 101531 5871 371 364 0 37431 0
[pid=4391] ppid=4389 vsize=0 CPUtime=22.58 cores=0-7
/proc/4391/stat : 4391 (march_hi) R 4389 4391 4391 0 -1 4202500 736 0 0 0 2258 0 0 0 25 0 1 0 668262431 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/4391/statm: 0 0 0 0 0 0 0
[pid=4392] ppid=4365 vsize=416380 CPUtime=0.26 cores=0-7
/proc/4392/stat : 4392 (python) R 4365 4365 3941 0 -1 4202560 875 0 0 0 21 5 0 0 16 0 1 0 668262434 426373120 5899 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/4392/statm: 104095 5899 377 364 0 39992 0
[pid=4394] ppid=4392 vsize=0 CPUtime=22.57 cores=0-7
/proc/4394/stat : 4394 (march_hi) R 4392 4394 4394 0 -1 4202500 738 0 0 0 2257 0 0 0 25 0 1 0 668262434 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4394/statm: 0 0 0 0 0 0 0
[pid=4365/tid=4372] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4372/stat : 4372 (python) S 4363 4365 3941 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 9 0 668262412 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4375] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4375/stat : 4375 (python) S 4363 4365 3941 0 -1 4202560 23 935 0 0 0 0 0 0 17 0 9 0 668262415 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 3 0 0 0
[pid=4365/tid=4378] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4378/stat : 4378 (python) S 4363 4365 3941 0 -1 4202560 71 935 0 0 0 0 0 0 20 0 9 0 668262418 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4381] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4381/stat : 4381 (python) S 4363 4365 3941 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 668262421 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 5 0 0 0
[pid=4365/tid=4384] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4384/stat : 4384 (python) S 4363 4365 3941 0 -1 4202560 33 935 0 0 0 0 0 0 19 0 9 0 668262424 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4387] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4387/stat : 4387 (python) S 4363 4365 3941 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 9 0 668262427 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4390] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4390/stat : 4390 (python) S 4363 4365 3941 0 -1 4202560 36 935 0 0 0 0 0 0 23 0 9 0 668262431 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 4 0 0 0
[pid=4365/tid=4393] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4393/stat : 4393 (python) S 4363 4365 3941 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 668262434 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 184.44
Current children cumulated vsize (KiB) 4814332

[startup+24.1732 s]
/proc/loadavg: 8.16 8.55 7.10 16/376 4396
/proc/meminfo: memFree=17738148/32951124 swapFree=67056788/67111528
[pid=4365] ppid=4363 vsize=426624 CPUtime=0.72 cores=0-7
/proc/4365/stat : 4365 (python) S 4363 4365 3941 0 -1 4202496 15179 935 1 0 58 14 0 0 25 0 9 0 668262335 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4365/statm: 106656 7415 1889 364 0 42553 0
[pid=4371] ppid=4365 vsize=278480 CPUtime=0.05 cores=0-7
/proc/4371/stat : 4371 (python) S 4365 4365 3941 0 -1 4202560 909 0 0 0 3 2 0 0 18 0 1 0 668262412 285163520 5579 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557711 0 0 16781312 514 8002685431604805891 0 0 17 1 0 0 0
/proc/4371/statm: 69620 5579 377 364 0 5538 0
[pid=4373] ppid=4371 vsize=1017800 CPUtime=23.4 cores=0-7
/proc/4373/stat : 4373 (gnovelty+2) R 4371 4373 4373 0 -1 4202496 429 0 0 0 2340 0 0 0 25 0 1 0 668262412 1042227200 169 33554432000 134512640 135663704 4293931216 18446744073709551615 134524744 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/4373/statm: 254450 169 113 282 0 254166 0
[pid=4374] ppid=4365 vsize=289308 CPUtime=0.82 cores=0-7
/proc/4374/stat : 4374 (python) R 4365 4365 3941 0 -1 4202560 927 0 0 0 69 13 0 0 16 0 1 0 668262415 296251392 5708 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/4374/statm: 72327 5708 371 364 0 8242 0
[pid=4376] ppid=4374 vsize=0 CPUtime=22.6 cores=0-7
/proc/4376/stat : 4376 (march_hi) R 4374 4376 4376 0 -1 4202500 738 0 0 0 2260 0 0 0 25 0 1 0 668262415 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/4376/statm: 0 0 0 0 0 0 0
[pid=4377] ppid=4365 vsize=365100 CPUtime=0.68 cores=0-7
/proc/4377/stat : 4377 (python) R 4365 4365 3941 0 -1 4202560 814 0 0 0 58 10 0 0 16 0 1 0 668262418 373862400 5885 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/4377/statm: 91275 5885 371 364 0 27187 0
[pid=4379] ppid=4377 vsize=0 CPUtime=22.65 cores=0-7
/proc/4379/stat : 4379 (march_hi) R 4377 4379 4379 0 -1 4202500 726 0 0 0 2265 0 0 0 25 0 1 0 668262418 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/4379/statm: 0 0 0 0 0 0 0
[pid=4380] ppid=4365 vsize=375356 CPUtime=0.76 cores=0-7
/proc/4380/stat : 4380 (python) R 4365 4365 3941 0 -1 4202560 813 0 0 0 65 11 0 0 16 0 1 0 668262421 384364544 5847 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/4380/statm: 93839 5847 372 364 0 29748 0
[pid=4382] ppid=4380 vsize=0 CPUtime=22.58 cores=0-7
/proc/4382/stat : 4382 (march_hi) R 4380 4382 4382 0 -1 4202500 730 0 0 0 2258 0 0 0 25 0 1 0 668262421 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/4382/statm: 0 0 0 0 0 0 0
[pid=4383] ppid=4365 vsize=385612 CPUtime=23.03 cores=0-7
/proc/4383/stat : 4383 (python) S 4365 4365 3941 0 -1 4202560 987 732 0 0 16 4 2283 0 15 0 2 0 668262424 394866688 5865 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4383/statm: 96403 5865 389 364 0 32309 0
[pid=4383/tid=4396] ppid=4365 vsize=385612 CPUtime=22.83 cores=0-7
/proc/4383/task/4396/stat : 4396 (python) R 4365 4365 3941 0 -1 4202560 0 732 0 0 0 0 2283 0 17 0 2 0 668264752 394866688 5865 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550594033 0 0 16781312 514 0 0 0 -1 7 0 0 0
[pid=4386] ppid=4365 vsize=395868 CPUtime=0.06 cores=0-7
/proc/4386/stat : 4386 (python) S 4365 4365 3941 0 -1 4202560 815 0 0 0 3 3 0 0 18 0 1 0 668262427 405368832 5971 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 8002685431604805890 0 0 17 2 0 0 0
/proc/4386/statm: 98967 5971 371 364 0 34870 0
[pid=4388] ppid=4386 vsize=454912 CPUtime=23.02 cores=0-7
/proc/4388/stat : 4388 (TNM) R 4386 4388 4388 0 -1 4202496 417 0 0 0 2302 0 0 0 25 0 1 0 668262428 465829888 161 33554432000 134512640 135008748 4293091232 18446744073709551615 134528639 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4388/statm: 113728 161 46 122 0 112628 0
[pid=4389] ppid=4365 vsize=406124 CPUtime=0.62 cores=0-7
/proc/4389/stat : 4389 (python) R 4365 4365 3941 0 -1 4202560 837 0 0 0 53 9 0 0 16 0 1 0 668262431 415870976 5871 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/4389/statm: 101531 5871 371 364 0 37431 0
[pid=4391] ppid=4389 vsize=0 CPUtime=22.58 cores=0-7
/proc/4391/stat : 4391 (march_hi) R 4389 4391 4391 0 -1 4202500 736 0 0 0 2258 0 0 0 25 0 1 0 668262431 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/4391/statm: 0 0 0 0 0 0 0
[pid=4392] ppid=4365 vsize=416380 CPUtime=0.54 cores=0-7
/proc/4392/stat : 4392 (python) R 4365 4365 3941 0 -1 4202560 875 0 0 0 45 9 0 0 16 0 1 0 668262434 426373120 5899 33554432000 4194304 5683644 140737115480960 18446744073709551615 271550557766 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/4392/statm: 104095 5899 377 364 0 39992 0
[pid=4394] ppid=4392 vsize=0 CPUtime=22.57 cores=0-7
/proc/4394/stat : 4394 (march_hi) R 4392 4394 4394 0 -1 4202500 738 0 0 0 2257 0 0 0 25 0 1 0 668262434 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4394/statm: 0 0 0 0 0 0 0
[pid=4365/tid=4372] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4372/stat : 4372 (python) S 4363 4365 3941 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 9 0 668262412 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4375] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4375/stat : 4375 (python) S 4363 4365 3941 0 -1 4202560 23 935 0 0 0 0 0 0 17 0 9 0 668262415 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 3 0 0 0
[pid=4365/tid=4378] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4378/stat : 4378 (python) S 4363 4365 3941 0 -1 4202560 71 935 0 0 0 0 0 0 20 0 9 0 668262418 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4381] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4381/stat : 4381 (python) S 4363 4365 3941 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 668262421 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 5 0 0 0
[pid=4365/tid=4384] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4384/stat : 4384 (python) S 4363 4365 3941 0 -1 4202560 33 935 0 0 0 0 0 0 19 0 9 0 668262424 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4387] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4387/stat : 4387 (python) S 4363 4365 3941 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 9 0 668262427 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 0 0 0 0
[pid=4365/tid=4390] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4390/stat : 4390 (python) S 4363 4365 3941 0 -1 4202560 36 935 0 0 0 0 0 0 23 0 9 0 668262431 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 4 0 0 0
[pid=4365/tid=4393] ppid=4363 vsize=426624 CPUtime=0 cores=0-7
/proc/4365/task/4393/stat : 4393 (python) S 4363 4365 3941 0 -1 4202560 34 935 0 0 0 0 0 0 25 0 9 0 668262434 436862976 7415 33554432000 4194304 5683644 140737115480960 18446744073709551615 271562361265 0 0 16781312 2 18446604440773169344 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 186.68
Current children cumulated vsize (KiB) 4811564

[startup+24.2142 s]
/proc/loadavg: 8.16 8.55 7.10 16/376 4396
/proc/meminfo: memFree=17738148/32951124 swapFree=67056788/67111528
[pid=4365] ppid=4363 vsize=375296 CPUtime=186.92 cores=0-7
/proc/4365/stat : 4365 (python) R 4363 4365 3941 0 -1 4202496 19296 14666 1 0 60 14 18549 69 17 0 1 0 668262335 384303104 7329 33554432000 4194304 5683644 140737115480960 18446744073709551615 5296949 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4365/statm: 93824 7329 1874 364 0 29748 0
Current children cumulated CPU time (s) 186.92
Current children cumulated vsize (KiB) 375296

Child status: 0
Real time (s): 24.2199
CPU time (s): 186.943
CPU user time (s): 186.101
CPU system time (s): 0.841872
CPU usage (%): 771.857
Max. virtual memory (cumulated for all children) (KiB): 4828172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 186.101
system time used= 0.841872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34249
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= 6577
involuntary context switches= 5144

runsolver used 0.086986 second user time and 0.204968 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-16 19:24:04
IDJOB=3385439
IDBENCH=82704
IDSOLVER=1870
FILE ID=node133/3385439-1305566644
RUNJOBID= node133-1305564962-3955
PBS_JOBID= 13350117
Free space on /tmp= 73412 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S785747282-100.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-3385439-1305566644/watcher-3385439-1305566644 -o /tmp/evaluation-result-3385439-1305566644/solver-3385439-1305566644 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385439-1305566644.cnf -seed 116777666 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= b444591b86255859f3a5d3b876e65166
RANDOM SEED=116777666

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17788856 kB
Buffers:        319780 kB
Cached:        4524988 kB
SwapCached:       7676 kB
Active:       11539080 kB
Inactive:      3310560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17788856 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           31944 kB
Writeback:           0 kB
AnonPages:    10003356 kB
Mapped:          29360 kB
Slab:           202832 kB
PageTables:      40740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74494284 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73384 MiB
End job on node133 at 2011-05-16 19:24:29