Trace number 3322223

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 3597.57 451.272

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S247862791-097.UNKNOWN.cnf
MD5SUM6b69f72e1046222baee8c8d817a4adac
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark444.867
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3322223-1304376170.cnf
0.32/0.46	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.40/0.51	c INFO: computed variable balance statistics
0.40/0.54	c INFO: computed small-clause counts
0.40/0.54	c INFO: computed Horn-clause counts
0.40/0.54	c INFO: computed variable graph statistics
0.40/0.54	c INFO: collected features for HOME/instance-3322223-1304376170.cnf in 0.08 s
0.40/0.58	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.57)
0.51/0.62	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.35)
0.51/0.65	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.30)
0.51/0.69	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.09)
0.60/0.73	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.60/0.77	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.26)
0.70/0.81	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.23)
0.70/0.85	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.17)
800.31/100.81	c INFO: running march_hi@0 for 388 with 39899 remaining (b = 0.15)
801.03/100.97	c INFO: running kcnfs-2006@0 for 582 with 39899 remaining (b = 0.18)
820.29/103.34	c INFO: running march_hi@0 for 97 with 39897 remaining (b = 0.04)
1596.02/200.57	c INFO: running march_hi@96 for 97 with 39799 remaining (b = 0.04)
2349.50/294.97	c INFO: running march_hi@190 for 97 with 39705 remaining (b = 0.04)
3125.33/392.14	c INFO: running march_hi@0 for 97 with 39608 remaining (b = 0.04)
3134.11/393.24	c INFO: running march_hi@0 for 97 with 39607 remaining (b = 0.04)
3142.07/394.28	c INFO: running march_hi@100 for 97 with 39606 remaining (b = 0.05)
3156.49/396.02	c INFO: running march_hi@580 for 97 with 39604 remaining (b = 0.06)
3596.98/451.25	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-3322223-1304376170/watcher-3322223-1304376170 -o /tmp/evaluation-result-3322223-1304376170/solver-3322223-1304376170 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322223-1304376170.cnf -seed 774805470 -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: 7.21 8.23 8.20 1/283 32085
/proc/meminfo: memFree=25705552/32951124 swapFree=67107192/67111528
[pid=32085] ppid=32083 vsize=15776 CPUtime=0 cores=0-7
/proc/32085/stat : 32085 (python) S 32083 32085 30480 0 -1 4202496 904 0 0 0 0 0 0 0 25 0 1 0 549215493 16154624 784 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/32085/statm: 3944 784 346 364 0 431 0

[startup+0.0583769 s]
/proc/loadavg: 7.21 8.23 8.20 1/283 32085
/proc/meminfo: memFree=25705552/32951124 swapFree=67107192/67111528
[pid=32085] ppid=32083 vsize=36512 CPUtime=0.04 cores=0-7
/proc/32085/stat : 32085 (python) R 32083 32085 30480 0 -1 4202496 1615 0 0 0 3 1 0 0 25 0 1 0 549215493 37388288 1446 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204647168 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32085/statm: 9128 1449 452 364 0 945 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36512

[startup+0.100364 s]
/proc/loadavg: 7.21 8.23 8.20 1/283 32085
/proc/meminfo: memFree=25705552/32951124 swapFree=67107192/67111528
[pid=32085] ppid=32083 vsize=104228 CPUtime=0.07 cores=0-7
/proc/32085/stat : 32085 (python) S 32083 32085 30480 0 -1 4202496 3060 0 0 0 5 2 0 0 17 0 1 0 549215493 106729472 2742 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/32085/statm: 26057 2742 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300345 s]
/proc/loadavg: 7.21 8.23 8.20 1/283 32085
/proc/meminfo: memFree=25705552/32951124 swapFree=67107192/67111528
[pid=32085] ppid=32083 vsize=170752 CPUtime=0.23 cores=0-7
/proc/32085/stat : 32085 (python) R 32083 32085 30480 0 -1 4202496 6741 933 1 0 16 7 0 0 17 0 1 0 549215493 174850048 4807 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204645376 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32085/statm: 42688 4807 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170752

[startup+0.700227 s]
/proc/loadavg: 7.21 8.23 8.20 1/283 32085
/proc/meminfo: memFree=25705552/32951124 swapFree=67107192/67111528
[pid=32085] ppid=32083 vsize=385724 CPUtime=0.6 cores=0-7
/proc/32085/stat : 32085 (python) R 32083 32085 30480 0 -1 4202496 12613 933 1 0 50 10 0 0 18 0 5 0 549215493 394981376 7262 33554432000 4194304 5683644 140736979137872 18446744073709551615 47217669822090 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32085/statm: 96431 7262 1880 364 0 32340 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 385724

