Trace number 3385564

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 56.2704 8.85273

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1713710439-035.UNKNOWN.cnf
MD5SUMa22e1737ea83ac381c0ce023d3bc0e5e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.9028
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-3385564-1305568264.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.44/0.73	c INFO: computed variable balance statistics
0.44/0.75	c INFO: computed small-clause counts
0.44/0.75	c INFO: computed Horn-clause counts
0.44/0.75	c INFO: computed variable graph statistics
0.44/0.75	c INFO: collected features for HOME/instance-3385564-1305568264.cnf in 0.08 s
0.44/0.78	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.61)
0.53/0.82	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.43)
0.53/0.85	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.38)
0.53/0.88	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.13)
0.63/0.91	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.63/0.95	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.22)
0.63/0.98	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.25)
1.52/1.02	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
55.98/8.83	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-3385564-1305568264/watcher-3385564-1305568264 -o /tmp/evaluation-result-3385564-1305568264/solver-3385564-1305568264 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385564-1305568264.cnf -seed 1214991014 -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: 9.71 9.83 9.56 2/391 12856
/proc/meminfo: memFree=23124956/32951124 swapFree=44485784/67111528
[pid=12856] ppid=12854 vsize=15776 CPUtime=0 cores=0-7
/proc/12856/stat : 12856 (python) S 12854 12856 12176 0 -1 4202496 935 0 0 0 0 0 0 0 22 0 1 0 668426814 16154624 814 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/12856/statm: 3944 814 356 364 0 431 0

[startup+0.0733319 s]
/proc/loadavg: 9.71 9.83 9.56 2/391 12856
/proc/meminfo: memFree=23124956/32951124 swapFree=44485784/67111528
[pid=12856] ppid=12854 vsize=38904 CPUtime=0.05 cores=0-7
/proc/12856/stat : 12856 (python) R 12854 12856 12176 0 -1 4202496 1628 0 0 0 4 1 0 0 22 0 1 0 668426814 39837696 1457 33554432000 4194304 5683644 140733964378400 18446744073709551615 47091340999488 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12856/statm: 9726 1457 455 364 0 1026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38904

[startup+0.100327 s]
/proc/loadavg: 9.71 9.83 9.56 2/391 12856
/proc/meminfo: memFree=23124956/32951124 swapFree=44485784/67111528
[pid=12856] ppid=12854 vsize=87704 CPUtime=0.07 cores=0-7
/proc/12856/stat : 12856 (python) S 12854 12856 12176 0 -1 4202496 2637 0 0 0 5 2 0 0 18 0 1 0 668426814 89808896 2354 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/12856/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 87704

[startup+0.300303 s]
/proc/loadavg: 9.71 9.83 9.56 2/391 12856
/proc/meminfo: memFree=23124956/32951124 swapFree=44485784/67111528
[pid=12856] ppid=12854 vsize=135748 CPUtime=0.18 cores=0-7
/proc/12856/stat : 12856 (python) S 12854 12856 12176 0 -1 4202496 5963 932 1 0 13 5 0 0 18 0 1 0 668426814 139005952 4151 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446941189 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/12856/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700218 s]
/proc/loadavg: 9.71 9.83 9.56 2/391 12856
/proc/meminfo: memFree=23124956/32951124 swapFree=44485784/67111528
[pid=12856] ppid=12854 vsize=278296 CPUtime=0.44 cores=0-7
/proc/12856/stat : 12856 (python) R 12854 12856 12176 0 -1 4202496 9307 932 1 0 31 13 0 0 17 0 1 0 668426814 284975104 6976 33554432000 4194304 5683644 140733964378400 18446744073709551615 5003205 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12856/statm: 69574 6976 1826 364 0 5498 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278296

