Trace number 3322215

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 296.71 37.7557

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S690749326-001.UNKNOWN.cnf
MD5SUM20f33ec190b502d21efebab5417989ef
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.5873
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.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3322215-1304376021.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.39/0.50	c INFO: computed variable balance statistics
0.39/0.52	c INFO: computed small-clause counts
0.39/0.52	c INFO: computed Horn-clause counts
0.39/0.52	c INFO: computed variable graph statistics
0.39/0.52	c INFO: collected features for HOME/instance-3322215-1304376021.cnf in 0.06 s
0.39/0.56	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.56)
0.49/0.60	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.39)
0.49/0.63	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.39)
0.49/0.67	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.35)
0.59/0.71	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.11)
0.59/0.75	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.07)
0.59/0.79	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
0.69/0.83	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
296.31/37.73	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-3322215-1304376021/watcher-3322215-1304376021 -o /tmp/evaluation-result-3322215-1304376021/solver-3322215-1304376021 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322215-1304376021.cnf -seed 1170568702 -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: 6.28 7.98 8.32 1/221 12296
/proc/meminfo: memFree=20745240/32950928 swapFree=66698992/67111528
[pid=12296] ppid=12294 vsize=15756 CPUtime=0 cores=0-7
/proc/12296/stat : 12296 (python) R 12294 12296 11459 0 -1 4202496 843 0 0 0 0 0 0 0 25 0 1 0 549201919 16134144 726 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089697936 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12296/statm: 3940 727 334 364 0 427 0

[startup+0.056358 s]
/proc/loadavg: 6.28 7.98 8.32 1/221 12296
/proc/meminfo: memFree=20745240/32950928 swapFree=66698992/67111528
[pid=12296] ppid=12294 vsize=36508 CPUtime=0.04 cores=0-7
/proc/12296/stat : 12296 (python) R 12294 12296 11459 0 -1 4202496 1591 0 0 0 3 1 0 0 25 0 1 0 549201919 37384192 1425 33554432000 4194304 5683644 140737158152384 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12296/statm: 9127 1426 452 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+0.100351 s]
/proc/loadavg: 6.28 7.98 8.32 1/221 12296
/proc/meminfo: memFree=20745240/32950928 swapFree=66698992/67111528
[pid=12296] ppid=12294 vsize=104228 CPUtime=0.07 cores=0-7
/proc/12296/stat : 12296 (python) R 12294 12296 11459 0 -1 4202496 3072 0 0 0 5 2 0 0 25 0 1 0 549201919 106729472 2753 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12296/statm: 26057 2763 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300314 s]
/proc/loadavg: 6.28 7.98 8.32 1/221 12296
/proc/meminfo: memFree=20745240/32950928 swapFree=66698992/67111528
[pid=12296] ppid=12294 vsize=187684 CPUtime=0.23 cores=0-7
/proc/12296/stat : 12296 (python) R 12294 12296 11459 0 -1 4202496 6828 935 1 0 17 6 0 0 25 0 1 0 549201919 192188416 4883 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089694132 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12296/statm: 46921 4883 1399 364 0 3722 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187684

[startup+0.700243 s]
/proc/loadavg: 6.28 7.98 8.32 1/221 12296
/proc/meminfo: memFree=20745240/32950928 swapFree=66698992/67111528
[pid=12296] ppid=12294 vsize=385580 CPUtime=0.59 cores=0-7
/proc/12296/stat : 12296 (python) R 12294 12296 11459 0 -1 4202496 12550 935 1 0 50 9 0 0 18 0 5 0 549201919 394833920 7470 33554432000 4194304 5683644 140737158152384 18446744073709551615 248093180189 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12296/statm: 96395 7470 1880 364 0 32304 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 385580