[startup+1.50109 s]
/proc/loadavg: 7.27 8.22 8.20 9/308 32114
/proc/meminfo: memFree=25646452/32951124 swapFree=67107192/67111528
[pid=32085] ppid=32083 vsize=426884 CPUtime=0.75 cores=0-7
/proc/32085/stat : 32085 (python) S 32083 32085 30480 0 -1 4202496 15901 933 1 0 64 11 0 0 22 0 9 0 549215493 437129216 7304 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32085/statm: 106721 7304 1889 364 0 42618 0
[pid=32091] ppid=32085 vsize=278660 CPUtime=0 cores=0-7
/proc/32091/stat : 32091 (python) S 32085 32085 30480 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 549215552 285347840 5583 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667407 0 0 16781312 514 10925189266673762303 0 0 17 1 0 0 0
/proc/32091/statm: 69665 5583 354 364 0 5583 0
[pid=32093] ppid=32091 vsize=1017800 CPUtime=0.91 cores=0-7
/proc/32093/stat : 32093 (gnovelty+2) R 32091 32093 32093 0 -1 4202496 440 0 0 0 91 0 0 0 21 0 1 0 549215552 1042227200 177 33554432000 134512640 135663704 4286636448 18446744073709551615 134545793 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32093/statm: 254450 177 113 282 0 254166 0
[pid=32094] ppid=32085 vsize=289332 CPUtime=0 cores=0-7
/proc/32094/stat : 32094 (python) S 32085 32085 30480 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 549215555 296275968 5691 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 5602253000421638403 0 0 17 3 0 0 0
/proc/32094/statm: 72333 5691 348 364 0 8248 0
[pid=32096] ppid=32094 vsize=2172 CPUtime=0.87 cores=0-7
/proc/32096/stat : 32096 (march_hi) R 32094 32096 32096 0 -1 4202496 616 0 0 0 87 0 0 0 23 0 1 0 549215556 2224128 355 33554432000 4194304 4955518 140735662569984 18446744073709551615 4263712 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32096/statm: 543 355 104 186 0 356 0
[pid=32097] ppid=32085 vsize=364768 CPUtime=0 cores=0-7
/proc/32097/stat : 32097 (python) S 32085 32085 30480 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 549215559 373522432 5620 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 5625893140368949508 0 0 17 5 0 0 0
/proc/32097/statm: 91192 5620 348 364 0 27104 0
[pid=32099] ppid=32097 vsize=2172 CPUtime=0.82 cores=0-7
/proc/32099/stat : 32099 (march_hi) R 32097 32099 32099 0 -1 4202496 620 0 0 0 82 0 0 0 23 0 1 0 549215559 2224128 355 33554432000 4194304 4955518 140737390556848 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32099/statm: 543 355 104 186 0 356 0
[pid=32100] ppid=32085 vsize=375480 CPUtime=0 cores=0-7
/proc/32100/stat : 32100 (python) S 32085 32085 30480 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 549215563 384491520 5726 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 3517403672248025345 0 0 17 0 0 0 0
/proc/32100/statm: 93870 5726 348 364 0 29779 0
[pid=32102] ppid=32100 vsize=2172 CPUtime=0.79 cores=0-7
/proc/32102/stat : 32102 (march_hi) R 32100 32102 32102 0 -1 4202496 619 0 0 0 79 0 0 0 23 0 1 0 549215563 2224128 354 33554432000 4194304 4955518 140735331943168 18446744073709551615 4209699 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32102/statm: 543 354 104 186 0 356 0
[pid=32103] ppid=32085 vsize=385736 CPUtime=0 cores=0-7
/proc/32103/stat : 32103 (python) S 32085 32085 30480 0 -1 4202560 756 0 0 0 0 0 0 0 19 0 1 0 549215567 394993664 5730 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 4324611233291436031 0 0 17 4 0 0 0
/proc/32103/statm: 96434 5730 348 364 0 32340 0
[pid=32105] ppid=32103 vsize=1017800 CPUtime=0.75 cores=0-7
/proc/32105/stat : 32105 (gnovelty+2) R 32103 32105 32105 0 -1 4202496 443 0 0 0 75 0 0 0 22 0 1 0 549215567 1042227200 178 33554432000 134512640 135663704 4292039408 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32105/statm: 254450 178 113 282 0 254166 0
[pid=32106] ppid=32085 vsize=395520 CPUtime=0 cores=0-7
/proc/32106/stat : 32106 (python) S 32085 32085 30480 0 -1 4202560 776 0 0 0 0 0 0 0 15 0 1 0 549215571 405012480 5631 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 5602253000421638403 0 0 17 4 0 0 0
/proc/32106/statm: 98880 5631 348 364 0 34783 0
[pid=32108] ppid=32106 vsize=2172 CPUtime=0.72 cores=0-7
/proc/32108/stat : 32108 (march_hi) R 32106 32108 32108 0 -1 4202496 621 0 0 0 72 0 0 0 22 0 1 0 549215571 2224128 354 33554432000 4194304 4955518 140737285070208 18446744073709551615 4238735 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32108/statm: 543 354 104 186 0 356 0
[pid=32109] ppid=32085 vsize=406248 CPUtime=0 cores=0-7
/proc/32109/stat : 32109 (python) S 32085 32085 30480 0 -1 4202560 773 0 0 0 0 0 0 0 16 0 1 0 549215575 415997952 5738 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 1862480342770745604 0 0 17 6 0 0 0
/proc/32109/statm: 101562 5738 348 364 0 37462 0
[pid=32111] ppid=32109 vsize=2172 CPUtime=0.67 cores=0-7
/proc/32111/stat : 32111 (march_hi) R 32109 32111 32111 0 -1 4202496 621 0 0 0 67 0 0 0 22 0 1 0 549215575 2224128 350 33554432000 4194304 4955518 140737084939376 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32111/statm: 543 350 104 186 0 356 0
[pid=32112] ppid=32085 vsize=416640 CPUtime=0 cores=0-7
/proc/32112/stat : 32112 (python) S 32085 32085 30480 0 -1 4202560 815 0 0 0 0 0 0 0 18 0 1 0 549215579 426639360 5765 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 2207480703287787777 0 0 17 0 0 0 0
/proc/32112/statm: 104160 5765 354 364 0 40057 0
[pid=32114] ppid=32112 vsize=2172 CPUtime=0.61 cores=0-7
/proc/32114/stat : 32114 (march_hi) R 32112 32114 32114 0 -1 4202496 624 0 0 0 61 0 0 0 25 0 1 0 549215579 2224128 350 33554432000 4194304 4955518 140733542298512 18446744073709551615 4227651 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32114/statm: 543 350 104 186 0 356 0
[pid=32085/tid=32092] ppid=32083 vsize=426884 CPUtime=0 cores=0-7
/proc/32085/task/32092/stat : 32092 (python) S 32083 32085 30480 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 9 0 549215552 437129216 7304 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32095] ppid=32083 vsize=426884 CPUtime=0 cores=0-7
/proc/32085/task/32095/stat : 32095 (python) S 32083 32085 30480 0 -1 4202560 20 933 0 0 0 0 0 0 18 0 9 0 549215555 437129216 7304 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 3 0 0 0
[pid=32085/tid=32098] ppid=32083 vsize=426884 CPUtime=0 cores=0-7
/proc/32085/task/32098/stat : 32098 (python) S 32083 32085 30480 0 -1 4202560 22 933 0 0 0 0 0 0 19 0 9 0 549215559 437129216 7304 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32101] ppid=32083 vsize=426884 CPUtime=0 cores=0-7
/proc/32085/task/32101/stat : 32101 (python) S 32083 32085 30480 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 9 0 549215563 437129216 7304 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32104] ppid=32083 vsize=426884 CPUtime=0 cores=0-7
/proc/32085/task/32104/stat : 32104 (python) S 32083 32085 30480 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 549215567 437129216 7304 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32107] ppid=32083 vsize=426884 CPUtime=0 cores=0-7
/proc/32085/task/32107/stat : 32107 (python) S 32083 32085 30480 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 549215571 437129216 7304 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32110] ppid=32083 vsize=426884 CPUtime=0 cores=0-7
/proc/32085/task/32110/stat : 32110 (python) S 32083 32085 30480 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 549215575 437129216 7304 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32113] ppid=32083 vsize=426884 CPUtime=0 cores=0-7
/proc/32085/task/32113/stat : 32113 (python) S 32083 32085 30480 0 -1 4202560 76 933 0 0 0 0 0 0 22 0 9 0 549215579 437129216 7304 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 5387900

