Trace number 3385673

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)? (TO) 690.63 5100.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S727005963-093.SATISFIABLE.cnf
MD5SUM91e4bda9499071fffccca1352d82691f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.41/4.94	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.41/4.94	c INFO: solving HOME/instance-3385673-1308048003.cnf
0.41/4.94	c INFO: computing task features
0.41/4.95	c INFO: computed variable-clause graph statistics
0.41/4.95	c INFO: computed clause balance statistics
0.41/4.99	c INFO: computed variable balance statistics
0.48/5.03	c INFO: computed small-clause counts
0.48/5.03	c INFO: computed Horn-clause counts
0.48/5.03	c INFO: computed variable graph statistics
0.48/5.03	c INFO: collected features for HOME/instance-3385673-1308048003.cnf in 0.09 s
0.48/5.06	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
0.48/5.09	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.17)
0.58/5.12	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.58/5.16	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.28)
0.58/5.19	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.24)
0.74/5.22	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.25)
0.74/5.25	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
0.74/5.29	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.16)
0.74/5.30	Traceback (most recent call last):
0.74/5.30	  File "HOME/solve", line 33, in <module>
0.74/5.30	    plac.call(main)
0.74/5.30	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
1.23/5.30	    cmd, result = parser_from(obj).consume(arglist)
1.23/5.30	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
1.23/5.30	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
1.23/5.30	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
1.23/5.30	    (_, answer, _) = solver(input_path, budget / cores, cores)
1.23/5.30	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
1.23/5.30	    process.die()
1.23/5.30	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
1.23/5.30	    os.kill(self._process.pid, signal.SIGUSR1)
1.23/5.30	OSError: [Errno 3] No such process

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3385673-1308048003/watcher-3385673-1308048003 -o /tmp/evaluation-result-3385673-1308048003/solver-3385673-1308048003 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385673-1308048003.cnf -seed 14014297 -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: 0.00 0.14 0.72 1/170 3984
/proc/meminfo: memFree=31454636/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=11804 CPUtime=0 cores=0-7
/proc/3984/stat : 3984 (runsolver) S 3982 3984 3954 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 1 0 916400235 12087296 50 33554432000 4194304 5436572 140734422349936 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 3 0 0 0
/proc/3984/statm: 2951 50 31 304 0 2643 0

[startup+0.0629881 s]
/proc/loadavg: 0.00 0.14 0.72 1/170 3984
/proc/meminfo: memFree=31454636/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=14820 CPUtime=0 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 514 0 0 0 0 0 0 0 22 0 1 0 916400235 15175680 420 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278875493 0 2147483391 4096 0 18446744071699199166 0 0 17 2 0 0 0
/proc/3984/statm: 3705 420 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.100991 s]
/proc/loadavg: 0.00 0.14 0.72 1/170 3984
/proc/meminfo: memFree=31454636/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=15080 CPUtime=0 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 618 0 0 0 0 0 0 0 22 0 1 0 916400235 15441920 513 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/3984/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.300946 s]
/proc/loadavg: 0.00 0.14 0.72 1/170 3984
/proc/meminfo: memFree=31454636/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=15780 CPUtime=0 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 897 0 0 0 0 0 0 0 20 0 1 0 916400235 16158720 777 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/3984/statm: 3945 777 343 364 0 432 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15780

[startup+0.700876 s]
/proc/loadavg: 0.00 0.14 0.72 1/170 3984
/proc/meminfo: memFree=31454636/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=16400 CPUtime=0.01 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 1155 0 0 0 1 0 0 0 16 0 1 0 916400235 16793600 1019 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/3984/statm: 4100 1019 413 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+1.50081 s]
/proc/loadavg: 0.00 0.14 0.72 2/171 3985
/proc/meminfo: memFree=31451652/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=36512 CPUtime=0.04 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 1578 0 0 0 3 1 0 0 15 0 1 0 916400235 37388288 1411 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/3984/statm: 9128 1411 452 364 0 945 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36512

