Trace number 3317402

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 540.823 136.122

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1034575833-022.UNKNOWN.cnf
MD5SUMd8b7f1701bbfddf0d556cafbec39b80e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.3761
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.47	c INFO: solving HOME/instance-3317402-1304269405.cnf
0.31/0.47	c INFO: computing task features
0.40/0.50	c INFO: computed variable-clause graph statistics
0.40/0.50	c INFO: computed clause balance statistics
0.50/0.66	c INFO: computed variable balance statistics
0.60/0.72	c INFO: computed small-clause counts
0.60/0.72	c INFO: computed Horn-clause counts
0.60/0.72	c INFO: computed variable graph statistics
0.60/0.72	c INFO: collected features for HOME/instance-3317402-1304269405.cnf in 0.25 s
0.60/0.75	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.58)
0.60/0.78	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.09)
0.70/0.81	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.04)
0.70/0.84	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.03)
400.23/100.97	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.02)
400.62/101.01	c INFO: running FH@0 for 97 with 4699 remaining (b = 0.02)
400.62/101.04	c INFO: running march_hi@0 for 2134 with 4699 remaining (b = 0.38)
400.62/101.08	c INFO: running march_hi@0 for 2134 with 4699 remaining (b = 0.36)
540.72/136.10	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-3317402-1304269405/watcher-3317402-1304269405 -o /tmp/evaluation-result-3317402-1304269405/solver-3317402-1304269405 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317402-1304269405.cnf -seed 447633973 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.31 8.16 7.24 5/305 6682
/proc/meminfo: memFree=20119752/32951124 swapFree=67111524/67111528
[pid=6682] ppid=6680 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/6682/stat : 6682 (python) S 6680 6682 5629 0 -1 4202496 904 0 0 0 0 0 0 0 25 0 1 0 519356143 16154624 784 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/6682/statm: 3944 784 346 364 0 431 0

[startup+0.0576601 s]
/proc/loadavg: 8.31 8.16 7.24 5/305 6682
/proc/meminfo: memFree=20119752/32951124 swapFree=67111524/67111528
[pid=6682] ppid=6680 vsize=36508 CPUtime=0.04 cores=1,3,5,7
/proc/6682/stat : 6682 (python) S 6680 6682 5629 0 -1 4202496 1612 0 0 0 3 1 0 0 25 0 1 0 519356143 37384192 1444 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/6682/statm: 9127 1444 452 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+0.100656 s]
/proc/loadavg: 8.31 8.16 7.24 5/305 6682
/proc/meminfo: memFree=20119752/32951124 swapFree=67111524/67111528
[pid=6682] ppid=6680 vsize=104220 CPUtime=0.07 cores=1,3,5,7
/proc/6682/stat : 6682 (python) S 6680 6682 5629 0 -1 4202496 3048 0 0 0 5 2 0 0 17 0 1 0 519356143 106721280 2732 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/6682/statm: 26055 2732 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.300647 s]
/proc/loadavg: 8.31 8.16 7.24 5/305 6682
/proc/meminfo: memFree=20119752/32951124 swapFree=67111524/67111528
[pid=6682] ppid=6680 vsize=168676 CPUtime=0.23 cores=1,3,5,7
/proc/6682/stat : 6682 (python) R 6680 6682 5629 0 -1 4202496 6723 933 1 0 16 7 0 0 18 0 1 0 519356143 172724224 4797 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726448263 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/6682/statm: 42168 4798 1331 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 168676

[startup+0.700538 s]
/proc/loadavg: 8.31 8.16 7.24 5/305 6682
/proc/meminfo: memFree=20119752/32951124 swapFree=67111524/67111528
[pid=6682] ppid=6680 vsize=279216 CPUtime=0.6 cores=1,3,5,7
/proc/6682/stat : 6682 (python) R 6680 6682 5629 0 -1 4202496 9530 933 1 0 51 9 0 0 18 0 1 0 519356143 285917184 7199 33554432000 4194304 5683644 140736333718656 18446744073709551615 47988291370628 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/6682/statm: 69804 7199 1827 364 0 5728 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 279216