[startup+1.5011 s]
/proc/loadavg: 6.28 7.98 8.32 10/246 12325
/proc/meminfo: memFree=20689364/32950928 swapFree=66698992/67111528
[pid=12296] ppid=12294 vsize=426604 CPUtime=0.72 cores=0-7
/proc/12296/stat : 12296 (python) S 12294 12296 11459 0 -1 4202496 15281 935 1 0 62 10 0 0 25 0 9 0 549201919 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12296/statm: 106651 7514 1889 364 0 42548 0
[pid=12302] ppid=12296 vsize=278560 CPUtime=0 cores=0-7
/proc/12302/stat : 12302 (python) S 12296 12296 11459 0 -1 4202560 734 0 0 0 0 0 0 0 25 0 1 0 549201975 285245440 5562 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718287 0 0 16781312 514 9944188774575505407 0 0 17 1 0 0 0
/proc/12302/statm: 69640 5562 354 364 0 5558 0
[pid=12304] ppid=12302 vsize=1017800 CPUtime=0.92 cores=0-7
/proc/12304/stat : 12304 (gnovelty+2) R 12302 12304 12304 0 -1 4202496 433 0 0 0 92 0 0 0 25 0 1 0 549201976 1042227200 168 33554432000 134512640 135663704 4293044656 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12304/statm: 254450 168 113 282 0 254166 0
[pid=12305] ppid=12296 vsize=289288 CPUtime=0 cores=0-7
/proc/12305/stat : 12305 (python) S 12296 12296 11459 0 -1 4202560 760 0 0 0 0 0 0 0 17 0 1 0 549201979 296230912 5680 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 7370501434300662019 0 0 17 3 0 0 0
/proc/12305/statm: 72322 5680 348 364 0 8237 0
[pid=12307] ppid=12305 vsize=1972 CPUtime=0.89 cores=0-7
/proc/12307/stat : 12307 (march_hi) R 12305 12307 12307 0 -1 4202496 579 0 0 0 89 0 0 0 25 0 1 0 549201979 2019328 317 33554432000 4194304 4955518 140735756055760 18446744073709551615 4261446 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12307/statm: 493 317 104 186 0 306 0
[pid=12308] ppid=12296 vsize=365080 CPUtime=0 cores=0-7
/proc/12308/stat : 12308 (python) S 12296 12296 11459 0 -1 4202560 718 0 0 0 0 0 0 0 19 0 1 0 549201983 373841920 5857 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 7370492638207639811 0 0 17 1 0 0 0
/proc/12308/statm: 91270 5857 348 364 0 27182 0
[pid=12310] ppid=12308 vsize=1972 CPUtime=0.85 cores=0-7
/proc/12310/stat : 12310 (march_hi) R 12308 12310 12310 0 -1 4202496 570 0 0 0 85 0 0 0 25 0 1 0 549201983 2019328 317 33554432000 4194304 4955518 140733389752768 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12310/statm: 493 317 104 186 0 306 0
[pid=12311] ppid=12296 vsize=375336 CPUtime=0 cores=0-7
/proc/12311/stat : 12311 (python) S 12296 12296 11459 0 -1 4202560 718 0 0 0 0 0 0 0 18 0 1 0 549201987 384344064 5815 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 8318469573443551491 0 0 17 0 0 0 0
/proc/12311/statm: 93834 5815 348 364 0 29743 0
[pid=12313] ppid=12311 vsize=1972 CPUtime=0.81 cores=0-7
/proc/12313/stat : 12313 (march_hi) R 12311 12313 12313 0 -1 4202496 569 0 0 0 81 0 0 0 25 0 1 0 549201987 2019328 317 33554432000 4194304 4955518 140733688154208 18446744073709551615 4315164 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/12313/statm: 493 317 104 186 0 306 0
[pid=12314] ppid=12296 vsize=385592 CPUtime=0 cores=0-7
/proc/12314/stat : 12314 (python) S 12296 12296 11459 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 1 0 549201990 394846208 5938 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 13464091632458498308 0 0 17 7 0 0 0
/proc/12314/statm: 96398 5938 348 364 0 32304 0
[pid=12316] ppid=12314 vsize=1972 CPUtime=0.77 cores=0-7
/proc/12316/stat : 12316 (march_hi) R 12314 12316 12316 0 -1 4202496 574 0 0 0 77 0 0 0 23 0 1 0 549201991 2019328 317 33554432000 4194304 4955518 140733743000048 18446744073709551615 4238735 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12316/statm: 493 317 104 186 0 306 0
[pid=12317] ppid=12296 vsize=395848 CPUtime=0 cores=0-7
/proc/12317/stat : 12317 (python) S 12296 12296 11459 0 -1 4202560 714 0 0 0 0 0 0 0 20 0 1 0 549201994 405348352 5955 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 4028493235599966207 0 0 17 2 0 0 0
/proc/12317/statm: 98962 5955 344 364 0 34865 0
[pid=12319] ppid=12317 vsize=454912 CPUtime=0.74 cores=0-7
/proc/12319/stat : 12319 (TNM) R 12317 12319 12319 0 -1 4202496 419 0 0 0 74 0 0 0 25 0 1 0 549201995 465829888 161 33554432000 134512640 135008748 4287258784 18446744073709551615 134527542 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12319/statm: 113728 161 46 122 0 112628 0
[pid=12320] ppid=12296 vsize=406104 CPUtime=0 cores=0-7
/proc/12320/stat : 12320 (python) S 12296 12296 11459 0 -1 4202560 749 0 0 0 0 0 0 0 16 0 1 0 549201998 415850496 5845 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 7568321168323608834 0 0 17 0 0 0 0
/proc/12320/statm: 101526 5845 348 364 0 37426 0
[pid=12322] ppid=12320 vsize=1972 CPUtime=0.68 cores=0-7
/proc/12322/stat : 12322 (march_hi) R 12320 12322 12322 0 -1 4202496 570 0 0 0 68 0 0 0 25 0 1 0 549201999 2019328 311 33554432000 4194304 4955518 140735889146576 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12322/statm: 493 311 104 186 0 306 0
[pid=12323] ppid=12296 vsize=416360 CPUtime=0 cores=0-7
/proc/12323/stat : 12323 (python) S 12296 12296 11459 0 -1 4202560 784 0 0 0 0 0 0 0 22 0 1 0 549202002 426352640 5975 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 11661446716766257412 0 0 17 2 0 0 0
/proc/12323/statm: 104090 5975 354 364 0 39987 0
[pid=12325] ppid=12323 vsize=1972 CPUtime=0.66 cores=0-7
/proc/12325/stat : 12325 (march_hi) R 12323 12325 12325 0 -1 4202496 573 0 0 0 66 0 0 0 25 0 1 0 549202003 2019328 310 33554432000 4194304 4955518 140735530806560 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12325/statm: 493 310 104 186 0 306 0
[pid=12296/tid=12303] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12303/stat : 12303 (python) S 12294 12296 11459 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 549201976 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 0 0 0 0
[pid=12296/tid=12306] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12306/stat : 12306 (python) S 12294 12296 11459 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 549201979 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 3 0 0 0
[pid=12296/tid=12309] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12309/stat : 12309 (python) S 12294 12296 11459 0 -1 4202560 80 935 0 0 0 0 0 0 25 0 9 0 549201983 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 0 0 0 0
[pid=12296/tid=12312] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12312/stat : 12312 (python) S 12294 12296 11459 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 549201987 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 6 0 0 0
[pid=12296/tid=12315] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12315/stat : 12315 (python) S 12294 12296 11459 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 549201991 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 0 0 0 0
[pid=12296/tid=12318] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12318/stat : 12318 (python) S 12294 12296 11459 0 -1 4202560 31 935 0 0 0 0 0 0 21 0 9 0 549201994 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 2 0 0 0
[pid=12296/tid=12321] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12321/stat : 12321 (python) S 12294 12296 11459 0 -1 4202560 33 935 0 0 0 0 0 0 23 0 9 0 549201999 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 2 0 0 0
[pid=12296/tid=12324] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12324/stat : 12324 (python) S 12294 12296 11459 0 -1 4202560 75 935 0 0 0 0 0 0 25 0 9 0 549202003 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 4823316

