Trace number 3385641

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 73.4328 10.0261

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S428924146-076.UNKNOWN.cnf
MD5SUM8742ded32e7243c8b59546e2dc82a4b4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.40687
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
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 51597
Number of clauses of size over 50

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.67	c INFO: solving HOME/instance-3385641-1305571629.cnf
0.35/0.67	c INFO: computing task features
0.35/0.68	c INFO: computed variable-clause graph statistics
0.35/0.68	c INFO: computed clause balance statistics
0.43/0.72	c INFO: computed variable balance statistics
0.43/0.75	c INFO: computed small-clause counts
0.43/0.75	c INFO: computed Horn-clause counts
0.43/0.75	c INFO: computed variable graph statistics
0.43/0.75	c INFO: collected features for HOME/instance-3385641-1305571629.cnf in 0.08 s
0.43/0.78	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.61)
0.52/0.81	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.43)
0.52/0.84	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.39)
0.52/0.87	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.13)
0.63/0.90	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.63/0.93	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.28)
0.63/0.97	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
0.63/1.00	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.18)
72.61/10.00	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-3385641-1305571629/watcher-3385641-1305571629 -o /tmp/evaluation-result-3385641-1305571629/solver-3385641-1305571629 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385641-1305571629.cnf -seed 1726458225 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.21 8.34 8.29 2/481 1063
/proc/meminfo: memFree=16050572/32951124 swapFree=62248504/67111528
[pid=1063] ppid=1061 vsize=15080 CPUtime=0 cores=0-7
/proc/1063/stat : 1063 (python) S 1061 1063 1037 0 -1 4202496 615 0 0 0 0 0 0 0 18 0 1 0 668760618 15441920 512 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/1063/statm: 3770 512 300 364 0 257 0

[startup+0.087611 s]
/proc/loadavg: 7.21 8.34 8.29 2/481 1063
/proc/meminfo: memFree=16050572/32951124 swapFree=62248504/67111528
[pid=1063] ppid=1061 vsize=54536 CPUtime=0.04 cores=0-7
/proc/1063/stat : 1063 (python) S 1061 1063 1037 0 -1 4202496 2056 0 0 0 3 1 0 0 17 0 1 0 668760618 55844864 1814 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/1063/statm: 13634 1814 492 364 0 1284 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 54536

[startup+0.100671 s]
/proc/loadavg: 7.21 8.34 8.29 2/481 1063
/proc/meminfo: memFree=16050572/32951124 swapFree=62248504/67111528
[pid=1063] ppid=1061 vsize=87704 CPUtime=0.06 cores=0-7
/proc/1063/stat : 1063 (python) R 1061 1063 1037 0 -1 4202496 2638 0 0 0 4 2 0 0 17 0 1 0 668760618 89808896 2354 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905729024 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1063/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300622 s]
/proc/loadavg: 7.21 8.34 8.29 2/481 1063
/proc/meminfo: memFree=16050572/32951124 swapFree=62248504/67111528
[pid=1063] ppid=1061 vsize=135748 CPUtime=0.19 cores=0-7
/proc/1063/stat : 1063 (python) S 1061 1063 1037 0 -1 4202496 5961 936 1 0 13 6 0 0 18 0 1 0 668760618 139005952 4151 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905726981 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/1063/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700501 s]
/proc/loadavg: 7.21 8.34 8.29 2/481 1063
/proc/meminfo: memFree=16050572/32951124 swapFree=62248504/67111528
[pid=1063] ppid=1061 vsize=278292 CPUtime=0.43 cores=0-7
/proc/1063/stat : 1063 (python) R 1061 1063 1037 0 -1 4202496 9304 936 1 0 31 12 0 0 17 0 1 0 668760618 284971008 6975 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905389865 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1063/statm: 69573 6975 1826 364 0 5497 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278292

