Trace number 3317624

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 2052.8 657.747

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S2117313371-002.UNKNOWN.cnf
MD5SUM80ed5c7022fbd1c0bf0af45d87bcb3f8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark374.693
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.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3317624-1304270412.cnf
0.31/0.45	c INFO: computing task features
0.31/0.49	c INFO: computed variable-clause graph statistics
0.31/0.49	c INFO: computed clause balance statistics
0.50/0.68	c INFO: computed variable balance statistics
0.60/0.75	c INFO: computed small-clause counts
0.60/0.75	c INFO: computed Horn-clause counts
0.60/0.76	c INFO: computed variable graph statistics
0.60/0.76	c INFO: collected features for HOME/instance-3317624-1304270412.cnf in 0.31 s
0.60/0.79	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.55)
0.69/0.82	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.10)
0.69/0.84	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.05)
0.69/0.88	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.03)
347.02/100.01	c INFO: running adaptg2wsat2009++@0 for 97 with 4700 remaining (b = 0.03)
347.02/100.04	c INFO: running gnovelty+2@0 for 97 with 4700 remaining (b = 0.02)
349.05/101.09	c INFO: running FH@0 for 97 with 4699 remaining (b = 0.02)
518.39/149.15	c INFO: running adaptg2wsat2009++@0 for 97 with 4651 remaining (b = 0.01)
672.10/200.27	c INFO: running march_hi@0 for 2134 with 4600 remaining (b = 0.30)
752.92/227.34	c INFO: running march_hi@0 for 2134 with 4573 remaining (b = 0.28)
838.36/252.43	c INFO: running march_hi@0 for 388 with 4548 remaining (b = 0.11)
954.24/289.47	c INFO: running march_hi@0 for 388 with 4511 remaining (b = 0.09)
2052.48/657.72	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-3317624-1304270412/watcher-3317624-1304270412 -o /tmp/evaluation-result-3317624-1304270412/solver-3317624-1304270412 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317624-1304270412.cnf -seed 279727319 -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.20 8.70 8.32 7/254 23579
/proc/meminfo: memFree=28111052/32951124 swapFree=67111356/67111528
[pid=23579] ppid=23577 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/23579/stat : 23579 (python) R 23577 23579 21633 0 -1 4202496 859 0 0 0 0 0 0 0 25 0 1 0 538638971 16150528 740 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905730704 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23579/statm: 3943 740 335 364 0 430 0

[startup+0.01626 s]
/proc/loadavg: 9.20 8.70 8.32 7/254 23579
/proc/meminfo: memFree=28111052/32951124 swapFree=67111356/67111528
[pid=23579] ppid=23577 vsize=16236 CPUtime=0 cores=1,3,5,7
/proc/23579/stat : 23579 (python) R 23577 23579 21633 0 -1 4202496 1046 0 0 0 0 0 0 0 25 0 1 0 538638971 16625664 917 33554432000 4194304 5683644 140734236817904 18446744073709551615 4358292 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23579/statm: 4059 917 381 364 0 546 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16236

[startup+0.100237 s]
/proc/loadavg: 9.20 8.70 8.32 7/254 23579
/proc/meminfo: memFree=28111052/32951124 swapFree=67111356/67111528
[pid=23579] ppid=23577 vsize=104612 CPUtime=0.07 cores=1,3,5,7
/proc/23579/stat : 23579 (python) S 23577 23579 21633 0 -1 4202496 3099 0 0 0 5 2 0 0 17 0 1 0 538638971 107122688 2778 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/23579/statm: 26153 2778 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.300165 s]
/proc/loadavg: 9.20 8.70 8.32 7/254 23579
/proc/meminfo: memFree=28111052/32951124 swapFree=67111356/67111528
[pid=23579] ppid=23577 vsize=198916 CPUtime=0.22 cores=1,3,5,7
/proc/23579/stat : 23579 (python) R 23577 23579 21633 0 -1 4202496 7020 935 1 0 16 6 0 0 17 0 1 0 538638971 203689984 5053 33554432000 4194304 5683644 140734236817904 18446744073709551615 47755710827162 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23579/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198916

[startup+0.700136 s]
/proc/loadavg: 9.20 8.70 8.32 7/254 23579
/proc/meminfo: memFree=28111052/32951124 swapFree=67111356/67111528
[pid=23579] ppid=23577 vsize=279552 CPUtime=0.6 cores=1,3,5,7
/proc/23579/stat : 23579 (python) R 23577 23579 21633 0 -1 4202496 9754 935 1 0 52 8 0 0 17 0 1 0 538638971 286261248 7274 33554432000 4194304 5683644 140734236817904 18446744073709551615 4567033 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23579/statm: 69888 7274 1827 364 0 5812 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 279552