[startup+3.10053 s]
/proc/loadavg: 0.00 0.14 0.72 1/171 3985
/proc/meminfo: memFree=31447560/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=111024 CPUtime=0.09 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 3481 0 0 0 6 3 0 0 15 0 1 0 916400235 113688576 3129 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/3984/statm: 27756 3129 881 364 0 2292 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 111024
heavy processes:

[startup+6.30094 s]
/proc/loadavg: 0.00 0.14 0.72 3/175 4015
/proc/meminfo: memFree=31415168/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=310112 CPUtime=1.23 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 16083 9632 1 0 64 13 44 2 20 0 1 0 916400235 317554688 7304 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290709823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/3984/statm: 77528 7304 1891 364 0 13425 0
[pid=3993] ppid=3984 vsize=289380 CPUtime=0 cores=0-7
/proc/3993/stat : 3993 (python) S 3984 3984 3954 0 -1 4202560 740 0 0 0 0 0 0 0 15 0 1 0 916400744 296325120 5702 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278899782 0 0 16781312 514 8932296128905314564 0 0 17 2 0 0 0
/proc/3993/statm: 72345 5702 348 364 0 8260 0
[pid=3995] ppid=3993 vsize=2664 CPUtime=1.19 cores=0-7
/proc/3995/stat : 3995 (march_hi) R 3993 3995 3995 0 -1 4202496 737 0 0 0 119 0 0 0 19 0 1 0 916400745 2727936 475 33554432000 4194304 4955518 140736799867520 18446744073709551615 4210527 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3995/statm: 666 475 104 186 0 479 0
[pid=4006] ppid=3984 vsize=330576 CPUtime=0 cores=0-7
/proc/4006/stat : 4006 (python) S 3984 3984 3954 0 -1 4202560 778 0 0 0 0 0 0 0 20 0 1 0 916400758 338509824 5752 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278899782 0 0 16781312 514 4477303711575539972 0 0 17 2 0 0 0
/proc/4006/statm: 82644 5752 348 364 0 18547 0
[pid=4008] ppid=4006 vsize=2664 CPUtime=1.06 cores=0-7
/proc/4008/stat : 4008 (march_hi) R 4006 4008 4008 0 -1 4202496 736 0 0 0 106 0 0 0 25 0 1 0 916400758 2727936 471 33554432000 4194304 4955518 140737392112800 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4008/statm: 666 471 104 186 0 479 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 935396
heavy processes:

[startup+12.7008 s]
/proc/loadavg: 0.16 0.17 0.73 3/175 4016
/proc/meminfo: memFree=31414084/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=310112 CPUtime=1.23 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 16083 9632 1 0 64 13 44 2 20 0 1 0 916400235 317554688 7304 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290709823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/3984/statm: 77528 7304 1891 364 0 13425 0
[pid=3993] ppid=3984 vsize=289380 CPUtime=0 cores=0-7
/proc/3993/stat : 3993 (python) S 3984 3984 3954 0 -1 4202560 899 0 0 0 0 0 0 0 15 0 1 0 916400744 296325120 5725 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278899782 0 0 16781312 514 8932296128905314564 0 0 17 2 0 0 0
/proc/3993/statm: 72345 5725 371 364 0 8260 0
[pid=3995] ppid=3993 vsize=4400 CPUtime=7.59 cores=0-7
/proc/3995/stat : 3995 (march_hi) R 3993 3995 3995 0 -1 4202496 1009 0 0 0 759 0 0 0 25 0 1 0 916400745 4505600 747 33554432000 4194304 4955518 140736799867520 18446744073709551615 4227741 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3995/statm: 1100 747 104 186 0 913 0
[pid=4006] ppid=3984 vsize=330576 CPUtime=0 cores=0-7
/proc/4006/stat : 4006 (python) S 3984 3984 3954 0 -1 4202560 931 0 0 0 0 0 0 0 15 0 1 0 916400758 338509824 5775 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278899782 0 0 16781312 514 4477303711575539972 0 0 17 2 0 0 0
/proc/4006/statm: 82644 5775 371 364 0 18547 0
[pid=4008] ppid=4006 vsize=3888 CPUtime=7.46 cores=0-7
/proc/4008/stat : 4008 (march_hi) R 4006 4008 4008 0 -1 4202496 988 0 0 0 746 0 0 0 25 0 1 0 916400758 3981312 723 33554432000 4194304 4955518 140737392112800 18446744073709551615 4238372 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4008/statm: 972 723 104 186 0 785 0
Current children cumulated CPU time (s) 16.28
Current children cumulated vsize (KiB) 938356

