Trace number 3322016

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-randomUNSAT 18.7961 3.48515

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1194590195-083.UNKNOWN.cnf
MD5SUM4c35fc75d3141dc63bffc905e133b00a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.27481
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.38/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/0.67	c INFO: solving HOME/instance-3322016-1304370815.cnf
0.38/0.67	c INFO: computing task features
0.38/0.67	c INFO: computed variable-clause graph statistics
0.38/0.67	c INFO: computed clause balance statistics
0.38/0.69	c INFO: computed variable balance statistics
0.45/0.71	c INFO: computed small-clause counts
0.45/0.71	c INFO: computed Horn-clause counts
0.45/0.71	c INFO: computed variable graph statistics
0.45/0.71	c INFO: collected features for HOME/instance-3322016-1304370815.cnf in 0.05 s
0.45/0.75	c INFO: running TNM@0 for 97 with 39999 remaining (b = 0.55)
0.45/0.79	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.42)
0.55/0.83	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.37)
0.55/0.87	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.33)
0.65/0.90	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.13)
0.65/0.94	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.08)
0.65/0.98	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
1.59/1.02	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.22)
18.25/3.46	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3322016-1304370815/watcher-3322016-1304370815 -o /tmp/evaluation-result-3322016-1304370815/solver-3322016-1304370815 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322016-1304370815.cnf -seed 1811743000 -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: 8.72 9.28 9.00 2/295 15845
/proc/meminfo: memFree=19021416/32951124 swapFree=67111364/67111528
[pid=15845] ppid=15843 vsize=15780 CPUtime=0 cores=0-7
/proc/15845/stat : 15845 (python) R 15843 15845 14806 0 -1 4202496 860 0 0 0 0 0 0 0 25 0 1 0 548681899 16158720 741 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640859280 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15845/statm: 3945 741 335 364 0 432 0

[startup+0.0935121 s]
/proc/loadavg: 8.72 9.28 9.00 2/295 15845
/proc/meminfo: memFree=19021416/32951124 swapFree=67111364/67111528
[pid=15845] ppid=15843 vsize=85076 CPUtime=0.05 cores=0-7
/proc/15845/stat : 15845 (python) R 15843 15845 14806 0 -1 4202496 2473 0 0 0 4 1 0 0 18 0 1 0 548681899 87117824 2199 33554432000 4194304 5683644 140734448719248 18446744073709551615 4516304 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15845/statm: 21269 2199 707 364 0 1486 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85076

[startup+0.1005 s]
/proc/loadavg: 8.72 9.28 9.00 2/295 15845
/proc/meminfo: memFree=19021416/32951124 swapFree=67111364/67111528
[pid=15845] ppid=15843 vsize=89772 CPUtime=0.05 cores=0-7
/proc/15845/stat : 15845 (python) S 15843 15845 14806 0 -1 4202496 2673 0 0 0 4 1 0 0 17 0 1 0 548681899 91926528 2388 33554432000 4194304 5683644 140734448719248 18446744073709551615 253635935879 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/15845/statm: 22443 2388 750 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89772

[startup+0.3005 s]
/proc/loadavg: 8.72 9.28 9.00 2/295 15845
/proc/meminfo: memFree=19021416/32951124 swapFree=67111364/67111528
[pid=15845] ppid=15843 vsize=135752 CPUtime=0.19 cores=0-7
/proc/15845/stat : 15845 (python) S 15843 15845 14806 0 -1 4202496 5967 936 1 0 14 5 0 0 18 0 1 0 548681899 139010048 4151 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640855557 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/15845/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700391 s]
/proc/loadavg: 8.72 9.28 9.00 2/295 15845
/proc/meminfo: memFree=19021416/32951124 swapFree=67111364/67111528
[pid=15845] ppid=15843 vsize=278128 CPUtime=0.45 cores=0-7
/proc/15845/stat : 15845 (python) R 15843 15845 14806 0 -1 4202496 9276 936 1 0 34 11 0 0 17 0 1 0 548681899 284803072 6941 33554432000 4194304 5683644 140734448719248 18446744073709551615 4578757 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15845/statm: 69532 6941 1827 364 0 5456 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 278128