[startup+1.50095 s]
/proc/loadavg: 9.20 8.70 8.32 10/267 23596
/proc/meminfo: memFree=28071260/32951124 swapFree=67111356/67111528
[pid=23579] ppid=23577 vsize=320308 CPUtime=0.77 cores=1,3,5,7
/proc/23579/stat : 23579 (python) S 23577 23579 21633 0 -1 4202496 12794 935 1 0 68 9 0 0 24 0 5 0 538638971 327995392 7276 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23579/statm: 80077 7276 1883 364 0 15986 0
[pid=23585] ppid=23579 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/23585/stat : 23585 (python) S 23579 23579 21633 0 -1 4202560 738 0 0 0 0 0 0 0 19 0 1 0 538639051 285388800 5614 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751055 0 0 16781312 514 10275130504541896703 0 0 17 7 0 0 0
/proc/23585/statm: 69675 5614 354 364 0 5593 0
[pid=23587] ppid=23585 vsize=1017932 CPUtime=0.7 cores=1,3,5,7
/proc/23587/stat : 23587 (gnovelty+2) R 23585 23587 23587 0 -1 4202496 508 0 0 0 70 0 0 0 22 0 1 0 538639051 1042362368 247 33554432000 134512640 135663704 4288918128 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/23587/statm: 254483 247 113 282 0 254199 0
[pid=23588] ppid=23579 vsize=289420 CPUtime=0 cores=1,3,5,7
/proc/23588/stat : 23588 (python) S 23579 23579 21633 0 -1 4202560 752 0 0 0 0 0 0 0 19 0 1 0 538639054 296366080 5713 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751110 0 0 16781312 514 15714193525312585727 0 0 17 5 0 0 0
/proc/23588/statm: 72355 5713 348 364 0 8270 0
[pid=23590] ppid=23588 vsize=1017932 CPUtime=0.66 cores=1,3,5,7
/proc/23590/stat : 23590 (gnovelty+2) R 23588 23590 23590 0 -1 4202496 509 0 0 0 66 0 0 0 22 0 1 0 538639054 1042362368 247 33554432000 134512640 135663704 4288445600 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/23590/statm: 254483 247 113 282 0 254199 0
[pid=23591] ppid=23579 vsize=299204 CPUtime=0 cores=1,3,5,7
/proc/23591/stat : 23591 (python) S 23579 23579 21633 0 -1 4202560 725 0 0 0 0 0 0 0 21 0 1 0 538639056 306384896 5610 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751110 0 0 16781312 514 15714185828731191295 0 0 17 5 0 0 0
/proc/23591/statm: 74801 5610 344 364 0 10713 0
[pid=23593] ppid=23591 vsize=416652 CPUtime=0.61 cores=1,3,5,7
/proc/23593/stat : 23593 (adaptg2wsat2009) R 23591 23593 23593 0 -1 4202496 570 0 0 0 61 0 0 0 25 0 1 0 538639059 426651648 304 33554432000 134512640 135107411 4292165760 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23593/statm: 104163 304 49 146 0 103039 0
[pid=23594] ppid=23579 vsize=310064 CPUtime=0 cores=1,3,5,7
/proc/23594/stat : 23594 (python) S 23579 23579 21633 0 -1 4202560 736 0 0 0 0 0 0 0 25 0 1 0 538639060 317505536 5733 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751110 0 0 16781312 514 237626732167823359 0 0 17 5 0 0 0
/proc/23594/statm: 77516 5733 344 364 0 13425 0
[pid=23596] ppid=23594 vsize=416652 CPUtime=0.32 cores=1,3,5,7
/proc/23596/stat : 23596 (adaptg2wsat2009) R 23594 23596 23596 0 -1 4202496 572 0 0 0 32 0 0 0 25 0 1 0 538639060 426651648 304 33554432000 134512640 135107411 4293743264 18446744073709551615 134523310 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23596/statm: 104163 304 49 146 0 103039 0
[pid=23579/tid=23586] ppid=23577 vsize=320308 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23586/stat : 23586 (python) S 23577 23579 21633 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 538639051 327995392 7276 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 3 0 0 0
[pid=23579/tid=23589] ppid=23577 vsize=320308 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23589/stat : 23589 (python) S 23577 23579 21633 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 538639054 327995392 7276 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 5 0 0 0
[pid=23579/tid=23592] ppid=23577 vsize=320308 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23592/stat : 23592 (python) S 23577 23579 21633 0 -1 4202560 23 935 0 0 0 0 0 0 22 0 5 0 538639057 327995392 7276 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 5 0 0 0
[pid=23579/tid=23595] ppid=23577 vsize=320308 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23595/stat : 23595 (python) S 23577 23579 21633 0 -1 4202560 22 935 0 0 0 0 0 0 24 0 5 0 538639060 327995392 7276 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 4366864

