Trace number 3317484

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 545.993 137.41

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S321945897-005.UNKNOWN.cnf
MD5SUM7b433874f4dba1bf060f64be4ba91fb7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.2759
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.29/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.49	c INFO: solving HOME/instance-3317484-1304269819.cnf
0.29/0.49	c INFO: computing task features
0.38/0.52	c INFO: computed variable-clause graph statistics
0.38/0.52	c INFO: computed clause balance statistics
0.48/0.68	c INFO: computed variable balance statistics
0.58/0.75	c INFO: computed small-clause counts
0.58/0.75	c INFO: computed Horn-clause counts
0.58/0.75	c INFO: computed variable graph statistics
0.58/0.75	c INFO: collected features for HOME/instance-3317484-1304269819.cnf in 0.26 s
0.58/0.78	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.59)
0.68/0.81	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.09)
0.68/0.84	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.04)
0.68/0.86	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.03)
396.68/100.03	c INFO: running adaptg2wsat2009++@0 for 97 with 4700 remaining (b = 0.02)
396.68/100.06	c INFO: running gnovelty+2@0 for 97 with 4700 remaining (b = 0.02)
398.54/100.97	c INFO: running march_hi@0 for 2134 with 4699 remaining (b = 0.40)
398.70/101.01	c INFO: running march_hi@0 for 2134 with 4699 remaining (b = 0.38)
545.46/137.39	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-3317484-1304269819/watcher-3317484-1304269819 -o /tmp/evaluation-result-3317484-1304269819/solver-3317484-1304269819 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317484-1304269819.cnf -seed 1749715782 -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: 9.43 8.96 7.94 6/248 8062
/proc/meminfo: memFree=28952660/32951124 swapFree=67111464/67111528
[pid=8062] ppid=8060 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/8062/stat : 8062 (python) R 8060 8062 7090 0 -1 4202496 887 0 0 0 0 0 0 0 25 0 1 0 617212523 16150528 768 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020056773 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/8062/statm: 3943 769 343 364 0 430 0

[startup+0.0635781 s]
/proc/loadavg: 9.43 8.96 7.94 6/248 8062
/proc/meminfo: memFree=28952660/32951124 swapFree=67111464/67111528
[pid=8062] ppid=8060 vsize=50060 CPUtime=0.04 cores=1,3,5,7
/proc/8062/stat : 8062 (python) R 8060 8062 7090 0 -1 4202496 1941 0 0 0 3 1 0 0 25 0 1 0 617212523 51261440 1713 33554432000 4194304 5683644 140734496939920 18446744073709551615 260015473680 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/8062/statm: 12502 1710 476 364 0 1202 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50060

[startup+0.100582 s]
/proc/loadavg: 9.43 8.96 7.94 6/248 8062
/proc/meminfo: memFree=28952660/32951124 swapFree=67111464/67111528
[pid=8062] ppid=8060 vsize=104228 CPUtime=0.07 cores=1,3,5,7
/proc/8062/stat : 8062 (python) R 8060 8062 7090 0 -1 4202496 3087 0 0 0 4 3 0 0 25 0 1 0 617212523 106729472 2767 33554432000 4194304 5683644 140734496939920 18446744073709551615 5116756 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8062/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300536 s]
/proc/loadavg: 9.43 8.96 7.94 6/248 8062
/proc/meminfo: memFree=28952660/32951124 swapFree=67111464/67111528
[pid=8062] ppid=8060 vsize=135896 CPUtime=0.21 cores=1,3,5,7
/proc/8062/stat : 8062 (python) R 8060 8062 7090 0 -1 4202496 6043 932 1 0 14 7 0 0 17 0 1 0 617212523 139157504 4190 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020439175 0 0 16781312 2 0 0 0 17 1 0 0 2
/proc/8062/statm: 33974 4190 1032 364 0 3160 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135896

[startup+0.700461 s]
/proc/loadavg: 9.43 8.96 7.94 6/248 8062
/proc/meminfo: memFree=28952660/32951124 swapFree=67111464/67111528
[pid=8062] ppid=8060 vsize=279216 CPUtime=0.58 cores=1,3,5,7
/proc/8062/stat : 8062 (python) R 8060 8062 7090 0 -1 4202496 9530 932 1 0 47 11 0 0 17 0 1 0 617212523 285917184 7199 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020055471 0 0 16781312 2 0 0 0 17 1 0 0 2
/proc/8062/statm: 69804 7199 1827 364 0 5728 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 279216