[startup+1.50121 s]
/proc/loadavg: 8.72 9.28 9.00 11/317 15871
/proc/meminfo: memFree=18967300/32951124 swapFree=67111364/67111528
[pid=15845] ppid=15843 vsize=361188 CPUtime=0.78 cores=0-7
/proc/15845/stat : 15845 (python) S 15843 15845 14806 0 -1 4202496 15877 936 1 0 65 13 0 0 22 0 9 0 548681899 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15845/statm: 90297 7261 1889 364 0 26194 0
[pid=15851] ppid=15845 vsize=278580 CPUtime=0 cores=0-7
/proc/15851/stat : 15851 (python) S 15845 15845 14806 0 -1 4202560 709 0 0 0 0 0 0 0 18 0 1 0 548681975 285265920 5560 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879631 0 0 16781312 514 4606971591740358655 0 0 17 0 0 0 0
/proc/15851/statm: 69645 5560 347 364 0 5563 0
[pid=15853] ppid=15851 vsize=454884 CPUtime=0.73 cores=0-7
/proc/15853/stat : 15853 (TNM) R 15851 15853 15853 0 -1 4202496 410 0 0 0 73 0 0 0 21 0 1 0 548681975 465801216 144 33554432000 134512640 135008748 4288229984 18446744073709551615 134527691 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15853/statm: 113721 144 46 122 0 112621 0
[pid=15854] ppid=15845 vsize=289272 CPUtime=0 cores=0-7
/proc/15854/stat : 15854 (python) S 15845 15845 14806 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 548681978 296214528 5675 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 5602230005166735619 0 0 17 1 0 0 0
/proc/15854/statm: 72318 5675 348 364 0 8233 0
[pid=15856] ppid=15854 vsize=1624 CPUtime=0.69 cores=0-7
/proc/15856/stat : 15856 (march_hi) R 15854 15856 15856 0 -1 4202496 519 0 0 0 69 0 0 0 22 0 1 0 548681979 1662976 253 33554432000 4194304 4955518 140737175951184 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15856/statm: 406 253 104 186 0 219 0
[pid=15857] ppid=15845 vsize=299160 CPUtime=0 cores=0-7
/proc/15857/stat : 15857 (python) S 15845 15845 14806 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 548681982 306339840 5586 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 12403520308491813121 0 0 17 7 0 0 0
/proc/15857/statm: 74790 5586 348 364 0 10702 0
[pid=15859] ppid=15857 vsize=1624 CPUtime=0.64 cores=0-7
/proc/15859/stat : 15859 (march_hi) R 15857 15859 15859 0 -1 4202496 516 0 0 0 64 0 0 0 25 0 1 0 548681983 1662976 252 33554432000 4194304 4955518 140735192652896 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/15859/statm: 406 252 104 186 0 219 0
[pid=15860] ppid=15845 vsize=309956 CPUtime=0 cores=0-7
/proc/15860/stat : 15860 (python) S 15845 15845 14806 0 -1 4202560 757 0 0 0 0 0 0 0 17 0 1 0 548681986 317394944 5709 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 12403515910445302020 0 0 17 6 0 0 0
/proc/15860/statm: 77489 5709 348 364 0 13398 0
[pid=15862] ppid=15860 vsize=1624 CPUtime=0.31 cores=0-7
/proc/15862/stat : 15862 (march_hi) R 15860 15862 15862 0 -1 4202496 511 0 0 0 31 0 0 0 25 0 1 0 548681986 1662976 247 33554432000 4194304 4955518 140733197762272 18446744073709551615 4235379 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15862/statm: 406 247 104 186 0 219 0
[pid=15863] ppid=15845 vsize=320212 CPUtime=0 cores=0-7
/proc/15863/stat : 15863 (python) S 15845 15845 14806 0 -1 4202560 778 0 0 0 0 0 0 0 15 0 1 0 548681990 327897088 5713 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 15830020753106895107 0 0 17 0 0 0 0
/proc/15863/statm: 80053 5713 348 364 0 15959 0
[pid=15865] ppid=15863 vsize=1624 CPUtime=0.58 cores=0-7
/proc/15865/stat : 15865 (march_hi) R 15863 15865 15865 0 -1 4202496 514 0 0 0 58 0 0 0 22 0 1 0 548681990 1662976 251 33554432000 4194304 4955518 140733649966736 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15865/statm: 406 251 104 186 0 219 0
[pid=15866] ppid=15845 vsize=330468 CPUtime=0 cores=0-7
/proc/15866/stat : 15866 (python) S 15845 15845 14806 0 -1 4202560 750 0 0 0 0 0 0 0 21 0 1 0 548681994 338399232 5717 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 3792571300505976831 0 0 17 6 0 0 0
/proc/15866/statm: 82617 5717 348 364 0 18520 0
[pid=15868] ppid=15866 vsize=1017800 CPUtime=0.5 cores=0-7
/proc/15868/stat : 15868 (gnovelty+2) R 15866 15868 15868 0 -1 4202496 422 0 0 0 50 0 0 0 25 0 1 0 548681994 1042227200 158 33554432000 134512640 135663704 4294499856 18446744073709551615 134544252 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15868/statm: 254450 158 113 282 0 254166 0
[pid=15869] ppid=15845 vsize=340228 CPUtime=0 cores=0-7
/proc/15869/stat : 15869 (python) S 15845 15845 14806 0 -1 4202560 781 0 0 0 0 0 0 0 15 0 1 0 548681998 348393472 5627 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 6025036477094658306 0 0 17 4 0 0 0
/proc/15869/statm: 85057 5627 348 364 0 20957 0
[pid=15871] ppid=15869 vsize=1624 CPUtime=0.3 cores=0-7
/proc/15871/stat : 15871 (march_hi) R 15869 15871 15871 0 -1 4202496 513 0 0 0 30 0 0 0 21 0 1 0 548681998 1662976 246 33554432000 4194304 4955518 140735069131968 18446744073709551615 4224768 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15871/statm: 406 246 104 186 0 219 0
[pid=15845/tid=15852] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15852/stat : 15852 (python) S 15843 15845 14806 0 -1 4202560 28 936 0 0 0 0 0 0 19 0 9 0 548681975 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 0 0 0 0
[pid=15845/tid=15855] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15855/stat : 15855 (python) S 15843 15845 14806 0 -1 4202560 22 936 0 0 0 0 0 0 19 0 9 0 548681979 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 0 0 0 0
[pid=15845/tid=15858] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15858/stat : 15858 (python) S 15843 15845 14806 0 -1 4202560 27 936 0 0 0 0 0 0 21 0 9 0 548681982 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 4 0 0 0
[pid=15845/tid=15861] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15861/stat : 15861 (python) S 15843 15845 14806 0 -1 4202560 22 936 0 0 0 0 0 0 23 0 9 0 548681986 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 0 0 0 0
[pid=15845/tid=15864] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15864/stat : 15864 (python) S 15843 15845 14806 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 548681990 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 0 0 0 0
[pid=15845/tid=15867] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15867/stat : 15867 (python) S 15843 15845 14806 0 -1 4202560 25 936 0 0 0 0 0 0 22 0 9 0 548681994 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 6 0 0 0
[pid=15845/tid=15870] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15870/stat : 15870 (python) S 15843 15845 14806 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 548681998 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 4009868