[startup+1.50135 s]
/proc/loadavg: 8.31 8.16 7.24 9/318 6699
/proc/meminfo: memFree=20079156/32951124 swapFree=67111524/67111528
[pid=6682] ppid=6680 vsize=320640 CPUtime=0.74 cores=1,3,5,7
/proc/6682/stat : 6682 (python) S 6680 6682 5629 0 -1 4202496 12566 933 1 0 64 10 0 0 24 0 5 0 519356143 328335360 7359 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6682/statm: 80160 7359 1883 364 0 16069 0
[pid=6688] ppid=6682 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/6688/stat : 6688 (python) S 6682 6682 5629 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 519356219 285941760 5726 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425103 0 0 16781312 514 4597726623096111103 0 0 17 1 0 0 0
/proc/6688/statm: 69810 5726 354 364 0 5728 0
[pid=6690] ppid=6688 vsize=1017932 CPUtime=0.74 cores=1,3,5,7
/proc/6690/stat : 6690 (gnovelty+2) R 6688 6690 6690 0 -1 4202496 491 0 0 0 74 0 0 0 22 0 1 0 519356219 1042362368 227 33554432000 134512640 135663704 4292278528 18446744073709551615 134525043 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6690/statm: 254483 227 113 282 0 254199 0
[pid=6691] ppid=6682 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/6691/stat : 6691 (python) S 6682 6682 5629 0 -1 4202560 745 0 0 0 0 0 0 0 19 0 1 0 519356222 296841216 5812 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425158 0 0 16781312 514 11859650455225237503 0 0 17 5 0 0 0
/proc/6691/statm: 72471 5812 348 364 0 8386 0
[pid=6693] ppid=6691 vsize=1017932 CPUtime=0.7 cores=1,3,5,7
/proc/6693/stat : 6693 (gnovelty+2) R 6691 6693 6693 0 -1 4202496 490 0 0 0 70 0 0 0 22 0 1 0 519356222 1042362368 226 33554432000 134512640 135663704 4287610160 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6693/statm: 254483 226 113 282 0 254199 0
[pid=6694] ppid=6682 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/6694/stat : 6694 (python) S 6682 6682 5629 0 -1 4202560 721 0 0 0 0 0 0 0 21 0 1 0 519356225 307343360 5812 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425158 0 0 16781312 514 18258133028742103039 0 0 17 1 0 0 0
/proc/6694/statm: 75035 5812 344 364 0 10947 0
[pid=6696] ppid=6694 vsize=416524 CPUtime=0.68 cores=1,3,5,7
/proc/6696/stat : 6696 (adaptg2wsat2009) R 6694 6696 6696 0 -1 4202496 588 0 0 0 68 0 0 0 25 0 1 0 519356225 426520576 320 33554432000 134512640 135107411 4286916944 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6696/statm: 104131 320 59 146 0 103007 0
[pid=6697] ppid=6682 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/6697/stat : 6697 (python) S 6682 6682 5629 0 -1 4202560 738 0 0 0 0 0 0 0 24 0 1 0 519356227 317845504 5816 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425158 0 0 16781312 514 4490348317527506943 0 0 17 5 0 0 0
/proc/6697/statm: 77599 5816 344 364 0 13508 0
[pid=6699] ppid=6697 vsize=416524 CPUtime=0.65 cores=1,3,5,7
/proc/6699/stat : 6699 (adaptg2wsat2009) R 6697 6699 6699 0 -1 4202496 587 0 0 0 65 0 0 0 25 0 1 0 519356228 426520576 321 33554432000 134512640 135107411 4289989248 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6699/statm: 104131 321 59 146 0 103007 0
[pid=6682/tid=6689] ppid=6680 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6689/stat : 6689 (python) S 6680 6682 5629 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 519356219 328335360 7359 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 1 0 0 0
[pid=6682/tid=6692] ppid=6680 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6692/stat : 6692 (python) S 6680 6682 5629 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 519356222 328335360 7359 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 7 0 0 0
[pid=6682/tid=6695] ppid=6680 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6695/stat : 6695 (python) S 6680 6682 5629 0 -1 4202560 22 933 0 0 0 0 0 0 22 0 5 0 519356225 328335360 7359 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 1 0 0 0
[pid=6682/tid=6698] ppid=6680 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6698/stat : 6698 (python) S 6680 6682 5629 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 5 0 519356228 328335360 7359 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 4369212