[startup+1.5013 s]
/proc/loadavg: 7.21 8.34 8.29 11/503 1089
/proc/meminfo: memFree=16000300/32951124 swapFree=62248504/67111528
[pid=1063] ppid=1061 vsize=426540 CPUtime=0.73 cores=0-7
/proc/1063/stat : 1063 (python) S 1061 1063 1037 0 -1 4202496 15100 936 1 0 59 14 0 0 25 0 9 0 668760618 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1063/statm: 106635 7383 1889 364 0 42532 0
[pid=1069] ppid=1063 vsize=278452 CPUtime=0 cores=0-7
/proc/1069/stat : 1069 (python) S 1063 1063 1037 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 668760696 285134848 5535 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751055 0 0 16781312 514 13116619020046434303 0 0 17 1 0 0 0
/proc/1069/statm: 69613 5535 354 364 0 5531 0
[pid=1071] ppid=1069 vsize=1017800 CPUtime=0.71 cores=0-7
/proc/1071/stat : 1071 (gnovelty+2) R 1069 1071 1071 0 -1 4202496 429 0 0 0 71 0 0 0 21 0 1 0 668760696 1042227200 162 33554432000 134512640 135663704 4292314320 18446744073709551615 134525185 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1071/statm: 254450 162 113 282 0 254166 0
[pid=1072] ppid=1063 vsize=289224 CPUtime=0 cores=0-7
/proc/1072/stat : 1072 (python) S 1063 1063 1037 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 668760699 296165376 5664 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 2068929868682199298 0 0 17 1 0 0 0
/proc/1072/statm: 72306 5664 348 364 0 8221 0
[pid=1074] ppid=1072 vsize=1420 CPUtime=0.68 cores=0-7
/proc/1074/stat : 1074 (march_hi) R 1072 1074 1074 0 -1 4202496 471 0 0 0 68 0 0 0 18 0 1 0 668760699 1454080 209 33554432000 4194304 4955518 140734274480480 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1074/statm: 355 209 106 186 0 168 0
[pid=1075] ppid=1063 vsize=365016 CPUtime=0 cores=0-7
/proc/1075/stat : 1075 (python) S 1063 1063 1037 0 -1 4202560 715 0 0 0 0 0 0 0 15 0 1 0 668760702 373776384 5841 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 1254023802099040514 0 0 17 6 0 0 0
/proc/1075/statm: 91254 5841 348 364 0 27166 0
[pid=1077] ppid=1075 vsize=1420 CPUtime=0.64 cores=0-7
/proc/1077/stat : 1077 (march_hi) R 1075 1077 1077 0 -1 4202496 461 0 0 0 64 0 0 0 24 0 1 0 668760702 1454080 209 33554432000 4194304 4955518 140736076929264 18446744073709551615 4208653 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/1077/statm: 355 209 106 186 0 168 0
[pid=1078] ppid=1063 vsize=375272 CPUtime=0 cores=0-7
/proc/1078/stat : 1078 (python) S 1063 1063 1037 0 -1 4202560 721 0 0 0 0 0 0 0 15 0 1 0 668760705 384278528 5788 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 10934761889783054594 0 0 17 1 0 0 0
/proc/1078/statm: 93818 5788 348 364 0 29727 0
[pid=1080] ppid=1078 vsize=1420 CPUtime=0.62 cores=0-7
/proc/1080/stat : 1080 (march_hi) R 1078 1080 1080 0 -1 4202496 463 0 0 0 62 0 0 0 18 0 1 0 668760705 1454080 209 33554432000 4194304 4955518 140735297439552 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1080/statm: 355 209 106 186 0 168 0
[pid=1081] ppid=1063 vsize=385528 CPUtime=0 cores=0-7
/proc/1081/stat : 1081 (python) S 1063 1063 1037 0 -1 4202560 725 0 0 0 0 0 0 0 19 0 1 0 668760708 394780672 5824 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 13928191642252083199 0 0 17 1 0 0 0
/proc/1081/statm: 96382 5824 348 364 0 32288 0
[pid=1083] ppid=1081 vsize=1017800 CPUtime=0.56 cores=0-7
/proc/1083/stat : 1083 (gnovelty+2) R 1081 1083 1083 0 -1 4202496 417 0 0 0 56 0 0 0 22 0 1 0 668760709 1042227200 161 33554432000 134512640 135663704 4292877696 18446744073709551615 134524947 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1083/statm: 254450 161 113 282 0 254166 0
[pid=1084] ppid=1063 vsize=395784 CPUtime=0 cores=0-7
/proc/1084/stat : 1084 (python) S 1063 1063 1037 0 -1 4202560 740 0 0 0 0 0 0 0 15 0 1 0 668760711 405282816 5794 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 10207245832009253122 0 0 17 1 0 0 0
/proc/1084/statm: 98946 5794 348 364 0 34849 0
[pid=1086] ppid=1084 vsize=1420 CPUtime=0.55 cores=0-7
/proc/1086/stat : 1086 (march_hi) R 1084 1086 1086 0 -1 4202496 471 0 0 0 55 0 0 0 24 0 1 0 668760712 1454080 209 33554432000 4194304 4955518 140733564555248 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1086/statm: 355 209 106 186 0 168 0
[pid=1087] ppid=1063 vsize=406040 CPUtime=0 cores=0-7
/proc/1087/stat : 1087 (python) S 1063 1063 1037 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 668760715 415784960 5926 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 4560558732030738689 0 0 17 0 0 0 0
/proc/1087/statm: 101510 5926 348 364 0 37410 0
[pid=1089] ppid=1087 vsize=1420 CPUtime=0.52 cores=0-7
/proc/1089/stat : 1089 (march_hi) R 1087 1089 1089 0 -1 4202496 469 0 0 0 52 0 0 0 25 0 1 0 668760715 1454080 209 33554432000 4194304 4955518 140736629519584 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1089/statm: 355 209 106 186 0 168 0
[pid=1063/tid=1070] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1070/stat : 1070 (python) S 1061 1063 1037 0 -1 4202560 25 936 0 0 0 0 0 0 18 0 9 0 668760696 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 0 0 0 0
[pid=1063/tid=1073] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1073/stat : 1073 (python) S 1061 1063 1037 0 -1 4202560 21 936 0 0 0 0 0 0 18 0 9 0 668760699 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 3 0 0 0
[pid=1063/tid=1076] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1076/stat : 1076 (python) S 1061 1063 1037 0 -1 4202560 72 936 0 0 0 0 0 0 19 0 9 0 668760702 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 6 0 0 0
[pid=1063/tid=1079] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1079/stat : 1079 (python) S 1061 1063 1037 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 668760705 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 5 0 0 0
[pid=1063/tid=1082] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1082/stat : 1082 (python) S 1061 1063 1037 0 -1 4202560 33 936 0 0 0 0 0 0 19 0 9 0 668760708 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 0 0 0 0
[pid=1063/tid=1085] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1085/stat : 1085 (python) S 1061 1063 1037 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 9 0 668760712 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 2 0 0 0
[pid=1063/tid=1088] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1088/stat : 1088 (python) S 1061 1063 1037 0 -1 4202560 36 936 0 0 0 0 0 0 23 0 9 0 668760715 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 0 0 0 0
[pid=1063/tid=1091] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1091/stat : 1091 (python) S 1061 1063 1037 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 9 0 668760719 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 4964556