[startup+3.10082 s]
/proc/loadavg: 6.28 7.98 8.32 9/246 12325
/proc/meminfo: memFree=20688372/32950928 swapFree=66698992/67111528
[pid=12296] ppid=12294 vsize=426604 CPUtime=0.72 cores=0-7
/proc/12296/stat : 12296 (python) S 12294 12296 11459 0 -1 4202496 15281 935 1 0 62 10 0 0 25 0 9 0 549201919 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12296/statm: 106651 7514 1889 364 0 42548 0
[pid=12302] ppid=12296 vsize=278560 CPUtime=0 cores=0-7
/proc/12302/stat : 12302 (python) S 12296 12296 11459 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 549201975 285245440 5562 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718287 0 0 16781312 514 9944188774575472900 0 0 17 1 0 0 0
/proc/12302/statm: 69640 5562 354 364 0 5558 0
[pid=12304] ppid=12302 vsize=1017800 CPUtime=2.52 cores=0-7
/proc/12304/stat : 12304 (gnovelty+2) R 12302 12304 12304 0 -1 4202496 433 0 0 0 252 0 0 0 25 0 1 0 549201976 1042227200 168 33554432000 134512640 135663704 4293044656 18446744073709551615 134545635 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12304/statm: 254450 168 113 282 0 254166 0
[pid=12305] ppid=12296 vsize=289288 CPUtime=0 cores=0-7
/proc/12305/stat : 12305 (python) S 12296 12296 11459 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 1 0 549201979 296230912 5680 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 7370501434300662019 0 0 17 3 0 0 0
/proc/12305/statm: 72322 5680 348 364 0 8237 0
[pid=12307] ppid=12305 vsize=2188 CPUtime=2.49 cores=0-7
/proc/12307/stat : 12307 (march_hi) R 12305 12307 12307 0 -1 4202496 608 0 0 0 249 0 0 0 25 0 1 0 549201979 2240512 346 33554432000 4194304 4955518 140735756055760 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12307/statm: 547 346 104 186 0 360 0
[pid=12308] ppid=12296 vsize=365080 CPUtime=0 cores=0-7
/proc/12308/stat : 12308 (python) S 12296 12296 11459 0 -1 4202560 720 0 0 0 0 0 0 0 15 0 1 0 549201983 373841920 5857 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 7370492638207639811 0 0 17 1 0 0 0
/proc/12308/statm: 91270 5857 348 364 0 27182 0
[pid=12310] ppid=12308 vsize=2188 CPUtime=2.45 cores=0-7
/proc/12310/stat : 12310 (march_hi) R 12308 12310 12310 0 -1 4202496 599 0 0 0 245 0 0 0 25 0 1 0 549201983 2240512 346 33554432000 4194304 4955518 140733389752768 18446744073709551615 4238986 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12310/statm: 547 346 104 186 0 360 0
[pid=12311] ppid=12296 vsize=375336 CPUtime=0 cores=0-7
/proc/12311/stat : 12311 (python) S 12296 12296 11459 0 -1 4202560 720 0 0 0 0 0 0 0 15 0 1 0 549201987 384344064 5815 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 8318469573443551491 0 0 17 0 0 0 0
/proc/12311/statm: 93834 5815 348 364 0 29743 0
[pid=12313] ppid=12311 vsize=2188 CPUtime=2.41 cores=0-7
/proc/12313/stat : 12313 (march_hi) R 12311 12313 12313 0 -1 4202496 598 0 0 0 241 0 0 0 25 0 1 0 549201987 2240512 346 33554432000 4194304 4955518 140733688154208 18446744073709551615 4227472 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/12313/statm: 547 346 104 186 0 360 0
[pid=12314] ppid=12296 vsize=385592 CPUtime=0 cores=0-7
/proc/12314/stat : 12314 (python) S 12296 12296 11459 0 -1 4202560 734 0 0 0 0 0 0 0 15 0 1 0 549201990 394846208 5938 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 13464091632458498308 0 0 17 7 0 0 0
/proc/12314/statm: 96398 5938 348 364 0 32304 0
[pid=12316] ppid=12314 vsize=2188 CPUtime=2.36 cores=0-7
/proc/12316/stat : 12316 (march_hi) R 12314 12316 12316 0 -1 4202496 603 0 0 0 236 0 0 0 25 0 1 0 549201991 2240512 346 33554432000 4194304 4955518 140733743000048 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12316/statm: 547 346 104 186 0 360 0
[pid=12317] ppid=12296 vsize=395848 CPUtime=0 cores=0-7
/proc/12317/stat : 12317 (python) S 12296 12296 11459 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 549201994 405348352 5959 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 4028493235599933700 0 0 17 2 0 0 0
/proc/12317/statm: 98962 5959 348 364 0 34865 0
[pid=12319] ppid=12317 vsize=454912 CPUtime=2.34 cores=0-7
/proc/12319/stat : 12319 (TNM) R 12317 12319 12319 0 -1 4202496 419 0 0 0 234 0 0 0 25 0 1 0 549201995 465829888 161 33554432000 134512640 135008748 4287258784 18446744073709551615 134529367 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12319/statm: 113728 161 46 122 0 112628 0
[pid=12320] ppid=12296 vsize=406104 CPUtime=0 cores=0-7
/proc/12320/stat : 12320 (python) S 12296 12296 11459 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 549201998 415850496 5845 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 7568321168323608834 0 0 17 0 0 0 0
/proc/12320/statm: 101526 5845 348 364 0 37426 0
[pid=12322] ppid=12320 vsize=2188 CPUtime=2.28 cores=0-7
/proc/12322/stat : 12322 (march_hi) R 12320 12322 12322 0 -1 4202496 604 0 0 0 228 0 0 0 25 0 1 0 549201999 2240512 345 33554432000 4194304 4955518 140735889146576 18446744073709551615 4308603 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12322/statm: 547 345 104 186 0 360 0
[pid=12323] ppid=12296 vsize=416360 CPUtime=0 cores=0-7
/proc/12323/stat : 12323 (python) S 12296 12296 11459 0 -1 4202560 784 0 0 0 0 0 0 0 15 0 1 0 549202002 426352640 5975 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 11661446716766257412 0 0 17 2 0 0 0
/proc/12323/statm: 104090 5975 354 364 0 39987 0
[pid=12325] ppid=12323 vsize=2188 CPUtime=2.25 cores=0-7
/proc/12325/stat : 12325 (march_hi) R 12323 12325 12325 0 -1 4202496 608 0 0 0 225 0 0 0 25 0 1 0 549202003 2240512 345 33554432000 4194304 4955518 140735530806560 18446744073709551615 4209730 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12325/statm: 547 345 104 186 0 360 0
[pid=12296/tid=12303] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12303/stat : 12303 (python) S 12294 12296 11459 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 549201976 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 0 0 0 0
[pid=12296/tid=12306] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12306/stat : 12306 (python) S 12294 12296 11459 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 549201979 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 3 0 0 0
[pid=12296/tid=12309] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12309/stat : 12309 (python) S 12294 12296 11459 0 -1 4202560 80 935 0 0 0 0 0 0 25 0 9 0 549201983 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 0 0 0 0
[pid=12296/tid=12312] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12312/stat : 12312 (python) S 12294 12296 11459 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 549201987 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 6 0 0 0
[pid=12296/tid=12315] ppid=12294 vsize=426604 CPUtime=0 cores=0-7

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