[startup+1.501 s]
/proc/loadavg: 9.71 9.83 9.56 10/412 12881
/proc/meminfo: memFree=23072692/32951124 swapFree=44485784/67111528
[pid=12856] ppid=12854 vsize=360752 CPUtime=0.74 cores=0-7
/proc/12856/stat : 12856 (python) S 12854 12856 12176 0 -1 4202496 15656 932 1 0 60 14 0 0 22 0 9 0 668426814 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12856/statm: 90188 7173 1889 364 0 26085 0
[pid=12862] ppid=12856 vsize=278456 CPUtime=0 cores=0-7
/proc/12862/stat : 12862 (python) S 12856 12856 12176 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 668426893 285138944 5536 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965263 0 0 16781312 514 4165754068188266495 0 0 17 2 0 0 0
/proc/12862/statm: 69614 5536 354 364 0 5532 0
[pid=12864] ppid=12862 vsize=1017800 CPUtime=0.7 cores=0-7
/proc/12864/stat : 12864 (gnovelty+2) R 12862 12864 12864 0 -1 4202496 428 0 0 0 70 0 0 0 21 0 1 0 668426893 1042227200 162 33554432000 134512640 135663704 4294125632 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12864/statm: 254450 162 113 282 0 254166 0
[pid=12865] ppid=12856 vsize=289228 CPUtime=0 cores=0-7
/proc/12865/stat : 12865 (python) S 12856 12856 12176 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 668426896 296169472 5665 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 4105061850968719619 0 0 17 6 0 0 0
/proc/12865/statm: 72307 5665 348 364 0 8222 0
[pid=12867] ppid=12865 vsize=1420 CPUtime=0.65 cores=0-7
/proc/12867/stat : 12867 (march_hi) R 12865 12867 12867 0 -1 4202496 473 0 0 0 65 0 0 0 24 0 1 0 668426897 1454080 209 33554432000 4194304 4955518 140735027946368 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12867/statm: 355 209 106 186 0 168 0
[pid=12868] ppid=12856 vsize=299616 CPUtime=0 cores=0-7
/proc/12868/stat : 12868 (python) S 12856 12856 12176 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 668426899 306806784 5685 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 12258200055671914754 0 0 17 6 0 0 0
/proc/12868/statm: 74904 5685 348 364 0 10816 0
[pid=12870] ppid=12868 vsize=1420 CPUtime=0.64 cores=0-7
/proc/12870/stat : 12870 (march_hi) R 12868 12870 12870 0 -1 4202496 473 0 0 0 64 0 0 0 22 0 1 0 668426900 1454080 209 33554432000 4194304 4955518 140734932556960 18446744073709551615 4235606 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12870/statm: 355 209 106 186 0 168 0
[pid=12871] ppid=12856 vsize=309872 CPUtime=0 cores=0-7
/proc/12871/stat : 12871 (python) S 12856 12856 12176 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 668426903 317308928 5689 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 2578495508918010113 0 0 17 2 0 0 0
/proc/12871/statm: 77468 5689 348 364 0 13377 0
[pid=12873] ppid=12871 vsize=1420 CPUtime=0.41 cores=0-7
/proc/12873/stat : 12873 (march_hi) R 12871 12873 12873 0 -1 4202496 474 0 0 0 41 0 0 0 21 0 1 0 668426903 1454080 210 33554432000 4194304 4955518 140736816179024 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12873/statm: 355 210 106 186 0 168 0
[pid=12874] ppid=12856 vsize=320128 CPUtime=0 cores=0-7
/proc/12874/stat : 12874 (python) S 12856 12856 12176 0 -1 4202560 754 0 0 0 0 0 0 0 21 0 1 0 668426906 327811072 5709 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 6366964802123726847 0 0 17 2 0 0 0
/proc/12874/statm: 80032 5709 348 364 0 15938 0
[pid=12876] ppid=12874 vsize=1017800 CPUtime=0.57 cores=0-7
/proc/12876/stat : 12876 (gnovelty+2) R 12874 12876 12876 0 -1 4202496 426 0 0 0 57 0 0 0 25 0 1 0 668426906 1042227200 162 33554432000 134512640 135663704 4288510272 18446744073709551615 134524630 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/12876/statm: 254450 162 113 282 0 254166 0
[pid=12877] ppid=12856 vsize=330384 CPUtime=0 cores=0-7
/proc/12877/stat : 12877 (python) S 12856 12856 12176 0 -1 4202560 776 0 0 0 0 0 0 0 15 0 1 0 668426909 338313216 5713 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 2196617528405360897 0 0 17 2 0 0 0
/proc/12877/statm: 82596 5713 348 364 0 18499 0
[pid=12879] ppid=12877 vsize=1420 CPUtime=0.52 cores=0-7
/proc/12879/stat : 12879 (march_hi) R 12877 12879 12879 0 -1 4202496 476 0 0 0 52 0 0 0 22 0 1 0 668426910 1454080 209 33554432000 4194304 4955518 140733222966096 18446744073709551615 4245474 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12879/statm: 355 209 106 186 0 168 0
[pid=12880] ppid=12856 vsize=340640 CPUtime=0 cores=0-7
/proc/12880/stat : 12880 (python) S 12856 12856 12176 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 668426912 348815360 5717 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 15414286610551767299 0 0 17 1 0 0 0
/proc/12880/statm: 85160 5717 348 364 0 21060 0
[pid=12856/tid=12863] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12863/stat : 12863 (python) S 12854 12856 12176 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 668426893 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 0 0 0 0
[pid=12856/tid=12866] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12866/stat : 12866 (python) S 12854 12856 12176 0 -1 4202560 20 932 0 0 0 0 0 0 21 0 9 0 668426896 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 0 0 0 0
[pid=12856/tid=12869] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12869/stat : 12869 (python) S 12854 12856 12176 0 -1 4202560 19 932 0 0 0 0 0 0 20 0 9 0 668426900 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 0 0 0 0
[pid=12856/tid=12872] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12872/stat : 12872 (python) S 12854 12856 12176 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 668426903 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 2 0 0 0
[pid=12856/tid=12875] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12875/stat : 12875 (python) S 12854 12856 12176 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 9 0 668426906 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 6 0 0 0
[pid=12856/tid=12878] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12878/stat : 12878 (python) S 12854 12856 12176 0 -1 4202560 24 932 0 0 0 0 0 0 17 0 9 0 668426909 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 2 0 0 0
[pid=12856/tid=12881] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12881/stat : 12881 (python) S 12854 12856 12176 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 668426913 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 4570356