[startup+3.10105 s]
/proc/loadavg: 8.29 8.16 7.25 9/318 6699
/proc/meminfo: memFree=20078040/32951124 swapFree=67111524/67111528
[pid=6682] ppid=6680 vsize=320640 CPUtime=0.74 cores=1,3,5,7
/proc/6682/stat : 6682 (python) S 6680 6682 5629 0 -1 4202496 12566 933 1 0 64 10 0 0 24 0 5 0 519356143 328335360 7359 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6682/statm: 80160 7359 1883 364 0 16069 0
[pid=6688] ppid=6682 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/6688/stat : 6688 (python) S 6682 6682 5629 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 519356219 285941760 5726 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425103 0 0 16781312 514 4597726623096078600 0 0 17 1 0 0 0
/proc/6688/statm: 69810 5726 354 364 0 5728 0
[pid=6690] ppid=6688 vsize=1017932 CPUtime=2.34 cores=1,3,5,7
/proc/6690/stat : 6690 (gnovelty+2) R 6688 6690 6690 0 -1 4202496 491 0 0 0 234 0 0 0 25 0 1 0 519356219 1042362368 227 33554432000 134512640 135663704 4292278528 18446744073709551615 134525722 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6690/statm: 254483 227 113 282 0 254199 0
[pid=6691] ppid=6682 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/6691/stat : 6691 (python) S 6682 6682 5629 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 519356222 296841216 5812 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425158 0 0 16781312 514 11859650455225205000 0 0 17 5 0 0 0
/proc/6691/statm: 72471 5812 348 364 0 8386 0
[pid=6693] ppid=6691 vsize=1017932 CPUtime=2.29 cores=1,3,5,7
/proc/6693/stat : 6693 (gnovelty+2) R 6691 6693 6693 0 -1 4202496 490 0 0 0 229 0 0 0 25 0 1 0 519356222 1042362368 226 33554432000 134512640 135663704 4287610160 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6693/statm: 254483 226 113 282 0 254199 0
[pid=6694] ppid=6682 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/6694/stat : 6694 (python) S 6682 6682 5629 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 519356225 307343360 5816 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425158 0 0 16781312 514 18258133028742070534 0 0 17 1 0 0 0
/proc/6694/statm: 75035 5816 348 364 0 10947 0
[pid=6696] ppid=6694 vsize=416524 CPUtime=2.28 cores=1,3,5,7
/proc/6696/stat : 6696 (adaptg2wsat2009) R 6694 6696 6696 0 -1 4202496 588 0 0 0 228 0 0 0 25 0 1 0 519356225 426520576 320 33554432000 134512640 135107411 4286916944 18446744073709551615 134532360 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6696/statm: 104131 320 59 146 0 103007 0
[pid=6697] ppid=6682 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/6697/stat : 6697 (python) S 6682 6682 5629 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 519356227 317845504 5820 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425158 0 0 16781312 514 4490348317527474439 0 0 17 5 0 0 0
/proc/6697/statm: 77599 5820 348 364 0 13508 0
[pid=6699] ppid=6697 vsize=416524 CPUtime=2.25 cores=1,3,5,7
/proc/6699/stat : 6699 (adaptg2wsat2009) R 6697 6699 6699 0 -1 4202496 587 0 0 0 225 0 0 0 25 0 1 0 519356228 426520576 321 33554432000 134512640 135107411 4289989248 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6699/statm: 104131 321 59 146 0 103007 0
[pid=6682/tid=6689] ppid=6680 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6689/stat : 6689 (python) S 6680 6682 5629 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 519356219 328335360 7359 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 1 0 0 0
[pid=6682/tid=6692] ppid=6680 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6692/stat : 6692 (python) S 6680 6682 5629 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 519356222 328335360 7359 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 7 0 0 0
[pid=6682/tid=6695] ppid=6680 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6695/stat : 6695 (python) S 6680 6682 5629 0 -1 4202560 22 933 0 0 0 0 0 0 22 0 5 0 519356225 328335360 7359 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 1 0 0 0
[pid=6682/tid=6698] ppid=6680 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6698/stat : 6698 (python) S 6680 6682 5629 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 5 0 519356228 328335360 7359 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.9
Current children cumulated vsize (KiB) 4369212

[startup+6.30044 s]
/proc/loadavg: 8.29 8.16 7.25 9/318 6699
/proc/meminfo: memFree=20076576/32951124 swapFree=67111524/67111528
[pid=6682] ppid=6680 vsize=320640 CPUtime=0.74 cores=1,3,5,7
/proc/6682/stat : 6682 (python) S 6680 6682 5629 0 -1 4202496 12566 933 1 0 64 10 0 0 24 0 5 0 519356143 328335360 7359 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6682/statm: 80160 7359 1883 364 0 16069 0
[pid=6688] ppid=6682 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/6688/stat : 6688 (python) S 6682 6682 5629 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 519356219 285941760 5749 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425103 0 0 16781312 514 4597726623096078600 0 0 17 1 0 0 0
/proc/6688/statm: 69810 5749 377 364 0 5728 0
[pid=6690] ppid=6688 vsize=1017932 CPUtime=5.54 cores=1,3,5,7
/proc/6690/stat : 6690 (gnovelty+2) R 6688 6690 6690 0 -1 4202496 491 0 0 0 554 0 0 0 25 0 1 0 519356219 1042362368 227 33554432000 134512640 135663704 4292278528 18446744073709551615 134544218 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6690/statm: 254483 227 113 282 0 254199 0
[pid=6691] ppid=6682 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/6691/stat : 6691 (python) S 6682 6682 5629 0 -1 4202560 908 0 0 0 0 0 0 0 18 0 1 0 519356222 296841216 5835 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425158 0 0 16781312 514 11859650455225205000 0 0 17 5 0 0 0
/proc/6691/statm: 72471 5835 371 364 0 8386 0
[pid=6693] ppid=6691 vsize=1017932 CPUtime=5.46 cores=1,3,5,7
/proc/6693/stat : 6693 (gnovelty+2) R 6691 6693 6693 0 -1 4202496 490 0 0 0 546 0 0 0 25 0 1 0 519356222 1042362368 226 33554432000 134512640 135663704 4287610160 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6693/statm: 254483 226 113 282 0 254199 0
[pid=6694] ppid=6682 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/6694/stat : 6694 (python) S 6682 6682 5629 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 519356225 307343360 5838 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425158 0 0 16781312 514 18258133028742070534 0 0 17 1 0 0 0
/proc/6694/statm: 75035 5838 370 364 0 10947 0
[pid=6696] ppid=6694 vsize=416524 CPUtime=5.45 cores=1,3,5,7
/proc/6696/stat : 6696 (adaptg2wsat2009) R 6694 6696 6696 0 -1 4202496 588 0 0 0 545 0 0 0 25 0 1 0 519356225 426520576 320 33554432000 134512640 135107411 4286916944 18446744073709551615 134531856 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6696/statm: 104131 320 59 146 0 103007 0
[pid=6697] ppid=6682 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/6697/stat : 6697 (python) S 6682 6682 5629 0 -1 4202560 935 0 0 0 0 0 0 0 18 0 1 0 519356227 317845504 5842 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425158 0 0 16781312 514 4490348317527474439 0 0 17 5 0 0 0
/proc/6697/statm: 77599 5842 370 364 0 13508 0
[pid=6699] ppid=6697 vsize=416524 CPUtime=5.43 cores=1,3,5,7
/proc/6699/stat : 6699 (adaptg2wsat2009) R 6697 6699 6699 0 -1 4202496 587 0 0 0 543 0 0 0 25 0 1 0 519356228 426520576 321 33554432000 134512640 135107411 4289989248 18446744073709551615 134532381 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6699/statm: 104131 321 59 146 0 103007 0
[pid=6682/tid=6689] ppid=6680 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6689/stat : 6689 (python) S 6680 6682 5629 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 519356219 328335360 7359 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 1 0 0 0
[pid=6682/tid=6692] ppid=6680 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6692/stat : 6692 (python) S 6680 6682 5629 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 519356222 328335360 7359 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 7 0 0 0
[pid=6682/tid=6695] ppid=6680 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6695/stat : 6695 (python) S 6680 6682 5629 0 -1 4202560 22 933 0 0 0 0 0 0 22 0 5 0 519356225 328335360 7359 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 1 0 0 0
[pid=6682/tid=6698] ppid=6680 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6698/stat : 6698 (python) S 6680 6682 5629 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 5 0 519356228 328335360 7359 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.62
Current children cumulated vsize (KiB) 4369212