[startup+3.10101 s]
/proc/loadavg: 7.28 8.33 8.28 9/506 1092
/proc/meminfo: memFree=15996680/32951124 swapFree=62248504/67111528
[pid=1063] ppid=1061 vsize=426540 CPUtime=0.73 cores=0-7
/proc/1063/stat : 1063 (python) S 1061 1063 1037 0 -1 4202496 15100 936 1 0 59 14 0 0 25 0 9 0 668760618 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1063/statm: 106635 7383 1889 364 0 42532 0
[pid=1069] ppid=1063 vsize=278452 CPUtime=0 cores=0-7
/proc/1069/stat : 1069 (python) S 1063 1063 1037 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 668760696 285134848 5535 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751055 0 0 16781312 514 13116619020046401795 0 0 17 1 0 0 0
/proc/1069/statm: 69613 5535 354 364 0 5531 0
[pid=1071] ppid=1069 vsize=1017800 CPUtime=2.31 cores=0-7
/proc/1071/stat : 1071 (gnovelty+2) R 1069 1071 1071 0 -1 4202496 429 0 0 0 231 0 0 0 25 0 1 0 668760696 1042227200 162 33554432000 134512640 135663704 4292314320 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1071/statm: 254450 162 113 282 0 254166 0
[pid=1072] ppid=1063 vsize=289224 CPUtime=0 cores=0-7
/proc/1072/stat : 1072 (python) S 1063 1063 1037 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 668760699 296165376 5664 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 9650840171796463874 0 0 17 1 0 0 0
/proc/1072/statm: 72306 5664 348 364 0 8221 0
[pid=1074] ppid=1072 vsize=1420 CPUtime=2.28 cores=0-7
/proc/1074/stat : 1074 (march_hi) R 1072 1074 1074 0 -1 4202496 471 0 0 0 228 0 0 0 21 0 1 0 668760699 1454080 209 33554432000 4194304 4955518 140734274480480 18446744073709551615 4208724 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1074/statm: 355 209 106 186 0 168 0
[pid=1075] ppid=1063 vsize=365016 CPUtime=0 cores=0-7
/proc/1075/stat : 1075 (python) S 1063 1063 1037 0 -1 4202560 717 0 0 0 0 0 0 0 15 0 1 0 668760702 373776384 5841 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 1254023802099040514 0 0 17 6 0 0 0
/proc/1075/statm: 91254 5841 348 364 0 27166 0
[pid=1077] ppid=1075 vsize=1420 CPUtime=2.24 cores=0-7
/proc/1077/stat : 1077 (march_hi) R 1075 1077 1077 0 -1 4202496 461 0 0 0 224 0 0 0 25 0 1 0 668760702 1454080 209 33554432000 4194304 4955518 140736076929264 18446744073709551615 4297475 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/1077/statm: 355 209 106 186 0 168 0
[pid=1078] ppid=1063 vsize=375272 CPUtime=0 cores=0-7
/proc/1078/stat : 1078 (python) S 1063 1063 1037 0 -1 4202560 725 0 0 0 0 0 0 0 15 0 1 0 668760705 384278528 5788 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 10934761889783054594 0 0 17 1 0 0 0
/proc/1078/statm: 93818 5788 348 364 0 29727 0
[pid=1080] ppid=1078 vsize=1420 CPUtime=2.22 cores=0-7
/proc/1080/stat : 1080 (march_hi) R 1078 1080 1080 0 -1 4202496 463 0 0 0 222 0 0 0 21 0 1 0 668760705 1454080 209 33554432000 4194304 4955518 140735297439552 18446744073709551615 4346478 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1080/statm: 355 209 106 186 0 168 0
[pid=1081] ppid=1063 vsize=385528 CPUtime=0 cores=0-7
/proc/1081/stat : 1081 (python) S 1063 1063 1037 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 668760708 394780672 5824 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 13928191642252050691 0 0 17 1 0 0 0
/proc/1081/statm: 96382 5824 348 364 0 32288 0
[pid=1083] ppid=1081 vsize=1017800 CPUtime=2.15 cores=0-7
/proc/1083/stat : 1083 (gnovelty+2) R 1081 1083 1083 0 -1 4202496 417 0 0 0 215 0 0 0 25 0 1 0 668760709 1042227200 161 33554432000 134512640 135663704 4292877696 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1083/statm: 254450 161 113 282 0 254166 0
[pid=1084] ppid=1063 vsize=395784 CPUtime=0 cores=0-7
/proc/1084/stat : 1084 (python) S 1063 1063 1037 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 668760711 405282816 5794 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 10207245832009253122 0 0 17 1 0 0 0
/proc/1084/statm: 98946 5794 348 364 0 34849 0
[pid=1086] ppid=1084 vsize=1420 CPUtime=2.14 cores=0-7
/proc/1086/stat : 1086 (march_hi) R 1084 1086 1086 0 -1 4202496 471 0 0 0 214 0 0 0 25 0 1 0 668760712 1454080 209 33554432000 4194304 4955518 140733564555248 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1086/statm: 355 209 106 186 0 168 0
[pid=1087] ppid=1063 vsize=406040 CPUtime=0 cores=0-7
/proc/1087/stat : 1087 (python) S 1063 1063 1037 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 668760715 415784960 5926 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 4560558732030738689 0 0 17 0 0 0 0
/proc/1087/statm: 101510 5926 348 364 0 37410 0
[pid=1089] ppid=1087 vsize=1420 CPUtime=2.12 cores=0-7
/proc/1089/stat : 1089 (march_hi) R 1087 1089 1089 0 -1 4202496 469 0 0 0 212 0 0 0 25 0 1 0 668760715 1454080 209 33554432000 4194304 4955518 140736629519584 18446744073709551615 4285697 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/1089/statm: 355 209 106 186 0 168 0
[pid=1090] ppid=1063 vsize=416296 CPUtime=0 cores=0-7
/proc/1090/stat : 1090 (python) S 1063 1063 1037 0 -1 4202560 791 0 0 0 0 0 0 0 15 0 1 0 668760718 426287104 5844 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 18113152250137248002 0 0 17 2 0 0 0
/proc/1090/statm: 104074 5844 354 364 0 39971 0
[pid=1092] ppid=1090 vsize=1420 CPUtime=2.08 cores=0-7
/proc/1092/stat : 1092 (march_hi) R 1090 1092 1092 0 -1 4202496 476 0 0 0 208 0 0 0 25 0 1 0 668760719 1454080 208 33554432000 4194304 4955518 140735858216896 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/1092/statm: 355 208 106 186 0 168 0
[pid=1063/tid=1070] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1070/stat : 1070 (python) S 1061 1063 1037 0 -1 4202560 25 936 0 0 0 0 0 0 18 0 9 0 668760696 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 0 0 0 0
[pid=1063/tid=1073] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1073/stat : 1073 (python) S 1061 1063 1037 0 -1 4202560 21 936 0 0 0 0 0 0 18 0 9 0 668760699 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 3 0 0 0
[pid=1063/tid=1076] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1076/stat : 1076 (python) S 1061 1063 1037 0 -1 4202560 72 936 0 0 0 0 0 0 19 0 9 0 668760702 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 6 0 0 0
[pid=1063/tid=1079] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1079/stat : 1079 (python) S 1061 1063 1037 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 668760705 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 5 0 0 0
[pid=1063/tid=1082] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1082/stat : 1082 (python) S 1061 1063 1037 0 -1 4202560 33 936 0 0 0 0 0 0 19 0 9 0 668760708 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 0 0 0 0
[pid=1063/tid=1085] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1085/stat : 1085 (python) S 1061 1063 1037 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 9 0 668760712 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 2 0 0 0
[pid=1063/tid=1088] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1088/stat : 1088 (python) S 1061 1063 1037 0 -1 4202560 36 936 0 0 0 0 0 0 23 0 9 0 668760715 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 0 0 0 0
[pid=1063/tid=1091] ppid=1061 vsize=426540 CPUtime=0 cores=0-7

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