[startup+3.1017 s]
/proc/loadavg: 9.71 9.83 9.56 10/416 12885
/proc/meminfo: memFree=23067568/32951124 swapFree=44485784/67111528
[pid=12856] ppid=12854 vsize=360752 CPUtime=0.74 cores=0-7
/proc/12856/stat : 12856 (python) S 12854 12856 12176 0 -1 4202496 15656 932 1 0 60 14 0 0 22 0 9 0 668426814 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12856/statm: 90188 7173 1889 364 0 26085 0
[pid=12862] ppid=12856 vsize=278456 CPUtime=0 cores=0-7
/proc/12862/stat : 12862 (python) S 12856 12856 12176 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 668426893 285138944 5536 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965263 0 0 16781312 514 4165754068188233988 0 0 17 2 0 0 0
/proc/12862/statm: 69614 5536 354 364 0 5532 0
[pid=12864] ppid=12862 vsize=1017800 CPUtime=2.3 cores=0-7
/proc/12864/stat : 12864 (gnovelty+2) R 12862 12864 12864 0 -1 4202496 428 0 0 0 230 0 0 0 25 0 1 0 668426893 1042227200 162 33554432000 134512640 135663704 4294125632 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12864/statm: 254450 162 113 282 0 254166 0
[pid=12865] ppid=12856 vsize=289228 CPUtime=0 cores=0-7
/proc/12865/stat : 12865 (python) S 12856 12856 12176 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 668426896 296169472 5665 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 4105061850968719619 0 0 17 6 0 0 0
/proc/12865/statm: 72307 5665 348 364 0 8222 0
[pid=12867] ppid=12865 vsize=1420 CPUtime=2.24 cores=0-7
/proc/12867/stat : 12867 (march_hi) R 12865 12867 12867 0 -1 4202496 473 0 0 0 224 0 0 0 25 0 1 0 668426897 1454080 209 33554432000 4194304 4955518 140735027946368 18446744073709551615 4297056 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12867/statm: 355 209 106 186 0 168 0
[pid=12868] ppid=12856 vsize=299616 CPUtime=0 cores=0-7
/proc/12868/stat : 12868 (python) S 12856 12856 12176 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 668426899 306806784 5685 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 12258200055671914754 0 0 17 6 0 0 0
/proc/12868/statm: 74904 5685 348 364 0 10816 0
[pid=12870] ppid=12868 vsize=1420 CPUtime=2.24 cores=0-7
/proc/12870/stat : 12870 (march_hi) R 12868 12870 12870 0 -1 4202496 473 0 0 0 224 0 0 0 25 0 1 0 668426900 1454080 209 33554432000 4194304 4955518 140734932556960 18446744073709551615 4224833 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12870/statm: 355 209 106 186 0 168 0
[pid=12871] ppid=12856 vsize=309872 CPUtime=0 cores=0-7
/proc/12871/stat : 12871 (python) S 12856 12856 12176 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 1 0 668426903 317308928 5689 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 2578495508918010113 0 0 17 2 0 0 0
/proc/12871/statm: 77468 5689 348 364 0 13377 0
[pid=12873] ppid=12871 vsize=1420 CPUtime=1.28 cores=0-7
/proc/12873/stat : 12873 (march_hi) R 12871 12873 12873 0 -1 4202496 474 0 0 0 128 0 0 0 25 0 1 0 668426903 1454080 210 33554432000 4194304 4955518 140736816179024 18446744073709551615 4297507 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12873/statm: 355 210 106 186 0 168 0
[pid=12874] ppid=12856 vsize=320128 CPUtime=0 cores=0-7
/proc/12874/stat : 12874 (python) S 12856 12856 12176 0 -1 4202560 754 0 0 0 0 0 0 0 18 0 1 0 668426906 327811072 5709 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 6366964802123694337 0 0 17 2 0 0 0
/proc/12874/statm: 80032 5709 348 364 0 15938 0
[pid=12876] ppid=12874 vsize=1017800 CPUtime=2.17 cores=0-7
/proc/12876/stat : 12876 (gnovelty+2) R 12874 12876 12876 0 -1 4202496 426 0 0 0 217 0 0 0 25 0 1 0 668426906 1042227200 162 33554432000 134512640 135663704 4288510272 18446744073709551615 134524546 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/12876/statm: 254450 162 113 282 0 254166 0
[pid=12877] ppid=12856 vsize=330384 CPUtime=0 cores=0-7
/proc/12877/stat : 12877 (python) S 12856 12856 12176 0 -1 4202560 781 0 0 0 0 0 0 0 15 0 1 0 668426909 338313216 5713 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 2196617528405360897 0 0 17 2 0 0 0
/proc/12877/statm: 82596 5713 348 364 0 18499 0
[pid=12879] ppid=12877 vsize=1420 CPUtime=2.12 cores=0-7
/proc/12879/stat : 12879 (march_hi) R 12877 12879 12879 0 -1 4202496 476 0 0 0 212 0 0 0 25 0 1 0 668426910 1454080 209 33554432000 4194304 4955518 140733222966096 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12879/statm: 355 209 106 186 0 168 0
[pid=12880] ppid=12856 vsize=340640 CPUtime=0 cores=0-7
/proc/12880/stat : 12880 (python) S 12856 12856 12176 0 -1 4202560 785 0 0 0 0 0 0 0 15 0 1 0 668426912 348815360 5717 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 15414286610551767299 0 0 17 1 0 0 0
/proc/12880/statm: 85160 5717 348 364 0 21060 0
[pid=12882] ppid=12880 vsize=1420 CPUtime=2.08 cores=0-7
/proc/12882/stat : 12882 (march_hi) R 12880 12882 12882 0 -1 4202496 475 0 0 0 208 0 0 0 25 0 1 0 668426915 1454080 210 33554432000 4194304 4955518 140734122092752 18446744073709551615 4285725 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12882/statm: 355 210 106 186 0 168 0
[pid=12883] ppid=12856 vsize=350508 CPUtime=0 cores=0-7
/proc/12883/stat : 12883 (python) S 12856 12856 12176 0 -1 4202560 811 0 0 0 0 0 0 0 15 0 1 0 668426916 358920192 5634 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 8149329500719513858 0 0 17 4 0 0 0
/proc/12883/statm: 87627 5634 354 364 0 23524 0
[pid=12885] ppid=12883 vsize=1420 CPUtime=0.92 cores=0-7
/proc/12885/stat : 12885 (march_hi) R 12883 12885 12885 0 -1 4202496 481 0 0 0 92 0 0 0 25 0 1 0 668426916 1454080 209 33554432000 4194304 4955518 140735712284880 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12885/statm: 355 209 106 186 0 168 0
[pid=12856/tid=12863] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12863/stat : 12863 (python) S 12854 12856 12176 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 668426893 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 0 0 0 0
[pid=12856/tid=12866] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12866/stat : 12866 (python) S 12854 12856 12176 0 -1 4202560 20 932 0 0 0 0 0 0 21 0 9 0 668426896 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 0 0 0 0
[pid=12856/tid=12869] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12869/stat : 12869 (python) S 12854 12856 12176 0 -1 4202560 19 932 0 0 0 0 0 0 20 0 9 0 668426900 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 0 0 0 0
[pid=12856/tid=12872] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12872/stat : 12872 (python) S 12854 12856 12176 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 668426903 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 2 0 0 0
[pid=12856/tid=12875] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12875/stat : 12875 (python) S 12854 12856 12176 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 9 0 668426906 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 6 0 0 0
[pid=12856/tid=12878] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12878/stat : 12878 (python) S 12854 12856 12176 0 -1 4202560 24 932 0 0 0 0 0 0 17 0 9 0 668426909 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 2 0 0 0
[pid=12856/tid=12881] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12881/stat : 12881 (python) S 12854 12856 12176 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 668426913 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 4 0 0 0
[pid=12856/tid=12884] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12884/stat : 12884 (python) S 12854 12856 12176 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 9 0 668426916 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 16.09
Current children cumulated vsize (KiB) 4923704

