Trace number 3378624

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 1688.49 520.849

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S113771637-026.UNKNOWN.cnf
MD5SUM7f4758baa378252dd3709cff507a5405
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark370.78
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3378624-1305466515.cnf
0.32/0.45	c INFO: computing task features
0.32/0.49	c INFO: computed variable-clause graph statistics
0.32/0.49	c INFO: computed clause balance statistics
0.51/0.68	c INFO: computed variable balance statistics
0.61/0.75	c INFO: computed small-clause counts
0.61/0.75	c INFO: computed Horn-clause counts
0.61/0.76	c INFO: computed variable graph statistics
0.61/0.76	c INFO: collected features for HOME/instance-3378624-1305466515.cnf in 0.30 s
0.61/0.76	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.55)
0.61/0.77	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.10)
0.61/0.78	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.05)
0.61/0.79	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.03)
291.68/101.19	c INFO: running adaptg2wsat2009++@0 for 97 with 1099 remaining (b = 0.03)
346.05/119.24	c INFO: running march_hi@0 for 485 with 1081 remaining (b = 0.12)
483.79/165.33	c INFO: running gnovelty+2@0 for 97 with 1035 remaining (b = 0.02)
489.82/167.39	c INFO: running march_hi@0 for 485 with 1033 remaining (b = 0.11)
772.92/249.66	c INFO: running march_hi@0 for 485 with 950 remaining (b = 0.09)
820.66/265.67	c INFO: running FH@0 for 97 with 934 remaining (b = 0.02)
1483.48/461.37	c INFO: running march_hi@0 for 485 with 739 remaining (b = 0.08)
1688.15/520.82	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378624-1305466515/watcher-3378624-1305466515 -o /tmp/evaluation-result-3378624-1305466515/solver-3378624-1305466515 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378624-1305466515.cnf -seed 1555599623 -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: 10.28 9.70 9.28 8/445 30174
/proc/meminfo: memFree=16535052/32951124 swapFree=67082152/67111528
[pid=30174] ppid=30172 vsize=16236 CPUtime=0 cores=1,3,5,7
/proc/30174/stat : 30174 (python) R 30172 30174 28149 0 -1 4202496 1049 0 0 0 0 0 0 0 25 0 1 0 658249473 16625664 921 33554432000 4194304 5683644 140734886874352 18446744073709551615 5293775 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30174/statm: 4059 921 381 364 0 546 0

[startup+0.113025 s]
/proc/loadavg: 10.28 9.70 9.28 8/445 30174
/proc/meminfo: memFree=16535052/32951124 swapFree=67082152/67111528
[pid=30174] ppid=30172 vsize=107428 CPUtime=0.08 cores=1,3,5,7
/proc/30174/stat : 30174 (python) S 30172 30174 28149 0 -1 4202496 3402 0 0 0 6 2 0 0 17 0 1 0 658249473 110006272 3058 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/30174/statm: 26857 3058 871 364 0 2088 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 107428

[startup+0.204977 s]
/proc/loadavg: 10.28 9.70 9.28 8/445 30174
/proc/meminfo: memFree=16535052/32951124 swapFree=67082152/67111528
[pid=30174] ppid=30172 vsize=131292 CPUtime=0.16 cores=1,3,5,7
/proc/30174/stat : 30174 (python) R 30172 30174 28149 0 -1 4202496 5710 935 1 0 12 4 0 0 19 0 1 0 658249473 134443008 4098 33554432000 4194304 5683644 140734886874352 18446744073709551615 4387447 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30174/statm: 32823 4098 1015 364 0 3084 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 131292

[startup+0.30099 s]
/proc/loadavg: 10.28 9.70 9.28 8/445 30174
/proc/meminfo: memFree=16535052/32951124 swapFree=67082152/67111528
[pid=30174] ppid=30172 vsize=198916 CPUtime=0.24 cores=1,3,5,7
/proc/30174/stat : 30174 (python) R 30172 30174 28149 0 -1 4202496 7021 935 1 0 17 7 0 0 18 0 1 0 658249473 203689984 5053 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244004193 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30174/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198916

[startup+0.700918 s]
/proc/loadavg: 10.28 9.70 9.28 8/445 30174
/proc/meminfo: memFree=16535052/32951124 swapFree=67082152/67111528
[pid=30174] ppid=30172 vsize=279552 CPUtime=0.61 cores=1,3,5,7
/proc/30174/stat : 30174 (python) R 30172 30174 28149 0 -1 4202496 9757 935 1 0 52 9 0 0 18 0 1 0 658249473 286261248 7274 33554432000 4194304 5683644 140734886874352 18446744073709551615 47791802408546 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/30174/statm: 69888 7274 1827 364 0 5812 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279552