[startup+12.7012 s]
/proc/loadavg: 8.24 8.15 7.25 9/318 6699
/proc/meminfo: memFree=20076440/32951124 swapFree=67111524/67111528
[pid=6682] ppid=6680 vsize=320640 CPUtime=0.74 cores=1,3,5,7
/proc/6682/stat : 6682 (python) S 6680 6682 5629 0 -1 4202496 12566 933 1 0 64 10 0 0 24 0 5 0 519356143 328335360 7359 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6682/statm: 80160 7359 1883 364 0 16069 0
[pid=6688] ppid=6682 vsize=279240 CPUtime=0.02 cores=1,3,5,7
/proc/6688/stat : 6688 (python) S 6682 6682 5629 0 -1 4202560 898 0 0 0 1 1 0 0 18 0 1 0 519356219 285941760 5749 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425103 0 0 16781312 514 3412549841081827592 0 0 17 1 0 0 0
/proc/6688/statm: 69810 5749 377 364 0 5728 0
[pid=6690] ppid=6688 vsize=1017932 CPUtime=11.94 cores=1,3,5,7
/proc/6690/stat : 6690 (gnovelty+2) R 6688 6690 6690 0 -1 4202496 491 0 0 0 1194 0 0 0 25 0 1 0 519356219 1042362368 227 33554432000 134512640 135663704 4292278528 18446744073709551615 134524720 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6690/statm: 254483 227 113 282 0 254199 0
[pid=6691] ppid=6682 vsize=289884 CPUtime=0.02 cores=1,3,5,7

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