[startup+3.10082 s]
/proc/loadavg: 7.27 8.22 8.20 9/308 32114
/proc/meminfo: memFree=25644468/32951124 swapFree=67107192/67111528
[pid=32085] ppid=32083 vsize=426884 CPUtime=0.75 cores=0-7
/proc/32085/stat : 32085 (python) S 32083 32085 30480 0 -1 4202496 15901 933 1 0 64 11 0 0 22 0 9 0 549215493 437129216 7304 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32085/statm: 106721 7304 1889 364 0 42618 0
[pid=32091] ppid=32085 vsize=278660 CPUtime=0 cores=0-7
/proc/32091/stat : 32091 (python) S 32085 32085 30480 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 549215552 285347840 5583 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667407 0 0 16781312 514 10925189266673729793 0 0 17 1 0 0 0
/proc/32091/statm: 69665 5583 354 364 0 5583 0
[pid=32093] ppid=32091 vsize=1017800 CPUtime=2.51 cores=0-7
/proc/32093/stat : 32093 (gnovelty+2) R 32091 32093 32093 0 -1 4202496 440 0 0 0 251 0 0 0 25 0 1 0 549215552 1042227200 177 33554432000 134512640 135663704 4286636448 18446744073709551615 134524684 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32093/statm: 254450 177 113 282 0 254166 0
[pid=32094] ppid=32085 vsize=289332 CPUtime=0 cores=0-7
/proc/32094/stat : 32094 (python) S 32085 32085 30480 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 549215555 296275968 5691 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 1637704981681242371 0 0 17 3 0 0 0
/proc/32094/statm: 72333 5691 348 364 0 8248 0
[pid=32096] ppid=32094 vsize=2304 CPUtime=2.47 cores=0-7
/proc/32096/stat : 32096 (march_hi) R 32094 32096 32096 0 -1 4202496 631 0 0 0 247 0 0 0 25 0 1 0 549215556 2359296 370 33554432000 4194304 4955518 140735662569984 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32096/statm: 576 370 104 186 0 389 0
[pid=32097] ppid=32085 vsize=364768 CPUtime=0 cores=0-7
/proc/32097/stat : 32097 (python) S 32085 32085 30480 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 549215559 373522432 5620 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 5625893140368949508 0 0 17 5 0 0 0
/proc/32097/statm: 91192 5620 348 364 0 27104 0
[pid=32099] ppid=32097 vsize=2304 CPUtime=2.41 cores=0-7
/proc/32099/stat : 32099 (march_hi) R 32097 32099 32099 0 -1 4202496 635 0 0 0 241 0 0 0 25 0 1 0 549215559 2359296 370 33554432000 4194304 4955518 140737390556848 18446744073709551615 4244496 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32099/statm: 576 370 104 186 0 389 0
[pid=32100] ppid=32085 vsize=375480 CPUtime=0 cores=0-7
/proc/32100/stat : 32100 (python) S 32085 32085 30480 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 549215563 384491520 5726 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 3517403672248025345 0 0 17 0 0 0 0
/proc/32100/statm: 93870 5726 348 364 0 29779 0
[pid=32102] ppid=32100 vsize=2304 CPUtime=2.39 cores=0-7
/proc/32102/stat : 32102 (march_hi) R 32100 32102 32102 0 -1 4202496 634 0 0 0 239 0 0 0 25 0 1 0 549215563 2359296 369 33554432000 4194304 4955518 140735331943168 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32102/statm: 576 369 104 186 0 389 0
[pid=32103] ppid=32085 vsize=385736 CPUtime=0 cores=0-7
/proc/32103/stat : 32103 (python) S 32085 32085 30480 0 -1 4202560 756 0 0 0 0 0 0 0 18 0 1 0 549215567 394993664 5730 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 4324611233291403521 0 0 17 4 0 0 0
/proc/32103/statm: 96434 5730 348 364 0 32340 0
[pid=32105] ppid=32103 vsize=1017800 CPUtime=2.35 cores=0-7
/proc/32105/stat : 32105 (gnovelty+2) R 32103 32105 32105 0 -1 4202496 443 0 0 0 235 0 0 0 25 0 1 0 549215567 1042227200 178 33554432000 134512640 135663704 4292039408 18446744073709551615 134525002 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32105/statm: 254450 178 113 282 0 254166 0
[pid=32106] ppid=32085 vsize=395520 CPUtime=0 cores=0-7
/proc/32106/stat : 32106 (python) S 32085 32085 30480 0 -1 4202560 777 0 0 0 0 0 0 0 15 0 1 0 549215571 405012480 5631 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 18146045239993794819 0 0 17 4 0 0 0
/proc/32106/statm: 98880 5631 348 364 0 34783 0
[pid=32108] ppid=32106 vsize=2304 CPUtime=2.32 cores=0-7
/proc/32108/stat : 32108 (march_hi) R 32106 32108 32108 0 -1 4202496 637 0 0 0 232 0 0 0 25 0 1 0 549215571 2359296 370 33554432000 4194304 4955518 140737285070208 18446744073709551615 4209653 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32108/statm: 576 370 104 186 0 389 0
[pid=32109] ppid=32085 vsize=406248 CPUtime=0 cores=0-7
/proc/32109/stat : 32109 (python) S 32085 32085 30480 0 -1 4202560 784 0 0 0 0 0 0 0 15 0 1 0 549215575 415997952 5738 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 1862480342770745604 0 0 17 6 0 0 0
/proc/32109/statm: 101562 5738 348 364 0 37462 0
[pid=32111] ppid=32109 vsize=2304 CPUtime=2.27 cores=0-7
/proc/32111/stat : 32111 (march_hi) R 32109 32111 32111 0 -1 4202496 639 0 0 0 227 0 0 0 25 0 1 0 549215575 2359296 368 33554432000 4194304 4955518 140737084939376 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32111/statm: 576 368 104 186 0 389 0
[pid=32112] ppid=32085 vsize=416640 CPUtime=0 cores=0-7
/proc/32112/stat : 32112 (python) S 32085 32085 30480 0 -1 4202560 816 0 0 0 0 0 0 0 15 0 1 0 549215579 426639360 5765 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 4316230480786587905 0 0 17 0 0 0 0
/proc/32112/statm: 104160 5765 354 364 0 40057 0
[pid=32114] ppid=32112 vsize=2304 CPUtime=2.21 cores=0-7
/proc/32114/stat : 32114 (march_hi) R 32112 32114 32114 0 -1 4202496 642 0 0 0 221 0 0 0 25 0 1 0 549215579 2359296 368 33554432000 4194304 4955518 140733542298512 18446744073709551615 4238735 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32114/statm: 576 368 104 186 0 389 0
[pid=32085/tid=32092] ppid=32083 vsize=426884 CPUtime=0 cores=0-7
/proc/32085/task/32092/stat : 32092 (python) S 32083 32085 30480 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 9 0 549215552 437129216 7304 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32095] ppid=32083 vsize=426884 CPUtime=0 cores=0-7
/proc/32085/task/32095/stat : 32095 (python) S 32083 32085 30480 0 -1 4202560 20 933 0 0 0 0 0 0 18 0 9 0 549215555 437129216 7304 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 3 0 0 0
[pid=32085/tid=32098] ppid=32083 vsize=426884 CPUtime=0 cores=0-7
/proc/32085/task/32098/stat : 32098 (python) S 32083 32085 30480 0 -1 4202560 22 933 0 0 0 0 0 0 19 0 9 0 549215559 437129216 7304 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32101] ppid=32083 vsize=426884 CPUtime=0 cores=0-7
/proc/32085/task/32101/stat : 32101 (python) S 32083 32085 30480 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 9 0 549215563 437129216 7304 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32104] ppid=32083 vsize=426884 CPUtime=0 cores=0-7

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