[pid=12323] ppid=12296 vsize=416360 CPUtime=0.07 cores=0-7
/proc/12323/stat : 12323 (python) S 12296 12296 11459 0 -1 4202560 871 0 0 0 4 3 0 0 15 0 1 0 549202002 426352640 5998 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 11661446716766257412 0 0 17 2 0 0 0
/proc/12323/statm: 104090 5998 377 364 0 39987 0
[pid=12325] ppid=12323 vsize=4780 CPUtime=35.72 cores=0-7
/proc/12325/stat : 12325 (march_hi) R 12323 12325 12325 0 -1 4202496 1178 0 0 0 3572 0 0 0 25 0 1 0 549202003 4894720 897 33554432000 4194304 4955518 140735530806560 18446744073709551615 4286784 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12325/statm: 1195 897 104 186 0 1008 0
[pid=12296/tid=12303] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12303/stat : 12303 (python) S 12294 12296 11459 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 549201976 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 0 0 0 0
[pid=12296/tid=12306] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12306/stat : 12306 (python) S 12294 12296 11459 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 549201979 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 3 0 0 0
[pid=12296/tid=12309] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12309/stat : 12309 (python) S 12294 12296 11459 0 -1 4202560 80 935 0 0 0 0 0 0 25 0 9 0 549201983 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 0 0 0 0
[pid=12296/tid=12312] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12312/stat : 12312 (python) S 12294 12296 11459 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 549201987 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 6 0 0 0
[pid=12296/tid=12315] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12315/stat : 12315 (python) S 12294 12296 11459 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 549201991 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 0 0 0 0
[pid=12296/tid=12318] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12318/stat : 12318 (python) S 12294 12296 11459 0 -1 4202560 31 935 0 0 0 0 0 0 21 0 9 0 549201994 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 2 0 0 0
[pid=12296/tid=12321] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12321/stat : 12321 (python) S 12294 12296 11459 0 -1 4202560 33 935 0 0 0 0 0 0 23 0 9 0 549201999 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 2 0 0 0
[pid=12296/tid=12324] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12324/stat : 12324 (python) S 12294 12296 11459 0 -1 4202560 75 935 0 0 0 0 0 0 25 0 9 0 549202003 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 288.3
Current children cumulated vsize (KiB) 4840164