/proc/6696/statm: 104131 320 59 146 0 103007 0
[pid=6694/tid=6710] ppid=6682 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/6694/task/6710/stat : 6710 (python) S 6682 6682 5629 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 519366244 307343360 5869 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 514 18446604470048648000 0 0 -1 1 0 0 0
[pid=6697] ppid=6682 vsize=310396 CPUtime=0.18 cores=1,3,5,7
/proc/6697/stat : 6697 (python) S 6682 6682 5629 0 -1 4202560 1123 0 0 0 9 9 0 0 19 0 2 0 519356227 317845504 5873 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6697/statm: 77599 5873 400 364 0 13508 0
[pid=6699] ppid=6697 vsize=416524 CPUtime=99.82 cores=1,3,5,7
/proc/6699/stat : 6699 (adaptg2wsat2009) T 6697 6699 6699 0 -1 4202496 587 0 0 0 9982 0 0 0 25 0 1 0 519356228 426520576 321 33554432000 134512640 135107411 4289989248 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6699/statm: 104131 321 59 146 0 103007 0
[pid=6697/tid=6714] ppid=6682 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/6697/task/6714/stat : 6714 (python) S 6682 6682 5629 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519366247 317845504 5873 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 514 18446604471138053120 0 0 -1 5 0 0 0
[pid=6707] ppid=6682 vsize=320652 CPUtime=0.06 cores=1,3,5,7
/proc/6707/stat : 6707 (python) S 6682 6682 5629 0 -1 4202560 942 0 0 0 3 3 0 0 18 0 1 0 519366241 328347648 5847 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425158 0 0 16781312 514 3412549841081827592 0 0 17 7 0 0 0
/proc/6707/statm: 80163 5847 371 364 0 16069 0
[pid=6709] ppid=6707 vsize=416524 CPUtime=34.03 cores=1,3,5,7
/proc/6709/stat : 6709 (adaptg2wsat2009) R 6707 6709 6709 0 -1 4202496 588 0 0 0 3403 0 0 0 25 0 1 0 519366242 426520576 322 33554432000 134512640 135107411 4288356912 18446744073709551615 134532121 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6709/statm: 104131 322 59 146 0 103007 0
[pid=6711] ppid=6682 vsize=330908 CPUtime=0.06 cores=1,3,5,7
/proc/6711/stat : 6711 (python) S 6682 6682 5629 0 -1 4202560 941 0 0 0 3 3 0 0 18 0 1 0 519366244 338849792 5851 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425158 0 0 16781312 514 3412549841081827591 0 0 17 5 0 0 0
/proc/6711/statm: 82727 5851 371 364 0 18630 0
[pid=6713] ppid=6711 vsize=246800 CPUtime=33.71 cores=1,3,5,7
/proc/6713/stat : 6713 (FH) R 6711 6713 6713 0 -1 4202496 551 0 0 0 3371 0 0 0 25 0 1 0 519366245 252723200 286 33554432000 134512640 134936988 4288627200 18446744073709551615 134554090 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6713/statm: 61700 286 41 104 0 61204 0
[pid=6715] ppid=6682 vsize=341164 CPUtime=1.22 cores=1,3,5,7
/proc/6715/stat : 6715 (python) R 6682 6682 5629 0 -1 4202560 980 0 0 0 85 37 0 0 17 0 1 0 519366248 349351936 5855 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425158 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/6715/statm: 85291 5855 371 364 0 21191 0
[pid=6717] ppid=6715 vsize=0 CPUtime=32.81 cores=1,3,5,7
/proc/6717/stat : 6717 (march_hi) R 6715 6717 6717 0 -1 4202500 994 0 0 0 3281 0 0 0 25 0 1 0 519366248 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/6717/statm: 0 0 0 0 0 0 0
[pid=6718] ppid=6682 vsize=351420 CPUtime=1.14 cores=1,3,5,7
/proc/6718/stat : 6718 (python) R 6682 6682 5629 0 -1 4202560 1015 0 0 0 77 37 0 0 17 0 1 0 519366252 359854080 5865 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738235199 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/6718/statm: 87855 5865 377 364 0 23752 0
[pid=6720] ppid=6718 vsize=0 CPUtime=32.86 cores=1,3,5,7
/proc/6720/stat : 6720 (march_hi) R 6718 6720 6720 0 -1 4202500 999 0 0 0 3286 0 0 0 25 0 1 0 519366252 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6720/statm: 0 0 0 0 0 0 0
[pid=6682/tid=6689] ppid=6680 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6689/stat : 6689 (python) S 6680 6682 5629 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 519356219 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 1 0 0 0
[pid=6682/tid=6692] ppid=6680 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6692/stat : 6692 (python) S 6680 6682 5629 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 519356222 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 7 0 0 0
[pid=6682/tid=6695] ppid=6680 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6695/stat : 6695 (python) S 6680 6682 5629 0 -1 4202560 22 933 0 0 0 0 0 0 22 0 9 0 519356225 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 1 0 0 0
[pid=6682/tid=6698] ppid=6680 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6698/stat : 6698 (python) S 6680 6682 5629 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 9 0 519356228 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 5 0 0 0
[pid=6682/tid=6708] ppid=6680 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6708/stat : 6708 (python) S 6680 6682 5629 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 519366241 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 7 0 0 0
[pid=6682/tid=6712] ppid=6680 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6712/stat : 6712 (python) S 6680 6682 5629 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 519366245 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 5 0 0 0
[pid=6682/tid=6716] ppid=6680 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6716/stat : 6716 (python) S 6680 6682 5629 0 -1 4202560 27 933 0 0 0 0 0 0 22 0 9 0 519366248 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 3 0 0 0
[pid=6682/tid=6719] ppid=6680 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6719/stat : 6719 (python) S 6680 6682 5629 0 -1 4202560 28 933 0 0 0 0 0 0 24 0 9 0 519366252 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 536.66
Current children cumulated vsize (KiB) 6427948