[startup+1.50074 s]
/proc/loadavg: 10.28 9.70 9.28 12/458 30191
/proc/meminfo: memFree=16494640/32951124 swapFree=67082152/67111528
[pid=30174] ppid=30172 vsize=320244 CPUtime=0.71 cores=1,3,5,7
/proc/30174/stat : 30174 (python) S 30172 30174 28149 0 -1 4202496 12602 935 1 0 61 10 0 0 22 0 5 0 658249473 327929856 7252 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30174/statm: 80061 7252 1875 364 0 15970 0
[pid=30180] ppid=30174 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/30180/stat : 30180 (python) S 30174 30174 28149 0 -1 4202560 735 0 0 0 0 0 0 0 20 0 1 0 658249549 285388800 5614 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368911 0 0 16781312 514 2815748127959547903 0 0 17 7 0 0 0
/proc/30180/statm: 69675 5614 354 364 0 5593 0
[pid=30182] ppid=30180 vsize=1017932 CPUtime=0.72 cores=1,3,5,7
/proc/30182/stat : 30182 (gnovelty+2) R 30180 30182 30182 0 -1 4202496 511 0 0 0 72 0 0 0 25 0 1 0 658249550 1042362368 247 33554432000 134512640 135663704 4286679392 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30182/statm: 254483 247 113 282 0 254199 0
[pid=30183] ppid=30174 vsize=289352 CPUtime=0 cores=1,3,5,7
/proc/30183/stat : 30183 (python) S 30174 30174 28149 0 -1 4202560 743 0 0 0 0 0 0 0 19 0 1 0 658249550 296296448 5696 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368966 0 0 16781312 514 7064056273645338623 0 0 17 3 0 0 0
/proc/30183/statm: 72338 5696 348 364 0 8253 0
[pid=30187] ppid=30183 vsize=1017932 CPUtime=0.69 cores=1,3,5,7
/proc/30187/stat : 30187 (gnovelty+2) R 30183 30187 30187 0 -1 4202496 510 0 0 0 69 0 0 0 22 0 1 0 658249552 1042362368 247 33554432000 134512640 135663704 4292590176 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30187/statm: 254483 247 113 282 0 254199 0
[pid=30185] ppid=30174 vsize=299136 CPUtime=0 cores=1,3,5,7
/proc/30185/stat : 30185 (python) S 30174 30174 28149 0 -1 4202560 717 0 0 0 0 0 0 0 21 0 1 0 658249551 306315264 5593 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368966 0 0 16781312 514 6577413526703308799 0 0 17 5 0 0 0
/proc/30185/statm: 74784 5593 344 364 0 10696 0
[pid=30190] ppid=30185 vsize=416652 CPUtime=0.32 cores=1,3,5,7
/proc/30190/stat : 30190 (adaptg2wsat2009) R 30185 30190 30190 0 -1 4202496 564 0 0 0 32 0 0 0 25 0 1 0 658249553 426651648 302 33554432000 134512640 135107411 4291020048 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30190/statm: 104163 302 49 146 0 103039 0
[pid=30188] ppid=30174 vsize=310000 CPUtime=0 cores=1,3,5,7
/proc/30188/stat : 30188 (python) S 30174 30174 28149 0 -1 4202560 729 0 0 0 0 0 0 0 22 0 1 0 658249553 317440000 5715 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368966 0 0 16781312 514 2966857034621779967 0 0 17 3 0 0 0
/proc/30188/statm: 77500 5715 344 364 0 13409 0
[pid=30191] ppid=30188 vsize=416652 CPUtime=0.34 cores=1,3,5,7
/proc/30191/stat : 30191 (adaptg2wsat2009) R 30188 30191 30191 0 -1 4202496 565 0 0 0 34 0 0 0 25 0 1 0 658249553 426651648 302 33554432000 134512640 135107411 4293974208 18446744073709551615 134523298 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30191/statm: 104163 302 49 146 0 103039 0
[pid=30174/tid=30181] ppid=30172 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30181/stat : 30181 (python) S 30172 30174 28149 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 658249550 327929856 7252 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 7 0 0 0
[pid=30174/tid=30184] ppid=30172 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30184/stat : 30184 (python) S 30172 30174 28149 0 -1 4202560 37 935 0 0 0 0 0 0 20 0 5 0 658249551 327929856 7252 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
[pid=30174/tid=30186] ppid=30172 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30186/stat : 30186 (python) S 30172 30174 28149 0 -1 4202560 39 935 0 0 0 0 0 0 22 0 5 0 658249552 327929856 7252 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
[pid=30174/tid=30189] ppid=30172 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30189/stat : 30189 (python) S 30172 30174 28149 0 -1 4202560 14 935 0 0 0 0 0 0 23 0 5 0 658249553 327929856 7252 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 4366600