[startup+1.50128 s]
/proc/loadavg: 9.43 8.96 7.94 11/261 8079
/proc/meminfo: memFree=28911888/32951124 swapFree=67111464/67111528
[pid=8062] ppid=8060 vsize=320640 CPUtime=0.75 cores=1,3,5,7
/proc/8062/stat : 8062 (python) S 8060 8062 7090 0 -1 4202496 12574 932 1 0 63 12 0 0 20 0 5 0 617212523 328335360 7359 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 2
/proc/8062/statm: 80160 7359 1883 364 0 16069 0
[pid=8068] ppid=8062 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/8068/stat : 8068 (python) S 8062 8062 7090 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 617212601 285941760 5726 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416015 0 0 16781312 514 4444811768585256959 0 0 17 1 0 0 0
/proc/8068/statm: 69810 5726 354 364 0 5728 0
[pid=8070] ppid=8068 vsize=1017932 CPUtime=0.71 cores=1,3,5,7
/proc/8070/stat : 8070 (gnovelty+2) R 8068 8070 8070 0 -1 4202496 487 0 0 0 71 0 0 0 21 0 1 0 617212601 1042362368 226 33554432000 134512640 135663704 4288827552 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8070/statm: 254483 226 113 282 0 254199 0
[pid=8071] ppid=8062 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/8071/stat : 8071 (python) S 8062 8062 7090 0 -1 4202560 740 0 0 0 0 0 0 0 21 0 1 0 617212604 296841216 5812 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416070 0 0 16781312 514 8296241846376464383 0 0 17 7 0 0 0
/proc/8071/statm: 72471 5812 348 364 0 8386 0
[pid=8073] ppid=8071 vsize=1017932 CPUtime=0.68 cores=1,3,5,7
/proc/8073/stat : 8073 (gnovelty+2) R 8071 8073 8073 0 -1 4202496 495 0 0 0 68 0 0 0 25 0 1 0 617212604 1042362368 227 33554432000 134512640 135663704 4294587760 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8073/statm: 254483 227 113 282 0 254199 0
[pid=8074] ppid=8062 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/8074/stat : 8074 (python) S 8062 8062 7090 0 -1 4202560 719 0 0 0 0 0 0 0 19 0 1 0 617212607 307343360 5812 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416070 0 0 16781312 514 2294079063725178879 0 0 17 7 0 0 0
/proc/8074/statm: 75035 5812 344 364 0 10947 0
[pid=8076] ppid=8074 vsize=416524 CPUtime=0.65 cores=1,3,5,7
/proc/8076/stat : 8076 (adaptg2wsat2009) R 8074 8076 8076 0 -1 4202496 585 0 0 0 65 0 0 0 22 0 1 0 617212607 426520576 320 33554432000 134512640 135107411 4291414688 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8076/statm: 104131 320 59 146 0 103007 0
[pid=8077] ppid=8062 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/8077/stat : 8077 (python) S 8062 8062 7090 0 -1 4202560 733 0 0 0 0 0 0 0 19 0 1 0 617212610 317845504 5816 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416070 0 0 16781312 514 2294075215434481663 0 0 17 5 0 0 0
/proc/8077/statm: 77599 5816 344 364 0 13508 0
[pid=8079] ppid=8077 vsize=416524 CPUtime=0.61 cores=1,3,5,7
/proc/8079/stat : 8079 (adaptg2wsat2009) R 8077 8079 8079 0 -1 4202496 586 0 0 0 61 0 0 0 22 0 1 0 617212610 426520576 321 33554432000 134512640 135107411 4291499952 18446744073709551615 134531736 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8079/statm: 104131 321 59 146 0 103007 0
[pid=8062/tid=8069] ppid=8060 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8069/stat : 8069 (python) S 8060 8062 7090 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 5 0 617212601 328335360 7359 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 1 0 0 0
[pid=8062/tid=8072] ppid=8060 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8072/stat : 8072 (python) S 8060 8062 7090 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 617212604 328335360 7359 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 1 0 0 0
[pid=8062/tid=8075] ppid=8060 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8075/stat : 8075 (python) S 8060 8062 7090 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 617212607 328335360 7359 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 7 0 0 0
[pid=8062/tid=8078] ppid=8060 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8078/stat : 8078 (python) S 8060 8062 7090 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 5 0 617212610 328335360 7359 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 4369212