[startup+135.901 s]
/proc/loadavg: 8.36 8.19 7.37 11/336 6720
/proc/meminfo: memFree=20049148/32951124 swapFree=67111524/67111528
[pid=6682] ppid=6680 vsize=361664 CPUtime=0.88 cores=1,3,5,7
/proc/6682/stat : 6682 (python) S 6680 6682 5629 0 -1 4202496 16293 933 1 0 77 11 0 0 24 0 9 0 519356143 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6682/statm: 90416 7384 1892 364 0 26313 0
[pid=6688] ppid=6682 vsize=289484 CPUtime=0.18 cores=1,3,5,7
/proc/6688/stat : 6688 (python) S 6682 6682 5629 0 -1 4202560 1082 0 0 0 10 8 0 0 19 0 2 0 519356219 296431616 5787 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6688/statm: 72371 5787 410 364 0 8289 0
[pid=6690] ppid=6688 vsize=1017932 CPUtime=100.17 cores=1,3,5,7
/proc/6690/stat : 6690 (gnovelty+2) T 6688 6690 6690 0 -1 4202496 491 0 0 0 10017 0 0 0 25 0 1 0 519356219 1042362368 227 33554432000 134512640 135663704 4292278528 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6690/statm: 254483 227 113 282 0 254199 0
[pid=6688/tid=6705] ppid=6682 vsize=289484 CPUtime=0 cores=1,3,5,7
/proc/6688/task/6705/stat : 6705 (python) S 6682 6682 5629 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519366237 296431616 5787 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 514 18446604471163054080 0 0 -1 1 0 0 0
[pid=6691] ppid=6682 vsize=289884 CPUtime=0.18 cores=1,3,5,7
/proc/6691/stat : 6691 (python) S 6682 6682 5629 0 -1 4202560 1092 0 0 0 9 9 0 0 19 0 2 0 519356222 296841216 5865 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/6691/statm: 72471 5865 400 364 0 8386 0
[pid=6693] ppid=6691 vsize=1017932 CPUtime=99.36 cores=1,3,5,7
/proc/6693/stat : 6693 (gnovelty+2) T 6691 6693 6693 0 -1 4202496 490 0 0 0 9936 0 0 0 25 0 1 0 519356222 1042362368 226 33554432000 134512640 135663704 4287610160 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6693/statm: 254483 226 113 282 0 254199 0
[pid=6691/tid=6706] ppid=6682 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/6691/task/6706/stat : 6706 (python) S 6682 6682 5629 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 519366241 296841216 5865 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 514 18446604459968950592 0 0 -1 7 0 0 0
[pid=6694] ppid=6682 vsize=300140 CPUtime=0.18 cores=1,3,5,7
/proc/6694/stat : 6694 (python) S 6682 6682 5629 0 -1 4202560 1085 0 0 0 9 9 0 0 19 0 2 0 519356225 307343360 5869 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6694/statm: 75035 5869 400 364 0 10947 0
[pid=6696] ppid=6694 vsize=416524 CPUtime=99.82 cores=1,3,5,7
/proc/6696/stat : 6696 (adaptg2wsat2009) T 6694 6696 6696 0 -1 4202496 588 0 0 0 9982 0 0 0 25 0 1 0 519356225 426520576 320 33554432000 134512640 135107411 4286916944 18446744073709551615 134531720 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6696/statm: 104131 320 59 146 0 103007 0
[pid=6694/tid=6710] ppid=6682 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/6694/task/6710/stat : 6710 (python) S 6682 6682 5629 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 519366244 307343360 5869 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 514 18446604470048648000 0 0 -1 1 0 0 0
[pid=6697] ppid=6682 vsize=310396 CPUtime=0.18 cores=1,3,5,7
/proc/6697/stat : 6697 (python) S 6682 6682 5629 0 -1 4202560 1123 0 0 0 9 9 0 0 19 0 2 0 519356227 317845504 5873 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6697/statm: 77599 5873 400 364 0 13508 0
[pid=6699] ppid=6697 vsize=416524 CPUtime=99.82 cores=1,3,5,7
/proc/6699/stat : 6699 (adaptg2wsat2009) T 6697 6699 6699 0 -1 4202496 587 0 0 0 9982 0 0 0 25 0 1 0 519356228 426520576 321 33554432000 134512640 135107411 4289989248 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6699/statm: 104131 321 59 146 0 103007 0
[pid=6697/tid=6714] ppid=6682 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/6697/task/6714/stat : 6714 (python) S 6682 6682 5629 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519366247 317845504 5873 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 514 18446604471138053120 0 0 -1 5 0 0 0
[pid=6707] ppid=6682 vsize=320652 CPUtime=0.06 cores=1,3,5,7
/proc/6707/stat : 6707 (python) S 6682 6682 5629 0 -1 4202560 942 0 0 0 3 3 0 0 18 0 1 0 519366241 328347648 5847 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425158 0 0 16781312 514 3412549841081827592 0 0 17 7 0 0 0
/proc/6707/statm: 80163 5847 371 364 0 16069 0
[pid=6709] ppid=6707 vsize=416524 CPUtime=34.83 cores=1,3,5,7
/proc/6709/stat : 6709 (adaptg2wsat2009) R 6707 6709 6709 0 -1 4202496 588 0 0 0 3483 0 0 0 25 0 1 0 519366242 426520576 322 33554432000 134512640 135107411 4288356912 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6709/statm: 104131 322 59 146 0 103007 0
[pid=6711] ppid=6682 vsize=330908 CPUtime=0.06 cores=1,3,5,7
/proc/6711/stat : 6711 (python) S 6682 6682 5629 0 -1 4202560 941 0 0 0 3 3 0 0 18 0 1 0 519366244 338849792 5851 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425158 0 0 16781312 514 3412549841081827591 0 0 17 5 0 0 0
/proc/6711/statm: 82727 5851 371 364 0 18630 0
[pid=6713] ppid=6711 vsize=246800 CPUtime=34.5 cores=1,3,5,7
/proc/6713/stat : 6713 (FH) R 6711 6713 6713 0 -1 4202496 551 0 0 0 3450 0 0 0 25 0 1 0 519366245 252723200 286 33554432000 134512640 134936988 4288627200 18446744073709551615 134545336 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6713/statm: 61700 286 41 104 0 61204 0
[pid=6715] ppid=6682 vsize=341164 CPUtime=2.02 cores=1,3,5,7
/proc/6715/stat : 6715 (python) R 6682 6682 5629 0 -1 4202560 982 0 0 0 140 62 0 0 18 0 1 0 519366248 349351936 5855 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738235199 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/6715/statm: 85291 5855 371 364 0 21191 0
[pid=6717] ppid=6715 vsize=0 CPUtime=32.81 cores=1,3,5,7
/proc/6717/stat : 6717 (march_hi) R 6715 6717 6717 0 -1 4202500 994 0 0 0 3281 0 0 0 25 0 1 0 519366248 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/6717/statm: 0 0 0 0 0 0 0
[pid=6718] ppid=6682 vsize=351420 CPUtime=1.94 cores=1,3,5,7
/proc/6718/stat : 6718 (python) R 6682 6682 5629 0 -1 4202560 1018 0 0 0 133 61 0 0 18 0 1 0 519366252 359854080 5865 33554432000 4194304 5683644 140736333718656 18446744073709551615 264726425158 0 0 16781312 514 1 0 0 17 1 0 0 0
/proc/6718/statm: 87855 5865 377 364 0 23752 0
[pid=6720] ppid=6718 vsize=0 CPUtime=32.86 cores=1,3,5,7
/proc/6720/stat : 6720 (march_hi) R 6718 6720 6720 0 -1 4202500 999 0 0 0 3286 0 0 0 25 0 1 0 519366252 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/6720/statm: 0 0 0 0 0 0 0
[pid=6682/tid=6689] ppid=6680 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6689/stat : 6689 (python) S 6680 6682 5629 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 519356219 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 1 0 0 0
[pid=6682/tid=6692] ppid=6680 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6692/stat : 6692 (python) S 6680 6682 5629 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 519356222 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 7 0 0 0
[pid=6682/tid=6695] ppid=6680 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6695/stat : 6695 (python) S 6680 6682 5629 0 -1 4202560 22 933 0 0 0 0 0 0 22 0 9 0 519356225 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 1 0 0 0
[pid=6682/tid=6698] ppid=6680 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6698/stat : 6698 (python) S 6680 6682 5629 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 9 0 519356228 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 5 0 0 0
[pid=6682/tid=6708] ppid=6680 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6708/stat : 6708 (python) S 6680 6682 5629 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 519366241 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 7 0 0 0
[pid=6682/tid=6712] ppid=6680 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6712/stat : 6712 (python) S 6680 6682 5629 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 519366245 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 5 0 0 0
[pid=6682/tid=6716] ppid=6680 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6716/stat : 6716 (python) S 6680 6682 5629 0 -1 4202560 27 933 0 0 0 0 0 0 22 0 9 0 519366248 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 3 0 0 0
[pid=6682/tid=6719] ppid=6680 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/6682/task/6719/stat : 6719 (python) S 6680 6682 5629 0 -1 4202560 28 933 0 0 0 0 0 0 24 0 9 0 519366252 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 539.85
Current children cumulated vsize (KiB) 6427948