[startup+3.10046 s]
/proc/loadavg: 10.28 9.70 9.28 12/458 30191
/proc/meminfo: memFree=16493096/32951124 swapFree=67082152/67111528
[pid=30174] ppid=30172 vsize=320244 CPUtime=0.71 cores=1,3,5,7
/proc/30174/stat : 30174 (python) S 30172 30174 28149 0 -1 4202496 12602 935 1 0 61 10 0 0 22 0 5 0 658249473 327929856 7252 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30174/statm: 80061 7252 1875 364 0 15970 0
[pid=30180] ppid=30174 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/30180/stat : 30180 (python) S 30174 30174 28149 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 658249549 285388800 5614 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368911 0 0 16781312 514 2815748127959515399 0 0 17 7 0 0 0
/proc/30180/statm: 69675 5614 354 364 0 5593 0
[pid=30182] ppid=30180 vsize=1017932 CPUtime=2.32 cores=1,3,5,7
/proc/30182/stat : 30182 (gnovelty+2) R 30180 30182 30182 0 -1 4202496 511 0 0 0 232 0 0 0 25 0 1 0 658249550 1042362368 247 33554432000 134512640 135663704 4286679392 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30182/statm: 254483 247 113 282 0 254199 0
[pid=30183] ppid=30174 vsize=289352 CPUtime=0 cores=1,3,5,7
/proc/30183/stat : 30183 (python) S 30174 30174 28149 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 658249550 296296448 5696 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368966 0 0 16781312 514 7064056273645306120 0 0 17 3 0 0 0
/proc/30183/statm: 72338 5696 348 364 0 8253 0
[pid=30187] ppid=30183 vsize=1017932 CPUtime=2.29 cores=1,3,5,7
/proc/30187/stat : 30187 (gnovelty+2) R 30183 30187 30187 0 -1 4202496 510 0 0 0 229 0 0 0 25 0 1 0 658249552 1042362368 247 33554432000 134512640 135663704 4292590176 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30187/statm: 254483 247 113 282 0 254199 0
[pid=30185] ppid=30174 vsize=299136 CPUtime=0 cores=1,3,5,7
/proc/30185/stat : 30185 (python) S 30174 30174 28149 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 658249551 306315264 5597 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368966 0 0 16781312 514 6577413526703276296 0 0 17 5 0 0 0
/proc/30185/statm: 74784 5597 348 364 0 10696 0
[pid=30190] ppid=30185 vsize=416788 CPUtime=1.12 cores=1,3,5,7
/proc/30190/stat : 30190 (adaptg2wsat2009) R 30185 30190 30190 0 -1 4202496 625 0 0 0 112 0 0 0 25 0 1 0 658249553 426790912 363 33554432000 134512640 135107411 4291020048 18446744073709551615 134532291 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30190/statm: 104197 363 59 146 0 103073 0
[pid=30188] ppid=30174 vsize=310000 CPUtime=0 cores=1,3,5,7
/proc/30188/stat : 30188 (python) S 30174 30174 28149 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 658249553 317440000 5719 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368966 0 0 16781312 514 2966857034621747460 0 0 17 3 0 0 0
/proc/30188/statm: 77500 5719 348 364 0 13409 0
[pid=30191] ppid=30188 vsize=416788 CPUtime=1.13 cores=1,3,5,7
/proc/30191/stat : 30191 (adaptg2wsat2009) R 30188 30191 30191 0 -1 4202496 625 0 0 0 113 0 0 0 25 0 1 0 658249553 426790912 362 33554432000 134512640 135107411 4293974208 18446744073709551615 134531380 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30191/statm: 104197 362 59 146 0 103073 0
[pid=30174/tid=30181] ppid=30172 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30181/stat : 30181 (python) S 30172 30174 28149 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 658249550 327929856 7252 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 7 0 0 0
[pid=30174/tid=30184] ppid=30172 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30184/stat : 30184 (python) S 30172 30174 28149 0 -1 4202560 37 935 0 0 0 0 0 0 20 0 5 0 658249551 327929856 7252 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
[pid=30174/tid=30186] ppid=30172 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30186/stat : 30186 (python) S 30172 30174 28149 0 -1 4202560 39 935 0 0 0 0 0 0 22 0 5 0 658249552 327929856 7252 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
[pid=30174/tid=30189] ppid=30172 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30189/stat : 30189 (python) S 30172 30174 28149 0 -1 4202560 14 935 0 0 0 0 0 0 23 0 5 0 658249553 327929856 7252 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 4366872