[startup+6.30111 s]

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

[pid=12883] ppid=12856 vsize=350508 CPUtime=0.01 cores=0-7
/proc/12883/stat : 12883 (python) S 12856 12856 12176 0 -1 4202560 983 0 0 0 0 1 0 0 15 0 1 0 668426916 358920192 5657 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 8149329500719513858 0 0 17 4 0 0 0
/proc/12883/statm: 87627 5657 377 364 0 23524 0
[pid=12885] ppid=12883 vsize=1420 CPUtime=3.52 cores=0-7
/proc/12885/stat : 12885 (march_hi) R 12883 12885 12885 0 -1 4202496 481 0 0 0 352 0 0 0 25 0 1 0 668426916 1454080 209 33554432000 4194304 4955518 140735712284880 18446744073709551615 4208620 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12885/statm: 355 209 106 186 0 168 0
[pid=12856/tid=12863] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12863/stat : 12863 (python) S 12854 12856 12176 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 668426893 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 0 0 0 0
[pid=12856/tid=12866] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12866/stat : 12866 (python) S 12854 12856 12176 0 -1 4202560 20 932 0 0 0 0 0 0 21 0 9 0 668426896 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 0 0 0 0
[pid=12856/tid=12869] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12869/stat : 12869 (python) S 12854 12856 12176 0 -1 4202560 19 932 0 0 0 0 0 0 20 0 9 0 668426900 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 0 0 0 0
[pid=12856/tid=12872] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12872/stat : 12872 (python) S 12854 12856 12176 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 668426903 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 2 0 0 0
[pid=12856/tid=12875] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12875/stat : 12875 (python) S 12854 12856 12176 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 9 0 668426906 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 6 0 0 0
[pid=12856/tid=12878] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12878/stat : 12878 (python) S 12854 12856 12176 0 -1 4202560 24 932 0 0 0 0 0 0 17 0 9 0 668426909 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 2 0 0 0
[pid=12856/tid=12881] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12881/stat : 12881 (python) S 12854 12856 12176 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 668426913 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 4 0 0 0
[pid=12856/tid=12884] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12884/stat : 12884 (python) S 12854 12856 12176 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 9 0 668426916 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 52.42
Current children cumulated vsize (KiB) 4923704