/proc/1063/task/1073/stat : 1073 (python) S 1061 1063 1037 0 -1 4202560 21 936 0 0 0 0 0 0 18 0 9 0 668760699 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 3 0 0 0
[pid=1063/tid=1076] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1076/stat : 1076 (python) S 1061 1063 1037 0 -1 4202560 72 936 0 0 0 0 0 0 19 0 9 0 668760702 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 6 0 0 0
[pid=1063/tid=1079] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1079/stat : 1079 (python) S 1061 1063 1037 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 668760705 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 5 0 0 0
[pid=1063/tid=1082] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1082/stat : 1082 (python) S 1061 1063 1037 0 -1 4202560 33 936 0 0 0 0 0 0 19 0 9 0 668760708 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 0 0 0 0
[pid=1063/tid=1085] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1085/stat : 1085 (python) S 1061 1063 1037 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 9 0 668760712 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 2 0 0 0
[pid=1063/tid=1088] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1088/stat : 1088 (python) S 1061 1063 1037 0 -1 4202560 36 936 0 0 0 0 0 0 23 0 9 0 668760715 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 0 0 0 0
[pid=1063/tid=1091] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1091/stat : 1091 (python) S 1061 1063 1037 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 9 0 668760719 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 62.92
Current children cumulated vsize (KiB) 5373752