[startup+6.3009 s]
/proc/loadavg: 10.42 9.74 9.29 12/458 30191
/proc/meminfo: memFree=16488192/32951124 swapFree=67082152/67111528
[pid=30174] ppid=30172 vsize=320244 CPUtime=0.71 cores=1,3,5,7
/proc/30174/stat : 30174 (python) S 30172 30174 28149 0 -1 4202496 12602 935 1 0 61 10 0 0 22 0 5 0 658249473 327929856 7252 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30174/statm: 80061 7252 1875 364 0 15970 0
[pid=30180] ppid=30174 vsize=278700 CPUtime=0.01 cores=1,3,5,7
/proc/30180/stat : 30180 (python) S 30174 30174 28149 0 -1 4202560 894 0 0 0 0 1 0 0 18 0 1 0 658249549 285388800 5637 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368911 0 0 16781312 514 2815748127959515399 0 0 17 7 0 0 0
/proc/30180/statm: 69675 5637 377 364 0 5593 0
[pid=30182] ppid=30180 vsize=1017932 CPUtime=5.52 cores=1,3,5,7
/proc/30182/stat : 30182 (gnovelty+2) R 30180 30182 30182 0 -1 4202496 511 0 0 0 552 0 0 0 25 0 1 0 658249550 1042362368 247 33554432000 134512640 135663704 4286679392 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30182/statm: 254483 247 113 282 0 254199 0
[pid=30183] ppid=30174 vsize=289352 CPUtime=0.01 cores=1,3,5,7
/proc/30183/stat : 30183 (python) S 30174 30174 28149 0 -1 4202560 915 0 0 0 1 0 0 0 18 0 1 0 658249550 296296448 5719 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368966 0 0 16781312 514 7064056273645306120 0 0 17 3 0 0 0
/proc/30183/statm: 72338 5719 371 364 0 8253 0
[pid=30187] ppid=30183 vsize=1017932 CPUtime=5.45 cores=1,3,5,7
/proc/30187/stat : 30187 (gnovelty+2) R 30183 30187 30187 0 -1 4202496 510 0 0 0 545 0 0 0 25 0 1 0 658249552 1042362368 247 33554432000 134512640 135663704 4292590176 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30187/statm: 254483 247 113 282 0 254199 0
[pid=30185] ppid=30174 vsize=299136 CPUtime=0.01 cores=1,3,5,7
/proc/30185/stat : 30185 (python) S 30174 30174 28149 0 -1 4202560 900 0 0 0 1 0 0 0 18 0 1 0 658249551 306315264 5620 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368966 0 0 16781312 514 6577413526703276296 0 0 17 5 0 0 0
/proc/30185/statm: 74784 5620 371 364 0 10696 0
[pid=30190] ppid=30185 vsize=416788 CPUtime=2.71 cores=1,3,5,7
/proc/30190/stat : 30190 (adaptg2wsat2009) R 30185 30190 30190 0 -1 4202496 625 0 0 0 271 0 0 0 25 0 1 0 658249553 426790912 363 33554432000 134512640 135107411 4291020048 18446744073709551615 134532349 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30190/statm: 104197 363 59 146 0 103073 0
[pid=30188] ppid=30174 vsize=310000 CPUtime=0.01 cores=1,3,5,7
/proc/30188/stat : 30188 (python) S 30174 30174 28149 0 -1 4202560 904 0 0 0 0 1 0 0 18 0 1 0 658249553 317440000 5741 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368966 0 0 16781312 514 2966857034621747460 0 0 17 3 0 0 0
/proc/30188/statm: 77500 5741 370 364 0 13409 0
[pid=30191] ppid=30188 vsize=416788 CPUtime=2.7 cores=1,3,5,7
/proc/30191/stat : 30191 (adaptg2wsat2009) R 30188 30191 30191 0 -1 4202496 625 0 0 0 270 0 0 0 25 0 1 0 658249553 426790912 362 33554432000 134512640 135107411 4293974208 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30191/statm: 104197 362 59 146 0 103073 0
[pid=30174/tid=30181] ppid=30172 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30181/stat : 30181 (python) S 30172 30174 28149 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 658249550 327929856 7252 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 7 0 0 0
[pid=30174/tid=30184] ppid=30172 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30184/stat : 30184 (python) S 30172 30174 28149 0 -1 4202560 37 935 0 0 0 0 0 0 20 0 5 0 658249551 327929856 7252 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
[pid=30174/tid=30186] ppid=30172 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30186/stat : 30186 (python) S 30172 30174 28149 0 -1 4202560 39 935 0 0 0 0 0 0 22 0 5 0 658249552 327929856 7252 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
[pid=30174/tid=30189] ppid=30172 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30189/stat : 30189 (python) S 30172 30174 28149 0 -1 4202560 14 935 0 0 0 0 0 0 23 0 5 0 658249553 327929856 7252 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 17.13
Current children cumulated vsize (KiB) 4366872

[startup+12.7008 s]
/proc/loadavg: 10.46 9.76 9.30 12/458 30191
/proc/meminfo: memFree=16482140/32951124 swapFree=67082152/67111528
[pid=30174] ppid=30172 vsize=320244 CPUtime=0.71 cores=1,3,5,7
/proc/30174/stat : 30174 (python) S 30172 30174 28149 0 -1 4202496 12602 935 1 0 61 10 0 0 22 0 5 0 658249473 327929856 7252 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30174/statm: 80061 7252 1875 364 0 15970 0
[pid=30180] ppid=30174 vsize=278700 CPUtime=0.03 cores=1,3,5,7
/proc/30180/stat : 30180 (python) S 30174 30174 28149 0 -1 4202560 901 0 0 0 1 2 0 0 18 0 1 0 658249549 285388800 5637 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368911 0 0 16781312 514 8060405394016534791 0 0 17 7 0 0 0
/proc/30180/statm: 69675 5637 377 364 0 5593 0
[pid=30182] ppid=30180 vsize=1017932 CPUtime=11.92 cores=1,3,5,7
/proc/30182/stat : 30182 (gnovelty+2) R 30180 30182 30182 0 -1 4202496 511 0 0 0 1192 0 0 0 25 0 1 0 658249550 1042362368 247 33554432000 134512640 135663704 4286679392 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30182/statm: 254483 247 113 282 0 254199 0
[pid=30183] ppid=30174 vsize=289352 CPUtime=0.03 cores=1,3,5,7

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