[startup+8.70166 s]
/proc/loadavg: 9.60 9.81 9.55 10/416 12885
/proc/meminfo: memFree=23067368/32951124 swapFree=44485784/67111528
[pid=12856] ppid=12854 vsize=360752 CPUtime=0.74 cores=0-7
/proc/12856/stat : 12856 (python) S 12854 12856 12176 0 -1 4202496 15656 932 1 0 60 14 0 0 22 0 9 0 668426814 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12856/statm: 90188 7173 1889 364 0 26085 0
[pid=12862] ppid=12856 vsize=278456 CPUtime=0.01 cores=0-7
/proc/12862/stat : 12862 (python) S 12856 12856 12176 0 -1 4202560 907 0 0 0 0 1 0 0 18 0 1 0 668426893 285138944 5559 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965263 0 0 16781312 514 4165754068188233988 0 0 17 2 0 0 0
/proc/12862/statm: 69614 5559 377 364 0 5532 0
[pid=12864] ppid=12862 vsize=1017800 CPUtime=7.91 cores=0-7
/proc/12864/stat : 12864 (gnovelty+2) R 12862 12864 12864 0 -1 4202496 428 0 0 0 791 0 0 0 25 0 1 0 668426893 1042227200 162 33554432000 134512640 135663704 4294125632 18446744073709551615 134524526 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12864/statm: 254450 162 113 282 0 254166 0
[pid=12865] ppid=12856 vsize=289228 CPUtime=0.02 cores=0-7
/proc/12865/stat : 12865 (python) S 12856 12856 12176 0 -1 4202560 914 0 0 0 1 1 0 0 15 0 1 0 668426896 296169472 5688 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 4105061850968719619 0 0 17 7 0 0 0
/proc/12865/statm: 72307 5688 371 364 0 8222 0
[pid=12867] ppid=12865 vsize=1556 CPUtime=7.76 cores=0-7
/proc/12867/stat : 12867 (march_hi) R 12865 12867 12867 0 -1 4202496 510 0 0 0 776 0 0 0 25 0 1 0 668426897 1593344 246 33554432000 4194304 4955518 140735027946368 18446744073709551615 4235606 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12867/statm: 389 246 106 186 0 202 0
[pid=12868] ppid=12856 vsize=299616 CPUtime=0.02 cores=0-7
/proc/12868/stat : 12868 (python) S 12856 12856 12176 0 -1 4202560 915 0 0 0 1 1 0 0 15 0 1 0 668426899 306806784 5708 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 12258200055671914754 0 0 17 6 0 0 0
/proc/12868/statm: 74904 5708 371 364 0 10816 0
[pid=12870] ppid=12868 vsize=1556 CPUtime=7.85 cores=0-7
/proc/12870/stat : 12870 (march_hi) R 12868 12870 12870 0 -1 4202496 510 0 0 0 785 0 0 0 25 0 1 0 668426900 1593344 246 33554432000 4194304 4955518 140734932556960 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12870/statm: 389 246 106 186 0 202 0
[pid=12871] ppid=12856 vsize=309872 CPUtime=0.01 cores=0-7
/proc/12871/stat : 12871 (python) S 12856 12856 12176 0 -1 4202560 946 0 0 0 0 1 0 0 15 0 1 0 668426903 317308928 5712 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 2578495508918010113 0 0 17 2 0 0 0
/proc/12871/statm: 77468 5712 371 364 0 13377 0
[pid=12873] ppid=12871 vsize=1420 CPUtime=4.1 cores=0-7
/proc/12873/stat : 12873 (march_hi) R 12871 12873 12873 0 -1 4202496 476 0 0 0 410 0 0 0 25 0 1 0 668426903 1454080 212 33554432000 4194304 4955518 140736816179024 18446744073709551615 4237786 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12873/statm: 355 212 106 186 0 168 0
[pid=12874] ppid=12856 vsize=320128 CPUtime=0.01 cores=0-7
/proc/12874/stat : 12874 (python) S 12856 12856 12176 0 -1 4202560 927 0 0 0 0 1 0 0 18 0 1 0 668426906 327811072 5732 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 6366964802123694337 0 0 17 2 0 0 0
/proc/12874/statm: 80032 5732 371 364 0 15938 0
[pid=12876] ppid=12874 vsize=1017800 CPUtime=7.73 cores=0-7
/proc/12876/stat : 12876 (gnovelty+2) R 12874 12876 12876 0 -1 4202496 426 0 0 0 773 0 0 0 25 0 1 0 668426906 1042227200 162 33554432000 134512640 135663704 4288510272 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/12876/statm: 254450 162 113 282 0 254166 0
[pid=12877] ppid=12856 vsize=330384 CPUtime=0.01 cores=0-7
/proc/12877/stat : 12877 (python) S 12856 12856 12176 0 -1 4202560 940 0 0 0 1 0 0 0 15 0 1 0 668426909 338313216 5735 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 5607373035230167297 0 0 17 4 0 0 0
/proc/12877/statm: 82596 5735 370 364 0 18499 0
[pid=12879] ppid=12877 vsize=1556 CPUtime=7.71 cores=0-7
/proc/12879/stat : 12879 (march_hi) R 12877 12879 12879 0 -1 4202496 513 0 0 0 771 0 0 0 25 0 1 0 668426910 1593344 246 33554432000 4194304 4955518 140733222966096 18446744073709551615 4208653 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12879/statm: 389 246 106 186 0 202 0
[pid=12880] ppid=12856 vsize=340640 CPUtime=0.01 cores=0-7
/proc/12880/stat : 12880 (python) S 12856 12856 12176 0 -1 4202560 957 0 0 0 1 0 0 0 15 0 1 0 668426912 348815360 5740 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 15414286610551767299 0 0 17 1 0 0 0
/proc/12880/statm: 85160 5740 371 364 0 21060 0
[pid=12882] ppid=12880 vsize=1556 CPUtime=7.67 cores=0-7
/proc/12882/stat : 12882 (march_hi) R 12880 12882 12882 0 -1 4202496 511 0 0 0 767 0 0 0 25 0 1 0 668426915 1593344 246 33554432000 4194304 4955518 140734122092752 18446744073709551615 4299850 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12882/statm: 389 246 106 186 0 202 0
[pid=12883] ppid=12856 vsize=350508 CPUtime=0.01 cores=0-7
/proc/12883/stat : 12883 (python) S 12856 12856 12176 0 -1 4202560 983 0 0 0 0 1 0 0 15 0 1 0 668426916 358920192 5657 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 8149329500719513858 0 0 17 4 0 0 0
/proc/12883/statm: 87627 5657 377 364 0 23524 0
[pid=12885] ppid=12883 vsize=1420 CPUtime=3.72 cores=0-7
/proc/12885/stat : 12885 (march_hi) R 12883 12885 12885 0 -1 4202496 481 0 0 0 372 0 0 0 25 0 1 0 668426916 1454080 209 33554432000 4194304 4955518 140735712284880 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12885/statm: 355 209 106 186 0 168 0
[pid=12856/tid=12863] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12863/stat : 12863 (python) S 12854 12856 12176 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 668426893 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 0 0 0 0
[pid=12856/tid=12866] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12866/stat : 12866 (python) S 12854 12856 12176 0 -1 4202560 20 932 0 0 0 0 0 0 21 0 9 0 668426896 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 0 0 0 0
[pid=12856/tid=12869] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12869/stat : 12869 (python) S 12854 12856 12176 0 -1 4202560 19 932 0 0 0 0 0 0 20 0 9 0 668426900 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 0 0 0 0
[pid=12856/tid=12872] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12872/stat : 12872 (python) S 12854 12856 12176 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 668426903 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 2 0 0 0
[pid=12856/tid=12875] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12875/stat : 12875 (python) S 12854 12856 12176 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 9 0 668426906 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 6 0 0 0
[pid=12856/tid=12878] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12878/stat : 12878 (python) S 12854 12856 12176 0 -1 4202560 24 932 0 0 0 0 0 0 17 0 9 0 668426909 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 2 0 0 0
[pid=12856/tid=12881] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12881/stat : 12881 (python) S 12854 12856 12176 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 668426913 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 4 0 0 0
[pid=12856/tid=12884] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12884/stat : 12884 (python) S 12854 12856 12176 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 9 0 668426916 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 55.29
Current children cumulated vsize (KiB) 4924248