[startup+3.10066 s]
/proc/loadavg: 9.20 8.70 8.32 10/267 23596
/proc/meminfo: memFree=28070268/32951124 swapFree=67111356/67111528
[pid=23579] ppid=23577 vsize=320308 CPUtime=0.77 cores=1,3,5,7
/proc/23579/stat : 23579 (python) S 23577 23579 21633 0 -1 4202496 12794 935 1 0 68 9 0 0 24 0 5 0 538638971 327995392 7276 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23579/statm: 80077 7276 1883 364 0 15986 0
[pid=23585] ppid=23579 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/23585/stat : 23585 (python) S 23579 23579 21633 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 538639051 285388800 5614 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751055 0 0 16781312 514 10275130504541864197 0 0 17 7 0 0 0
/proc/23585/statm: 69675 5614 354 364 0 5593 0
[pid=23587] ppid=23585 vsize=1017932 CPUtime=2.3 cores=1,3,5,7
/proc/23587/stat : 23587 (gnovelty+2) R 23585 23587 23587 0 -1 4202496 508 0 0 0 230 0 0 0 25 0 1 0 538639051 1042362368 247 33554432000 134512640 135663704 4288918128 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/23587/statm: 254483 247 113 282 0 254199 0
[pid=23588] ppid=23579 vsize=289420 CPUtime=0 cores=1,3,5,7
/proc/23588/stat : 23588 (python) S 23579 23579 21633 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 538639054 296366080 5713 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751110 0 0 16781312 514 15714193525312553222 0 0 17 5 0 0 0
/proc/23588/statm: 72355 5713 348 364 0 8270 0
[pid=23590] ppid=23588 vsize=1017932 CPUtime=2.25 cores=1,3,5,7
/proc/23590/stat : 23590 (gnovelty+2) R 23588 23590 23590 0 -1 4202496 509 0 0 0 225 0 0 0 25 0 1 0 538639054 1042362368 247 33554432000 134512640 135663704 4288445600 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/23590/statm: 254483 247 113 282 0 254199 0
[pid=23591] ppid=23579 vsize=299204 CPUtime=0 cores=1,3,5,7
/proc/23591/stat : 23591 (python) S 23579 23579 21633 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 538639056 306384896 5614 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751110 0 0 16781312 514 15714185828731158788 0 0 17 5 0 0 0
/proc/23591/statm: 74801 5614 348 364 0 10713 0
[pid=23593] ppid=23591 vsize=416788 CPUtime=2.21 cores=1,3,5,7
/proc/23593/stat : 23593 (adaptg2wsat2009) R 23591 23593 23593 0 -1 4202496 630 0 0 0 221 0 0 0 25 0 1 0 538639059 426790912 364 33554432000 134512640 135107411 4292165760 18446744073709551615 134531392 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23593/statm: 104197 364 59 146 0 103073 0
[pid=23594] ppid=23579 vsize=310064 CPUtime=0 cores=1,3,5,7
/proc/23594/stat : 23594 (python) S 23579 23579 21633 0 -1 4202560 754 0 0 0 0 0 0 0 18 0 1 0 538639060 317505536 5737 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751110 0 0 16781312 514 237626732167790855 0 0 17 5 0 0 0
/proc/23594/statm: 77516 5737 348 364 0 13425 0
[pid=23596] ppid=23594 vsize=416788 CPUtime=1.12 cores=1,3,5,7
/proc/23596/stat : 23596 (adaptg2wsat2009) R 23594 23596 23596 0 -1 4202496 632 0 0 0 112 0 0 0 25 0 1 0 538639060 426790912 364 33554432000 134512640 135107411 4293743264 18446744073709551615 134532349 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23596/statm: 104197 364 59 146 0 103073 0
[pid=23579/tid=23586] ppid=23577 vsize=320308 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23586/stat : 23586 (python) S 23577 23579 21633 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 538639051 327995392 7276 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 3 0 0 0
[pid=23579/tid=23589] ppid=23577 vsize=320308 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23589/stat : 23589 (python) S 23577 23579 21633 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 538639054 327995392 7276 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 5 0 0 0
[pid=23579/tid=23592] ppid=23577 vsize=320308 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23592/stat : 23592 (python) S 23577 23579 21633 0 -1 4202560 23 935 0 0 0 0 0 0 22 0 5 0 538639057 327995392 7276 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 5 0 0 0
[pid=23579/tid=23595] ppid=23577 vsize=320308 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23595/stat : 23595 (python) S 23577 23579 21633 0 -1 4202560 22 935 0 0 0 0 0 0 24 0 5 0 538639060 327995392 7276 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.65
Current children cumulated vsize (KiB) 4367136