/proc/30202/statm: 1229 841 106 186 0 1042 0
[pid=30205] ppid=30174 vsize=340872 CPUtime=0.32 cores=1,3,5,7
/proc/30205/stat : 30205 (python) S 30174 30174 28149 0 -1 4202560 1105 0 0 0 16 16 0 0 19 0 2 0 658266006 349052928 5812 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30205/statm: 85218 5812 400 364 0 21118 0
[pid=30207] ppid=30205 vsize=1017932 CPUtime=99.02 cores=1,3,5,7
/proc/30207/stat : 30207 (gnovelty+2) T 30205 30207 30207 0 -1 4202496 509 0 0 0 9902 0 0 0 25 0 1 0 658266006 1042362368 247 33554432000 134512640 135663704 4294003776 18446744073709551615 134525332 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30207/statm: 254483 247 113 282 0 254199 0
[pid=30205/tid=30219] ppid=30174 vsize=340872 CPUtime=0 cores=1,3,5,7
/proc/30205/task/30219/stat : 30219 (python) S 30174 30174 28149 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658276039 349052928 5812 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 514 18446604461039285248 0 0 -1 3 0 0 0
[pid=30209] ppid=30174 vsize=351128 CPUtime=1.3 cores=1,3,5,7
/proc/30209/stat : 30209 (python) S 30174 30174 28149 0 -1 4202560 1063 0 0 0 65 65 0 0 15 0 1 0 658266212 359555072 5814 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368966 0 0 16781312 514 9820591572985544965 0 0 17 5 0 0 0
/proc/30209/statm: 87782 5814 377 364 0 23679 0
[pid=30211] ppid=30209 vsize=4152 CPUtime=304.52 cores=1,3,5,7
/proc/30211/stat : 30211 (march_hi) R 30209 30211 30211 0 -1 4202496 1594 0 0 0 30452 0 0 0 25 0 1 0 658266212 4251648 742 33554432000 4194304 4955518 140735224991200 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30211/statm: 1038 742 106 186 0 851 0
[pid=30215] ppid=30174 vsize=361384 CPUtime=1 cores=1,3,5,7
/proc/30215/stat : 30215 (python) S 30174 30174 28149 0 -1 4202560 1037 0 0 0 50 50 0 0 15 0 1 0 658274439 370057216 5818 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368966 0 0 16781312 514 7926893900373917958 0 0 17 1 0 0 0
/proc/30215/statm: 90346 5818 377 364 0 26240 0
[pid=30217] ppid=30215 vsize=3640 CPUtime=245.62 cores=1,3,5,7
/proc/30217/stat : 30217 (march_hi) R 30215 30217 30217 0 -1 4202496 1535 0 0 0 24562 0 0 0 25 0 1 0 658274439 3727360 680 33554432000 4194304 4955518 140734873743824 18446744073709551615 4285802 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30217/statm: 910 680 106 186 0 723 0
[pid=30220] ppid=30174 vsize=371808 CPUtime=0.64 cores=1,3,5,7
/proc/30220/stat : 30220 (python) S 30174 30174 28149 0 -1 4202560 1150 0 0 0 31 33 0 0 19 0 2 0 658276040 380731392 5866 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30220/statm: 92952 5866 400 364 0 28843 0
[pid=30222] ppid=30220 vsize=246940 CPUtime=97.88 cores=1,3,5,7
/proc/30222/stat : 30222 (FH) T 30220 30222 30222 0 -1 4202496 592 0 0 0 9788 0 0 0 25 0 1 0 658276040 252866560 326 33554432000 134512640 134936988 4288793264 18446744073709551615 134545221 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30222/statm: 61735 326 41 104 0 61239 0
[pid=30220/tid=30229] ppid=30174 vsize=371808 CPUtime=0 cores=1,3,5,7
/proc/30220/task/30229/stat : 30229 (python) S 30174 30174 28149 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658295609 380731392 5866 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 514 18446604469704850368 0 0 -1 5 0 0 0
[pid=30230] ppid=30174 vsize=382064 CPUtime=0.2 cores=1,3,5,7
/proc/30230/stat : 30230 (python) S 30174 30174 28149 0 -1 4202560 972 0 0 0 10 10 0 0 15 0 1 0 658295610 391233536 5840 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368966 0 0 16781312 514 9058071463029866757 0 0 17 5 0 0 0
/proc/30230/statm: 95516 5840 371 364 0 31404 0
[pid=30232] ppid=30230 vsize=2616 CPUtime=56.44 cores=1,3,5,7
/proc/30232/stat : 30232 (march_hi) R 30230 30232 30232 0 -1 4202496 1288 0 0 0 5644 0 0 0 25 0 1 0 658295611 2678784 434 33554432000 4194304 4955518 140735930368672 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30232/statm: 654 434 106 186 0 467 0
[pid=30174/tid=30181] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30181/stat : 30181 (python) S 30172 30174 28149 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 12 0 658249550 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 7 0 0 0
[pid=30174/tid=30184] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30184/stat : 30184 (python) S 30172 30174 28149 0 -1 4202560 37 935 0 0 0 0 0 0 20 0 12 0 658249551 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
[pid=30174/tid=30186] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30186/stat : 30186 (python) S 30172 30174 28149 0 -1 4202560 39 935 0 0 0 0 0 0 22 0 12 0 658249552 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
[pid=30174/tid=30189] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30189/stat : 30189 (python) S 30172 30174 28149 0 -1 4202560 14 935 0 0 0 0 0 0 23 0 12 0 658249553 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
[pid=30174/tid=30196] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30196/stat : 30196 (python) S 30172 30174 28149 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 12 0 658259592 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
[pid=30174/tid=30201] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30201/stat : 30201 (python) S 30172 30174 28149 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 12 0 658261398 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 5 0 0 0
[pid=30174/tid=30206] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30206/stat : 30206 (python) S 30172 30174 28149 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 12 0 658266006 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 5 0 0 0
[pid=30174/tid=30210] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30210/stat : 30210 (python) S 30172 30174 28149 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 12 0 658266212 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 5 0 0 0
[pid=30174/tid=30216] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30216/stat : 30216 (python) S 30172 30174 28149 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 12 0 658274439 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 5 0 0 0
[pid=30174/tid=30221] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30221/stat : 30221 (python) S 30172 30174 28149 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 12 0 658276040 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 5 0 0 0
[pid=30174/tid=30231] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30231/stat : 30231 (python) S 30172 30174 28149 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 12 0 658295610 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1686.83
Current children cumulated vsize (KiB) 8603752