[startup+37.5017 s]
/proc/loadavg: 7.04 7.98 8.31 9/246 12326
/proc/meminfo: memFree=20678384/32950928 swapFree=66698992/67111528
[pid=12296] ppid=12294 vsize=426604 CPUtime=0.72 cores=0-7
/proc/12296/stat : 12296 (python) S 12294 12296 11459 0 -1 4202496 15281 935 1 0 62 10 0 0 25 0 9 0 549201919 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12296/statm: 106651 7514 1889 364 0 42548 0
[pid=12302] ppid=12296 vsize=278560 CPUtime=0.05 cores=0-7
/proc/12302/stat : 12302 (python) S 12296 12296 11459 0 -1 4202560 903 0 0 0 3 2 0 0 18 0 1 0 549201975 285245440 5585 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718287 0 0 16781312 514 9878012463939551492 0 0 17 1 0 0 0
/proc/12302/statm: 69640 5585 377 364 0 5558 0
[pid=12304] ppid=12302 vsize=1017800 CPUtime=36.93 cores=0-7
/proc/12304/stat : 12304 (gnovelty+2) R 12302 12304 12304 0 -1 4202496 433 0 0 0 3693 0 0 0 25 0 1 0 549201976 1042227200 168 33554432000 134512640 135663704 4293044656 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12304/statm: 254450 168 113 282 0 254166 0
[pid=12305] ppid=12296 vsize=289288 CPUtime=0.07 cores=0-7
/proc/12305/stat : 12305 (python) S 12296 12296 11459 0 -1 4202560 940 0 0 0 4 3 0 0 15 0 1 0 549201979 296230912 5703 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 7370501434300662019 0 0 17 3 0 0 0
/proc/12305/statm: 72322 5703 371 364 0 8237 0
[pid=12307] ppid=12305 vsize=4780 CPUtime=36.81 cores=0-7
/proc/12307/stat : 12307 (march_hi) R 12305 12307 12307 0 -1 4202496 1201 0 0 0 3681 0 0 0 25 0 1 0 549201979 4894720 921 33554432000 4194304 4955518 140735756055760 18446744073709551615 4209787 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12307/statm: 1195 921 104 186 0 1008 0
[pid=12308] ppid=12296 vsize=365080 CPUtime=0.08 cores=0-7
/proc/12308/stat : 12308 (python) S 12296 12296 11459 0 -1 4202560 810 0 0 0 5 3 0 0 15 0 1 0 549201983 373841920 5880 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 7370492638207639811 0 0 17 5 0 0 0
/proc/12308/statm: 91270 5880 371 364 0 27182 0
[pid=12310] ppid=12308 vsize=4780 CPUtime=36.77 cores=0-7
/proc/12310/stat : 12310 (march_hi) R 12308 12310 12310 0 -1 4202496 1191 0 0 0 3677 0 0 0 25 0 1 0 549201983 4894720 920 33554432000 4194304 4955518 140733389752768 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12310/statm: 1195 920 104 186 0 1008 0
[pid=12311] ppid=12296 vsize=375336 CPUtime=0.07 cores=0-7
/proc/12311/stat : 12311 (python) S 12296 12296 11459 0 -1 4202560 800 0 0 0 5 2 0 0 15 0 1 0 549201987 384344064 5838 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 8318469573443551491 0 0 17 0 0 0 0
/proc/12311/statm: 93834 5838 371 364 0 29743 0
[pid=12313] ppid=12311 vsize=4780 CPUtime=36.81 cores=0-7
/proc/12313/stat : 12313 (march_hi) R 12311 12313 12313 0 -1 4202496 1191 0 0 0 3681 0 0 0 25 0 1 0 549201987 4894720 921 33554432000 4194304 4955518 140733688154208 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/12313/statm: 1195 921 104 186 0 1008 0
[pid=12314] ppid=12296 vsize=385592 CPUtime=0.07 cores=0-7
/proc/12314/stat : 12314 (python) S 12296 12296 11459 0 -1 4202560 812 0 0 0 5 2 0 0 15 0 1 0 549201990 394846208 5961 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 13464091632458498308 0 0 17 7 0 0 0
/proc/12314/statm: 96398 5961 371 364 0 32304 0
[pid=12316] ppid=12314 vsize=4780 CPUtime=36.43 cores=0-7
/proc/12316/stat : 12316 (march_hi) R 12314 12316 12316 0 -1 4202496 1186 0 0 0 3643 0 0 0 25 0 1 0 549201991 4894720 911 33554432000 4194304 4955518 140733743000048 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12316/statm: 1195 911 104 186 0 1008 0
[pid=12317] ppid=12296 vsize=395848 CPUtime=0.04 cores=0-7
/proc/12317/stat : 12317 (python) S 12296 12296 11459 0 -1 4202560 812 0 0 0 2 2 0 0 18 0 1 0 549201994 405348352 5982 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 9878012463939551492 0 0 17 2 0 0 0
/proc/12317/statm: 98962 5982 371 364 0 34865 0
[pid=12319] ppid=12317 vsize=454912 CPUtime=36.66 cores=0-7
/proc/12319/stat : 12319 (TNM) R 12317 12319 12319 0 -1 4202496 419 0 0 0 3666 0 0 0 25 0 1 0 549201995 465829888 161 33554432000 134512640 135008748 4287258784 18446744073709551615 134527704 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12319/statm: 113728 161 46 122 0 112628 0
[pid=12320] ppid=12296 vsize=406104 CPUtime=0.08 cores=0-7
/proc/12320/stat : 12320 (python) S 12296 12296 11459 0 -1 4202560 831 0 0 0 5 3 0 0 15 0 1 0 549201998 415850496 5868 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 7568321168323608834 0 0 17 0 0 0 0
/proc/12320/statm: 101526 5868 371 364 0 37426 0
[pid=12322] ppid=12320 vsize=4780 CPUtime=36.52 cores=0-7
/proc/12322/stat : 12322 (march_hi) R 12320 12322 12322 0 -1 4202496 1192 0 0 0 3651 1 0 0 25 0 1 0 549201999 4894720 915 33554432000 4194304 4955518 140735889146576 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12322/statm: 1195 915 104 186 0 1008 0
[pid=12323] ppid=12296 vsize=416360 CPUtime=0.08 cores=0-7
/proc/12323/stat : 12323 (python) S 12296 12296 11459 0 -1 4202560 871 0 0 0 5 3 0 0 15 0 1 0 549202002 426352640 5998 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 11661446716766257412 0 0 17 2 0 0 0
/proc/12323/statm: 104090 5998 377 364 0 39987 0
[pid=12325] ppid=12323 vsize=4780 CPUtime=36.52 cores=0-7
/proc/12325/stat : 12325 (march_hi) R 12323 12325 12325 0 -1 4202496 1196 0 0 0 3652 0 0 0 25 0 1 0 549202003 4894720 915 33554432000 4194304 4955518 140735530806560 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12325/statm: 1195 915 104 186 0 1008 0
[pid=12296/tid=12303] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12303/stat : 12303 (python) S 12294 12296 11459 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 549201976 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 0 0 0 0
[pid=12296/tid=12306] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12306/stat : 12306 (python) S 12294 12296 11459 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 549201979 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 3 0 0 0
[pid=12296/tid=12309] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12309/stat : 12309 (python) S 12294 12296 11459 0 -1 4202560 80 935 0 0 0 0 0 0 25 0 9 0 549201983 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 0 0 0 0
[pid=12296/tid=12312] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12312/stat : 12312 (python) S 12294 12296 11459 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 549201987 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 6 0 0 0
[pid=12296/tid=12315] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12315/stat : 12315 (python) S 12294 12296 11459 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 549201991 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 0 0 0 0
[pid=12296/tid=12318] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12318/stat : 12318 (python) S 12294 12296 11459 0 -1 4202560 31 935 0 0 0 0 0 0 21 0 9 0 549201994 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 2 0 0 0
[pid=12296/tid=12321] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12321/stat : 12321 (python) S 12294 12296 11459 0 -1 4202560 33 935 0 0 0 0 0 0 23 0 9 0 549201999 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 2 0 0 0
[pid=12296/tid=12324] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12324/stat : 12324 (python) S 12294 12296 11459 0 -1 4202560 75 935 0 0 0 0 0 0 25 0 9 0 549202003 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 294.71
Current children cumulated vsize (KiB) 4840164