[startup+3.10098 s]
/proc/loadavg: 9.43 8.96 7.94 10/261 8079
/proc/meminfo: memFree=28910276/32951124 swapFree=67111464/67111528
[pid=8062] ppid=8060 vsize=320640 CPUtime=0.75 cores=1,3,5,7
/proc/8062/stat : 8062 (python) S 8060 8062 7090 0 -1 4202496 12574 932 1 0 63 12 0 0 20 0 5 0 617212523 328335360 7359 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 2
/proc/8062/statm: 80160 7359 1883 364 0 16069 0
[pid=8068] ppid=8062 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/8068/stat : 8068 (python) S 8062 8062 7090 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 617212601 285941760 5726 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416015 0 0 16781312 514 4444811768585224456 0 0 17 1 0 0 0
/proc/8068/statm: 69810 5726 354 364 0 5728 0
[pid=8070] ppid=8068 vsize=1017932 CPUtime=2.31 cores=1,3,5,7
/proc/8070/stat : 8070 (gnovelty+2) R 8068 8070 8070 0 -1 4202496 487 0 0 0 231 0 0 0 25 0 1 0 617212601 1042362368 226 33554432000 134512640 135663704 4288827552 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8070/statm: 254483 226 113 282 0 254199 0
[pid=8071] ppid=8062 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/8071/stat : 8071 (python) S 8062 8062 7090 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 617212604 296841216 5812 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416070 0 0 16781312 514 8296241846376431877 0 0 17 7 0 0 0
/proc/8071/statm: 72471 5812 348 364 0 8386 0
[pid=8073] ppid=8071 vsize=1017932 CPUtime=2.28 cores=1,3,5,7
/proc/8073/stat : 8073 (gnovelty+2) R 8071 8073 8073 0 -1 4202496 495 0 0 0 228 0 0 0 25 0 1 0 617212604 1042362368 227 33554432000 134512640 135663704 4294587760 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8073/statm: 254483 227 113 282 0 254199 0
[pid=8074] ppid=8062 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/8074/stat : 8074 (python) S 8062 8062 7090 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 617212607 307343360 5816 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416070 0 0 16781312 514 2294079063725146374 0 0 17 7 0 0 0
/proc/8074/statm: 75035 5816 348 364 0 10947 0
[pid=8076] ppid=8074 vsize=416524 CPUtime=2.25 cores=1,3,5,7
/proc/8076/stat : 8076 (adaptg2wsat2009) R 8074 8076 8076 0 -1 4202496 585 0 0 0 225 0 0 0 25 0 1 0 617212607 426520576 320 33554432000 134512640 135107411 4291414688 18446744073709551615 134532097 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8076/statm: 104131 320 59 146 0 103007 0
[pid=8077] ppid=8062 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/8077/stat : 8077 (python) S 8062 8062 7090 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 617212610 317845504 5820 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416070 0 0 16781312 514 2294075215434449158 0 0 17 5 0 0 0
/proc/8077/statm: 77599 5820 348 364 0 13508 0
[pid=8079] ppid=8077 vsize=416524 CPUtime=2.21 cores=1,3,5,7
/proc/8079/stat : 8079 (adaptg2wsat2009) R 8077 8079 8079 0 -1 4202496 586 0 0 0 221 0 0 0 25 0 1 0 617212610 426520576 321 33554432000 134512640 135107411 4291499952 18446744073709551615 134532242 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8079/statm: 104131 321 59 146 0 103007 0
[pid=8062/tid=8069] ppid=8060 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8069/stat : 8069 (python) S 8060 8062 7090 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 5 0 617212601 328335360 7359 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 1 0 0 0
[pid=8062/tid=8072] ppid=8060 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8072/stat : 8072 (python) S 8060 8062 7090 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 617212604 328335360 7359 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 1 0 0 0
[pid=8062/tid=8075] ppid=8060 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8075/stat : 8075 (python) S 8060 8062 7090 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 617212607 328335360 7359 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 7 0 0 0
[pid=8062/tid=8078] ppid=8060 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8078/stat : 8078 (python) S 8060 8062 7090 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 5 0 617212610 328335360 7359 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.8
Current children cumulated vsize (KiB) 4369212