[startup+25.5005 s]
/proc/loadavg: 0.57 0.26 0.75 3/175 4016
/proc/meminfo: memFree=31412404/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=310112 CPUtime=1.23 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 16083 9632 1 0 64 13 44 2 20 0 1 0 916400235 317554688 7304 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290709823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/3984/statm: 77528 7304 1891 364 0 13425 0
[pid=3993] ppid=3984 vsize=289380 CPUtime=0.02 cores=0-7
/proc/3993/stat : 3993 (python) S 3984 3984 3954 0 -1 4202560 907 0 0 0 1 1 0 0 15 0 1 0 916400744 296325120 5725 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278899782 0 0 16781312 514 8932296128905314564 0 0 17 2 0 0 0
/proc/3993/statm: 72345 5725 371 364 0 8260 0
[pid=3995] ppid=3993 vsize=7128 CPUtime=20.39 cores=0-7
/proc/3995/stat : 3995 (march_hi) R 3993 3995 3995 0 -1 4202496 1506 0 0 0 2039 0 0 0 25 0 1 0 916400745 7299072 1244 33554432000 4194304 4955518 140736799867520 18446744073709551615 4235344 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3995/statm: 1782 1244 104 186 0 1595 0
[pid=4006] ppid=3984 vsize=330576 CPUtime=0.02 cores=0-7
/proc/4006/stat : 4006 (python) S 3984 3984 3954 0 -1 4202560 937 0 0 0 1 1 0 0 15 0 1 0 916400758 338509824 5775 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278899782 0 0 16781312 514 4477303711575539972 0 0 17 2 0 0 0
/proc/4006/statm: 82644 5775 371 364 0 18547 0
[pid=4008] ppid=4006 vsize=6584 CPUtime=20.26 cores=0-7
/proc/4008/stat : 4008 (march_hi) R 4006 4008 4008 0 -1 4202496 1445 0 0 0 2026 0 0 0 25 0 1 0 916400758 6742016 1180 33554432000 4194304 4955518 140737392112800 18446744073709551615 4261387 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4008/statm: 1646 1180 104 186 0 1459 0
Current children cumulated CPU time (s) 41.92
Current children cumulated vsize (KiB) 943780

[startup+51.1009 s]
/proc/loadavg: 1.06 0.40 0.78 3/175 4017
/proc/meminfo: memFree=31405148/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=310112 CPUtime=1.23 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 16083 9632 1 0 64 13 44 2 20 0 1 0 916400235 317554688 7304 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290709823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/3984/statm: 77528 7304 1891 364 0 13425 0
[pid=3993] ppid=3984 vsize=289380 CPUtime=0.04 cores=0-7
/proc/3993/stat : 3993 (python) S 3984 3984 3954 0 -1 4202560 921 0 0 0 2 2 0 0 15 0 1 0 916400744 296325120 5725 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278899782 0 0 16781312 514 8932296128905314564 0 0 17 2 0 0 0
/proc/3993/statm: 72345 5725 371 364 0 8260 0
[pid=3995] ppid=3993 vsize=12520 CPUtime=45.99 cores=0-7
/proc/3995/stat : 3995 (march_hi) R 3993 3995 3995 0 -1 4202496 2461 0 0 0 4599 0 0 0 25 0 1 0 916400745 12820480 2199 33554432000 4194304 4955518 140736799867520 18446744073709551615 4289835 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3995/statm: 3130 2199 104 186 0 2943 0
[pid=4006] ppid=3984 vsize=330576 CPUtime=0.05 cores=0-7
/proc/4006/stat : 4006 (python) S 3984 3984 3954 0 -1 4202560 946 0 0 0 3 2 0 0 15 0 1 0 916400758 338509824 5775 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278899782 0 0 16781312 514 4477303711575539972 0 0 17 2 0 0 0
/proc/4006/statm: 82644 5775 371 364 0 18547 0
[pid=4008] ppid=4006 vsize=12520 CPUtime=45.86 cores=0-7
/proc/4008/stat : 4008 (march_hi) R 4006 4008 4008 0 -1 4202496 2335 0 0 0 4586 0 0 0 25 0 1 0 916400758 12820480 2070 33554432000 4194304 4955518 140737392112800 18446744073709551615 4227654 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4008/statm: 3130 2070 104 186 0 2943 0
Current children cumulated CPU time (s) 93.17
Current children cumulated vsize (KiB) 955108