[startup+37.7017 s]
/proc/loadavg: 7.04 7.98 8.31 9/246 12326
/proc/meminfo: memFree=20678384/32950928 swapFree=66698992/67111528
[pid=12296] ppid=12294 vsize=426604 CPUtime=0.72 cores=0-7
/proc/12296/stat : 12296 (python) S 12294 12296 11459 0 -1 4202496 15281 935 1 0 62 10 0 0 25 0 9 0 549201919 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12296/statm: 106651 7514 1889 364 0 42548 0
[pid=12302] ppid=12296 vsize=278560 CPUtime=0.05 cores=0-7
/proc/12302/stat : 12302 (python) S 12296 12296 11459 0 -1 4202560 903 0 0 0 3 2 0 0 18 0 1 0 549201975 285245440 5585 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718287 0 0 16781312 514 9878012463939551492 0 0 17 1 0 0 0
/proc/12302/statm: 69640 5585 377 364 0 5558 0
[pid=12304] ppid=12302 vsize=1017800 CPUtime=37.13 cores=0-7
/proc/12304/stat : 12304 (gnovelty+2) R 12302 12304 12304 0 -1 4202496 433 0 0 0 3713 0 0 0 25 0 1 0 549201976 1042227200 168 33554432000 134512640 135663704 4293044656 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12304/statm: 254450 168 113 282 0 254166 0
[pid=12305] ppid=12296 vsize=289288 CPUtime=0.07 cores=0-7
/proc/12305/stat : 12305 (python) S 12296 12296 11459 0 -1 4202560 941 0 0 0 4 3 0 0 15 0 1 0 549201979 296230912 5703 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 7370501434300662019 0 0 17 3 0 0 0
/proc/12305/statm: 72322 5703 371 364 0 8237 0
[pid=12307] ppid=12305 vsize=4780 CPUtime=37.01 cores=0-7
/proc/12307/stat : 12307 (march_hi) R 12305 12307 12307 0 -1 4202496 1205 0 0 0 3701 0 0 0 25 0 1 0 549201979 4894720 925 33554432000 4194304 4955518 140735756055760 18446744073709551615 4238749 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12307/statm: 1195 925 104 186 0 1008 0
[pid=12308] ppid=12296 vsize=365080 CPUtime=0.08 cores=0-7
/proc/12308/stat : 12308 (python) S 12296 12296 11459 0 -1 4202560 811 0 0 0 5 3 0 0 15 0 1 0 549201983 373841920 5880 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 5602252519385301251 0 0 17 5 0 0 0
/proc/12308/statm: 91270 5880 371 364 0 27182 0
[pid=12310] ppid=12308 vsize=4780 CPUtime=36.97 cores=0-7
/proc/12310/stat : 12310 (march_hi) R 12308 12310 12310 0 -1 4202496 1196 0 0 0 3697 0 0 0 25 0 1 0 549201983 4894720 925 33554432000 4194304 4955518 140733389752768 18446744073709551615 4286687 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12310/statm: 1195 925 104 186 0 1008 0
[pid=12311] ppid=12296 vsize=375336 CPUtime=0.07 cores=0-7
/proc/12311/stat : 12311 (python) S 12296 12296 11459 0 -1 4202560 800 0 0 0 5 2 0 0 15 0 1 0 549201987 384344064 5838 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 5602252519385301251 0 0 17 0 0 0 0
/proc/12311/statm: 93834 5838 371 364 0 29743 0
[pid=12313] ppid=12311 vsize=4780 CPUtime=37.01 cores=0-7
/proc/12313/stat : 12313 (march_hi) R 12311 12313 12313 0 -1 4202496 1196 0 0 0 3701 0 0 0 25 0 1 0 549201987 4894720 926 33554432000 4194304 4955518 140733688154208 18446744073709551615 4295278 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/12313/statm: 1195 926 104 186 0 1008 0
[pid=12314] ppid=12296 vsize=385592 CPUtime=0.07 cores=0-7
/proc/12314/stat : 12314 (python) S 12296 12296 11459 0 -1 4202560 812 0 0 0 5 2 0 0 15 0 1 0 549201990 394846208 5961 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 13464091632458498308 0 0 17 7 0 0 0
/proc/12314/statm: 96398 5961 371 364 0 32304 0
[pid=12316] ppid=12314 vsize=4780 CPUtime=36.63 cores=0-7
/proc/12316/stat : 12316 (march_hi) R 12314 12316 12316 0 -1 4202496 1190 0 0 0 3663 0 0 0 25 0 1 0 549201991 4894720 915 33554432000 4194304 4955518 140733743000048 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12316/statm: 1195 915 104 186 0 1008 0
[pid=12317] ppid=12296 vsize=395848 CPUtime=0.04 cores=0-7
/proc/12317/stat : 12317 (python) S 12296 12296 11459 0 -1 4202560 812 0 0 0 2 2 0 0 18 0 1 0 549201994 405348352 5982 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 9878012463939551492 0 0 17 2 0 0 0
/proc/12317/statm: 98962 5982 371 364 0 34865 0
[pid=12319] ppid=12317 vsize=454912 CPUtime=36.86 cores=0-7
/proc/12319/stat : 12319 (TNM) R 12317 12319 12319 0 -1 4202496 419 0 0 0 3686 0 0 0 25 0 1 0 549201995 465829888 161 33554432000 134512640 135008748 4287258784 18446744073709551615 134527524 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12319/statm: 113728 161 46 122 0 112628 0
[pid=12320] ppid=12296 vsize=406104 CPUtime=0.08 cores=0-7
/proc/12320/stat : 12320 (python) S 12296 12296 11459 0 -1 4202560 831 0 0 0 5 3 0 0 15 0 1 0 549201998 415850496 5868 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 7568321168323608834 0 0 17 0 0 0 0
/proc/12320/statm: 101526 5868 371 364 0 37426 0
[pid=12322] ppid=12320 vsize=4780 CPUtime=36.72 cores=0-7
/proc/12322/stat : 12322 (march_hi) R 12320 12322 12322 0 -1 4202496 1197 0 0 0 3671 1 0 0 25 0 1 0 549201999 4894720 920 33554432000 4194304 4955518 140735889146576 18446744073709551615 4346493 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12322/statm: 1195 920 104 186 0 1008 0
[pid=12323] ppid=12296 vsize=416360 CPUtime=0.08 cores=0-7
/proc/12323/stat : 12323 (python) S 12296 12296 11459 0 -1 4202560 871 0 0 0 5 3 0 0 15 0 1 0 549202002 426352640 5998 33554432000 4194304 5683644 140737158152384 18446744073709551615 248089718342 0 0 16781312 514 11661446716766257412 0 0 17 2 0 0 0
/proc/12323/statm: 104090 5998 377 364 0 39987 0
[pid=12325] ppid=12323 vsize=4780 CPUtime=36.72 cores=0-7
/proc/12325/stat : 12325 (march_hi) R 12323 12325 12325 0 -1 4202496 1201 0 0 0 3672 0 0 0 25 0 1 0 549202003 4894720 920 33554432000 4194304 4955518 140735530806560 18446744073709551615 4314071 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12325/statm: 1195 920 104 186 0 1008 0
[pid=12296/tid=12303] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12303/stat : 12303 (python) S 12294 12296 11459 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 549201976 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 0 0 0 0
[pid=12296/tid=12306] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12306/stat : 12306 (python) S 12294 12296 11459 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 549201979 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 3 0 0 0
[pid=12296/tid=12309] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12309/stat : 12309 (python) S 12294 12296 11459 0 -1 4202560 80 935 0 0 0 0 0 0 25 0 9 0 549201983 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 0 0 0 0
[pid=12296/tid=12312] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12312/stat : 12312 (python) S 12294 12296 11459 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 9 0 549201987 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 6 0 0 0
[pid=12296/tid=12315] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12315/stat : 12315 (python) S 12294 12296 11459 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 9 0 549201991 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 0 0 0 0
[pid=12296/tid=12318] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12318/stat : 12318 (python) S 12294 12296 11459 0 -1 4202560 31 935 0 0 0 0 0 0 21 0 9 0 549201994 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 2 0 0 0
[pid=12296/tid=12321] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12321/stat : 12321 (python) S 12294 12296 11459 0 -1 4202560 33 935 0 0 0 0 0 0 23 0 9 0 549201999 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 2 0 0 0
[pid=12296/tid=12324] ppid=12294 vsize=426604 CPUtime=0 cores=0-7
/proc/12296/task/12324/stat : 12324 (python) S 12294 12296 11459 0 -1 4202560 75 935 0 0 0 0 0 0 25 0 9 0 549202003 436842496 7514 33554432000 4194304 5683644 140737158152384 18446744073709551615 248101521841 0 0 16781312 2 18446604449068417408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 296.31
Current children cumulated vsize (KiB) 4840164