[startup+6.30139 s]
/proc/loadavg: 9.39 8.96 7.95 11/261 8079
/proc/meminfo: memFree=28907788/32951124 swapFree=67111464/67111528
[pid=8062] ppid=8060 vsize=320640 CPUtime=0.75 cores=1,3,5,7
/proc/8062/stat : 8062 (python) S 8060 8062 7090 0 -1 4202496 12574 932 1 0 63 12 0 0 20 0 5 0 617212523 328335360 7359 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 2
/proc/8062/statm: 80160 7359 1883 364 0 16069 0
[pid=8068] ppid=8062 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/8068/stat : 8068 (python) S 8062 8062 7090 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 617212601 285941760 5749 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416015 0 0 16781312 514 4444811768585224456 0 0 17 1 0 0 0
/proc/8068/statm: 69810 5749 377 364 0 5728 0
[pid=8070] ppid=8068 vsize=1017932 CPUtime=5.51 cores=1,3,5,7
/proc/8070/stat : 8070 (gnovelty+2) R 8068 8070 8070 0 -1 4202496 487 0 0 0 551 0 0 0 25 0 1 0 617212601 1042362368 226 33554432000 134512640 135663704 4288827552 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8070/statm: 254483 226 113 282 0 254199 0
[pid=8071] ppid=8062 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/8071/stat : 8071 (python) S 8062 8062 7090 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 617212604 296841216 5835 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416070 0 0 16781312 514 8296241846376431877 0 0 17 7 0 0 0
/proc/8071/statm: 72471 5835 371 364 0 8386 0
[pid=8073] ppid=8071 vsize=1017932 CPUtime=5.47 cores=1,3,5,7
/proc/8073/stat : 8073 (gnovelty+2) R 8071 8073 8073 0 -1 4202496 495 0 0 0 547 0 0 0 25 0 1 0 617212604 1042362368 227 33554432000 134512640 135663704 4294587760 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/8073/statm: 254483 227 113 282 0 254199 0
[pid=8074] ppid=8062 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/8074/stat : 8074 (python) S 8062 8062 7090 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 617212607 307343360 5839 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416070 0 0 16781312 514 2294079063725146374 0 0 17 7 0 0 0
/proc/8074/statm: 75035 5839 371 364 0 10947 0
[pid=8076] ppid=8074 vsize=416524 CPUtime=5.44 cores=1,3,5,7
/proc/8076/stat : 8076 (adaptg2wsat2009) R 8074 8076 8076 0 -1 4202496 585 0 0 0 544 0 0 0 25 0 1 0 617212607 426520576 320 33554432000 134512640 135107411 4291414688 18446744073709551615 134532097 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8076/statm: 104131 320 59 146 0 103007 0
[pid=8077] ppid=8062 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/8077/stat : 8077 (python) S 8062 8062 7090 0 -1 4202560 921 0 0 0 0 0 0 0 18 0 1 0 617212610 317845504 5843 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416070 0 0 16781312 514 2294075215434449158 0 0 17 5 0 0 0
/proc/8077/statm: 77599 5843 371 364 0 13508 0
[pid=8079] ppid=8077 vsize=416524 CPUtime=5.36 cores=1,3,5,7
/proc/8079/stat : 8079 (adaptg2wsat2009) R 8077 8079 8079 0 -1 4202496 586 0 0 0 536 0 0 0 25 0 1 0 617212610 426520576 321 33554432000 134512640 135107411 4291499952 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/8079/statm: 104131 321 59 146 0 103007 0
[pid=8062/tid=8069] ppid=8060 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8069/stat : 8069 (python) S 8060 8062 7090 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 5 0 617212601 328335360 7359 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 1 0 0 0
[pid=8062/tid=8072] ppid=8060 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8072/stat : 8072 (python) S 8060 8062 7090 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 5 0 617212604 328335360 7359 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 1 0 0 0
[pid=8062/tid=8075] ppid=8060 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8075/stat : 8075 (python) S 8060 8062 7090 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 5 0 617212607 328335360 7359 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 7 0 0 0
[pid=8062/tid=8078] ppid=8060 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8078/stat : 8078 (python) S 8060 8062 7090 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 5 0 617212610 328335360 7359 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.53
Current children cumulated vsize (KiB) 4369212

[startup+12.7012 s]
/proc/loadavg: 9.36 8.96 7.95 10/261 8079
/proc/meminfo: memFree=28904852/32951124 swapFree=67111464/67111528
[pid=8062] ppid=8060 vsize=320640 CPUtime=0.75 cores=1,3,5,7
/proc/8062/stat : 8062 (python) S 8060 8062 7090 0 -1 4202496 12574 932 1 0 63 12 0 0 20 0 5 0 617212523 328335360 7359 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 2
/proc/8062/statm: 80160 7359 1883 364 0 16069 0
[pid=8068] ppid=8062 vsize=279240 CPUtime=0.01 cores=1,3,5,7
/proc/8068/stat : 8068 (python) S 8062 8062 7090 0 -1 4202560 900 0 0 0 1 0 0 0 18 0 1 0 617212601 285941760 5749 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416015 0 0 16781312 514 5347320870060654856 0 0 17 1 0 0 0
/proc/8068/statm: 69810 5749 377 364 0 5728 0
[pid=8070] ppid=8068 vsize=1017932 CPUtime=11.91 cores=1,3,5,7
/proc/8070/stat : 8070 (gnovelty+2) R 8068 8070 8070 0 -1 4202496 487 0 0 0 1191 0 0 0 25 0 1 0 617212601 1042362368 226 33554432000 134512640 135663704 4288827552 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8070/statm: 254483 226 113 282 0 254199 0
[pid=8071] ppid=8062 vsize=289884 CPUtime=0.01 cores=1,3,5,7

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