[startup+9.50085 s]
/proc/loadavg: 7.33 8.33 8.28 15/506 1093
/proc/meminfo: memFree=15996472/32951124 swapFree=62248504/67111528
[pid=1063] ppid=1061 vsize=426540 CPUtime=0.73 cores=0-7
/proc/1063/stat : 1063 (python) S 1061 1063 1037 0 -1 4202496 15100 936 1 0 59 14 0 0 25 0 9 0 668760618 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1063/statm: 106635 7383 1889 364 0 42532 0
[pid=1069] ppid=1063 vsize=278452 CPUtime=0.01 cores=0-7
/proc/1069/stat : 1069 (python) S 1063 1063 1037 0 -1 4202560 908 0 0 0 1 0 0 0 18 0 1 0 668760696 285134848 5557 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751055 0 0 16781312 514 13116619020046401795 0 0 17 7 0 0 0
/proc/1069/statm: 69613 5557 376 364 0 5531 0
[pid=1071] ppid=1069 vsize=1017800 CPUtime=8.7 cores=0-7
/proc/1071/stat : 1071 (gnovelty+2) R 1069 1071 1071 0 -1 4202496 429 0 0 0 870 0 0 0 25 0 1 0 668760696 1042227200 162 33554432000 134512640 135663704 4292314320 18446744073709551615 134525513 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1071/statm: 254450 162 113 282 0 254166 0
[pid=1072] ppid=1063 vsize=289224 CPUtime=1.26 cores=0-7
/proc/1072/stat : 1072 (python) R 1063 1063 1037 0 -1 4202560 911 0 0 0 110 16 0 0 17 0 1 0 668760699 296165376 5686 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917561151 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/1072/statm: 72306 5686 370 364 0 8221 0
[pid=1074] ppid=1072 vsize=0 CPUtime=7.43 cores=0-7
/proc/1074/stat : 1074 (march_hi) R 1072 1074 1074 0 -1 4202500 510 0 0 0 743 0 0 0 25 0 1 0 668760699 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1074/statm: 0 0 0 0 0 0 0
[pid=1075] ppid=1063 vsize=365016 CPUtime=1.19 cores=0-7
/proc/1075/stat : 1075 (python) R 1063 1063 1037 0 -1 4202560 811 0 0 0 101 18 0 0 17 0 1 0 668760702 373776384 5863 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917561151 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/1075/statm: 91254 5863 370 364 0 27166 0
[pid=1077] ppid=1075 vsize=0 CPUtime=7.44 cores=0-7
/proc/1077/stat : 1077 (march_hi) R 1075 1077 1077 0 -1 4202500 500 0 0 0 744 0 0 0 25 0 1 0 668760702 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1077/statm: 0 0 0 0 0 0 0
[pid=1078] ppid=1063 vsize=375272 CPUtime=1.17 cores=0-7
/proc/1078/stat : 1078 (python) R 1063 1063 1037 0 -1 4202560 820 0 0 0 101 16 0 0 17 0 1 0 668760705 384278528 5810 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/1078/statm: 93818 5810 370 364 0 29727 0
[pid=1080] ppid=1078 vsize=0 CPUtime=7.43 cores=0-7
/proc/1080/stat : 1080 (march_hi) R 1078 1080 1080 0 -1 4202500 502 0 0 0 743 0 0 0 25 0 1 0 668760705 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/1080/statm: 0 0 0 0 0 0 0
[pid=1081] ppid=1063 vsize=385528 CPUtime=0.02 cores=0-7
/proc/1081/stat : 1081 (python) S 1063 1063 1037 0 -1 4202560 808 0 0 0 1 1 0 0 18 0 1 0 668760708 394780672 5847 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 13928191642252050691 0 0 17 4 0 0 0
/proc/1081/statm: 96382 5847 371 364 0 32288 0
[pid=1083] ppid=1081 vsize=1017800 CPUtime=8.44 cores=0-7
/proc/1083/stat : 1083 (gnovelty+2) R 1081 1083 1083 0 -1 4202496 417 0 0 0 844 0 0 0 25 0 1 0 668760709 1042227200 161 33554432000 134512640 135663704 4292877696 18446744073709551615 134544264 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1083/statm: 254450 161 113 282 0 254166 0
[pid=1084] ppid=1063 vsize=395784 CPUtime=1.04 cores=0-7
/proc/1084/stat : 1084 (python) R 1063 1063 1037 0 -1 4202560 836 0 0 0 91 13 0 0 16 0 1 0 668760711 405282816 5817 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917561151 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/1084/statm: 98946 5817 371 364 0 34849 0
[pid=1086] ppid=1084 vsize=0 CPUtime=7.43 cores=0-7
/proc/1086/stat : 1086 (march_hi) R 1084 1086 1086 0 -1 4202500 510 0 0 0 743 0 0 0 25 0 1 0 668760712 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/1086/statm: 0 0 0 0 0 0 0
[pid=1087] ppid=1063 vsize=406040 CPUtime=1.09 cores=0-7
/proc/1087/stat : 1087 (python) R 1063 1063 1037 0 -1 4202560 833 0 0 0 96 13 0 0 17 0 1 0 668760715 415784960 5949 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917561151 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/1087/statm: 101510 5949 371 364 0 37410 0
[pid=1089] ppid=1087 vsize=0 CPUtime=7.42 cores=0-7
/proc/1089/stat : 1089 (march_hi) R 1087 1089 1089 0 -1 4202500 508 0 0 0 742 0 0 0 25 0 1 0 668760715 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1089/statm: 0 0 0 0 0 0 0
[pid=1090] ppid=1063 vsize=416296 CPUtime=1.06 cores=0-7
/proc/1090/stat : 1090 (python) R 1063 1063 1037 0 -1 4202560 875 0 0 0 92 14 0 0 17 0 1 0 668760718 426287104 5867 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/1090/statm: 104074 5867 377 364 0 39971 0
[pid=1092] ppid=1090 vsize=0 CPUtime=7.42 cores=0-7
/proc/1092/stat : 1092 (march_hi) R 1090 1092 1092 0 -1 4202500 515 0 0 0 742 0 0 0 25 0 1 0 668760719 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1092/statm: 0 0 0 0 0 0 0
[pid=1063/tid=1070] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1070/stat : 1070 (python) S 1061 1063 1037 0 -1 4202560 25 936 0 0 0 0 0 0 18 0 9 0 668760696 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 0 0 0 0
[pid=1063/tid=1073] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1073/stat : 1073 (python) S 1061 1063 1037 0 -1 4202560 21 936 0 0 0 0 0 0 18 0 9 0 668760699 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 3 0 0 0
[pid=1063/tid=1076] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1076/stat : 1076 (python) S 1061 1063 1037 0 -1 4202560 72 936 0 0 0 0 0 0 19 0 9 0 668760702 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 6 0 0 0
[pid=1063/tid=1079] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1079/stat : 1079 (python) S 1061 1063 1037 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 668760705 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 5 0 0 0
[pid=1063/tid=1082] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1082/stat : 1082 (python) S 1061 1063 1037 0 -1 4202560 33 936 0 0 0 0 0 0 19 0 9 0 668760708 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 0 0 0 0
[pid=1063/tid=1085] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1085/stat : 1085 (python) S 1061 1063 1037 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 9 0 668760712 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 2 0 0 0
[pid=1063/tid=1088] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1088/stat : 1088 (python) S 1061 1063 1037 0 -1 4202560 36 936 0 0 0 0 0 0 23 0 9 0 668760715 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 0 0 0 0
[pid=1063/tid=1091] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1091/stat : 1091 (python) S 1061 1063 1037 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 9 0 668760719 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 69.28
Current children cumulated vsize (KiB) 5373752