[startup+3.10092 s]
/proc/loadavg: 8.72 9.28 9.00 11/320 15874
/proc/meminfo: memFree=18964176/32951124 swapFree=67111364/67111528
[pid=15845] ppid=15843 vsize=361188 CPUtime=0.78 cores=0-7
/proc/15845/stat : 15845 (python) S 15843 15845 14806 0 -1 4202496 15877 936 1 0 65 13 0 0 22 0 9 0 548681899 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15845/statm: 90297 7261 1889 364 0 26194 0
[pid=15851] ppid=15845 vsize=278580 CPUtime=0 cores=0-7
/proc/15851/stat : 15851 (python) S 15845 15845 14806 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 548681975 285265920 5567 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879631 0 0 16781312 514 4606971591740326148 0 0 17 4 0 0 0
/proc/15851/statm: 69645 5567 354 364 0 5563 0
[pid=15853] ppid=15851 vsize=454884 CPUtime=2.33 cores=0-7
/proc/15853/stat : 15853 (TNM) R 15851 15853 15853 0 -1 4202496 410 0 0 0 233 0 0 0 25 0 1 0 548681975 465801216 144 33554432000 134512640 135008748 4288229984 18446744073709551615 134529475 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15853/statm: 113721 144 46 122 0 112621 0
[pid=15854] ppid=15845 vsize=289272 CPUtime=1 cores=0-7
/proc/15854/stat : 15854 (python) R 15845 15845 14806 0 -1 4202560 758 0 0 0 89 11 0 0 16 0 1 0 548681978 296214528 5675 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/15854/statm: 72318 5675 348 364 0 8233 0
[pid=15856] ppid=15854 vsize=0 CPUtime=1.29 cores=0-7
/proc/15856/stat : 15856 (march_hi) R 15854 15856 15856 0 -1 4202500 527 0 0 0 129 0 0 0 25 0 1 0 548681979 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15856/statm: 0 0 0 0 0 0 0
[pid=15857] ppid=15845 vsize=299160 CPUtime=0.93 cores=0-7
/proc/15857/stat : 15857 (python) R 15845 15845 14806 0 -1 4202560 767 0 0 0 82 11 0 0 16 0 1 0 548681982 306339840 5586 33554432000 4194304 5683644 140734448719248 18446744073709551615 4962903 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/15857/statm: 74790 5586 348 364 0 10702 0
[pid=15859] ppid=15857 vsize=0 CPUtime=1.3 cores=0-7
/proc/15859/stat : 15859 (march_hi) R 15857 15859 15859 0 -1 4202500 524 0 0 0 130 0 0 0 25 0 1 0 548681983 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15859/statm: 0 0 0 0 0 0 0
[pid=15860] ppid=15845 vsize=309956 CPUtime=0 cores=0-7
/proc/15860/stat : 15860 (python) S 15845 15845 14806 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 548681986 317394944 5709 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 12403515910445302020 0 0 17 6 0 0 0
/proc/15860/statm: 77489 5709 348 364 0 13398 0
[pid=15862] ppid=15860 vsize=1756 CPUtime=1.11 cores=0-7
/proc/15862/stat : 15862 (march_hi) R 15860 15862 15862 0 -1 4202496 519 0 0 0 111 0 0 0 25 0 1 0 548681986 1798144 255 33554432000 4194304 4955518 140733197762272 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15862/statm: 439 255 104 186 0 252 0
[pid=15863] ppid=15845 vsize=320212 CPUtime=0.88 cores=0-7
/proc/15863/stat : 15863 (python) R 15845 15845 14806 0 -1 4202560 787 0 0 0 78 10 0 0 16 0 1 0 548681990 327897088 5713 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/15863/statm: 80053 5713 348 364 0 15959 0
[pid=15865] ppid=15863 vsize=0 CPUtime=1.29 cores=0-7
/proc/15865/stat : 15865 (march_hi) R 15863 15865 15865 0 -1 4202500 524 0 0 0 129 0 0 0 25 0 1 0 548681990 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15865/statm: 0 0 0 0 0 0 0
[pid=15866] ppid=15845 vsize=330468 CPUtime=0 cores=0-7
/proc/15866/stat : 15866 (python) S 15845 15845 14806 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 548681994 338399232 5717 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 3792571300505944321 0 0 17 2 0 0 0
/proc/15866/statm: 82617 5717 348 364 0 18520 0
[pid=15868] ppid=15866 vsize=1017800 CPUtime=2.1 cores=0-7
/proc/15868/stat : 15868 (gnovelty+2) R 15866 15868 15868 0 -1 4202496 422 0 0 0 210 0 0 0 25 0 1 0 548681994 1042227200 158 33554432000 134512640 135663704 4294499856 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15868/statm: 254450 158 113 282 0 254166 0
[pid=15869] ppid=15845 vsize=340228 CPUtime=0 cores=0-7
/proc/15869/stat : 15869 (python) S 15845 15845 14806 0 -1 4202560 785 0 0 0 0 0 0 0 15 0 1 0 548681998 348393472 5627 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 3743146603569971458 0 0 17 4 0 0 0
/proc/15869/statm: 85057 5627 348 364 0 20957 0
[pid=15871] ppid=15869 vsize=1756 CPUtime=1.1 cores=0-7
/proc/15871/stat : 15871 (march_hi) R 15869 15871 15871 0 -1 4202496 522 0 0 0 110 0 0 0 24 0 1 0 548681998 1798144 255 33554432000 4194304 4955518 140735069131968 18446744073709551615 4229184 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15871/statm: 439 255 104 186 0 252 0
[pid=15872] ppid=15845 vsize=350944 CPUtime=0.77 cores=0-7
/proc/15872/stat : 15872 (python) R 15845 15845 14806 0 -1 4202560 834 0 0 0 67 10 0 0 16 0 1 0 548682002 359366656 5722 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/15872/statm: 87736 5722 354 364 0 23633 0
[pid=15874] ppid=15872 vsize=0 CPUtime=1.28 cores=0-7
/proc/15874/stat : 15874 (march_hi) R 15872 15874 15874 0 -1 4202500 532 0 0 0 128 0 0 0 25 0 1 0 548682002 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15874/statm: 0 0 0 0 0 0 0
[pid=15845/tid=15852] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15852/stat : 15852 (python) S 15843 15845 14806 0 -1 4202560 28 936 0 0 0 0 0 0 19 0 9 0 548681975 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 0 0 0 0
[pid=15845/tid=15855] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15855/stat : 15855 (python) S 15843 15845 14806 0 -1 4202560 22 936 0 0 0 0 0 0 19 0 9 0 548681979 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 0 0 0 0
[pid=15845/tid=15858] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15858/stat : 15858 (python) S 15843 15845 14806 0 -1 4202560 27 936 0 0 0 0 0 0 21 0 9 0 548681982 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 4 0 0 0
[pid=15845/tid=15861] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15861/stat : 15861 (python) S 15843 15845 14806 0 -1 4202560 22 936 0 0 0 0 0 0 23 0 9 0 548681986 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 0 0 0 0
[pid=15845/tid=15864] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15864/stat : 15864 (python) S 15843 15845 14806 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 548681990 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 0 0 0 0
[pid=15845/tid=15867] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15867/stat : 15867 (python) S 15843 15845 14806 0 -1 4202560 25 936 0 0 0 0 0 0 22 0 9 0 548681994 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 6 0 0 0
[pid=15845/tid=15870] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15870/stat : 15870 (python) S 15843 15845 14806 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 548681998 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 4 0 0 0
[pid=15845/tid=15873] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15873/stat : 15873 (python) S 15843 15845 14806 0 -1 4202560 31 936 0 0 0 0 0 0 22 0 9 0 548682002 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 16.16
Current children cumulated vsize (KiB) 4356204