[startup+137.101 s]
/proc/loadavg: 9.15 9.03 8.10 14/277 8099
/proc/meminfo: memFree=28829372/32951124 swapFree=67111464/67111528
[pid=8062] ppid=8060 vsize=361664 CPUtime=0.88 cores=1,3,5,7
/proc/8062/stat : 8062 (python) S 8060 8062 7090 0 -1 4202496 16251 932 1 0 75 13 0 0 22 0 9 0 617212523 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 2
/proc/8062/statm: 90416 7384 1892 364 0 26313 0
[pid=8068] ppid=8062 vsize=289484 CPUtime=0.16 cores=1,3,5,7
/proc/8068/stat : 8068 (python) S 8062 8062 7090 0 -1 4202560 1081 0 0 0 9 7 0 0 19 0 2 0 617212601 296431616 5787 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/8068/statm: 72371 5787 410 364 0 8289 0
[pid=8070] ppid=8068 vsize=1017932 CPUtime=100.15 cores=1,3,5,7
/proc/8070/stat : 8070 (gnovelty+2) T 8068 8070 8070 0 -1 4202496 487 0 0 0 10015 0 0 0 25 0 1 0 617212601 1042362368 226 33554432000 134512640 135663704 4288827552 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/8070/statm: 254483 226 113 282 0 254199 0
[pid=8068/tid=8091] ppid=8062 vsize=289484 CPUtime=0 cores=1,3,5,7
/proc/8068/task/8091/stat : 8091 (python) S 8062 8062 7090 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617222617 296431616 5787 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 514 18446604471127450816 0 0 -1 1 0 0 0
[pid=8071] ppid=8062 vsize=289884 CPUtime=0.14 cores=1,3,5,7
/proc/8071/stat : 8071 (python) S 8062 8062 7090 0 -1 4202560 1089 0 0 0 7 7 0 0 19 0 2 0 617212604 296841216 5865 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/8071/statm: 72471 5865 400 364 0 8386 0
[pid=8073] ppid=8071 vsize=1017932 CPUtime=99.98 cores=1,3,5,7
/proc/8073/stat : 8073 (gnovelty+2) T 8071 8073 8073 0 -1 4202496 495 0 0 0 9998 0 0 0 25 0 1 0 617212604 1042362368 227 33554432000 134512640 135663704 4294587760 18446744073709551615 134547157 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/8073/statm: 254483 227 113 282 0 254199 0
[pid=8071/tid=8092] ppid=8062 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/8071/task/8092/stat : 8092 (python) S 8062 8062 7090 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617222619 296841216 5865 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 514 18446604467729214464 0 0 -1 7 0 0 0
[pid=8074] ppid=8062 vsize=300140 CPUtime=0.15 cores=1,3,5,7
/proc/8074/stat : 8074 (python) S 8062 8062 7090 0 -1 4202560 1083 0 0 0 9 6 0 0 19 0 2 0 617212607 307343360 5869 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/8074/statm: 75035 5869 400 364 0 10947 0
[pid=8076] ppid=8074 vsize=416524 CPUtime=98.99 cores=1,3,5,7
/proc/8076/stat : 8076 (adaptg2wsat2009) T 8074 8076 8076 0 -1 4202496 585 0 0 0 9899 0 0 0 25 0 1 0 617212607 426520576 320 33554432000 134512640 135107411 4291414688 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/8076/statm: 104131 320 59 146 0 103007 0
[pid=8074/tid=8083] ppid=8062 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/8074/task/8083/stat : 8083 (python) S 8062 8062 7090 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617222522 307343360 5869 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 514 18446604462036759744 0 0 -1 7 0 0 0
[pid=8077] ppid=8062 vsize=310396 CPUtime=0.15 cores=1,3,5,7
/proc/8077/stat : 8077 (python) S 8062 8062 7090 0 -1 4202560 1109 0 0 0 8 7 0 0 19 0 2 0 617212610 317845504 5873 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/8077/statm: 77599 5873 400 364 0 13508 0
[pid=8079] ppid=8077 vsize=416524 CPUtime=98.11 cores=1,3,5,7
/proc/8079/stat : 8079 (adaptg2wsat2009) T 8077 8079 8079 0 -1 4202496 586 0 0 0 9811 0 0 0 25 0 1 0 617212610 426520576 321 33554432000 134512640 135107411 4291499952 18446744073709551615 134531830 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/8079/statm: 104131 321 59 146 0 103007 0
[pid=8077/tid=8084] ppid=8062 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/8077/task/8084/stat : 8084 (python) S 8062 8062 7090 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617222526 317845504 5873 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 514 18446604462036758848 0 0 -1 7 0 0 0
[pid=8085] ppid=8062 vsize=320652 CPUtime=0.05 cores=1,3,5,7
/proc/8085/stat : 8085 (python) S 8062 8062 7090 0 -1 4202560 945 0 0 0 3 2 0 0 18 0 1 0 617222526 328347648 5847 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416070 0 0 16781312 514 5347320870060654854 0 0 17 1 0 0 0
/proc/8085/statm: 80163 5847 371 364 0 16069 0
[pid=8087] ppid=8085 vsize=416524 CPUtime=37.05 cores=1,3,5,7
/proc/8087/stat : 8087 (adaptg2wsat2009) R 8085 8087 8087 0 -1 4202496 585 0 0 0 3705 0 0 0 25 0 1 0 617222527 426520576 320 33554432000 134512640 135107411 4287520016 18446744073709551615 134531674 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8087/statm: 104131 320 59 146 0 103007 0
[pid=8088] ppid=8062 vsize=330908 CPUtime=0.05 cores=1,3,5,7
/proc/8088/stat : 8088 (python) S 8062 8062 7090 0 -1 4202560 944 0 0 0 2 3 0 0 18 0 1 0 617222529 338849792 5851 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416070 0 0 16781312 514 5347320870060654856 0 0 17 1 0 0 0
/proc/8088/statm: 82727 5851 371 364 0 18630 0
[pid=8090] ppid=8088 vsize=1017932 CPUtime=37.01 cores=1,3,5,7
/proc/8090/stat : 8090 (gnovelty+2) R 8088 8090 8090 0 -1 4202496 490 0 0 0 3701 0 0 0 25 0 1 0 617222530 1042362368 226 33554432000 134512640 135663704 4286970656 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8090/statm: 254483 226 113 282 0 254199 0
[pid=8093] ppid=8062 vsize=341164 CPUtime=1.93 cores=1,3,5,7
/proc/8093/stat : 8093 (python) R 8062 8062 7090 0 -1 4202560 974 0 0 0 164 29 0 0 18 0 1 0 617222620 349351936 5856 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416070 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/8093/statm: 85291 5856 372 364 0 21191 0
[pid=8095] ppid=8093 vsize=0 CPUtime=33.85 cores=1,3,5,7
/proc/8095/stat : 8095 (march_hi) R 8093 8095 8095 0 -1 4202500 992 0 0 0 3385 0 0 0 25 0 1 0 617222621 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/8095/statm: 0 0 0 0 0 0 0
[pid=8096] ppid=8062 vsize=351420 CPUtime=2.33 cores=1,3,5,7
/proc/8096/stat : 8096 (python) R 8062 8062 7090 0 -1 4202560 1021 0 0 0 200 33 0 0 18 0 1 0 617222624 359854080 5865 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/8096/statm: 87855 5865 377 364 0 23752 0
[pid=8098] ppid=8096 vsize=0 CPUtime=33.67 cores=1,3,5,7
/proc/8098/stat : 8098 (march_hi) R 8096 8098 8098 0 -1 4202500 996 0 0 0 3367 0 0 0 25 0 1 0 617222624 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8098/statm: 0 0 0 0 0 0 0
[pid=8062/tid=8069] ppid=8060 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8069/stat : 8069 (python) S 8060 8062 7090 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 9 0 617212601 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 1 0 0 0
[pid=8062/tid=8072] ppid=8060 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8072/stat : 8072 (python) S 8060 8062 7090 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 9 0 617212604 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 1 0 0 0
[pid=8062/tid=8075] ppid=8060 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8075/stat : 8075 (python) S 8060 8062 7090 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 617212607 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 7 0 0 0
[pid=8062/tid=8078] ppid=8060 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8078/stat : 8078 (python) S 8060 8062 7090 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 617212610 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 5 0 0 0
[pid=8062/tid=8086] ppid=8060 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8086/stat : 8086 (python) S 8060 8062 7090 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 617222526 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 7 0 0 0
[pid=8062/tid=8089] ppid=8060 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8089/stat : 8089 (python) S 8060 8062 7090 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 617222530 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 5 0 0 0
[pid=8062/tid=8094] ppid=8060 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8094/stat : 8094 (python) S 8060 8062 7090 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 9 0 617222620 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 5 0 0 0
[pid=8062/tid=8097] ppid=8060 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8097/stat : 8097 (python) S 8060 8062 7090 0 -1 4202560 30 932 0 0 0 0 0 0 22 0 9 0 617222624 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 544.65
Current children cumulated vsize (KiB) 7199080