[startup+6.30108 s]
/proc/loadavg: 9.27 8.72 8.33 10/267 23596
/proc/meminfo: memFree=28068524/32951124 swapFree=67111356/67111528
[pid=23579] ppid=23577 vsize=320308 CPUtime=0.77 cores=1,3,5,7
/proc/23579/stat : 23579 (python) S 23577 23579 21633 0 -1 4202496 12794 935 1 0 68 9 0 0 24 0 5 0 538638971 327995392 7276 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23579/statm: 80077 7276 1883 364 0 15986 0
[pid=23585] ppid=23579 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/23585/stat : 23585 (python) S 23579 23579 21633 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 538639051 285388800 5637 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751055 0 0 16781312 514 10275130504541864197 0 0 17 7 0 0 0
/proc/23585/statm: 69675 5637 377 364 0 5593 0
[pid=23587] ppid=23585 vsize=1017932 CPUtime=5.5 cores=1,3,5,7
/proc/23587/stat : 23587 (gnovelty+2) R 23585 23587 23587 0 -1 4202496 508 0 0 0 550 0 0 0 25 0 1 0 538639051 1042362368 247 33554432000 134512640 135663704 4288918128 18446744073709551615 134524512 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/23587/statm: 254483 247 113 282 0 254199 0
[pid=23588] ppid=23579 vsize=289420 CPUtime=0 cores=1,3,5,7
/proc/23588/stat : 23588 (python) S 23579 23579 21633 0 -1 4202560 915 0 0 0 0 0 0 0 18 0 1 0 538639054 296366080 5736 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751110 0 0 16781312 514 15714193525312553222 0 0 17 5 0 0 0
/proc/23588/statm: 72355 5736 371 364 0 8270 0
[pid=23590] ppid=23588 vsize=1017932 CPUtime=5.42 cores=1,3,5,7
/proc/23590/stat : 23590 (gnovelty+2) R 23588 23590 23590 0 -1 4202496 509 0 0 0 542 0 0 0 25 0 1 0 538639054 1042362368 247 33554432000 134512640 135663704 4288445600 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/23590/statm: 254483 247 113 282 0 254199 0
[pid=23591] ppid=23579 vsize=299204 CPUtime=0 cores=1,3,5,7
/proc/23591/stat : 23591 (python) S 23579 23579 21633 0 -1 4202560 915 0 0 0 0 0 0 0 18 0 1 0 538639056 306384896 5636 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751110 0 0 16781312 514 15714185828731158788 0 0 17 5 0 0 0
/proc/23591/statm: 74801 5636 370 364 0 10713 0
[pid=23593] ppid=23591 vsize=416788 CPUtime=5.38 cores=1,3,5,7
/proc/23593/stat : 23593 (adaptg2wsat2009) R 23591 23593 23593 0 -1 4202496 630 0 0 0 538 0 0 0 25 0 1 0 538639059 426790912 364 33554432000 134512640 135107411 4292165760 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23593/statm: 104197 364 59 146 0 103073 0
[pid=23594] ppid=23579 vsize=310064 CPUtime=0 cores=1,3,5,7
/proc/23594/stat : 23594 (python) S 23579 23579 21633 0 -1 4202560 914 0 0 0 0 0 0 0 18 0 1 0 538639060 317505536 5760 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751110 0 0 16781312 514 237626732167790855 0 0 17 5 0 0 0
/proc/23594/statm: 77516 5760 371 364 0 13425 0
[pid=23596] ppid=23594 vsize=416788 CPUtime=2.72 cores=1,3,5,7
/proc/23596/stat : 23596 (adaptg2wsat2009) R 23594 23596 23596 0 -1 4202496 632 0 0 0 272 0 0 0 25 0 1 0 538639060 426790912 364 33554432000 134512640 135107411 4293743264 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23596/statm: 104197 364 59 146 0 103073 0
[pid=23579/tid=23586] ppid=23577 vsize=320308 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23586/stat : 23586 (python) S 23577 23579 21633 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 538639051 327995392 7276 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 3 0 0 0
[pid=23579/tid=23589] ppid=23577 vsize=320308 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23589/stat : 23589 (python) S 23577 23579 21633 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 538639054 327995392 7276 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 5 0 0 0
[pid=23579/tid=23592] ppid=23577 vsize=320308 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23592/stat : 23592 (python) S 23577 23579 21633 0 -1 4202560 23 935 0 0 0 0 0 0 22 0 5 0 538639057 327995392 7276 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 5 0 0 0
[pid=23579/tid=23595] ppid=23577 vsize=320308 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23595/stat : 23595 (python) S 23577 23579 21633 0 -1 4202560 22 935 0 0 0 0 0 0 24 0 5 0 538639060 327995392 7276 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19.79
Current children cumulated vsize (KiB) 4367136

[startup+12.7009 s]
/proc/loadavg: 9.25 8.72 8.33 10/267 23597
/proc/meminfo: memFree=28068576/32951124 swapFree=67111356/67111528
[pid=23579] ppid=23577 vsize=320308 CPUtime=0.77 cores=1,3,5,7
/proc/23579/stat : 23579 (python) S 23577 23579 21633 0 -1 4202496 12794 935 1 0 68 9 0 0 24 0 5 0 538638971 327995392 7276 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23579/statm: 80077 7276 1883 364 0 15986 0
[pid=23585] ppid=23579 vsize=278700 CPUtime=0.01 cores=1,3,5,7
/proc/23585/stat : 23585 (python) S 23579 23579 21633 0 -1 4202560 902 0 0 0 0 1 0 0 18 0 1 0 538639051 285388800 5637 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751055 0 0 16781312 514 610906252578357509 0 0 17 7 0 0 0
/proc/23585/statm: 69675 5637 377 364 0 5593 0
[pid=23587] ppid=23585 vsize=1017932 CPUtime=11.9 cores=1,3,5,7
/proc/23587/stat : 23587 (gnovelty+2) R 23585 23587 23587 0 -1 4202496 508 0 0 0 1190 0 0 0 25 0 1 0 538639051 1042362368 247 33554432000 134512640 135663704 4288918128 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/23587/statm: 254483 247 113 282 0 254199 0
[pid=23588] ppid=23579 vsize=289420 CPUtime=0.01 cores=1,3,5,7

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