[startup+9.91778 s]
/proc/loadavg: 7.33 8.33 8.28 16/506 1093
/proc/meminfo: memFree=15996604/32951124 swapFree=62248504/67111528
[pid=1063] ppid=1061 vsize=426540 CPUtime=0.73 cores=0-7
/proc/1063/stat : 1063 (python) S 1061 1063 1037 0 -1 4202496 15100 936 1 0 59 14 0 0 25 0 9 0 668760618 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/1063/statm: 106635 7383 1889 364 0 42532 0
[pid=1069] ppid=1063 vsize=278452 CPUtime=0.01 cores=0-7
/proc/1069/stat : 1069 (python) S 1063 1063 1037 0 -1 4202560 908 0 0 0 1 0 0 0 18 0 1 0 668760696 285134848 5557 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751055 0 0 16781312 514 13116619020046401795 0 0 17 7 0 0 0
/proc/1069/statm: 69613 5557 376 364 0 5531 0
[pid=1071] ppid=1069 vsize=1017800 CPUtime=9.12 cores=0-7
/proc/1071/stat : 1071 (gnovelty+2) R 1069 1071 1071 0 -1 4202496 429 0 0 0 912 0 0 0 25 0 1 0 668760696 1042227200 162 33554432000 134512640 135663704 4292314320 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1071/statm: 254450 162 113 282 0 254166 0
[pid=1072] ppid=1063 vsize=289224 CPUtime=1.68 cores=0-7
/proc/1072/stat : 1072 (python) R 1063 1063 1037 0 -1 4202560 918 0 0 0 146 22 0 0 17 0 1 0 668760699 296165376 5687 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917561151 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/1072/statm: 72306 5687 371 364 0 8221 0
[pid=1074] ppid=1072 vsize=0 CPUtime=7.43 cores=0-7
/proc/1074/stat : 1074 (march_hi) R 1072 1074 1074 0 -1 4202500 510 0 0 0 743 0 0 0 25 0 1 0 668760699 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/1074/statm: 0 0 0 0 0 0 0
[pid=1075] ppid=1063 vsize=365016 CPUtime=1.61 cores=0-7
/proc/1075/stat : 1075 (python) R 1063 1063 1037 0 -1 4202560 813 0 0 0 138 23 0 0 17 0 1 0 668760702 373776384 5864 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917561151 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/1075/statm: 91254 5864 371 364 0 27166 0
[pid=1077] ppid=1075 vsize=0 CPUtime=7.44 cores=0-7
/proc/1077/stat : 1077 (march_hi) R 1075 1077 1077 0 -1 4202500 500 0 0 0 744 0 0 0 25 0 1 0 668760702 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/1077/statm: 0 0 0 0 0 0 0
[pid=1078] ppid=1063 vsize=375276 CPUtime=1.59 cores=0-7
/proc/1078/stat : 1078 (python) R 1063 1063 1037 0 -1 4202560 825 0 0 0 138 21 0 0 17 0 1 0 668760705 384282624 5811 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905730875 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/1078/statm: 93818 5811 371 364 0 29727 0
[pid=1080] ppid=1078 vsize=0 CPUtime=7.43 cores=0-7
/proc/1080/stat : 1080 (march_hi) R 1078 1080 1080 0 -1 4202500 502 0 0 0 743 0 0 0 25 0 1 0 668760705 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/1080/statm: 0 0 0 0 0 0 0
[pid=1081] ppid=1063 vsize=385528 CPUtime=0.02 cores=0-7
/proc/1081/stat : 1081 (python) S 1063 1063 1037 0 -1 4202560 808 0 0 0 1 1 0 0 18 0 1 0 668760708 394780672 5847 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 13928191642252050691 0 0 17 4 0 0 0
/proc/1081/statm: 96382 5847 371 364 0 32288 0
[pid=1083] ppid=1081 vsize=1017800 CPUtime=8.84 cores=0-7
/proc/1083/stat : 1083 (gnovelty+2) R 1081 1083 1083 0 -1 4202496 417 0 0 0 884 0 0 0 25 0 1 0 668760709 1042227200 161 33554432000 134512640 135663704 4292877696 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1083/statm: 254450 161 113 282 0 254166 0
[pid=1084] ppid=1063 vsize=395784 CPUtime=1.46 cores=0-7
/proc/1084/stat : 1084 (python) R 1063 1063 1037 0 -1 4202560 836 0 0 0 127 19 0 0 17 0 1 0 668760711 405282816 5817 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917561151 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/1084/statm: 98946 5817 371 364 0 34849 0
[pid=1086] ppid=1084 vsize=0 CPUtime=7.43 cores=0-7
/proc/1086/stat : 1086 (march_hi) R 1084 1086 1086 0 -1 4202500 510 0 0 0 743 0 0 0 25 0 1 0 668760712 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/1086/statm: 0 0 0 0 0 0 0
[pid=1087] ppid=1063 vsize=406040 CPUtime=1.5 cores=0-7
/proc/1087/stat : 1087 (python) R 1063 1063 1037 0 -1 4202560 833 0 0 0 133 17 0 0 17 0 1 0 668760715 415784960 5949 33554432000 4194304 5683644 140734670416256 18446744073709551615 218905751110 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/1087/statm: 101510 5949 371 364 0 37410 0
[pid=1089] ppid=1087 vsize=0 CPUtime=7.42 cores=0-7
/proc/1089/stat : 1089 (march_hi) R 1087 1089 1089 0 -1 4202500 508 0 0 0 742 0 0 0 25 0 1 0 668760715 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1089/statm: 0 0 0 0 0 0 0
[pid=1090] ppid=1063 vsize=416296 CPUtime=1.48 cores=0-7
/proc/1090/stat : 1090 (python) R 1063 1063 1037 0 -1 4202560 875 0 0 0 129 19 0 0 17 0 1 0 668760718 426287104 5867 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917561151 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/1090/statm: 104074 5867 377 364 0 39971 0
[pid=1092] ppid=1090 vsize=0 CPUtime=7.42 cores=0-7
/proc/1092/stat : 1092 (march_hi) R 1090 1092 1092 0 -1 4202500 515 0 0 0 742 0 0 0 25 0 1 0 668760719 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/1092/statm: 0 0 0 0 0 0 0
[pid=1063/tid=1070] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1070/stat : 1070 (python) S 1061 1063 1037 0 -1 4202560 25 936 0 0 0 0 0 0 18 0 9 0 668760696 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 0 0 0 0
[pid=1063/tid=1073] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1073/stat : 1073 (python) S 1061 1063 1037 0 -1 4202560 21 936 0 0 0 0 0 0 18 0 9 0 668760699 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 3 0 0 0
[pid=1063/tid=1076] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1076/stat : 1076 (python) S 1061 1063 1037 0 -1 4202560 72 936 0 0 0 0 0 0 19 0 9 0 668760702 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 6 0 0 0
[pid=1063/tid=1079] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1079/stat : 1079 (python) S 1061 1063 1037 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 9 0 668760705 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 5 0 0 0
[pid=1063/tid=1082] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1082/stat : 1082 (python) S 1061 1063 1037 0 -1 4202560 33 936 0 0 0 0 0 0 19 0 9 0 668760708 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 0 0 0 0
[pid=1063/tid=1085] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1085/stat : 1085 (python) S 1061 1063 1037 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 9 0 668760712 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 2 0 0 0
[pid=1063/tid=1088] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1088/stat : 1088 (python) S 1061 1063 1037 0 -1 4202560 36 936 0 0 0 0 0 0 23 0 9 0 668760715 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 0 0 0 0
[pid=1063/tid=1091] ppid=1061 vsize=426540 CPUtime=0 cores=0-7
/proc/1063/task/1091/stat : 1091 (python) S 1061 1063 1037 0 -1 4202560 32 936 0 0 0 0 0 0 25 0 9 0 668760719 436776960 7383 33554432000 4194304 5683644 140734670416256 18446744073709551615 218917554609 0 0 16781312 2 18446604441421289600 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 72.61
Current children cumulated vsize (KiB) 5373756