[startup+102.306 s]
/proc/loadavg: 1.59 0.64 0.84 3/175 4018
/proc/meminfo: memFree=31391360/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=310112 CPUtime=1.23 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 16083 9632 1 0 64 13 44 2 20 0 1 0 916400235 317554688 7304 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290709823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/3984/statm: 77528 7304 1891 364 0 13425 0
[pid=3993] ppid=3984 vsize=289380 CPUtime=0.1 cores=0-7
/proc/3993/stat : 3993 (python) S 3984 3984 3954 0 -1 4202560 938 0 0 0 6 4 0 0 15 0 1 0 916400744 296325120 5725 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278899782 0 0 16781312 514 17014740129694056708 0 0 17 2 0 0 0
/proc/3993/statm: 72345 5725 371 364 0 8260 0
[pid=3995] ppid=3993 vsize=18700 CPUtime=97.2 cores=0-7
/proc/3995/stat : 3995 (march_hi) R 3993 3995 3995 0 -1 4202496 4253 0 0 0 9720 0 0 0 25 0 1 0 916400745 19148800 3991 33554432000 4194304 4955518 140736799867520 18446744073709551615 4244622 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/3995/statm: 4675 3991 104 186 0 4488 0
[pid=4006] ppid=3984 vsize=330576 CPUtime=0.11 cores=0-7
/proc/4006/stat : 4006 (python) S 3984 3984 3954 0 -1 4202560 965 0 0 0 6 5 0 0 15 0 1 0 916400758 338509824 5775 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278899782 0 0 16781312 514 17014740129694056708 0 0 17 2 0 0 0
/proc/4006/statm: 82644 5775 371 364 0 18547 0
[pid=4008] ppid=4006 vsize=18700 CPUtime=97.07 cores=0-7
/proc/4008/stat : 4008 (march_hi) R 4006 4008 4008 0 -1 4202496 4009 0 0 0 9706 1 0 0 25 0 1 0 916400758 19148800 3744 33554432000 4194304 4955518 140737392112800 18446744073709551615 4235400 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/4008/statm: 4675 3744 104 186 0 4488 0
Current children cumulated CPU time (s) 195.71
Current children cumulated vsize (KiB) 967468

[startup+162.301 s]
/proc/loadavg: 1.85 0.89 0.91 3/175 4020
/proc/meminfo: memFree=31375452/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=310112 CPUtime=1.23 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 16083 9632 1 0 64 13 44 2 20 0 1 0 916400235 317554688 7304 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290709823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/3984/statm: 77528 7304 1891 364 0 13425 0
[pid=3993] ppid=3984 vsize=289380 CPUtime=0.18 cores=0-7
/proc/3993/stat : 3993 (python) S 3984 3984 3954 0 -1 4202560 957 0 0 0 11 7 0 0 15 0 1 0 916400744 296325120 5725 33554432000 4194304 5683644 140734221112352 18446744073709551615 237278899782 0 0 16781312 514 17014740129694056708 0 0 17 2 0 0 0
/proc/3993/statm: 72345 5725 371 364 0 8260 0
[pid=3995] ppid=3993 vsize=37584 CPUtime=157.19 cores=0-7
/proc/3995/stat : 3995 (march_hi) R 3993 3995 3995 0 -1 4202496 6349 0 0 0 15718 1 0 0 25 0 1 0 916400745 38486016 6087 33554432000 4194304 4955518 140736799867520 18446744073709551615 4227741 0 0 16781312 0 0 0 0 17 1 0 0 0

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