Solver just ended. Dumping a history of the last processes samples

[startup+3.31188 s]
/proc/loadavg: 8.72 9.28 9.00 16/320 15874
/proc/meminfo: memFree=18964176/32951124 swapFree=67111364/67111528
[pid=15845] ppid=15843 vsize=361188 CPUtime=0.78 cores=0-7
/proc/15845/stat : 15845 (python) S 15843 15845 14806 0 -1 4202496 15877 936 1 0 65 13 0 0 22 0 9 0 548681899 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15845/statm: 90297 7261 1889 364 0 26194 0
[pid=15851] ppid=15845 vsize=278580 CPUtime=0 cores=0-7
/proc/15851/stat : 15851 (python) S 15845 15845 14806 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 548681975 285265920 5567 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879631 0 0 16781312 514 4606971591740326148 0 0 17 4 0 0 0
/proc/15851/statm: 69645 5567 354 364 0 5563 0
[pid=15853] ppid=15851 vsize=454884 CPUtime=2.54 cores=0-7
/proc/15853/stat : 15853 (TNM) R 15851 15853 15853 0 -1 4202496 410 0 0 0 254 0 0 0 25 0 1 0 548681975 465801216 144 33554432000 134512640 135008748 4288229984 18446744073709551615 134529195 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15853/statm: 113721 144 46 122 0 112621 0
[pid=15854] ppid=15845 vsize=289272 CPUtime=1.21 cores=0-7
/proc/15854/stat : 15854 (python) R 15845 15845 14806 0 -1 4202560 758 0 0 0 107 14 0 0 17 0 1 0 548681978 296214528 5675 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/15854/statm: 72318 5675 348 364 0 8233 0
[pid=15856] ppid=15854 vsize=0 CPUtime=1.29 cores=0-7
/proc/15856/stat : 15856 (march_hi) R 15854 15856 15856 0 -1 4202500 527 0 0 0 129 0 0 0 25 0 1 0 548681979 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15856/statm: 0 0 0 0 0 0 0
[pid=15857] ppid=15845 vsize=299160 CPUtime=1.13 cores=0-7
/proc/15857/stat : 15857 (python) R 15845 15845 14806 0 -1 4202560 767 0 0 0 100 13 0 0 17 0 1 0 548681982 306339840 5586 33554432000 4194304 5683644 140734448719248 18446744073709551615 4485230 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/15857/statm: 74790 5586 348 364 0 10702 0
[pid=15859] ppid=15857 vsize=0 CPUtime=1.3 cores=0-7
/proc/15859/stat : 15859 (march_hi) R 15857 15859 15859 0 -1 4202500 524 0 0 0 130 0 0 0 25 0 1 0 548681983 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15859/statm: 0 0 0 0 0 0 0
[pid=15860] ppid=15845 vsize=309956 CPUtime=0 cores=0-7
/proc/15860/stat : 15860 (python) S 15845 15845 14806 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 548681986 317394944 5709 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 12403515910445302020 0 0 17 6 0 0 0
/proc/15860/statm: 77489 5709 348 364 0 13398 0
[pid=15862] ppid=15860 vsize=1756 CPUtime=1.21 cores=0-7
/proc/15862/stat : 15862 (march_hi) R 15860 15862 15862 0 -1 4202496 523 0 0 0 121 0 0 0 25 0 1 0 548681986 1798144 259 33554432000 4194304 4955518 140733197762272 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15862/statm: 439 259 104 186 0 252 0
[pid=15863] ppid=15845 vsize=320212 CPUtime=1.1 cores=0-7
/proc/15863/stat : 15863 (python) R 15845 15845 14806 0 -1 4202560 787 0 0 0 97 13 0 0 17 0 1 0 548681990 327897088 5713 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/15863/statm: 80053 5713 348 364 0 15959 0
[pid=15865] ppid=15863 vsize=0 CPUtime=1.29 cores=0-7
/proc/15865/stat : 15865 (march_hi) R 15863 15865 15865 0 -1 4202500 524 0 0 0 129 0 0 0 25 0 1 0 548681990 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15865/statm: 0 0 0 0 0 0 0
[pid=15866] ppid=15845 vsize=330468 CPUtime=0 cores=0-7
/proc/15866/stat : 15866 (python) S 15845 15845 14806 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 548681994 338399232 5717 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 3792571300505944321 0 0 17 2 0 0 0
/proc/15866/statm: 82617 5717 348 364 0 18520 0
[pid=15868] ppid=15866 vsize=1017800 CPUtime=2.31 cores=0-7
/proc/15868/stat : 15868 (gnovelty+2) R 15866 15868 15868 0 -1 4202496 422 0 0 0 231 0 0 0 25 0 1 0 548681994 1042227200 158 33554432000 134512640 135663704 4294499856 18446744073709551615 134525334 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15868/statm: 254450 158 113 282 0 254166 0
[pid=15869] ppid=15845 vsize=340228 CPUtime=0 cores=0-7
/proc/15869/stat : 15869 (python) S 15845 15845 14806 0 -1 4202560 787 0 0 0 0 0 0 0 15 0 1 0 548681998 348393472 5627 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 3743146603569971458 0 0 17 4 0 0 0
/proc/15869/statm: 85057 5627 348 364 0 20957 0
[pid=15871] ppid=15869 vsize=1756 CPUtime=1.21 cores=0-7
/proc/15871/stat : 15871 (march_hi) R 15869 15871 15871 0 -1 4202496 526 0 0 0 121 0 0 0 25 0 1 0 548681998 1798144 259 33554432000 4194304 4955518 140735069131968 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15871/statm: 439 259 104 186 0 252 0
[pid=15872] ppid=15845 vsize=350944 CPUtime=0.97 cores=0-7
/proc/15872/stat : 15872 (python) R 15845 15845 14806 0 -1 4202560 834 0 0 0 84 13 0 0 16 0 1 0 548682002 359366656 5722 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/15872/statm: 87736 5722 354 364 0 23633 0
[pid=15874] ppid=15872 vsize=0 CPUtime=1.28 cores=0-7
/proc/15874/stat : 15874 (march_hi) R 15872 15874 15874 0 -1 4202500 532 0 0 0 128 0 0 0 25 0 1 0 548682002 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15874/statm: 0 0 0 0 0 0 0
[pid=15845/tid=15852] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15852/stat : 15852 (python) S 15843 15845 14806 0 -1 4202560 28 936 0 0 0 0 0 0 19 0 9 0 548681975 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 0 0 0 0
[pid=15845/tid=15855] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15855/stat : 15855 (python) S 15843 15845 14806 0 -1 4202560 22 936 0 0 0 0 0 0 19 0 9 0 548681979 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 0 0 0 0
[pid=15845/tid=15858] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15858/stat : 15858 (python) S 15843 15845 14806 0 -1 4202560 27 936 0 0 0 0 0 0 21 0 9 0 548681982 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 4 0 0 0
[pid=15845/tid=15861] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15861/stat : 15861 (python) S 15843 15845 14806 0 -1 4202560 22 936 0 0 0 0 0 0 23 0 9 0 548681986 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 0 0 0 0
[pid=15845/tid=15864] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15864/stat : 15864 (python) S 15843 15845 14806 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 548681990 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 0 0 0 0
[pid=15845/tid=15867] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15867/stat : 15867 (python) S 15843 15845 14806 0 -1 4202560 25 936 0 0 0 0 0 0 22 0 9 0 548681994 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 6 0 0 0
[pid=15845/tid=15870] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15870/stat : 15870 (python) S 15843 15845 14806 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 548681998 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 4 0 0 0
[pid=15845/tid=15873] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15873/stat : 15873 (python) S 15843 15845 14806 0 -1 4202560 31 936 0 0 0 0 0 0 22 0 9 0 548682002 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.62
Current children cumulated vsize (KiB) 4356204