Child status: 0
Real time (s): 37.7557
CPU time (s): 296.71
CPU user time (s): 296.301
CPU system time (s): 0.408937
CPU usage (%): 785.869
Max. virtual memory (cumulated for all children) (KiB): 4840168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 296.301
system time used= 0.408937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36013
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= 4957
involuntary context switches= 4628

runsolver used 0.081987 second user time and 0.200969 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-03 00:40:21
IDJOB=3322215
IDBENCH=82993
IDSOLVER=1712
FILE ID=node123/3322215-1304376021
RUNJOBID= node123-1304371488-11473
PBS_JOBID= 13181777
Free space on /tmp= 73680 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S690749326-001.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-3322215-1304376021/watcher-3322215-1304376021 -o /tmp/evaluation-result-3322215-1304376021/solver-3322215-1304376021 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322215-1304376021.cnf -seed 1170568702 -budget 40000 -cores 8

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

MD5SUM BENCH= 20f33ec190b502d21efebab5417989ef
RANDOM SEED=1170568702

node123.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.838
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.67
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.838
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.15
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.838
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.838
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.82
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.838
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.838
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.80
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.838
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20745520 kB
Buffers:         93516 kB
Cached:         820904 kB
SwapCached:      16272 kB
Active:        9298020 kB
Inactive:      2662280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20745520 kB
SwapTotal:    67111528 kB
SwapFree:     66698992 kB
Dirty:           33068 kB
Writeback:           0 kB
AnonPages:    11038104 kB
Mapped:          19312 kB
Slab:           147044 kB
PageTables:      31008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 12836000 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= 73648 MiB
End job on node123 at 2011-05-03 00:40:59