/proc/32100/stat : 32100 (python) S 32085 32085 30480 0 -1 4202560 1187 0 0 0 59 47 0 0 15 0 2 0 549215563 384491520 5779 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32100/statm: 93870 5779 400 364 0 29779 0
[pid=32102] ppid=32100 vsize=11332 CPUtime=447.67 cores=0-7
/proc/32102/stat : 32102 (march_hi) R 32100 32102 32102 0 -1 4202496 2864 0 0 0 44760 7 0 0 25 0 1 0 549215563 11603968 2599 33554432000 4194304 4955518 140735331943168 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32102/statm: 2833 2599 104 186 0 2646 0
[pid=32100/tid=32125] ppid=32085 vsize=375480 CPUtime=0 cores=0-7
/proc/32100/task/32125/stat : 32125 (python) S 32085 32085 30480 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 549225823 384491520 5779 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 514 18446604453930896320 0 0 -1 5 0 0 0
[pid=32103] ppid=32085 vsize=385736 CPUtime=0.2 cores=0-7
/proc/32103/stat : 32103 (python) S 32085 32085 30480 0 -1 4202560 1122 0 0 0 10 10 0 0 19 0 2 0 549215567 394993664 5783 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32103/statm: 96434 5783 400 364 0 32340 0
[pid=32105] ppid=32103 vsize=1017800 CPUtime=99.95 cores=0-7
/proc/32105/stat : 32105 (gnovelty+2) T 32103 32105 32105 0 -1 4202496 443 0 0 0 9995 0 0 0 25 0 1 0 549215567 1042227200 178 33554432000 134512640 135663704 4292039408 18446744073709551615 134545598 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32105/statm: 254450 178 113 282 0 254166 0
[pid=32103/tid=32121] ppid=32085 vsize=385736 CPUtime=0 cores=0-7
/proc/32103/task/32121/stat : 32121 (python) S 32085 32085 30480 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 549225586 394993664 5783 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 514 18446604453919595264 0 0 -1 4 0 0 0
[pid=32106] ppid=32085 vsize=395520 CPUtime=1.03 cores=0-7
/proc/32106/stat : 32106 (python) S 32085 32085 30480 0 -1 4202560 1013 0 0 0 53 50 0 0 15 0 1 0 549215571 405012480 5654 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 5602254933156921603 0 0 17 4 0 0 0
/proc/32106/statm: 98880 5654 371 364 0 34783 0
[pid=32108] ppid=32106 vsize=15212 CPUtime=449.07 cores=0-7
/proc/32108/stat : 32108 (march_hi) R 32106 32108 32108 0 -1 4202496 2946 0 0 0 44907 0 0 0 25 0 1 0 549215571 15577088 2679 33554432000 4194304 4955518 140737285070208 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32108/statm: 3803 2679 104 186 0 3616 0
[pid=32109] ppid=32085 vsize=406248 CPUtime=1.07 cores=0-7
/proc/32109/stat : 32109 (python) S 32085 32085 30480 0 -1 4202560 1035 0 0 0 59 48 0 0 15 0 1 0 549215575 415997952 5761 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 1862480342770745604 0 0 17 6 0 0 0
/proc/32109/statm: 101562 5761 371 364 0 37462 0
[pid=32111] ppid=32109 vsize=11332 CPUtime=444.64 cores=0-7
/proc/32111/stat : 32111 (march_hi) R 32109 32111 32111 0 -1 4202496 2872 0 0 0 44464 0 0 0 25 0 1 0 549215575 11603968 2601 33554432000 4194304 4955518 140737084939376 18446744073709551615 4227752 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32111/statm: 2833 2601 104 186 0 2646 0
[pid=32112] ppid=32085 vsize=416640 CPUtime=1.04 cores=0-7
/proc/32112/stat : 32112 (python) S 32085 32085 30480 0 -1 4202560 1237 0 0 0 58 46 0 0 15 0 2 0 549215579 426639360 5820 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32112/statm: 104160 5820 407 364 0 40057 0
[pid=32114] ppid=32112 vsize=15212 CPUtime=448.6 cores=0-7
/proc/32114/stat : 32114 (march_hi) R 32112 32114 32114 0 -1 4202496 2943 0 0 0 44859 1 0 0 25 0 1 0 549215579 15577088 2669 33554432000 4194304 4955518 140733542298512 18446744073709551615 4227583 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32114/statm: 3803 2669 104 186 0 3616 0
[pid=32112/tid=32136] ppid=32085 vsize=416640 CPUtime=0 cores=0-7
/proc/32112/task/32136/stat : 32136 (python) S 32085 32085 30480 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 549254917 426639360 5820 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 514 18446604453917643968 0 0 -1 1 0 0 0
[pid=32118] ppid=32085 vsize=426896 CPUtime=0.83 cores=0-7
/proc/32118/stat : 32118 (python) S 32085 32085 30480 0 -1 4202560 1049 0 0 0 47 36 0 0 15 0 1 0 549225575 437141504 5786 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 5058615509180711172 0 0 17 6 0 0 0
/proc/32118/statm: 106724 5786 371 364 0 42618 0
[pid=32120] ppid=32118 vsize=8280 CPUtime=348.62 cores=0-7
/proc/32120/stat : 32120 (march_hi) R 32118 32120 32120 0 -1 4202496 1959 0 0 0 34862 0 0 0 25 0 1 0 549225576 8478720 1686 33554432000 4194304 4955518 140736776854208 18446744073709551615 4314160 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32120/statm: 2070 1686 104 186 0 1883 0
[pid=32122] ppid=32085 vsize=437152 CPUtime=0.72 cores=0-7
/proc/32122/stat : 32122 (python) S 32085 32085 30480 0 -1 4202560 1043 0 0 0 42 30 0 0 18 0 1 0 549225591 447643648 5795 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 14032231276467945730 0 0 17 0 0 0 0
/proc/32122/statm: 109288 5795 371 364 0 45179 0
[pid=32124] ppid=32122 vsize=182448 CPUtime=350.12 cores=0-7
/proc/32124/stat : 32124 (kcnfs-2006) R 32122 32124 32124 0 -1 4202496 600 0 0 0 35012 0 0 0 25 0 1 0 549225591 186826752 332 33554432000 134512640 135163436 4288778112 18446744073709551615 134571507 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32124/statm: 45612 332 77 159 0 45452 0
[pid=32085/tid=32092] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32092/stat : 32092 (python) S 32083 32085 30480 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 11 0 549215552 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32095] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32095/stat : 32095 (python) S 32083 32085 30480 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 11 0 549215555 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 3 0 0 0
[pid=32085/tid=32098] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32098/stat : 32098 (python) S 32083 32085 30480 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 11 0 549215559 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32101] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32101/stat : 32101 (python) S 32083 32085 30480 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 11 0 549215563 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32104] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32104/stat : 32104 (python) S 32083 32085 30480 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 11 0 549215567 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32107] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32107/stat : 32107 (python) S 32083 32085 30480 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 11 0 549215571 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32110] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32110/stat : 32110 (python) S 32083 32085 30480 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 11 0 549215575 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32113] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32113/stat : 32113 (python) S 32083 32085 30480 0 -1 4202560 79 933 0 0 0 0 0 0 18 0 11 0 549215579 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32119] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32119/stat : 32119 (python) S 32083 32085 30480 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 11 0 549225575 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32123] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32123/stat : 32123 (python) S 32083 32085 30480 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 11 0 549225591 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3596.18
Current children cumulated vsize (KiB) 6675080