[startup+520.802 s]
/proc/loadavg: 10.08 10.11 9.67 11/486 30233
/proc/meminfo: memFree=16077880/32951124 swapFree=67082152/67111528
[pid=30174] ppid=30172 vsize=392308 CPUtime=0.78 cores=1,3,5,7
/proc/30174/stat : 30174 (python) S 30172 30174 28149 0 -1 4202496 18453 935 1 0 66 12 0 0 19 0 12 0 658249473 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30174/statm: 98077 7363 1890 364 0 33965 0
[pid=30180] ppid=30174 vsize=288944 CPUtime=0.53 cores=1,3,5,7
/proc/30180/stat : 30180 (python) S 30174 30174 28149 0 -1 4202560 1190 0 0 0 27 26 0 0 19 0 2 0 658249549 295878656 5681 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30180/statm: 72236 5681 416 364 0 8154 0
[pid=30182] ppid=30180 vsize=1017932 CPUtime=100.35 cores=1,3,5,7
/proc/30182/stat : 30182 (gnovelty+2) T 30180 30182 30182 0 -1 4202496 511 0 0 0 10035 0 0 0 25 0 1 0 658249550 1042362368 247 33554432000 134512640 135663704 4286679392 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30182/statm: 254483 247 113 282 0 254199 0
[pid=30180/tid=30204] ppid=30174 vsize=288944 CPUtime=0 cores=1,3,5,7
/proc/30180/task/30204/stat : 30204 (python) S 30174 30174 28149 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658266005 295878656 5681 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 514 18446604457863252992 0 0 -1 1 0 0 0
[pid=30183] ppid=30174 vsize=289352 CPUtime=0.32 cores=1,3,5,7
/proc/30183/stat : 30183 (python) S 30174 30174 28149 0 -1 4202560 1099 0 0 0 15 17 0 0 18 0 2 0 658249550 296296448 5749 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30183/statm: 72338 5749 400 364 0 8253 0
[pid=30187] ppid=30183 vsize=1017932 CPUtime=99.73 cores=1,3,5,7
/proc/30187/stat : 30187 (gnovelty+2) T 30183 30187 30187 0 -1 4202496 510 0 0 0 9973 0 0 0 25 0 1 0 658249552 1042362368 247 33554432000 134512640 135663704 4292590176 18446744073709551615 134524742 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30187/statm: 254483 247 113 282 0 254199 0
[pid=30183/tid=30194] ppid=30174 vsize=289352 CPUtime=0 cores=1,3,5,7
/proc/30183/task/30194/stat : 30194 (python) S 30174 30174 28149 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 658259589 296296448 5749 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 514 18446604458852389312 0 0 -1 3 0 0 0
[pid=30185] ppid=30174 vsize=299136 CPUtime=0.37 cores=1,3,5,7
/proc/30185/stat : 30185 (python) S 30174 30174 28149 0 -1 4202560 1098 0 0 0 22 15 0 0 19 0 2 0 658249551 306315264 5650 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30185/statm: 74784 5650 400 364 0 10696 0
[pid=30190] ppid=30185 vsize=416788 CPUtime=101.76 cores=1,3,5,7
/proc/30190/stat : 30190 (adaptg2wsat2009) T 30185 30190 30190 0 -1 4202496 625 0 0 0 10176 0 0 0 25 0 1 0 658249553 426790912 363 33554432000 134512640 135107411 4291020048 18446744073709551615 134539270 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/30190/statm: 104197 363 59 146 0 103073 0
[pid=30185/tid=30199] ppid=30174 vsize=299136 CPUtime=0 cores=1,3,5,7
/proc/30185/task/30199/stat : 30199 (python) S 30174 30174 28149 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658261397 306315264 5650 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 514 18446604463034051264 0 0 -1 5 0 0 0
[pid=30188] ppid=30174 vsize=310000 CPUtime=0.52 cores=1,3,5,7
/proc/30188/stat : 30188 (python) S 30174 30174 28149 0 -1 4202560 1110 0 0 0 27 25 0 0 19 0 2 0 658249553 317440000 5774 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30188/statm: 77500 5774 400 364 0 13409 0
[pid=30191] ppid=30188 vsize=416788 CPUtime=98.7 cores=1,3,5,7
/proc/30191/stat : 30191 (adaptg2wsat2009) T 30188 30191 30191 0 -1 4202496 625 0 0 0 9870 0 0 0 25 0 1 0 658249553 426790912 362 33554432000 134512640 135107411 4293974208 18446744073709551615 134532376 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30191/statm: 104197 362 59 146 0 103073 0
[pid=30188/tid=30208] ppid=30174 vsize=310000 CPUtime=0 cores=1,3,5,7
/proc/30188/task/30208/stat : 30208 (python) S 30174 30174 28149 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658266211 317440000 5774 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 514 18446604470783337664 0 0 -1 3 0 0 0
[pid=30195] ppid=30174 vsize=320256 CPUtime=0.46 cores=1,3,5,7
/proc/30195/stat : 30195 (python) S 30174 30174 28149 0 -1 4202560 1109 0 0 0 24 22 0 0 19 0 2 0 658259592 327942144 5778 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30195/statm: 80064 5778 400 364 0 15970 0
[pid=30197] ppid=30195 vsize=416788 CPUtime=102.29 cores=1,3,5,7
/proc/30197/stat : 30197 (adaptg2wsat2009) T 30195 30197 30197 0 -1 4202496 625 0 0 0 10229 0 0 0 25 0 1 0 658259593 426790912 363 33554432000 134512640 135107411 4292605056 18446744073709551615 134532371 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/30197/statm: 104197 363 59 146 0 103073 0
[pid=30195/tid=30214] ppid=30174 vsize=320256 CPUtime=0 cores=1,3,5,7
/proc/30195/task/30214/stat : 30214 (python) S 30174 30174 28149 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658274438 327942144 5778 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 514 18446604471100335104 0 0 -1 3 0 0 0
[pid=30200] ppid=30174 vsize=330076 CPUtime=1.47 cores=1,3,5,7
/proc/30200/stat : 30200 (python) S 30174 30174 28149 0 -1 4202560 1008 0 0 0 77 70 0 0 15 0 1 0 658261398 337997824 5664 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368966 0 0 16781312 514 5606938229920989447 0 0 17 1 0 0 0
/proc/30200/statm: 82519 5664 371 364 0 18422 0
[pid=30202] ppid=30200 vsize=4916 CPUtime=372.99 cores=1,3,5,7
/proc/30202/stat : 30202 (march_hi) R 30200 30202 30202 0 -1 4202496 1691 0 0 0 37299 0 0 0 25 0 1 0 658261398 5033984 842 33554432000 4194304 4955518 140733392910912 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30202/statm: 1229 842 106 186 0 1042 0
[pid=30205] ppid=30174 vsize=340872 CPUtime=0.32 cores=1,3,5,7
/proc/30205/stat : 30205 (python) S 30174 30174 28149 0 -1 4202560 1105 0 0 0 16 16 0 0 19 0 2 0 658266006 349052928 5812 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30205/statm: 85218 5812 400 364 0 21118 0
[pid=30207] ppid=30205 vsize=1017932 CPUtime=99.02 cores=1,3,5,7
/proc/30207/stat : 30207 (gnovelty+2) T 30205 30207 30207 0 -1 4202496 509 0 0 0 9902 0 0 0 25 0 1 0 658266006 1042362368 247 33554432000 134512640 135663704 4294003776 18446744073709551615 134525332 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30207/statm: 254483 247 113 282 0 254199 0
[pid=30205/tid=30219] ppid=30174 vsize=340872 CPUtime=0 cores=1,3,5,7
/proc/30205/task/30219/stat : 30219 (python) S 30174 30174 28149 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658276039 349052928 5812 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 514 18446604461039285248 0 0 -1 3 0 0 0
[pid=30209] ppid=30174 vsize=351128 CPUtime=1.3 cores=1,3,5,7
/proc/30209/stat : 30209 (python) S 30174 30174 28149 0 -1 4202560 1063 0 0 0 65 65 0 0 15 0 1 0 658266212 359555072 5814 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368966 0 0 16781312 514 9820591572985544965 0 0 17 5 0 0 0
/proc/30209/statm: 87782 5814 377 364 0 23679 0
[pid=30211] ppid=30209 vsize=4152 CPUtime=304.7 cores=1,3,5,7
/proc/30211/stat : 30211 (march_hi) R 30209 30211 30211 0 -1 4202496 1595 0 0 0 30470 0 0 0 25 0 1 0 658266212 4251648 743 33554432000 4194304 4955518 140735224991200 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30211/statm: 1038 743 106 186 0 851 0
[pid=30215] ppid=30174 vsize=361384 CPUtime=1 cores=1,3,5,7
/proc/30215/stat : 30215 (python) S 30174 30174 28149 0 -1 4202560 1037 0 0 0 50 50 0 0 15 0 1 0 658274439 370057216 5818 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244368966 0 0 16781312 514 7926893900373917958 0 0 17 1 0 0 0
/proc/30215/statm: 90346 5818 377 364 0 26240 0
[pid=30217] ppid=30215 vsize=3640 CPUtime=246 cores=1,3,5,7
/proc/30217/stat : 30217 (march_hi) R 30215 30217 30217 0 -1 4202496 1536 0 0 0 24600 0 0 0 25 0 1 0 658274439 3727360 681 33554432000 4194304 4955518 140734873743824 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30217/statm: 910 681 106 186 0 723 0
[pid=30220] ppid=30174 vsize=371808 CPUtime=0.64 cores=1,3,5,7
/proc/30220/stat : 30220 (python) S 30174 30174 28149 0 -1 4202560 1150 0 0 0 31 33 0 0 19 0 2 0 658276040 380731392 5866 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30220/statm: 92952 5866 400 364 0 28843 0
[pid=30222] ppid=30220 vsize=246940 CPUtime=97.88 cores=1,3,5,7
/proc/30222/stat : 30222 (FH) T 30220 30222 30222 0 -1 4202496 592 0 0 0 9788 0 0 0 25 0 1 0 658276040 252866560 326 33554432000 134512640 134936988 4288793264 18446744073709551615 134545221 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30222/statm: 61735 326 41 104 0 61239 0
[pid=30220/tid=30229] ppid=30174 vsize=371808 CPUtime=0 cores=1,3,5,7
/proc/30220/task/30229/stat : 30229 (python) S 30174 30174 28149 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658295609 380731392 5866 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 514 18446604469704850368 0 0 -1 5 0 0 0
[pid=30230] ppid=30174 vsize=382068 CPUtime=0.21 cores=1,3,5,7
/proc/30230/stat : 30230 (python) R 30174 30174 28149 0 -1 4202560 974 0 0 0 10 11 0 0 15 0 1 0 658295610 391237632 5840 33554432000 4194304 5683644 140734886874352 18446744073709551615 228244348731 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/30230/statm: 95516 5840 371 364 0 31404 0
[pid=30232] ppid=30230 vsize=2616 CPUtime=56.81 cores=1,3,5,7
/proc/30232/stat : 30232 (march_hi) R 30230 30232 30232 0 -1 4202496 1288 0 0 0 5681 0 0 0 25 0 1 0 658295611 2678784 434 33554432000 4194304 4955518 140735930368672 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30232/statm: 654 434 106 186 0 467 0
[pid=30174/tid=30181] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30181/stat : 30181 (python) S 30172 30174 28149 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 12 0 658249550 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 7 0 0 0
[pid=30174/tid=30184] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30184/stat : 30184 (python) S 30172 30174 28149 0 -1 4202560 37 935 0 0 0 0 0 0 20 0 12 0 658249551 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
[pid=30174/tid=30186] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30186/stat : 30186 (python) S 30172 30174 28149 0 -1 4202560 39 935 0 0 0 0 0 0 22 0 12 0 658249552 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
[pid=30174/tid=30189] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30189/stat : 30189 (python) S 30172 30174 28149 0 -1 4202560 14 935 0 0 0 0 0 0 23 0 12 0 658249553 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
[pid=30174/tid=30196] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30196/stat : 30196 (python) S 30172 30174 28149 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 12 0 658259592 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 3 0 0 0
[pid=30174/tid=30201] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30201/stat : 30201 (python) S 30172 30174 28149 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 12 0 658261398 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 5 0 0 0
[pid=30174/tid=30206] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30206/stat : 30206 (python) S 30172 30174 28149 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 12 0 658266006 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 5 0 0 0
[pid=30174/tid=30210] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30210/stat : 30210 (python) S 30172 30174 28149 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 12 0 658266212 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 5 0 0 0
[pid=30174/tid=30216] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30216/stat : 30216 (python) S 30172 30174 28149 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 12 0 658274439 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 5 0 0 0
[pid=30174/tid=30221] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30221/stat : 30221 (python) S 30172 30174 28149 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 12 0 658276040 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 5 0 0 0
[pid=30174/tid=30231] ppid=30172 vsize=392308 CPUtime=0 cores=1,3,5,7
/proc/30174/task/30231/stat : 30231 (python) S 30172 30174 28149 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 12 0 658295610 401723392 7363 33554432000 4194304 5683644 140734886874352 18446744073709551615 228256172465 0 0 16781312 2 18446604465817586432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1688.15
Current children cumulated vsize (KiB) 8603756