[startup+136.101 s]
/proc/loadavg: 8.36 8.19 7.37 11/336 6720
/proc/meminfo: memFree=20049148/32951124 swapFree=67111524/67111528
[pid=6682] ppid=6680 vsize=361664 CPUtime=435.85 cores=1,3,5,7
/proc/6682/stat : 6682 (python) S 6680 6682 5629 0 -1 4202496 16344 9820 1 0 77 11 43391 106 17 0 9 0 519356143 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738235199 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6682/statm: 90416 7384 1892 364 0 26313 0
[pid=6707] ppid=6682 vsize=0 CPUtime=35.09 cores=1,3,5,7
/proc/6707/stat : 6707 (python) R 6682 6682 5629 0 -1 4202564 990 588 0 0 3 3 3503 0 17 0 1 0 519366241 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6707/statm: -- couldn't open statm file --[pid=6711] ppid=6682 vsize=330908 CPUtime=0.06 cores=1,3,5,7
/proc/6711/stat : 6711 (python) R 6682 6682 5629 0 -1 4194368 941 0 0 0 3 3 0 0 17 0 1 0 519366244 338849792 5851 33554432000 4194304 5683644 140736333718656 18446744073709551615 5129974 0 512 16781312 514 0 0 0 17 5 0 0 0
/proc/6711/statm: 82727 5851 371 364 0 18630 0
[pid=6713] ppid=6711 vsize=246800 CPUtime=34.7 cores=1,3,5,7
/proc/6713/stat : 6713 (FH) R 6711 6713 6713 0 -1 4202496 551 0 0 0 3470 0 0 0 25 0 1 0 519366245 252723200 286 33554432000 134512640 134936988 4288627200 18446744073709551615 134553267 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6713/statm: 0 0 0 0 0 0 0
[pid=6715] ppid=6682 vsize=0 CPUtime=35.02 cores=1,3,5,7
/proc/6715/stat : 6715 (python) Z 6682 6682 5629 0 -1 4202588 1251 994 0 0 153 68 3281 0 18 0 1 0 519366248 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6715/statm: 0 0 0 0 0 0 0
[pid=6682/tid=6689] ppid=6680 vsize=361664 CPUtime=470.08 cores=1,3,5,7
/proc/6682/task/6689/stat : 6689 (python) S 6680 6682 5629 0 -1 4202560 26 11398 0 0 0 0 46898 110 20 0 9 0 519356219 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 1 0 0 0
[pid=6682/tid=6692] ppid=6680 vsize=361664 CPUtime=470.08 cores=1,3,5,7
/proc/6682/task/6692/stat : 6692 (python) S 6680 6682 5629 0 -1 4202560 24 11398 0 0 0 0 46898 110 20 0 9 0 519356222 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 7 0 0 0
[pid=6682/tid=6695] ppid=6680 vsize=361664 CPUtime=470.08 cores=1,3,5,7
/proc/6682/task/6695/stat : 6695 (python) S 6680 6682 5629 0 -1 4202560 22 11398 0 0 0 0 46898 110 22 0 9 0 519356225 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 1 0 0 0
[pid=6682/tid=6698] ppid=6680 vsize=361664 CPUtime=470.08 cores=1,3,5,7
/proc/6682/task/6698/stat : 6698 (python) S 6680 6682 5629 0 -1 4202560 29 11398 0 0 0 0 46898 110 25 0 9 0 519356228 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 5 0 0 0
[pid=6682/tid=6708] ppid=6680 vsize=361664 CPUtime=470.08 cores=1,3,5,7
/proc/6682/task/6708/stat : 6708 (python) S 6680 6682 5629 0 -1 4202560 20 11398 0 0 0 0 46898 110 20 0 9 0 519366241 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 7 0 0 0
[pid=6682/tid=6712] ppid=6680 vsize=361664 CPUtime=470.08 cores=1,3,5,7
/proc/6682/task/6712/stat : 6712 (python) S 6680 6682 5629 0 -1 4202560 24 11398 0 0 0 0 46898 110 20 0 9 0 519366245 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 5 0 0 0
[pid=6682/tid=6716] ppid=6680 vsize=361664 CPUtime=470.08 cores=1,3,5,7
/proc/6682/task/6716/stat : 6716 (python) S 6680 6682 5629 0 -1 4202560 27 11398 0 0 0 0 46898 110 22 0 9 0 519366248 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 3 0 0 0
[pid=6682/tid=6719] ppid=6680 vsize=361664 CPUtime=470.08 cores=1,3,5,7
/proc/6682/task/6719/stat : 6719 (python) S 6680 6682 5629 0 -1 4202560 28 11398 0 0 0 0 46898 110 24 0 9 0 519366252 370343936 7384 33554432000 4194304 5683644 140736333718656 18446744073709551615 264738228657 0 0 16781312 2 18446604459968951488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 540.72
Current children cumulated vsize (KiB) 939372