[startup+451.202 s]
/proc/loadavg: 8.01 8.09 8.14 9/320 32138
/proc/meminfo: memFree=25572108/32951124 swapFree=67107192/67111528
[pid=32085] ppid=32083 vsize=447492 CPUtime=1.17 cores=0-7
/proc/32085/stat : 32085 (python) S 32083 32085 30480 0 -1 4202496 18605 933 1 0 105 12 0 0 18 0 11 0 549215493 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32085/statm: 111873 7341 1894 364 0 47764 0
[pid=32091] ppid=32085 vsize=354440 CPUtime=0.2 cores=0-7
/proc/32091/stat : 32091 (python) S 32085 32085 30480 0 -1 4202560 1085 0 0 0 11 9 0 0 19 0 2 0 549215552 362946560 5646 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32091/statm: 88610 5646 410 364 0 24528 0
[pid=32093] ppid=32091 vsize=1017800 CPUtime=100.17 cores=0-7
/proc/32093/stat : 32093 (gnovelty+2) T 32091 32093 32093 0 -1 4202496 440 0 0 0 10017 0 0 0 25 0 1 0 549215552 1042227200 177 33554432000 134512640 135663704 4286636448 18446744073709551615 134545605 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32093/statm: 254450 177 113 282 0 254166 0
[pid=32091/tid=32117] ppid=32085 vsize=354440 CPUtime=0 cores=0-7
/proc/32091/task/32117/stat : 32117 (python) S 32085 32085 30480 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 549225571 362946560 5646 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 514 18446604442571510208 0 0 -1 2 0 0 0
[pid=32094] ppid=32085 vsize=354868 CPUtime=1.03 cores=0-7
/proc/32094/stat : 32094 (python) S 32085 32085 30480 0 -1 4202560 1149 0 0 0 57 46 0 0 15 0 2 0 549215555 363384832 5747 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/32094/statm: 88717 5747 401 364 0 24632 0
[pid=32096] ppid=32094 vsize=15212 CPUtime=449.47 cores=0-7
/proc/32096/stat : 32096 (march_hi) R 32094 32096 32096 0 -1 4202496 2945 0 0 0 44946 1 0 0 25 0 1 0 549215556 15577088 2684 33554432000 4194304 4955518 140735662569984 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32096/statm: 3803 2684 104 186 0 3616 0
[pid=32094/tid=32134] ppid=32085 vsize=354868 CPUtime=0 cores=0-7
/proc/32094/task/32134/stat : 32134 (python) S 32085 32085 30480 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 549254703 363384832 5747 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 514 18446604442571512000 0 0 -1 0 0 0 0
[pid=32097] ppid=32085 vsize=364768 CPUtime=1.03 cores=0-7
/proc/32097/stat : 32097 (python) S 32085 32085 30480 0 -1 4202560 1168 0 0 0 56 47 0 0 15 0 2 0 549215559 373522432 5674 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32097/statm: 91192 5674 400 364 0 27104 0
[pid=32099] ppid=32097 vsize=15212 CPUtime=448.69 cores=0-7
/proc/32099/stat : 32099 (march_hi) R 32097 32099 32099 0 -1 4202496 2934 0 0 0 44868 1 0 0 25 0 1 0 549215559 15577088 2669 33554432000 4194304 4955518 140737390556848 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32099/statm: 3803 2669 104 186 0 3616 0
[pid=32097/tid=32135] ppid=32085 vsize=364768 CPUtime=0 cores=0-7
/proc/32097/task/32135/stat : 32135 (python) S 32085 32085 30480 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 549254813 373522432 5674 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 514 18446604450340768640 0 0 -1 2 0 0 0
[pid=32100] ppid=32085 vsize=375480 CPUtime=1.06 cores=0-7
/proc/32100/stat : 32100 (python) S 32085 32085 30480 0 -1 4202560 1187 0 0 0 59 47 0 0 15 0 2 0 549215563 384491520 5779 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32100/statm: 93870 5779 400 364 0 29779 0
[pid=32102] ppid=32100 vsize=11332 CPUtime=447.77 cores=0-7
/proc/32102/stat : 32102 (march_hi) R 32100 32102 32102 0 -1 4202496 2865 0 0 0 44770 7 0 0 25 0 1 0 549215563 11603968 2600 33554432000 4194304 4955518 140735331943168 18446744073709551615 4227635 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32102/statm: 2833 2600 104 186 0 2646 0
[pid=32100/tid=32125] ppid=32085 vsize=375480 CPUtime=0 cores=0-7
/proc/32100/task/32125/stat : 32125 (python) S 32085 32085 30480 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 549225823 384491520 5779 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 514 18446604453930896320 0 0 -1 5 0 0 0
[pid=32103] ppid=32085 vsize=385736 CPUtime=0.2 cores=0-7
/proc/32103/stat : 32103 (python) S 32085 32085 30480 0 -1 4202560 1122 0 0 0 10 10 0 0 19 0 2 0 549215567 394993664 5783 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32103/statm: 96434 5783 400 364 0 32340 0
[pid=32105] ppid=32103 vsize=1017800 CPUtime=99.95 cores=0-7
/proc/32105/stat : 32105 (gnovelty+2) T 32103 32105 32105 0 -1 4202496 443 0 0 0 9995 0 0 0 25 0 1 0 549215567 1042227200 178 33554432000 134512640 135663704 4292039408 18446744073709551615 134545598 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32105/statm: 254450 178 113 282 0 254166 0
[pid=32103/tid=32121] ppid=32085 vsize=385736 CPUtime=0 cores=0-7
/proc/32103/task/32121/stat : 32121 (python) S 32085 32085 30480 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 549225586 394993664 5783 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 514 18446604453919595264 0 0 -1 4 0 0 0
[pid=32106] ppid=32085 vsize=395520 CPUtime=1.03 cores=0-7
/proc/32106/stat : 32106 (python) S 32085 32085 30480 0 -1 4202560 1013 0 0 0 53 50 0 0 15 0 1 0 549215571 405012480 5654 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 18146045239993794819 0 0 17 4 0 0 0
/proc/32106/statm: 98880 5654 371 364 0 34783 0
[pid=32108] ppid=32106 vsize=15212 CPUtime=449.17 cores=0-7
/proc/32108/stat : 32108 (march_hi) R 32106 32108 32108 0 -1 4202496 2947 0 0 0 44917 0 0 0 25 0 1 0 549215571 15577088 2680 33554432000 4194304 4955518 140737285070208 18446744073709551615 4227800 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32108/statm: 3803 2680 104 186 0 3616 0
[pid=32109] ppid=32085 vsize=406248 CPUtime=1.07 cores=0-7
/proc/32109/stat : 32109 (python) S 32085 32085 30480 0 -1 4202560 1035 0 0 0 59 48 0 0 15 0 1 0 549215575 415997952 5761 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 1862480342770745604 0 0 17 6 0 0 0
/proc/32109/statm: 101562 5761 371 364 0 37462 0
[pid=32111] ppid=32109 vsize=11332 CPUtime=444.74 cores=0-7
/proc/32111/stat : 32111 (march_hi) R 32109 32111 32111 0 -1 4202496 2873 0 0 0 44474 0 0 0 25 0 1 0 549215575 11603968 2602 33554432000 4194304 4955518 140737084939376 18446744073709551615 4238717 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32111/statm: 2833 2602 104 186 0 2646 0
[pid=32112] ppid=32085 vsize=416640 CPUtime=1.04 cores=0-7
/proc/32112/stat : 32112 (python) S 32085 32085 30480 0 -1 4202560 1237 0 0 0 58 46 0 0 15 0 2 0 549215579 426639360 5820 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32112/statm: 104160 5820 407 364 0 40057 0
[pid=32114] ppid=32112 vsize=15212 CPUtime=448.7 cores=0-7
/proc/32114/stat : 32114 (march_hi) R 32112 32114 32114 0 -1 4202496 2946 0 0 0 44869 1 0 0 25 0 1 0 549215579 15577088 2672 33554432000 4194304 4955518 140733542298512 18446744073709551615 4209699 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/32114/statm: 3803 2672 104 186 0 3616 0
[pid=32112/tid=32136] ppid=32085 vsize=416640 CPUtime=0 cores=0-7
/proc/32112/task/32136/stat : 32136 (python) S 32085 32085 30480 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 549254917 426639360 5820 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 514 18446604453917643968 0 0 -1 1 0 0 0
[pid=32118] ppid=32085 vsize=426896 CPUtime=0.83 cores=0-7
/proc/32118/stat : 32118 (python) S 32085 32085 30480 0 -1 4202560 1049 0 0 0 47 36 0 0 15 0 1 0 549225575 437141504 5786 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 5058615509180711172 0 0 17 6 0 0 0
/proc/32118/statm: 106724 5786 371 364 0 42618 0
[pid=32120] ppid=32118 vsize=8280 CPUtime=348.72 cores=0-7
/proc/32120/stat : 32120 (march_hi) R 32118 32120 32120 0 -1 4202496 1960 0 0 0 34872 0 0 0 25 0 1 0 549225576 8478720 1687 33554432000 4194304 4955518 140736776854208 18446744073709551615 4227807 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32120/statm: 2070 1687 104 186 0 1883 0
[pid=32122] ppid=32085 vsize=437152 CPUtime=0.72 cores=0-7
/proc/32122/stat : 32122 (python) S 32085 32085 30480 0 -1 4202560 1043 0 0 0 42 30 0 0 18 0 1 0 549225591 447643648 5795 33554432000 4194304 5683644 140736979137872 18446744073709551615 210204667462 0 0 16781312 514 14032231276467945730 0 0 17 0 0 0 0
/proc/32122/statm: 109288 5795 371 364 0 45179 0
[pid=32124] ppid=32122 vsize=182448 CPUtime=350.22 cores=0-7
/proc/32124/stat : 32124 (kcnfs-2006) R 32122 32124 32124 0 -1 4202496 600 0 0 0 35022 0 0 0 25 0 1 0 549225591 186826752 332 33554432000 134512640 135163436 4288778112 18446744073709551615 134569045 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32124/statm: 45612 332 77 159 0 45452 0
[pid=32085/tid=32092] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32092/stat : 32092 (python) S 32083 32085 30480 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 11 0 549215552 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32095] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32095/stat : 32095 (python) S 32083 32085 30480 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 11 0 549215555 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 3 0 0 0
[pid=32085/tid=32098] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32098/stat : 32098 (python) S 32083 32085 30480 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 11 0 549215559 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32101] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32101/stat : 32101 (python) S 32083 32085 30480 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 11 0 549215563 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32104] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32104/stat : 32104 (python) S 32083 32085 30480 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 11 0 549215567 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32107] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32107/stat : 32107 (python) S 32083 32085 30480 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 11 0 549215571 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32110] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32110/stat : 32110 (python) S 32083 32085 30480 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 11 0 549215575 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32113] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32113/stat : 32113 (python) S 32083 32085 30480 0 -1 4202560 79 933 0 0 0 0 0 0 18 0 11 0 549215579 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32119] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32119/stat : 32119 (python) S 32083 32085 30480 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 11 0 549225575 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
[pid=32085/tid=32123] ppid=32083 vsize=447492 CPUtime=0 cores=0-7
/proc/32085/task/32123/stat : 32123 (python) S 32083 32085 30480 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 11 0 549225591 458231808 7341 33554432000 4194304 5683644 140736979137872 18446744073709551615 210216470961 0 0 16781312 2 18446604453969976064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3596.98
Current children cumulated vsize (KiB) 6675080