Child status: 0
Real time (s): 520.849
CPU time (s): 1688.49
CPU user time (s): 1684.74
CPU system time (s): 3.75143
CPU usage (%): 324.181
Max. virtual memory (cumulated for all children) (KiB): 8603756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1684.74
system time used= 3.75143
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46433
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= 5246
involuntary context switches= 18801

runsolver used 3.09853 second user time and 6.92895 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 15:35:15
IDJOB=3378624
IDBENCH=83033
IDSOLVER=1859
FILE ID=node136/3378624-1305466515
RUNJOBID= node136-1305462567-28168
PBS_JOBID= 13324968
Free space on /tmp= 72972 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S113771637-026.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-3378624-1305466515/watcher-3378624-1305466515 -o /tmp/evaluation-result-3378624-1305466515/solver-3378624-1305466515 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378624-1305466515.cnf -seed 1555599623 -budget 4800 -cores 4

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

MD5SUM BENCH= 7f4758baa378252dd3709cff507a5405
RANDOM SEED=1555599623

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16535208 kB
Buffers:        322400 kB
Cached:        5949252 kB
SwapCached:       2740 kB
Active:       11650924 kB
Inactive:      4399580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16535208 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:           33752 kB
Writeback:           0 kB
AnonPages:     9777140 kB
Mapped:          41732 kB
Slab:           242376 kB
PageTables:      55108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 118176196 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= 72940 MiB
End job on node136 at 2011-05-15 15:43:56