/proc/23644/stat : 23644 (python) S 23579 23579 21633 0 -1 4202560 1043 0 0 0 51 44 0 0 15 0 1 0 538658999 370233344 5833 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751110 0 0 16781312 514 18005655197312844036 0 0 17 3 0 0 0
/proc/23644/statm: 90389 5833 371 364 0 26283 0
[pid=23646] ppid=23644 vsize=3932 CPUtime=325.36 cores=1,3,5,7
/proc/23646/stat : 23646 (march_hi) R 23644 23646 23646 0 -1 4202496 1628 0 0 0 32536 0 0 0 25 0 1 0 538659001 4026368 724 33554432000 4194304 4955518 140736983255296 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/23646/statm: 983 724 106 186 0 796 0
[pid=23648] ppid=23579 vsize=371812 CPUtime=0.88 cores=1,3,5,7
/proc/23648/stat : 23648 (python) S 23579 23579 21633 0 -1 4202560 1043 0 0 0 48 40 0 0 15 0 1 0 538661706 380735488 5863 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751110 0 0 16781312 514 9414845394057134344 0 0 17 1 0 0 0
/proc/23648/statm: 92953 5863 371 364 0 28844 0
[pid=23650] ppid=23648 vsize=3420 CPUtime=230.76 cores=1,3,5,7
/proc/23650/stat : 23650 (march_hi) R 23648 23650 23650 0 -1 4202496 1523 0 0 0 23076 0 0 0 25 0 1 0 538661706 3502080 620 33554432000 4194304 4955518 140733731426416 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/23650/statm: 855 620 106 186 0 668 0
[pid=23653] ppid=23579 vsize=382068 CPUtime=1.98 cores=1,3,5,7
/proc/23653/stat : 23653 (python) R 23579 23579 21633 0 -1 4202560 1048 0 0 0 143 55 0 0 17 0 1 0 538664215 391237632 5868 33554432000 4194304 5683644 140734236817904 18446744073709551615 4539725 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/23653/statm: 95517 5868 372 364 0 31405 0
[pid=23655] ppid=23653 vsize=0 CPUtime=377.26 cores=1,3,5,7
/proc/23655/stat : 23655 (march_hi) R 23653 23655 23655 0 -1 4202500 1705 0 0 0 37726 0 0 0 25 0 1 0 538664215 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/23655/statm: 0 0 0 0 0 0 0
[pid=23662] ppid=23579 vsize=392520 CPUtime=0.78 cores=1,3,5,7
/proc/23662/stat : 23662 (python) S 23579 23579 21633 0 -1 4202560 1047 0 0 0 43 35 0 0 15 0 1 0 538667919 401940480 5894 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751110 0 0 16781312 514 192405743062712584 0 0 17 1 0 0 0
/proc/23662/statm: 98130 5894 371 364 0 34015 0
[pid=23664] ppid=23662 vsize=3932 CPUtime=313.88 cores=1,3,5,7
/proc/23664/stat : 23664 (march_hi) R 23662 23664 23664 0 -1 4202496 1613 0 0 0 31388 0 0 0 25 0 1 0 538667920 4026368 709 33554432000 4194304 4955518 140737459859280 18446744073709551615 4224826 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23664/statm: 983 709 106 186 0 796 0
[pid=23579/tid=23586] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23586/stat : 23586 (python) S 23577 23579 21633 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 13 0 538639051 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 3 0 0 0
[pid=23579/tid=23589] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23589/stat : 23589 (python) S 23577 23579 21633 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 13 0 538639054 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 5 0 0 0
[pid=23579/tid=23592] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23592/stat : 23592 (python) S 23577 23579 21633 0 -1 4202560 23 935 0 0 0 0 0 0 22 0 13 0 538639057 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 5 0 0 0
[pid=23579/tid=23595] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23595/stat : 23595 (python) S 23577 23579 21633 0 -1 4202560 22 935 0 0 0 0 0 0 24 0 13 0 538639060 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 5 0 0 0
[pid=23579/tid=23619] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23619/stat : 23619 (python) S 23577 23579 21633 0 -1 4202560 40 935 0 0 0 0 0 0 20 0 13 0 538648973 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 7 0 0 0
[pid=23579/tid=23621] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23621/stat : 23621 (python) S 23577 23579 21633 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 13 0 538648976 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 7 0 0 0
[pid=23579/tid=23626] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23626/stat : 23626 (python) S 23577 23579 21633 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 13 0 538649081 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 7 0 0 0
[pid=23579/tid=23631] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23631/stat : 23631 (python) S 23577 23579 21633 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 13 0 538653887 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 7 0 0 0
[pid=23579/tid=23645] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23645/stat : 23645 (python) S 23577 23579 21633 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 13 0 538659000 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 7 0 0 0
[pid=23579/tid=23649] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23649/stat : 23649 (python) S 23577 23579 21633 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 13 0 538661706 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 7 0 0 0
[pid=23579/tid=23654] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23654/stat : 23654 (python) S 23577 23579 21633 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 13 0 538664215 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 7 0 0 0
[pid=23579/tid=23663] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23663/stat : 23663 (python) S 23577 23579 21633 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 13 0 538667919 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2051.85
Current children cumulated vsize (KiB) 9420048