[startup+3.40187 s]
/proc/loadavg: 8.72 9.28 9.00 16/320 15874
/proc/meminfo: memFree=18964176/32951124 swapFree=67111364/67111528
[pid=15845] ppid=15843 vsize=361188 CPUtime=0.78 cores=0-7
/proc/15845/stat : 15845 (python) S 15843 15845 14806 0 -1 4202496 15877 936 1 0 65 13 0 0 22 0 9 0 548681899 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15845/statm: 90297 7261 1889 364 0 26194 0
[pid=15851] ppid=15845 vsize=278580 CPUtime=0 cores=0-7
/proc/15851/stat : 15851 (python) S 15845 15845 14806 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 548681975 285265920 5567 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879631 0 0 16781312 514 4606971591740326148 0 0 17 4 0 0 0
/proc/15851/statm: 69645 5567 354 364 0 5563 0
[pid=15853] ppid=15851 vsize=454884 CPUtime=2.63 cores=0-7
/proc/15853/stat : 15853 (TNM) R 15851 15853 15853 0 -1 4202496 410 0 0 0 263 0 0 0 25 0 1 0 548681975 465801216 144 33554432000 134512640 135008748 4288229984 18446744073709551615 134527804 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15853/statm: 113721 144 46 122 0 112621 0
[pid=15854] ppid=15845 vsize=289272 CPUtime=1.3 cores=0-7
/proc/15854/stat : 15854 (python) R 15845 15845 14806 0 -1 4202560 758 0 0 0 115 15 0 0 17 0 1 0 548681978 296214528 5675 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/15854/statm: 72318 5675 348 364 0 8233 0
[pid=15856] ppid=15854 vsize=0 CPUtime=1.29 cores=0-7
/proc/15856/stat : 15856 (march_hi) R 15854 15856 15856 0 -1 4202500 527 0 0 0 129 0 0 0 25 0 1 0 548681979 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15856/statm: 0 0 0 0 0 0 0
[pid=15857] ppid=15845 vsize=299160 CPUtime=1.21 cores=0-7
/proc/15857/stat : 15857 (python) R 15845 15845 14806 0 -1 4202560 767 0 0 0 107 14 0 0 17 0 1 0 548681982 306339840 5586 33554432000 4194304 5683644 140734448719248 18446744073709551615 4619718 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/15857/statm: 74790 5586 348 364 0 10702 0
[pid=15859] ppid=15857 vsize=0 CPUtime=1.3 cores=0-7
/proc/15859/stat : 15859 (march_hi) R 15857 15859 15859 0 -1 4202500 524 0 0 0 130 0 0 0 25 0 1 0 548681983 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/15859/statm: 0 0 0 0 0 0 0
[pid=15860] ppid=15845 vsize=309956 CPUtime=0 cores=0-7
/proc/15860/stat : 15860 (python) S 15845 15845 14806 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 1 0 548681986 317394944 5709 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 12403515910445302020 0 0 17 6 0 0 0
/proc/15860/statm: 77489 5709 348 364 0 13398 0
[pid=15862] ppid=15860 vsize=1756 CPUtime=1.28 cores=0-7
/proc/15862/stat : 15862 (march_hi) R 15860 15862 15862 0 -1 4202496 523 0 0 0 128 0 0 0 25 0 1 0 548681986 1798144 259 33554432000 4194304 4955518 140733197762272 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15862/statm: 439 259 104 186 0 252 0
[pid=15863] ppid=15845 vsize=320212 CPUtime=1.19 cores=0-7
/proc/15863/stat : 15863 (python) R 15845 15845 14806 0 -1 4202560 787 0 0 0 105 14 0 0 17 0 1 0 548681990 327897088 5713 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652689727 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/15863/statm: 80053 5713 348 364 0 15959 0
[pid=15865] ppid=15863 vsize=0 CPUtime=1.29 cores=0-7
/proc/15865/stat : 15865 (march_hi) R 15863 15865 15865 0 -1 4202500 524 0 0 0 129 0 0 0 25 0 1 0 548681990 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/15865/statm: 0 0 0 0 0 0 0
[pid=15866] ppid=15845 vsize=330468 CPUtime=0 cores=0-7
/proc/15866/stat : 15866 (python) S 15845 15845 14806 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 548681994 338399232 5717 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 3792571300505944321 0 0 17 2 0 0 0
/proc/15866/statm: 82617 5717 348 364 0 18520 0
[pid=15868] ppid=15866 vsize=1017800 CPUtime=2.4 cores=0-7
/proc/15868/stat : 15868 (gnovelty+2) R 15866 15868 15868 0 -1 4202496 422 0 0 0 240 0 0 0 25 0 1 0 548681994 1042227200 158 33554432000 134512640 135663704 4294499856 18446744073709551615 134525722 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15868/statm: 254450 158 113 282 0 254166 0
[pid=15869] ppid=15845 vsize=340228 CPUtime=0 cores=0-7
/proc/15869/stat : 15869 (python) S 15845 15845 14806 0 -1 4202560 787 0 0 0 0 0 0 0 15 0 1 0 548681998 348393472 5627 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 3743146603569971458 0 0 17 4 0 0 0
/proc/15869/statm: 85057 5627 348 364 0 20957 0
[pid=15871] ppid=15869 vsize=1756 CPUtime=1.23 cores=0-7
/proc/15871/stat : 15871 (march_hi) R 15869 15871 15871 0 -1 4202496 526 0 0 0 123 0 0 0 25 0 1 0 548681998 1798144 259 33554432000 4194304 4955518 140735069131968 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15871/statm: 439 259 104 186 0 252 0
[pid=15872] ppid=15845 vsize=350944 CPUtime=1.07 cores=0-7
/proc/15872/stat : 15872 (python) R 15845 15845 14806 0 -1 4202560 834 0 0 0 92 15 0 0 17 0 1 0 548682002 359366656 5722 33554432000 4194304 5683644 140734448719248 18446744073709551615 253640879686 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/15872/statm: 87736 5722 354 364 0 23633 0
[pid=15874] ppid=15872 vsize=0 CPUtime=1.28 cores=0-7
/proc/15874/stat : 15874 (march_hi) R 15872 15874 15874 0 -1 4202500 532 0 0 0 128 0 0 0 25 0 1 0 548682002 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/15874/statm: 0 0 0 0 0 0 0
[pid=15845/tid=15852] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15852/stat : 15852 (python) S 15843 15845 14806 0 -1 4202560 28 936 0 0 0 0 0 0 19 0 9 0 548681975 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 0 0 0 0
[pid=15845/tid=15855] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15855/stat : 15855 (python) S 15843 15845 14806 0 -1 4202560 22 936 0 0 0 0 0 0 19 0 9 0 548681979 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 0 0 0 0
[pid=15845/tid=15858] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15858/stat : 15858 (python) S 15843 15845 14806 0 -1 4202560 27 936 0 0 0 0 0 0 21 0 9 0 548681982 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 4 0 0 0
[pid=15845/tid=15861] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15861/stat : 15861 (python) S 15843 15845 14806 0 -1 4202560 22 936 0 0 0 0 0 0 23 0 9 0 548681986 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 0 0 0 0
[pid=15845/tid=15864] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15864/stat : 15864 (python) S 15843 15845 14806 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 548681990 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 0 0 0 0
[pid=15845/tid=15867] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15867/stat : 15867 (python) S 15843 15845 14806 0 -1 4202560 25 936 0 0 0 0 0 0 22 0 9 0 548681994 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 6 0 0 0
[pid=15845/tid=15870] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15870/stat : 15870 (python) S 15843 15845 14806 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 548681998 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 4 0 0 0
[pid=15845/tid=15873] ppid=15843 vsize=361188 CPUtime=0 cores=0-7
/proc/15845/task/15873/stat : 15873 (python) S 15843 15845 14806 0 -1 4202560 31 936 0 0 0 0 0 0 22 0 9 0 548682002 369856512 7261 33554432000 4194304 5683644 140734448719248 18446744073709551615 253652683185 0 0 16781312 2 18446604441842054272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18.25
Current children cumulated vsize (KiB) 4356204