Child status: 0
Real time (s): 451.272
CPU time (s): 3597.57
CPU user time (s): 3593.52
CPU system time (s): 4.04539
CPU usage (%): 797.206
Max. virtual memory (cumulated for all children) (KiB): 6675084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.52
system time used= 4.04538
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56013
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= 7978
involuntary context switches= 22159

runsolver used 2.48962 second user time and 4.81027 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-03 00:42:50
IDJOB=3322223
IDBENCH=83001
IDSOLVER=1712
FILE ID=node130/3322223-1304376170
RUNJOBID= node130-1304366466-30494
PBS_JOBID= 13181741
Free space on /tmp= 73452 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S247862791-097.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-3322223-1304376170/watcher-3322223-1304376170 -o /tmp/evaluation-result-3322223-1304376170/solver-3322223-1304376170 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322223-1304376170.cnf -seed 774805470 -budget 40000 -cores 8

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

MD5SUM BENCH= 6b69f72e1046222baee8c8d817a4adac
RANDOM SEED=774805470

node130.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	: 5332.83
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.81
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25705460 kB
Buffers:        277212 kB
Cached:        2527584 kB
SwapCached:       2028 kB
Active:        4752920 kB
Inactive:      2179272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25705460 kB
SwapTotal:    67111528 kB
SwapFree:     67107192 kB
Dirty:           32696 kB
Writeback:          36 kB
AnonPages:     4127956 kB
Mapped:          23832 kB
Slab:           222808 kB
PageTables:      23812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 50851624 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= 73420 MiB
End job on node130 at 2011-05-03 00:50:21