[startup+8.81464 s]
/proc/loadavg: 9.60 9.81 9.55 10/416 12885
/proc/meminfo: memFree=23067368/32951124 swapFree=44485784/67111528
[pid=12856] ppid=12854 vsize=360752 CPUtime=0.74 cores=0-7
/proc/12856/stat : 12856 (python) S 12854 12856 12176 0 -1 4202496 15656 932 1 0 60 14 0 0 22 0 9 0 668426814 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12856/statm: 90188 7173 1889 364 0 26085 0
[pid=12862] ppid=12856 vsize=278456 CPUtime=0.01 cores=0-7
/proc/12862/stat : 12862 (python) S 12856 12856 12176 0 -1 4202560 907 0 0 0 0 1 0 0 18 0 1 0 668426893 285138944 5559 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965263 0 0 16781312 514 4165754068188233988 0 0 17 2 0 0 0
/proc/12862/statm: 69614 5559 377 364 0 5532 0
[pid=12864] ppid=12862 vsize=1017800 CPUtime=8.01 cores=0-7
/proc/12864/stat : 12864 (gnovelty+2) R 12862 12864 12864 0 -1 4202496 428 0 0 0 801 0 0 0 25 0 1 0 668426893 1042227200 162 33554432000 134512640 135663704 4294125632 18446744073709551615 134525095 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12864/statm: 254450 162 113 282 0 254166 0
[pid=12865] ppid=12856 vsize=289228 CPUtime=0.02 cores=0-7
/proc/12865/stat : 12865 (python) S 12856 12856 12176 0 -1 4202560 914 0 0 0 1 1 0 0 15 0 1 0 668426896 296169472 5688 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 4105061850968719619 0 0 17 7 0 0 0
/proc/12865/statm: 72307 5688 371 364 0 8222 0
[pid=12867] ppid=12865 vsize=1556 CPUtime=7.86 cores=0-7
/proc/12867/stat : 12867 (march_hi) R 12865 12867 12867 0 -1 4202496 510 0 0 0 786 0 0 0 25 0 1 0 668426897 1593344 246 33554432000 4194304 4955518 140735027946368 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12867/statm: 389 246 106 186 0 202 0
[pid=12868] ppid=12856 vsize=299616 CPUtime=0.02 cores=0-7
/proc/12868/stat : 12868 (python) S 12856 12856 12176 0 -1 4202560 916 0 0 0 1 1 0 0 15 0 1 0 668426899 306806784 5708 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 5607373039525134594 0 0 17 6 0 0 0
/proc/12868/statm: 74904 5708 371 364 0 10816 0
[pid=12870] ppid=12868 vsize=1556 CPUtime=7.95 cores=0-7
/proc/12870/stat : 12870 (march_hi) R 12868 12870 12870 0 -1 4202496 511 0 0 0 795 0 0 0 25 0 1 0 668426900 1593344 247 33554432000 4194304 4955518 140734932556960 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12870/statm: 389 247 106 186 0 202 0
[pid=12871] ppid=12856 vsize=309872 CPUtime=0.01 cores=0-7
/proc/12871/stat : 12871 (python) S 12856 12856 12176 0 -1 4202560 946 0 0 0 0 1 0 0 15 0 1 0 668426903 317308928 5712 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 2578495508918010113 0 0 17 2 0 0 0
/proc/12871/statm: 77468 5712 371 364 0 13377 0
[pid=12873] ppid=12871 vsize=1420 CPUtime=4.11 cores=0-7
/proc/12873/stat : 12873 (march_hi) R 12871 12873 12873 0 -1 4202496 476 0 0 0 411 0 0 0 25 0 1 0 668426903 1454080 212 33554432000 4194304 4955518 140736816179024 18446744073709551615 4208714 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12873/statm: 355 212 106 186 0 168 0
[pid=12874] ppid=12856 vsize=320128 CPUtime=0.01 cores=0-7
/proc/12874/stat : 12874 (python) S 12856 12856 12176 0 -1 4202560 927 0 0 0 0 1 0 0 18 0 1 0 668426906 327811072 5732 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 6366964802123694337 0 0 17 2 0 0 0
/proc/12874/statm: 80032 5732 371 364 0 15938 0
[pid=12876] ppid=12874 vsize=1017800 CPUtime=7.83 cores=0-7
/proc/12876/stat : 12876 (gnovelty+2) R 12874 12876 12876 0 -1 4202496 426 0 0 0 783 0 0 0 25 0 1 0 668426906 1042227200 162 33554432000 134512640 135663704 4288510272 18446744073709551615 134525157 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/12876/statm: 254450 162 113 282 0 254166 0
[pid=12877] ppid=12856 vsize=330384 CPUtime=0.01 cores=0-7
/proc/12877/stat : 12877 (python) S 12856 12856 12176 0 -1 4202560 940 0 0 0 1 0 0 0 15 0 1 0 668426909 338313216 5735 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 2196617528405360897 0 0 17 4 0 0 0
/proc/12877/statm: 82596 5735 370 364 0 18499 0
[pid=12879] ppid=12877 vsize=1556 CPUtime=7.81 cores=0-7
/proc/12879/stat : 12879 (march_hi) R 12877 12879 12879 0 -1 4202496 513 0 0 0 781 0 0 0 25 0 1 0 668426910 1593344 246 33554432000 4194304 4955518 140733222966096 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12879/statm: 389 246 106 186 0 202 0
[pid=12880] ppid=12856 vsize=340640 CPUtime=0.01 cores=0-7
/proc/12880/stat : 12880 (python) S 12856 12856 12176 0 -1 4202560 957 0 0 0 1 0 0 0 15 0 1 0 668426912 348815360 5740 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 15414286610551767299 0 0 17 1 0 0 0
/proc/12880/statm: 85160 5740 371 364 0 21060 0
[pid=12882] ppid=12880 vsize=1556 CPUtime=7.77 cores=0-7
/proc/12882/stat : 12882 (march_hi) R 12880 12882 12882 0 -1 4202496 512 0 0 0 777 0 0 0 25 0 1 0 668426915 1593344 247 33554432000 4194304 4955518 140734122092752 18446744073709551615 4208669 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12882/statm: 389 247 106 186 0 202 0
[pid=12883] ppid=12856 vsize=350508 CPUtime=0.01 cores=0-7
/proc/12883/stat : 12883 (python) S 12856 12856 12176 0 -1 4202560 983 0 0 0 0 1 0 0 15 0 1 0 668426916 358920192 5657 33554432000 4194304 5683644 140733964378400 18446744073709551615 244446965318 0 0 16781312 514 8149329500719513858 0 0 17 4 0 0 0
/proc/12883/statm: 87627 5657 377 364 0 23524 0
[pid=12885] ppid=12883 vsize=1420 CPUtime=3.8 cores=0-7
/proc/12885/stat : 12885 (march_hi) R 12883 12885 12885 0 -1 4202496 482 0 0 0 380 0 0 0 25 0 1 0 668426916 1454080 210 33554432000 4194304 4955518 140735712284880 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12885/statm: 355 210 106 186 0 168 0
[pid=12856/tid=12863] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12863/stat : 12863 (python) S 12854 12856 12176 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 668426893 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 0 0 0 0
[pid=12856/tid=12866] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12866/stat : 12866 (python) S 12854 12856 12176 0 -1 4202560 20 932 0 0 0 0 0 0 21 0 9 0 668426896 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 0 0 0 0
[pid=12856/tid=12869] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12869/stat : 12869 (python) S 12854 12856 12176 0 -1 4202560 19 932 0 0 0 0 0 0 20 0 9 0 668426900 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 0 0 0 0
[pid=12856/tid=12872] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12872/stat : 12872 (python) S 12854 12856 12176 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 668426903 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 2 0 0 0
[pid=12856/tid=12875] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12875/stat : 12875 (python) S 12854 12856 12176 0 -1 4202560 24 932 0 0 0 0 0 0 22 0 9 0 668426906 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 6 0 0 0
[pid=12856/tid=12878] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12878/stat : 12878 (python) S 12854 12856 12176 0 -1 4202560 24 932 0 0 0 0 0 0 17 0 9 0 668426909 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 2 0 0 0
[pid=12856/tid=12881] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12881/stat : 12881 (python) S 12854 12856 12176 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 668426913 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 4 0 0 0
[pid=12856/tid=12884] ppid=12854 vsize=360752 CPUtime=0 cores=0-7
/proc/12856/task/12884/stat : 12884 (python) S 12854 12856 12176 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 9 0 668426916 369410048 7173 33554432000 4194304 5683644 140733964378400 18446744073709551615 244458768817 0 0 16781312 2 18446604450100153152 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 55.98
Current children cumulated vsize (KiB) 4924248