Child status: 0
Real time (s): 3.48515
CPU time (s): 18.7961
CPU user time (s): 17.9913
CPU system time (s): 0.804877
CPU usage (%): 539.321
Max. virtual memory (cumulated for all children) (KiB): 4361208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.9913
system time used= 0.804877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33043
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= 4321
involuntary context switches= 1406

runsolver used 0.011998 second user time and 0.034994 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-02 23:13:35
IDJOB=3322016
IDBENCH=82794
IDSOLVER=1712
FILE ID=node106/3322016-1304370815
RUNJOBID= node106-1304366468-14820
PBS_JOBID= 13181764
Free space on /tmp= 73404 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1194590195-083.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-3322016-1304370815/watcher-3322016-1304370815 -o /tmp/evaluation-result-3322016-1304370815/solver-3322016-1304370815 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322016-1304370815.cnf -seed 1811743000 -budget 40000 -cores 8

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

MD5SUM BENCH= 4c35fc75d3141dc63bffc905e133b00a
RANDOM SEED=1811743000

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19021696 kB
Buffers:        323960 kB
Cached:        3625328 kB
SwapCached:         88 kB
Active:       11032436 kB
Inactive:      2622664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19021696 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           31960 kB
Writeback:           0 kB
AnonPages:     9705464 kB
Mapped:          27032 kB
Slab:           171084 kB
PageTables:      35396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 47008284 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= 73376 MiB
End job on node106 at 2011-05-02 23:13:39