[startup+10.0018 s]
/proc/loadavg: 7.33 8.33 8.28 16/506 1093
/proc/meminfo: memFree=15996604/32951124 swapFree=62248504/67111528
[pid=1063] ppid=1061 vsize=375212 CPUtime=73.38 cores=0-7
/proc/1063/stat : 1063 (python) R 1061 1063 1037 0 -1 4202496 15992 13175 1 0 59 14 7128 137 17 0 1 0 668760618 384217088 7310 33554432000 4194304 5683644 140734670416256 18446744073709551615 5116756 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1063/statm: 93803 7310 1873 364 0 29727 0
Current children cumulated CPU time (s) 73.38
Current children cumulated vsize (KiB) 375212

Child status: 0
Real time (s): 10.0261
CPU time (s): 73.4328
CPU user time (s): 71.9031
CPU system time (s): 1.52977
CPU usage (%): 732.417
Max. virtual memory (cumulated for all children) (KiB): 5383088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.9031
system time used= 1.52977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32676
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= 6145
involuntary context switches= 3194

runsolver used 0.057991 second user time and 0.116982 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-16 20:47:09
IDJOB=3385641
IDBENCH=82906
IDSOLVER=1870
FILE ID=node137/3385641-1305571629
RUNJOBID= node137-1305571629-1051
PBS_JOBID= 13350150
Free space on /tmp= 73664 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S428924146-076.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-3385641-1305571629/watcher-3385641-1305571629 -o /tmp/evaluation-result-3385641-1305571629/solver-3385641-1305571629 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385641-1305571629.cnf -seed 1726458225 -budget 40000 -cores 8

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

MD5SUM BENCH= 8742ded32e7243c8b59546e2dc82a4b4
RANDOM SEED=1726458225

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:      16050736 kB
Buffers:        328296 kB
Cached:        4384904 kB
SwapCached:      25020 kB
Active:        6920216 kB
Inactive:      9699952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16050736 kB
SwapTotal:    67111528 kB
SwapFree:     62248504 kB
Dirty:           31956 kB
Writeback:           0 kB
AnonPages:    11892340 kB
Mapped:          31092 kB
Slab:           139088 kB
PageTables:      68252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 146923848 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= 73632 MiB
End job on node137 at 2011-05-16 20:47:19