[startup+137.301 s]
/proc/loadavg: 9.15 9.03 8.10 14/277 8099
/proc/meminfo: memFree=28829372/32951124 swapFree=67111464/67111528
[pid=8062] ppid=8060 vsize=361664 CPUtime=0.88 cores=1,3,5,7
/proc/8062/stat : 8062 (python) S 8060 8062 7090 0 -1 4202496 16251 932 1 0 75 13 0 0 22 0 9 0 617212523 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 2
/proc/8062/statm: 90416 7384 1892 364 0 26313 0
[pid=8068] ppid=8062 vsize=289484 CPUtime=0.16 cores=1,3,5,7
/proc/8068/stat : 8068 (python) S 8062 8062 7090 0 -1 4202560 1081 0 0 0 9 7 0 0 19 0 2 0 617212601 296431616 5787 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/8068/statm: 72371 5787 410 364 0 8289 0
[pid=8070] ppid=8068 vsize=1017932 CPUtime=100.15 cores=1,3,5,7
/proc/8070/stat : 8070 (gnovelty+2) T 8068 8070 8070 0 -1 4202496 487 0 0 0 10015 0 0 0 25 0 1 0 617212601 1042362368 226 33554432000 134512640 135663704 4288827552 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/8070/statm: 254483 226 113 282 0 254199 0
[pid=8068/tid=8091] ppid=8062 vsize=289484 CPUtime=0 cores=1,3,5,7
/proc/8068/task/8091/stat : 8091 (python) S 8062 8062 7090 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617222617 296431616 5787 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 514 18446604471127450816 0 0 -1 1 0 0 0
[pid=8071] ppid=8062 vsize=289884 CPUtime=0.14 cores=1,3,5,7
/proc/8071/stat : 8071 (python) S 8062 8062 7090 0 -1 4202560 1089 0 0 0 7 7 0 0 19 0 2 0 617212604 296841216 5865 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/8071/statm: 72471 5865 400 364 0 8386 0
[pid=8073] ppid=8071 vsize=1017932 CPUtime=99.98 cores=1,3,5,7
/proc/8073/stat : 8073 (gnovelty+2) T 8071 8073 8073 0 -1 4202496 495 0 0 0 9998 0 0 0 25 0 1 0 617212604 1042362368 227 33554432000 134512640 135663704 4294587760 18446744073709551615 134547157 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/8073/statm: 254483 227 113 282 0 254199 0
[pid=8071/tid=8092] ppid=8062 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/8071/task/8092/stat : 8092 (python) S 8062 8062 7090 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617222619 296841216 5865 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 514 18446604467729214464 0 0 -1 7 0 0 0
[pid=8074] ppid=8062 vsize=300140 CPUtime=0.15 cores=1,3,5,7
/proc/8074/stat : 8074 (python) S 8062 8062 7090 0 -1 4202560 1083 0 0 0 9 6 0 0 19 0 2 0 617212607 307343360 5869 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/8074/statm: 75035 5869 400 364 0 10947 0
[pid=8076] ppid=8074 vsize=416524 CPUtime=98.99 cores=1,3,5,7
/proc/8076/stat : 8076 (adaptg2wsat2009) T 8074 8076 8076 0 -1 4202496 585 0 0 0 9899 0 0 0 25 0 1 0 617212607 426520576 320 33554432000 134512640 135107411 4291414688 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/8076/statm: 104131 320 59 146 0 103007 0
[pid=8074/tid=8083] ppid=8062 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/8074/task/8083/stat : 8083 (python) S 8062 8062 7090 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617222522 307343360 5869 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 514 18446604462036759744 0 0 -1 7 0 0 0
[pid=8077] ppid=8062 vsize=310396 CPUtime=0.15 cores=1,3,5,7
/proc/8077/stat : 8077 (python) S 8062 8062 7090 0 -1 4202560 1109 0 0 0 8 7 0 0 19 0 2 0 617212610 317845504 5873 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/8077/statm: 77599 5873 400 364 0 13508 0
[pid=8079] ppid=8077 vsize=416524 CPUtime=98.11 cores=1,3,5,7
/proc/8079/stat : 8079 (adaptg2wsat2009) T 8077 8079 8079 0 -1 4202496 586 0 0 0 9811 0 0 0 25 0 1 0 617212610 426520576 321 33554432000 134512640 135107411 4291499952 18446744073709551615 134531830 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/8079/statm: 104131 321 59 146 0 103007 0
[pid=8077/tid=8084] ppid=8062 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/8077/task/8084/stat : 8084 (python) S 8062 8062 7090 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617222526 317845504 5873 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 514 18446604462036758848 0 0 -1 7 0 0 0
[pid=8085] ppid=8062 vsize=320652 CPUtime=0.05 cores=1,3,5,7
/proc/8085/stat : 8085 (python) S 8062 8062 7090 0 -1 4202560 945 0 0 0 3 2 0 0 18 0 1 0 617222526 328347648 5847 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416070 0 0 16781312 514 5347320870060654854 0 0 17 1 0 0 0
/proc/8085/statm: 80163 5847 371 364 0 16069 0
[pid=8087] ppid=8085 vsize=416524 CPUtime=37.25 cores=1,3,5,7
/proc/8087/stat : 8087 (adaptg2wsat2009) R 8085 8087 8087 0 -1 4202496 585 0 0 0 3725 0 0 0 25 0 1 0 617222527 426520576 320 33554432000 134512640 135107411 4287520016 18446744073709551615 134531513 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8087/statm: 104131 320 59 146 0 103007 0
[pid=8088] ppid=8062 vsize=330908 CPUtime=0.05 cores=1,3,5,7
/proc/8088/stat : 8088 (python) S 8062 8062 7090 0 -1 4202560 944 0 0 0 2 3 0 0 18 0 1 0 617222529 338849792 5851 33554432000 4194304 5683644 140734496939920 18446744073709551615 260020416070 0 0 16781312 514 5347320870060654856 0 0 17 1 0 0 0
/proc/8088/statm: 82727 5851 371 364 0 18630 0
[pid=8090] ppid=8088 vsize=1017932 CPUtime=37.21 cores=1,3,5,7
/proc/8090/stat : 8090 (gnovelty+2) R 8088 8090 8090 0 -1 4202496 490 0 0 0 3721 0 0 0 25 0 1 0 617222530 1042362368 226 33554432000 134512640 135663704 4286970656 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8090/statm: 254483 226 113 282 0 254199 0
[pid=8093] ppid=8062 vsize=341164 CPUtime=2.13 cores=1,3,5,7
/proc/8093/stat : 8093 (python) R 8062 8062 7090 0 -1 4202560 974 0 0 0 181 32 0 0 18 0 1 0 617222620 349351936 5856 33554432000 4194304 5683644 140734496939920 18446744073709551615 4870108 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/8093/statm: 85291 5856 372 364 0 21191 0
[pid=8095] ppid=8093 vsize=0 CPUtime=33.85 cores=1,3,5,7
/proc/8095/stat : 8095 (march_hi) R 8093 8095 8095 0 -1 4202500 992 0 0 0 3385 0 0 0 25 0 1 0 617222621 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/8095/statm: 0 0 0 0 0 0 0
[pid=8096] ppid=8062 vsize=351420 CPUtime=2.54 cores=1,3,5,7
/proc/8096/stat : 8096 (python) R 8062 8062 7090 0 -1 4202560 1021 0 0 0 218 36 0 0 18 0 1 0 617222624 359854080 5865 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032226111 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/8096/statm: 87855 5865 377 364 0 23752 0
[pid=8098] ppid=8096 vsize=0 CPUtime=33.67 cores=1,3,5,7
/proc/8098/stat : 8098 (march_hi) R 8096 8098 8098 0 -1 4202500 996 0 0 0 3367 0 0 0 25 0 1 0 617222624 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8098/statm: 0 0 0 0 0 0 0
[pid=8062/tid=8069] ppid=8060 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8069/stat : 8069 (python) S 8060 8062 7090 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 9 0 617212601 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 1 0 0 0
[pid=8062/tid=8072] ppid=8060 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8072/stat : 8072 (python) S 8060 8062 7090 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 9 0 617212604 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 1 0 0 0
[pid=8062/tid=8075] ppid=8060 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8075/stat : 8075 (python) S 8060 8062 7090 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 617212607 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 7 0 0 0
[pid=8062/tid=8078] ppid=8060 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8078/stat : 8078 (python) S 8060 8062 7090 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 617212610 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 5 0 0 0
[pid=8062/tid=8086] ppid=8060 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8086/stat : 8086 (python) S 8060 8062 7090 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 617222526 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 7 0 0 0
[pid=8062/tid=8089] ppid=8060 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8089/stat : 8089 (python) S 8060 8062 7090 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 617222530 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 5 0 0 0
[pid=8062/tid=8094] ppid=8060 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8094/stat : 8094 (python) S 8060 8062 7090 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 9 0 617222620 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 5 0 0 0
[pid=8062/tid=8097] ppid=8060 vsize=361664 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8097/stat : 8097 (python) S 8060 8062 7090 0 -1 4202560 30 932 0 0 0 0 0 0 22 0 9 0 617222624 370343936 7384 33554432000 4194304 5683644 140734496939920 18446744073709551615 260032219569 0 0 16781312 2 18446604468744333504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 545.46
Current children cumulated vsize (KiB) 7199080