[startup+657.702 s]
/proc/loadavg: 9.21 9.15 8.75 12/334 23681
/proc/meminfo: memFree=27708976/32951124 swapFree=67111356/67111528
[pid=23579] ppid=23577 vsize=402764 CPUtime=1.06 cores=1,3,5,7
/proc/23579/stat : 23579 (python) S 23577 23579 21633 0 -1 4202496 20045 935 1 0 95 11 0 0 19 0 13 0 538638971 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23579/statm: 100691 7427 1900 364 0 36576 0
[pid=23585] ppid=23579 vsize=288944 CPUtime=0.16 cores=1,3,5,7
/proc/23585/stat : 23585 (python) S 23579 23579 21633 0 -1 4202560 1086 0 0 0 8 8 0 0 18 0 2 0 538639051 295878656 5675 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23585/statm: 72236 5675 410 364 0 8154 0
[pid=23587] ppid=23585 vsize=1017932 CPUtime=99.16 cores=1,3,5,7
/proc/23587/stat : 23587 (gnovelty+2) T 23585 23587 23587 0 -1 4202496 508 0 0 0 9916 0 0 0 25 0 1 0 538639051 1042362368 247 33554432000 134512640 135663704 4288918128 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23587/statm: 254483 247 113 282 0 254199 0
[pid=23585/tid=23616] ppid=23579 vsize=288944 CPUtime=0 cores=1,3,5,7
/proc/23585/task/23616/stat : 23616 (python) S 23579 23579 21633 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538648968 295878656 5675 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 514 18446604455305058496 0 0 -1 3 0 0 0
[pid=23588] ppid=23579 vsize=289420 CPUtime=0.16 cores=1,3,5,7
/proc/23588/stat : 23588 (python) S 23579 23579 21633 0 -1 4202560 1098 0 0 0 10 6 0 0 19 0 2 0 538639054 296366080 5766 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23588/statm: 72355 5766 400 364 0 8270 0
[pid=23590] ppid=23588 vsize=1017932 CPUtime=98.27 cores=1,3,5,7
/proc/23590/stat : 23590 (gnovelty+2) T 23588 23590 23590 0 -1 4202496 509 0 0 0 9827 0 0 0 25 0 1 0 538639054 1042362368 247 33554432000 134512640 135663704 4288445600 18446744073709551615 134524894 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23590/statm: 254483 247 113 282 0 254199 0
[pid=23588/tid=23617] ppid=23579 vsize=289420 CPUtime=0 cores=1,3,5,7
/proc/23588/task/23617/stat : 23617 (python) S 23579 23579 21633 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538648971 296366080 5766 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 514 18446604460866406336 0 0 -1 5 0 0 0
[pid=23591] ppid=23579 vsize=299204 CPUtime=0.16 cores=1,3,5,7
/proc/23591/stat : 23591 (python) S 23579 23579 21633 0 -1 4202560 1103 0 0 0 8 8 0 0 19 0 2 0 538639056 306384896 5667 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23591/statm: 74801 5667 400 364 0 10713 0
[pid=23593] ppid=23591 vsize=416788 CPUtime=99.63 cores=1,3,5,7
/proc/23593/stat : 23593 (adaptg2wsat2009) T 23591 23593 23593 0 -1 4202496 630 0 0 0 9963 0 0 0 25 0 1 0 538639059 426790912 364 33554432000 134512640 135107411 4292165760 18446744073709551615 134532408 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23593/statm: 104197 364 59 146 0 103073 0
[pid=23591/tid=23624] ppid=23579 vsize=299204 CPUtime=0 cores=1,3,5,7
/proc/23591/task/23624/stat : 23624 (python) S 23579 23579 21633 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538649078 306384896 5667 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 514 18446604460866404544 0 0 -1 5 0 0 0
[pid=23594] ppid=23579 vsize=310064 CPUtime=0.25 cores=1,3,5,7
/proc/23594/stat : 23594 (python) S 23579 23579 21633 0 -1 4202560 1124 0 0 0 13 12 0 0 19 0 2 0 538639060 317505536 5790 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23594/statm: 77516 5790 400 364 0 13425 0
[pid=23596] ppid=23594 vsize=416788 CPUtime=98.59 cores=1,3,5,7
/proc/23596/stat : 23596 (adaptg2wsat2009) T 23594 23596 23596 0 -1 4202496 632 0 0 0 9859 0 0 0 25 0 1 0 538639060 426790912 364 33554432000 134512640 135107411 4293743264 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23596/statm: 104197 364 59 146 0 103073 0
[pid=23594/tid=23629] ppid=23579 vsize=310064 CPUtime=0 cores=1,3,5,7
/proc/23594/task/23629/stat : 23629 (python) S 23579 23579 21633 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538653883 317505536 5790 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 514 18446604470147889216 0 0 -1 5 0 0 0
[pid=23618] ppid=23579 vsize=320320 CPUtime=0.17 cores=1,3,5,7
/proc/23618/stat : 23618 (python) S 23579 23579 21633 0 -1 4202560 1128 0 0 0 11 6 0 0 19 0 2 0 538648973 328007680 5794 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23618/statm: 80080 5794 400 364 0 15986 0
[pid=23622] ppid=23618 vsize=416788 CPUtime=99.51 cores=1,3,5,7
/proc/23622/stat : 23622 (adaptg2wsat2009) T 23618 23622 23622 0 -1 4202496 631 0 0 0 9951 0 0 0 25 0 1 0 538648976 426790912 363 33554432000 134512640 135107411 4287081936 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23622/statm: 104197 363 59 146 0 103073 0
[pid=23618/tid=23643] ppid=23579 vsize=320320 CPUtime=0 cores=1,3,5,7
/proc/23618/task/23643/stat : 23643 (python) S 23579 23579 21633 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538658995 328007680 5794 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 514 18446604471127579648 0 0 -1 5 0 0 0
[pid=23620] ppid=23579 vsize=330240 CPUtime=0.23 cores=1,3,5,7
/proc/23620/stat : 23620 (python) S 23579 23579 21633 0 -1 4202560 1130 0 0 0 14 9 0 0 19 0 2 0 538648976 338165760 5718 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23620/statm: 82560 5718 400 364 0 18463 0
[pid=23623] ppid=23620 vsize=1017932 CPUtime=102.74 cores=1,3,5,7
/proc/23623/stat : 23623 (gnovelty+2) T 23620 23623 23623 0 -1 4202496 514 0 0 0 10274 0 0 0 25 0 1 0 538648976 1042362368 247 33554432000 134512640 135663704 4288533776 18446744073709551615 134525309 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23623/statm: 254483 247 113 282 0 254199 0
[pid=23620/tid=23647] ppid=23579 vsize=330240 CPUtime=0 cores=1,3,5,7
/proc/23620/task/23647/stat : 23647 (python) S 23579 23579 21633 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538661702 338165760 5718 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 514 18446604460413594304 0 0 -1 7 0 0 0
[pid=23625] ppid=23579 vsize=340856 CPUtime=0.28 cores=1,3,5,7
/proc/23625/stat : 23625 (python) S 23579 23579 21633 0 -1 4202560 1148 0 0 0 16 12 0 0 19 0 2 0 538649081 349036544 5808 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23625/statm: 85214 5808 400 364 0 21114 0
[pid=23627] ppid=23625 vsize=246936 CPUtime=99.7 cores=1,3,5,7
/proc/23627/stat : 23627 (FH) T 23625 23627 23627 0 -1 4202496 593 0 0 0 9970 0 0 0 25 0 1 0 538649081 252862464 327 33554432000 134512640 134936988 4289641776 18446744073709551615 134545269 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23627/statm: 61734 327 41 104 0 61238 0
[pid=23625/tid=23652] ppid=23579 vsize=340856 CPUtime=0 cores=1,3,5,7
/proc/23625/task/23652/stat : 23652 (python) S 23579 23579 21633 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538664211 349036544 5808 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 514 18446604454222996416 0 0 -1 7 0 0 0
[pid=23630] ppid=23579 vsize=351112 CPUtime=0.26 cores=1,3,5,7
/proc/23630/stat : 23630 (python) S 23579 23579 21633 0 -1 4202560 1188 0 0 0 14 12 0 0 19 0 2 0 538653887 359538688 5841 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23630/statm: 87778 5841 406 364 0 23675 0
[pid=23632] ppid=23630 vsize=416788 CPUtime=99.67 cores=1,3,5,7
/proc/23632/stat : 23632 (adaptg2wsat2009) T 23630 23632 23632 0 -1 4202496 635 0 0 0 9967 0 0 0 25 0 1 0 538653887 426790912 362 33554432000 134512640 135107411 4293421312 18446744073709551615 134532088 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23632/statm: 104197 362 59 146 0 103073 0
[pid=23630/tid=23661] ppid=23579 vsize=351112 CPUtime=0 cores=1,3,5,7
/proc/23630/task/23661/stat : 23661 (python) S 23579 23579 21633 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538667915 359538688 5841 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 514 18446604464331762368 0 0 -1 1 0 0 0
[pid=23644] ppid=23579 vsize=361556 CPUtime=0.95 cores=1,3,5,7
/proc/23644/stat : 23644 (python) S 23579 23579 21633 0 -1 4202560 1043 0 0 0 51 44 0 0 15 0 1 0 538658999 370233344 5833 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751110 0 0 16781312 514 18005655197312844036 0 0 17 3 0 0 0
/proc/23644/statm: 90389 5833 371 364 0 26283 0
[pid=23646] ppid=23644 vsize=3932 CPUtime=325.46 cores=1,3,5,7
/proc/23646/stat : 23646 (march_hi) R 23644 23646 23646 0 -1 4202496 1628 0 0 0 32546 0 0 0 25 0 1 0 538659001 4026368 724 33554432000 4194304 4955518 140736983255296 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/23646/statm: 983 724 106 186 0 796 0
[pid=23648] ppid=23579 vsize=371812 CPUtime=0.88 cores=1,3,5,7
/proc/23648/stat : 23648 (python) S 23579 23579 21633 0 -1 4202560 1043 0 0 0 48 40 0 0 15 0 1 0 538661706 380735488 5863 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751110 0 0 16781312 514 9414845394057134344 0 0 17 1 0 0 0
/proc/23648/statm: 92953 5863 371 364 0 28844 0
[pid=23650] ppid=23648 vsize=3420 CPUtime=230.87 cores=1,3,5,7
/proc/23650/stat : 23650 (march_hi) R 23648 23650 23650 0 -1 4202496 1523 0 0 0 23087 0 0 0 25 0 1 0 538661706 3502080 620 33554432000 4194304 4955518 140733731426416 18446744073709551615 4297559 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/23650/statm: 855 620 106 186 0 668 0
[pid=23653] ppid=23579 vsize=382068 CPUtime=2.19 cores=1,3,5,7
/proc/23653/stat : 23653 (python) R 23579 23579 21633 0 -1 4202560 1048 0 0 0 161 58 0 0 17 0 1 0 538664215 391237632 5868 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751110 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/23653/statm: 95517 5868 372 364 0 31405 0
[pid=23655] ppid=23653 vsize=0 CPUtime=377.26 cores=1,3,5,7
/proc/23655/stat : 23655 (march_hi) R 23653 23655 23655 0 -1 4202500 1705 0 0 0 37726 0 0 0 25 0 1 0 538664215 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/23655/statm: 0 0 0 0 0 0 0
[pid=23662] ppid=23579 vsize=392520 CPUtime=0.78 cores=1,3,5,7
/proc/23662/stat : 23662 (python) S 23579 23579 21633 0 -1 4202560 1047 0 0 0 43 35 0 0 15 0 1 0 538667919 401940480 5894 33554432000 4194304 5683644 140734236817904 18446744073709551615 218905751110 0 0 16781312 514 192405743062712584 0 0 17 1 0 0 0
/proc/23662/statm: 98130 5894 371 364 0 34015 0
[pid=23664] ppid=23662 vsize=3932 CPUtime=314.09 cores=1,3,5,7
/proc/23664/stat : 23664 (march_hi) R 23662 23664 23664 0 -1 4202496 1613 0 0 0 31409 0 0 0 25 0 1 0 538667920 4026368 709 33554432000 4194304 4955518 140737459859280 18446744073709551615 4237818 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23664/statm: 983 709 106 186 0 796 0
[pid=23579/tid=23586] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23586/stat : 23586 (python) S 23577 23579 21633 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 13 0 538639051 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 3 0 0 0
[pid=23579/tid=23589] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23589/stat : 23589 (python) S 23577 23579 21633 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 13 0 538639054 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 5 0 0 0
[pid=23579/tid=23592] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23592/stat : 23592 (python) S 23577 23579 21633 0 -1 4202560 23 935 0 0 0 0 0 0 22 0 13 0 538639057 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 5 0 0 0
[pid=23579/tid=23595] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23595/stat : 23595 (python) S 23577 23579 21633 0 -1 4202560 22 935 0 0 0 0 0 0 24 0 13 0 538639060 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 5 0 0 0
[pid=23579/tid=23619] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23619/stat : 23619 (python) S 23577 23579 21633 0 -1 4202560 40 935 0 0 0 0 0 0 20 0 13 0 538648973 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 7 0 0 0
[pid=23579/tid=23621] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23621/stat : 23621 (python) S 23577 23579 21633 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 13 0 538648976 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 7 0 0 0
[pid=23579/tid=23626] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23626/stat : 23626 (python) S 23577 23579 21633 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 13 0 538649081 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 7 0 0 0
[pid=23579/tid=23631] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23631/stat : 23631 (python) S 23577 23579 21633 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 13 0 538653887 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 7 0 0 0
[pid=23579/tid=23645] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23645/stat : 23645 (python) S 23577 23579 21633 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 13 0 538659000 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 7 0 0 0
[pid=23579/tid=23649] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23649/stat : 23649 (python) S 23577 23579 21633 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 13 0 538661706 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 7 0 0 0
[pid=23579/tid=23654] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23654/stat : 23654 (python) S 23577 23579 21633 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 13 0 538664215 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 7 0 0 0
[pid=23579/tid=23663] ppid=23577 vsize=402764 CPUtime=0 cores=1,3,5,7
/proc/23579/task/23663/stat : 23663 (python) S 23577 23579 21633 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 13 0 538667919 412430336 7427 33554432000 4194304 5683644 140734236817904 18446744073709551615 218917554609 0 0 16781312 2 18446604470147887424 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2052.48
Current children cumulated vsize (KiB) 9420048