Child status: 0
Real time (s): 136.122
CPU time (s): 540.823
CPU user time (s): 538.869
CPU system time (s): 1.9537
CPU usage (%): 397.306
Max. virtual memory (cumulated for all children) (KiB): 6432476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 538.869
system time used= 1.9537
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35884
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= 3151
involuntary context switches= 5392

runsolver used 0.302953 second user time and 0.835872 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-01 19:03:25
IDJOB=3317402
IDBENCH=82867
IDSOLVER=1705
FILE ID=node141/3317402-1304269405
RUNJOBID= node141-1304267280-5648
PBS_JOBID= 13173938
Free space on /tmp= 72524 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1034575833-022.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-3317402-1304269405/watcher-3317402-1304269405 -o /tmp/evaluation-result-3317402-1304269405/solver-3317402-1304269405 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317402-1304269405.cnf -seed 447633973 -budget 4800 -cores 4

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

MD5SUM BENCH= d8b7f1701bbfddf0d556cafbec39b80e
RANDOM SEED=447633973

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20120032 kB
Buffers:       1420240 kB
Cached:        9100704 kB
SwapCached:          4 kB
Active:        4480208 kB
Inactive:      7736472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20120032 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           32348 kB
Writeback:           0 kB
AnonPages:     1695144 kB
Mapped:          24832 kB
Slab:           522288 kB
PageTables:      29724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 38437640 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= 72492 MiB
End job on node141 at 2011-05-01 19:05:42