[startup+137.401 s]
/proc/loadavg: 9.15 9.03 8.10 7/249 8101
/proc/meminfo: memFree=28870392/32951124 swapFree=67111464/67111528
[pid=8062] ppid=8060 vsize=0 CPUtime=545.97 cores=1,3,5,7
/proc/8062/stat : 8062 (python) R 8060 8062 7090 0 -1 4202500 20656 15082 1 0 77 13 54398 109 17 0 1 0 617212523 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 2
/proc/8062/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 545.97
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 137.41
CPU time (s): 545.993
CPU user time (s): 544.765
CPU system time (s): 1.22781
CPU usage (%): 397.346
Max. virtual memory (cumulated for all children) (KiB): 7203612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 544.765
system time used= 1.22781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35738
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= 2878
involuntary context switches= 5912

runsolver used 0.295955 second user time and 0.71889 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-01 19:10:19
IDJOB=3317484
IDBENCH=82949
IDSOLVER=1705
FILE ID=node110/3317484-1304269819
RUNJOBID= node110-1304267293-7109
PBS_JOBID= 13173968
Free space on /tmp= 73496 MiB

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

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

MD5SUM BENCH= 7b433874f4dba1bf060f64be4ba91fb7
RANDOM SEED=1749715782

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28952700 kB
Buffers:       1031064 kB
Cached:        1202936 kB
SwapCached:         64 kB
Active:        1739648 kB
Inactive:      1823744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28952700 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           32344 kB
Writeback:           0 kB
AnonPages:     1328296 kB
Mapped:          25028 kB
Slab:           357460 kB
PageTables:      16988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 26590756 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= 73464 MiB
End job on node110 at 2011-05-01 19:12:37