/proc/3993/statm: 72345 5755 400 364 0 8260 0
[pid=3995] ppid=3993 vsize=37584 CPUtime=199.16 cores=0-7
/proc/3995/stat : 3995 (march_hi) T 3993 3995 3995 0 -1 4202496 7772 0 0 0 19915 1 0 0 25 0 1 0 916400745 38486016 7510 33554432000 4194304 4955518 140736799867520 18446744073709551615 4227654 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3995/statm: 9396 7510 104 186 0 9209 0
[pid=3993/tid=4022] ppid=3984 vsize=289380 CPUtime=0 cores=0-7
/proc/3993/task/4022/stat : 4022 (python) S 3984 3984 3954 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916420662 296325120 5755 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290703281 0 0 16781312 514 18446604453922487040 0 0 -1 1 0 0 0
[pid=4006] ppid=3984 vsize=330576 CPUtime=0.59 cores=0-7
/proc/4006/stat : 4006 (python) S 3984 3984 3954 0 -1 4202560 1165 0 0 0 35 24 0 0 16 0 2 0 916400758 338509824 5805 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/4006/statm: 82644 5805 400 364 0 18547 0
[pid=4008] ppid=4006 vsize=79120 CPUtime=489.41 cores=0-7
/proc/4008/stat : 4008 (march_hi) T 4006 4008 4008 0 -1 4202496 15869 0 0 0 48937 4 0 0 25 0 1 0 916400758 81018880 15604 33554432000 4194304 4955518 140737392112800 18446744073709551615 4263660 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/4008/statm: 19780 15604 104 186 0 19593 0
[pid=4006/tid=4030] ppid=3984 vsize=330576 CPUtime=0 cores=0-7
/proc/4006/task/4030/stat : 4030 (python) S 3984 3984 3954 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 916449699 338509824 5805 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290703281 0 0 16781312 514 18446604453908436096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 690.63
Current children cumulated vsize (KiB) 1046772
heavy processes:

[startup+4902.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 4176
/proc/meminfo: memFree=31325700/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=310112 CPUtime=1.23 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 16083 9632 1 0 64 13 44 2 20 0 1 0 916400235 317554688 7304 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290709823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/3984/statm: 77528 7304 1891 364 0 13425 0
[pid=3993] ppid=3984 vsize=289380 CPUtime=0.24 cores=0-7
/proc/3993/stat : 3993 (python) S 3984 3984 3954 0 -1 4202560 1119 0 0 0 15 9 0 0 16 0 2 0 916400744 296325120 5755 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3993/statm: 72345 5755 400 364 0 8260 0
[pid=3995] ppid=3993 vsize=37584 CPUtime=199.16 cores=0-7
/proc/3995/stat : 3995 (march_hi) T 3993 3995 3995 0 -1 4202496 7772 0 0 0 19915 1 0 0 25 0 1 0 916400745 38486016 7510 33554432000 4194304 4955518 140736799867520 18446744073709551615 4227654 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3995/statm: 9396 7510 104 186 0 9209 0
[pid=3993/tid=4022] ppid=3984 vsize=289380 CPUtime=0 cores=0-7
/proc/3993/task/4022/stat : 4022 (python) S 3984 3984 3954 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916420662 296325120 5755 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290703281 0 0 16781312 514 18446604453922487040 0 0 -1 1 0 0 0
[pid=4006] ppid=3984 vsize=330576 CPUtime=0.59 cores=0-7
/proc/4006/stat : 4006 (python) S 3984 3984 3954 0 -1 4202560 1165 0 0 0 35 24 0 0 16 0 2 0 916400758 338509824 5805 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/4006/statm: 82644 5805 400 364 0 18547 0
[pid=4008] ppid=4006 vsize=79120 CPUtime=489.41 cores=0-7
/proc/4008/stat : 4008 (march_hi) T 4006 4008 4008 0 -1 4202496 15869 0 0 0 48937 4 0 0 25 0 1 0 916400758 81018880 15604 33554432000 4194304 4955518 140737392112800 18446744073709551615 4263660 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/4008/statm: 19780 15604 104 186 0 19593 0
[pid=4006/tid=4030] ppid=3984 vsize=330576 CPUtime=0 cores=0-7
/proc/4006/task/4030/stat : 4030 (python) S 3984 3984 3954 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 916449699 338509824 5805 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290703281 0 0 16781312 514 18446604453908436096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 690.63
Current children cumulated vsize (KiB) 1046772
heavy processes:

[startup+4962.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 4178
/proc/meminfo: memFree=31325660/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=310112 CPUtime=1.23 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 16083 9632 1 0 64 13 44 2 20 0 1 0 916400235 317554688 7304 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290709823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/3984/statm: 77528 7304 1891 364 0 13425 0
[pid=3993] ppid=3984 vsize=289380 CPUtime=0.24 cores=0-7
/proc/3993/stat : 3993 (python) S 3984 3984 3954 0 -1 4202560 1119 0 0 0 15 9 0 0 16 0 2 0 916400744 296325120 5755 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3993/statm: 72345 5755 400 364 0 8260 0
[pid=3995] ppid=3993 vsize=37584 CPUtime=199.16 cores=0-7
/proc/3995/stat : 3995 (march_hi) T 3993 3995 3995 0 -1 4202496 7772 0 0 0 19915 1 0 0 25 0 1 0 916400745 38486016 7510 33554432000 4194304 4955518 140736799867520 18446744073709551615 4227654 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3995/statm: 9396 7510 104 186 0 9209 0
[pid=3993/tid=4022] ppid=3984 vsize=289380 CPUtime=0 cores=0-7
/proc/3993/task/4022/stat : 4022 (python) S 3984 3984 3954 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916420662 296325120 5755 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290703281 0 0 16781312 514 18446604453922487040 0 0 -1 1 0 0 0
[pid=4006] ppid=3984 vsize=330576 CPUtime=0.59 cores=0-7
/proc/4006/stat : 4006 (python) S 3984 3984 3954 0 -1 4202560 1165 0 0 0 35 24 0 0 16 0 2 0 916400758 338509824 5805 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/4006/statm: 82644 5805 400 364 0 18547 0
[pid=4008] ppid=4006 vsize=79120 CPUtime=489.41 cores=0-7
/proc/4008/stat : 4008 (march_hi) T 4006 4008 4008 0 -1 4202496 15869 0 0 0 48937 4 0 0 25 0 1 0 916400758 81018880 15604 33554432000 4194304 4955518 140737392112800 18446744073709551615 4263660 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/4008/statm: 19780 15604 104 186 0 19593 0
[pid=4006/tid=4030] ppid=3984 vsize=330576 CPUtime=0 cores=0-7
/proc/4006/task/4030/stat : 4030 (python) S 3984 3984 3954 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 916449699 338509824 5805 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290703281 0 0 16781312 514 18446604453908436096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 690.63
Current children cumulated vsize (KiB) 1046772
heavy processes:

[startup+5022.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 4179
/proc/meminfo: memFree=31325736/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=310112 CPUtime=1.23 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 16083 9632 1 0 64 13 44 2 20 0 1 0 916400235 317554688 7304 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290709823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/3984/statm: 77528 7304 1891 364 0 13425 0
[pid=3993] ppid=3984 vsize=289380 CPUtime=0.24 cores=0-7
/proc/3993/stat : 3993 (python) S 3984 3984 3954 0 -1 4202560 1119 0 0 0 15 9 0 0 16 0 2 0 916400744 296325120 5755 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3993/statm: 72345 5755 400 364 0 8260 0
[pid=3995] ppid=3993 vsize=37584 CPUtime=199.16 cores=0-7
/proc/3995/stat : 3995 (march_hi) T 3993 3995 3995 0 -1 4202496 7772 0 0 0 19915 1 0 0 25 0 1 0 916400745 38486016 7510 33554432000 4194304 4955518 140736799867520 18446744073709551615 4227654 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3995/statm: 9396 7510 104 186 0 9209 0
[pid=3993/tid=4022] ppid=3984 vsize=289380 CPUtime=0 cores=0-7
/proc/3993/task/4022/stat : 4022 (python) S 3984 3984 3954 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916420662 296325120 5755 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290703281 0 0 16781312 514 18446604453922487040 0 0 -1 1 0 0 0
[pid=4006] ppid=3984 vsize=330576 CPUtime=0.59 cores=0-7
/proc/4006/stat : 4006 (python) S 3984 3984 3954 0 -1 4202560 1165 0 0 0 35 24 0 0 16 0 2 0 916400758 338509824 5805 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/4006/statm: 82644 5805 400 364 0 18547 0
[pid=4008] ppid=4006 vsize=79120 CPUtime=489.41 cores=0-7
/proc/4008/stat : 4008 (march_hi) T 4006 4008 4008 0 -1 4202496 15869 0 0 0 48937 4 0 0 25 0 1 0 916400758 81018880 15604 33554432000 4194304 4955518 140737392112800 18446744073709551615 4263660 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/4008/statm: 19780 15604 104 186 0 19593 0
[pid=4006/tid=4030] ppid=3984 vsize=330576 CPUtime=0 cores=0-7
/proc/4006/task/4030/stat : 4030 (python) S 3984 3984 3954 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 916449699 338509824 5805 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290703281 0 0 16781312 514 18446604453908436096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 690.63
Current children cumulated vsize (KiB) 1046772
heavy processes:

[startup+5082.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 4184
/proc/meminfo: memFree=31325916/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=310112 CPUtime=1.23 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 16083 9632 1 0 64 13 44 2 20 0 1 0 916400235 317554688 7304 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290709823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/3984/statm: 77528 7304 1891 364 0 13425 0
[pid=3993] ppid=3984 vsize=289380 CPUtime=0.24 cores=0-7
/proc/3993/stat : 3993 (python) S 3984 3984 3954 0 -1 4202560 1119 0 0 0 15 9 0 0 16 0 2 0 916400744 296325120 5755 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3993/statm: 72345 5755 400 364 0 8260 0
[pid=3995] ppid=3993 vsize=37584 CPUtime=199.16 cores=0-7
/proc/3995/stat : 3995 (march_hi) T 3993 3995 3995 0 -1 4202496 7772 0 0 0 19915 1 0 0 25 0 1 0 916400745 38486016 7510 33554432000 4194304 4955518 140736799867520 18446744073709551615 4227654 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3995/statm: 9396 7510 104 186 0 9209 0
[pid=3993/tid=4022] ppid=3984 vsize=289380 CPUtime=0 cores=0-7
/proc/3993/task/4022/stat : 4022 (python) S 3984 3984 3954 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916420662 296325120 5755 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290703281 0 0 16781312 514 18446604453922487040 0 0 -1 1 0 0 0
[pid=4006] ppid=3984 vsize=330576 CPUtime=0.59 cores=0-7
/proc/4006/stat : 4006 (python) S 3984 3984 3954 0 -1 4202560 1165 0 0 0 35 24 0 0 16 0 2 0 916400758 338509824 5805 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/4006/statm: 82644 5805 400 364 0 18547 0
[pid=4008] ppid=4006 vsize=79120 CPUtime=489.41 cores=0-7
/proc/4008/stat : 4008 (march_hi) T 4006 4008 4008 0 -1 4202496 15869 0 0 0 48937 4 0 0 25 0 1 0 916400758 81018880 15604 33554432000 4194304 4955518 140737392112800 18446744073709551615 4263660 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/4008/statm: 19780 15604 104 186 0 19593 0
[pid=4006/tid=4030] ppid=3984 vsize=330576 CPUtime=0 cores=0-7
/proc/4006/task/4030/stat : 4030 (python) S 3984 3984 3954 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 916449699 338509824 5805 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290703281 0 0 16781312 514 18446604453908436096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 690.63
Current children cumulated vsize (KiB) 1046772
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 4184
/proc/meminfo: memFree=31326000/32950904 swapFree=67055440/67111528
[pid=3984] ppid=3982 vsize=310112 CPUtime=1.23 cores=0-7
/proc/3984/stat : 3984 (python) S 3982 3984 3954 0 -1 4202496 16083 9632 1 0 64 13 44 2 20 0 1 0 916400235 317554688 7304 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290709823 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/3984/statm: 77528 7304 1891 364 0 13425 0
[pid=3993] ppid=3984 vsize=289380 CPUtime=0.24 cores=0-7
/proc/3993/stat : 3993 (python) S 3984 3984 3954 0 -1 4202560 1119 0 0 0 15 9 0 0 16 0 2 0 916400744 296325120 5755 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3993/statm: 72345 5755 400 364 0 8260 0
[pid=3995] ppid=3993 vsize=37584 CPUtime=199.16 cores=0-7
/proc/3995/stat : 3995 (march_hi) T 3993 3995 3995 0 -1 4202496 7772 0 0 0 19915 1 0 0 25 0 1 0 916400745 38486016 7510 33554432000 4194304 4955518 140736799867520 18446744073709551615 4227654 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3995/statm: 9396 7510 104 186 0 9209 0
[pid=3993/tid=4022] ppid=3984 vsize=289380 CPUtime=0 cores=0-7
/proc/3993/task/4022/stat : 4022 (python) S 3984 3984 3954 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 916420662 296325120 5755 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290703281 0 0 16781312 514 18446604453922487040 0 0 -1 1 0 0 0
[pid=4006] ppid=3984 vsize=330576 CPUtime=0.59 cores=0-7
/proc/4006/stat : 4006 (python) S 3984 3984 3954 0 -1 4202560 1165 0 0 0 35 24 0 0 16 0 2 0 916400758 338509824 5805 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/4006/statm: 82644 5805 400 364 0 18547 0
[pid=4008] ppid=4006 vsize=79120 CPUtime=489.41 cores=0-7
/proc/4008/stat : 4008 (march_hi) T 4006 4008 4008 0 -1 4202496 15869 0 0 0 48937 4 0 0 25 0 1 0 916400758 81018880 15604 33554432000 4194304 4955518 140737392112800 18446744073709551615 4263660 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/4008/statm: 19780 15604 104 186 0 19593 0
[pid=4006/tid=4030] ppid=3984 vsize=330576 CPUtime=0 cores=0-7
/proc/4006/task/4030/stat : 4030 (python) S 3984 3984 3954 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 916449699 338509824 5805 33554432000 4194304 5683644 140734221112352 18446744073709551615 237290703281 0 0 16781312 514 18446604453908436096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 690.63
Current children cumulated vsize (KiB) 1046772
heavy processes:

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3984 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=601756
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=507922
# CPU time returned by wait4() is 2.10968
# while last known CPU time is 690.63
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 690.63
CPU user time (s): 690.1
CPU system time (s): 0.53
CPU usage (%): 13.5417
Max. virtual memory (cumulated for all children) (KiB): 1046772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.60176
system time used= 0.507922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29926
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= 4509
involuntary context switches= 72

runsolver used 6.82796 second user time and 16.7025 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-14 12:40:03
IDJOB=3385673
IDBENCH=82938
IDSOLVER=1870
FILE ID=node121/3385673-1308048003
RUNJOBID= node121-1308048003-3968
PBS_JOBID= 13566207
Free space on /tmp= 74064 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S727005963-093.SATISFIABLE.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-3385673-1308048003/watcher-3385673-1308048003 -o /tmp/evaluation-result-3385673-1308048003/solver-3385673-1308048003 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385673-1308048003.cnf -seed 14014297 -budget 40000 -cores 8

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

MD5SUM BENCH= 91e4bda9499071fffccca1352d82691f
RANDOM SEED=14014297

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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.817
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:     32950904 kB
MemFree:      31455668 kB
Buffers:        193576 kB
Cached:        1086624 kB
SwapCached:       9696 kB
Active:         320908 kB
Inactive:       978352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      31455668 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:           31644 kB
Writeback:           0 kB
AnonPages:       16644 kB
Mapped:          12436 kB
Slab:           131432 kB
PageTables:       4264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   185900 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= 74032 MiB
End job on node121 at 2011-06-14 14:05:07