Child status: 0
Real time (s): 8.85273
CPU time (s): 56.2704
CPU user time (s): 56.0015
CPU system time (s): 0.268959
CPU usage (%): 635.628
Max. virtual memory (cumulated for all children) (KiB): 4924248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.0015
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32887
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= 5173
involuntary context switches= 1753

runsolver used 0.036994 second user time and 0.091986 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-16 19:51:04
IDJOB=3385564
IDBENCH=82829
IDSOLVER=1870
FILE ID=node105/3385564-1305568264
RUNJOBID= node105-1305564966-12190
PBS_JOBID= 13350145
Free space on /tmp= 73528 MiB

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

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

MD5SUM BENCH= a22e1737ea83ac381c0ce023d3bc0e5e
RANDOM SEED=1214991014

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23125368 kB
Buffers:        321740 kB
Cached:        7167292 kB
SwapCached:      39636 kB
Active:        2444708 kB
Inactive:      7088276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23125368 kB
SwapTotal:    67111528 kB
SwapFree:     44485784 kB
Dirty:           32076 kB
Writeback:         132 kB
AnonPages:     2012480 kB
Mapped:          17180 kB
Slab:           145356 kB
PageTables:      75488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 103867052 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= 73500 MiB
End job on node105 at 2011-05-16 19:51:13