Child status: 0
Real time (s): 657.747
CPU time (s): 2052.8
CPU user time (s): 2050.06
CPU system time (s): 2.74058
CPU usage (%): 312.096
Max. virtual memory (cumulated for all children) (KiB): 9424744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2050.06
system time used= 2.74058
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50378
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= 5437
involuntary context switches= 21039

runsolver used 2.98455 second user time and 6.79497 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-01 19:20:12
IDJOB=3317624
IDBENCH=83089
IDSOLVER=1705
FILE ID=node137/3317624-1304270412
RUNJOBID= node137-1304267281-21652
PBS_JOBID= 13173942
Free space on /tmp= 73368 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S2117313371-002.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-3317624-1304270412/watcher-3317624-1304270412 -o /tmp/evaluation-result-3317624-1304270412/solver-3317624-1304270412 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317624-1304270412.cnf -seed 279727319 -budget 4800 -cores 4

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

MD5SUM BENCH= 80ed5c7022fbd1c0bf0af45d87bcb3f8
RANDOM SEED=279727319

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.83
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.844
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:      28111084 kB
Buffers:        944680 kB
Cached:        2622256 kB
SwapCached:         48 kB
Active:        1137532 kB
Inactive:      3223164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28111084 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           32680 kB
Writeback:           0 kB
AnonPages:      793396 kB
Mapped:          25608 kB
Slab:           400388 kB
PageTables:      17200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 30896444 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= 73336 MiB
End job on node137 at 2011-05-01 19:31:10