Trace number 3321985

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S436871389-051.SATISFIABLE.cnf
MD5SUM6deba4513edb64b9aaebf4e8cfbaf90d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010998
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.67	c INFO: solving HOME/instance-3321985-1308045486.cnf
0.35/0.67	c INFO: computing task features
0.35/0.69	c INFO: computed variable-clause graph statistics
0.35/0.69	c INFO: computed clause balance statistics
0.42/0.76	c INFO: computed variable balance statistics
0.42/0.79	c INFO: computed small-clause counts
0.42/0.80	c INFO: computed Horn-clause counts
0.52/0.80	c INFO: computed variable graph statistics
0.52/0.80	c INFO: collected features for HOME/instance-3321985-1308045486.cnf in 0.12 s
0.52/0.84	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.63)
0.52/0.87	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.62/0.91	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.29)
0.62/0.95	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.31)
0.62/0.99	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.27)
0.94/1.03	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
0.94/1.07	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
1.23/1.11	c INFO: running kcnfs-2006@0 for 582 with 39999 remaining (b = 0.21)
1.23/1.11	Traceback (most recent call last):
1.23/1.11	  File "HOME/solve", line 33, in <module>
1.23/1.11	    plac.call(main)
1.23/1.11	  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/1.11	    cmd, result = parser_from(obj).consume(arglist)
1.23/1.11	  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/1.11	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
1.23/1.11	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
1.23/1.11	    (_, answer, _) = solver(input_path, budget, cores)
1.23/1.11	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
1.23/1.11	    process.die()
1.23/1.11	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
1.23/1.11	    os.kill(self._process.pid, signal.SIGUSR1)
1.23/1.11	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-3321985-1308045486/watcher-3321985-1308045486 -o /tmp/evaluation-result-3321985-1308045486/solver-3321985-1308045486 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321985-1308045486.cnf -seed 675105704 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 7.72 6.80 4.82 1/170 16664
/proc/meminfo: memFree=31486388/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=15184 CPUtime=0 cores=0-7
/proc/16664/stat : 16664 (python) R 16662 16664 16583 0 -1 4202496 700 0 0 0 0 0 0 0 20 0 1 0 994779380 15548416 591 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905054917 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/16664/statm: 3796 593 319 364 0 283 0

[startup+0.059567 s]
/proc/loadavg: 7.72 6.80 4.82 1/170 16664
/proc/meminfo: memFree=31486388/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=29792 CPUtime=0.04 cores=0-7
/proc/16664/stat : 16664 (python) R 16662 16664 16583 0 -1 4202496 1442 0 0 0 3 1 0 0 20 0 1 0 994779380 30507008 1283 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905392128 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/16664/statm: 7448 1283 443 364 0 818 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29792

[startup+0.100542 s]
/proc/loadavg: 7.72 6.80 4.82 1/170 16664
/proc/meminfo: memFree=31486388/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=87708 CPUtime=0.05 cores=0-7
/proc/16664/stat : 16664 (python) S 16662 16664 16583 0 -1 4202496 2640 0 0 0 4 1 0 0 17 0 1 0 994779380 89812992 2354 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/16664/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.300528 s]
/proc/loadavg: 7.72 6.80 4.82 1/170 16664
/proc/meminfo: memFree=31486388/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=135752 CPUtime=0.19 cores=0-7
/proc/16664/stat : 16664 (python) S 16662 16664 16583 0 -1 4202496 5970 935 1 0 14 5 0 0 18 0 1 0 994779380 139010048 4151 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905390085 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/16664/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700365 s]
/proc/loadavg: 7.72 6.80 4.82 1/170 16664
/proc/meminfo: memFree=31486388/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=278528 CPUtime=0.42 cores=0-7
/proc/16664/stat : 16664 (python) R 16662 16664 16583 0 -1 4202496 9365 935 1 0 32 10 0 0 17 0 1 0 994779380 285212672 7029 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905061253 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/16664/statm: 69632 7029 1826 364 0 5556 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278528

[startup+1.50028 s]
/proc/loadavg: 7.34 6.74 4.81 5/181 16686
/proc/meminfo: memFree=31449296/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=375576 CPUtime=1.04 cores=0-7
/proc/16664/stat : 16664 (python) S 16662 16664 16583 0 -1 4202496 15980 5297 1 0 71 12 20 1 25 0 1 0 994779380 384589824 7263 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917224255 0 0 16781312 2 18446744071562232103 0 0 17 3 0 0 0
/proc/16664/statm: 93894 7263 1891 364 0 29791 0
[pid=16677] ppid=16664 vsize=365136 CPUtime=0 cores=0-7
/proc/16677/stat : 16677 (python) S 16664 16664 16583 0 -1 4202560 754 0 0 0 0 0 0 0 16 0 1 0 994779472 373899264 5699 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 10687710423114809608 0 0 17 7 0 0 0
/proc/16677/statm: 91284 5699 348 364 0 27196 0
[pid=16680] ppid=16677 vsize=1852 CPUtime=0.57 cores=0-7
/proc/16680/stat : 16680 (march_hi) R 16677 16680 16680 0 -1 4202496 551 0 0 0 57 0 0 0 22 0 1 0 994779472 1896448 286 33554432000 4194304 4955518 140736824852464 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16680/statm: 463 286 106 186 0 276 0
[pid=16681] ppid=16664 vsize=375392 CPUtime=0 cores=0-7
/proc/16681/stat : 16681 (python) S 16664 16664 16583 0 -1 4202560 763 0 0 0 0 0 0 0 18 0 1 0 994779476 384401408 5703 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 10988145378334834949 0 0 17 5 0 0 0
/proc/16681/statm: 93848 5703 348 364 0 29757 0
[pid=16683] ppid=16681 vsize=1852 CPUtime=0.53 cores=0-7
/proc/16683/stat : 16683 (march_hi) R 16681 16683 16683 0 -1 4202496 553 0 0 0 53 0 0 0 25 0 1 0 994779476 1896448 285 33554432000 4194304 4955518 140733600922208 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16683/statm: 463 285 106 186 0 276 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 1119808

[startup+3.10098 s]
/proc/loadavg: 7.34 6.74 4.81 6/181 16695
/proc/meminfo: memFree=31436028/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=375576 CPUtime=1.04 cores=0-7
/proc/16664/stat : 16664 (python) S 16662 16664 16583 0 -1 4202496 15980 5297 1 0 71 12 20 1 25 0 1 0 994779380 384589824 7263 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917224255 0 0 16781312 2 18446744071562232103 0 0 17 3 0 0 0
/proc/16664/statm: 93894 7263 1891 364 0 29791 0
[pid=16677] ppid=16664 vsize=365136 CPUtime=0 cores=0-7
/proc/16677/stat : 16677 (python) S 16664 16664 16583 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 994779472 373899264 5699 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 10687710423114809608 0 0 17 7 0 0 0
/proc/16677/statm: 91284 5699 348 364 0 27196 0
[pid=16680] ppid=16677 vsize=2444 CPUtime=2.17 cores=0-7
/proc/16680/stat : 16680 (march_hi) R 16677 16680 16680 0 -1 4202496 698 0 0 0 217 0 0 0 25 0 1 0 994779472 2502656 414 33554432000 4194304 4955518 140736824852464 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16680/statm: 611 414 106 186 0 424 0
[pid=16681] ppid=16664 vsize=375392 CPUtime=0 cores=0-7
/proc/16681/stat : 16681 (python) S 16664 16664 16583 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 994779476 384401408 5703 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 10988145378334834949 0 0 17 5 0 0 0
/proc/16681/statm: 93848 5703 348 364 0 29757 0
[pid=16683] ppid=16681 vsize=2444 CPUtime=2.13 cores=0-7
/proc/16683/stat : 16683 (march_hi) R 16681 16683 16683 0 -1 4202496 699 0 0 0 213 0 0 0 25 0 1 0 994779476 2502656 412 33554432000 4194304 4955518 140733600922208 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16683/statm: 611 412 106 186 0 424 0
[pid=16687] ppid=16664 vsize=395904 CPUtime=0 cores=0-7
/proc/16687/stat : 16687 (python) S 16664 16664 16583 0 -1 4202560 779 0 0 0 0 0 0 0 15 0 1 0 994779483 405405696 5711 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 4338800430847852804 0 0 17 3 0 0 0
/proc/16687/statm: 98976 5711 348 364 0 34879 0
[pid=16689] ppid=16687 vsize=2444 CPUtime=2.05 cores=0-7
/proc/16689/stat : 16689 (march_hi) R 16687 16689 16689 0 -1 4202496 694 0 0 0 205 0 0 0 25 0 1 0 994779484 2502656 408 33554432000 4194304 4955518 140736492729664 18446744073709551615 4285725 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/16689/statm: 611 408 106 186 0 424 0
[pid=16690] ppid=16664 vsize=406296 CPUtime=0 cores=0-7
/proc/16690/stat : 16690 (python) S 16664 16664 16583 0 -1 4202560 785 0 0 0 0 0 0 0 15 0 1 0 994779487 416047104 5732 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 12169816912984768776 0 0 17 0 0 0 0
/proc/16690/statm: 101574 5732 348 364 0 37474 0
[pid=16692] ppid=16690 vsize=2444 CPUtime=2.02 cores=0-7
/proc/16692/stat : 16692 (march_hi) R 16690 16692 16692 0 -1 4202496 691 0 0 0 202 0 0 0 25 0 1 0 994779488 2502656 404 33554432000 4194304 4955518 140735185154576 18446744073709551615 4285271 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16692/statm: 611 404 106 186 0 424 0
[pid=16693] ppid=16664 vsize=416552 CPUtime=0 cores=0-7
/proc/16693/stat : 16693 (python) S 16664 16664 16583 0 -1 4202560 818 0 0 0 0 0 0 0 18 0 1 0 994779491 426549248 5742 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 4364766497449443327 0 0 17 3 0 0 0
/proc/16693/statm: 104138 5742 354 364 0 40035 0
[pid=16695] ppid=16693 vsize=181380 CPUtime=1.98 cores=0-7
/proc/16695/stat : 16695 (kcnfs-2006) R 16693 16695 16695 0 -1 4202496 691 0 0 0 198 0 0 0 25 0 1 0 994779492 185733120 419 33554432000 134512640 135163436 4289991328 18446744073709551615 134572057 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16695/statm: 45345 419 76 159 0 45185 0
Current children cumulated CPU time (s) 11.39
Current children cumulated vsize (KiB) 2526012

[startup+6.3014 s]
/proc/loadavg: 7.34 6.74 4.81 6/181 16695
/proc/meminfo: memFree=31432932/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=375576 CPUtime=1.04 cores=0-7
/proc/16664/stat : 16664 (python) S 16662 16664 16583 0 -1 4202496 15980 5297 1 0 71 12 20 1 25 0 1 0 994779380 384589824 7263 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917224255 0 0 16781312 2 18446744071562232103 0 0 17 3 0 0 0
/proc/16664/statm: 93894 7263 1891 364 0 29791 0
[pid=16677] ppid=16664 vsize=365136 CPUtime=0 cores=0-7
/proc/16677/stat : 16677 (python) S 16664 16664 16583 0 -1 4202560 893 0 0 0 0 0 0 0 15 0 1 0 994779472 373899264 5722 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 10687710423114809608 0 0 17 7 0 0 0
/proc/16677/statm: 91284 5722 371 364 0 27196 0
[pid=16680] ppid=16677 vsize=3296 CPUtime=5.37 cores=0-7
/proc/16680/stat : 16680 (march_hi) R 16677 16680 16680 0 -1 4202496 872 0 0 0 537 0 0 0 25 0 1 0 994779472 3375104 588 33554432000 4194304 4955518 140736824852464 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16680/statm: 824 588 106 186 0 637 0
[pid=16681] ppid=16664 vsize=375392 CPUtime=0 cores=0-7
/proc/16681/stat : 16681 (python) S 16664 16664 16583 0 -1 4202560 909 0 0 0 0 0 0 0 15 0 1 0 994779476 384401408 5726 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 10988145378334834949 0 0 17 5 0 0 0
/proc/16681/statm: 93848 5726 371 364 0 29757 0
[pid=16683] ppid=16681 vsize=3296 CPUtime=5.33 cores=0-7
/proc/16683/stat : 16683 (march_hi) R 16681 16683 16683 0 -1 4202496 875 0 0 0 533 0 0 0 25 0 1 0 994779476 3375104 588 33554432000 4194304 4955518 140733600922208 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16683/statm: 824 588 106 186 0 637 0
[pid=16687] ppid=16664 vsize=395904 CPUtime=0 cores=0-7
/proc/16687/stat : 16687 (python) S 16664 16664 16583 0 -1 4202560 951 0 0 0 0 0 0 0 15 0 1 0 994779483 405405696 5734 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 4338800430847852804 0 0 17 3 0 0 0
/proc/16687/statm: 98976 5734 371 364 0 34879 0
[pid=16689] ppid=16687 vsize=3296 CPUtime=5.25 cores=0-7
/proc/16689/stat : 16689 (march_hi) R 16687 16689 16689 0 -1 4202496 870 0 0 0 525 0 0 0 25 0 1 0 994779484 3375104 584 33554432000 4194304 4955518 140736492729664 18446744073709551615 4235634 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/16689/statm: 824 584 106 186 0 637 0
[pid=16690] ppid=16664 vsize=406296 CPUtime=0 cores=0-7
/proc/16690/stat : 16690 (python) S 16664 16664 16583 0 -1 4202560 957 0 0 0 0 0 0 0 15 0 1 0 994779487 416047104 5755 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 12169816912984768776 0 0 17 0 0 0 0
/proc/16690/statm: 101574 5755 371 364 0 37474 0
[pid=16692] ppid=16690 vsize=3296 CPUtime=5.22 cores=0-7
/proc/16692/stat : 16692 (march_hi) R 16690 16692 16692 0 -1 4202496 866 0 0 0 522 0 0 0 25 0 1 0 994779488 3375104 579 33554432000 4194304 4955518 140735185154576 18446744073709551615 4296800 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16692/statm: 824 579 106 186 0 637 0
[pid=16693] ppid=16664 vsize=416552 CPUtime=0 cores=0-7
/proc/16693/stat : 16693 (python) S 16664 16664 16583 0 -1 4202560 970 0 0 0 0 0 0 0 18 0 1 0 994779491 426549248 5765 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 4364766497449410824 0 0 17 3 0 0 0
/proc/16693/statm: 104138 5765 377 364 0 40035 0
[pid=16695] ppid=16693 vsize=181380 CPUtime=5.18 cores=0-7
/proc/16695/stat : 16695 (kcnfs-2006) R 16693 16695 16695 0 -1 4202496 691 0 0 0 518 0 0 0 25 0 1 0 994779492 185733120 419 33554432000 134512640 135163436 4289991328 18446744073709551615 134690240 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16695/statm: 45345 419 76 159 0 45185 0
Current children cumulated CPU time (s) 27.39
Current children cumulated vsize (KiB) 2529420

[startup+12.7012 s]
/proc/loadavg: 6.98 6.68 4.81 6/181 16695
/proc/meminfo: memFree=31428072/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=375576 CPUtime=1.04 cores=0-7
/proc/16664/stat : 16664 (python) S 16662 16664 16583 0 -1 4202496 15980 5297 1 0 71 12 20 1 25 0 1 0 994779380 384589824 7263 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917224255 0 0 16781312 2 18446744071562232103 0 0 17 3 0 0 0
/proc/16664/statm: 93894 7263 1891 364 0 29791 0
[pid=16677] ppid=16664 vsize=365136 CPUtime=0.01 cores=0-7
/proc/16677/stat : 16677 (python) S 16664 16664 16583 0 -1 4202560 901 0 0 0 1 0 0 0 15 0 1 0 994779472 373899264 5722 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 10687710423114809608 0 0 17 7 0 0 0
/proc/16677/statm: 91284 5722 371 364 0 27196 0
[pid=16680] ppid=16677 vsize=5376 CPUtime=11.77 cores=0-7
/proc/16680/stat : 16680 (march_hi) R 16677 16680 16680 0 -1 4202496 1218 0 0 0 1177 0 0 0 25 0 1 0 994779472 5505024 934 33554432000 4194304 4955518 140736824852464 18446744073709551615 4224443 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16680/statm: 1344 934 106 186 0 1157 0
[pid=16681] ppid=16664 vsize=375392 CPUtime=0.01 cores=0-7
/proc/16681/stat : 16681 (python) S 16664 16664 16583 0 -1 4202560 918 0 0 0 1 0 0 0 15 0 1 0 994779476 384401408 5726 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 10988145378334834949 0 0 17 5 0 0 0
/proc/16681/statm: 93848 5726 371 364 0 29757 0
[pid=16683] ppid=16681 vsize=5376 CPUtime=11.73 cores=0-7
/proc/16683/stat : 16683 (march_hi) R 16681 16683 16683 0 -1 4202496 1219 0 0 0 1173 0 0 0 25 0 1 0 994779476 5505024 932 33554432000 4194304 4955518 140733600922208 18446744073709551615 4297475 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16683/statm: 1344 932 106 186 0 1157 0
[pid=16687] ppid=16664 vsize=395904 CPUtime=0.01 cores=0-7
/proc/16687/stat : 16687 (python) S 16664 16664 16583 0 -1 4202560 956 0 0 0 0 1 0 0 15 0 1 0 994779483 405405696 5734 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 4338800430847852804 0 0 17 3 0 0 0
/proc/16687/statm: 98976 5734 371 364 0 34879 0
[pid=16689] ppid=16687 vsize=5376 CPUtime=11.64 cores=0-7
/proc/16689/stat : 16689 (march_hi) R 16687 16689 16689 0 -1 4202496 1215 0 0 0 1164 0 0 0 25 0 1 0 994779484 5505024 929 33554432000 4194304 4955518 140736492729664 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/16689/statm: 1344 929 106 186 0 1157 0
[pid=16690] ppid=16664 vsize=406296 CPUtime=0.01 cores=0-7
/proc/16690/stat : 16690 (python) S 16664 16664 16583 0 -1 4202560 965 0 0 0 1 0 0 0 15 0 1 0 994779487 416047104 5755 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 12169816912984768776 0 0 17 0 0 0 0
/proc/16690/statm: 101574 5755 371 364 0 37474 0
[pid=16692] ppid=16690 vsize=5376 CPUtime=11.62 cores=0-7
/proc/16692/stat : 16692 (march_hi) R 16690 16692 16692 0 -1 4202496 1213 0 0 0 1162 0 0 0 25 0 1 0 994779488 5505024 926 33554432000 4194304 4955518 140735185154576 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16692/statm: 1344 926 106 186 0 1157 0
[pid=16693] ppid=16664 vsize=416552 CPUtime=0 cores=0-7
/proc/16693/stat : 16693 (python) S 16664 16664 16583 0 -1 4202560 975 0 0 0 0 0 0 0 18 0 1 0 994779491 426549248 5765 33554432000 4194304 5683644 140735010383520 18446744073709551615 260905414214 0 0 16781312 514 3054601631636095240 0 0 17 3 0 0 0
/proc/16693/statm: 104138 5765 377 364 0 40035 0
[pid=16695] ppid=16693 vsize=181380 CPUtime=11.58 cores=0-7
/proc/16695/stat : 16695 (kcnfs-2006) R 16693 16695 16695 0 -1 4202496 691 0 0 0 1158 0 0 0 25 0 1 0 994779492 185733120 419 33554432000 134512640 135163436 4289991328 18446744073709551615 134608510 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16695/statm: 45345 419 76 159 0 45185 0
Current children cumulated CPU time (s) 59.42

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

Current children cumulated CPU time (s) 1791.11
Current children cumulated vsize (KiB) 973508
heavy processes:

[startup+4722.31 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 16846
/proc/meminfo: memFree=31459292/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=375576 CPUtime=1203.94 cores=0-7
/proc/16664/stat : 16664 (python) S 16662 16664 16583 0 -1 4202496 15980 68460 1 0 71 12 120226 85 15 0 1 0 994779380 384589824 7263 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917224255 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/16664/statm: 93894 7263 1891 364 0 29791 0
[pid=16693] ppid=16664 vsize=416552 CPUtime=0.63 cores=0-7
/proc/16693/stat : 16693 (python) S 16664 16664 16583 0 -1 4202560 1200 0 0 0 34 29 0 0 18 0 2 0 994779491 426549248 5795 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16693/statm: 104138 5795 406 364 0 40035 0
[pid=16695] ppid=16693 vsize=181380 CPUtime=586.54 cores=0-7
/proc/16695/stat : 16695 (kcnfs-2006) T 16693 16695 16695 0 -1 4202496 691 0 0 0 58654 0 0 0 25 0 1 0 994779492 185733120 419 33554432000 134512640 135163436 4289991328 18446744073709551615 134572333 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16695/statm: 45345 419 76 159 0 45185 0
[pid=16693/tid=16724] ppid=16664 vsize=416552 CPUtime=0 cores=0-7
/proc/16693/task/16724/stat : 16724 (python) S 16664 16664 16583 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 994838146 426549248 5795 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917217713 0 0 16781312 514 18446604471108813824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1791.11
Current children cumulated vsize (KiB) 973508
heavy processes:

[startup+4782.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 16848
/proc/meminfo: memFree=31459192/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=375576 CPUtime=1203.94 cores=0-7
/proc/16664/stat : 16664 (python) S 16662 16664 16583 0 -1 4202496 15980 68460 1 0 71 12 120226 85 15 0 1 0 994779380 384589824 7263 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917224255 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/16664/statm: 93894 7263 1891 364 0 29791 0
[pid=16693] ppid=16664 vsize=416552 CPUtime=0.63 cores=0-7
/proc/16693/stat : 16693 (python) S 16664 16664 16583 0 -1 4202560 1200 0 0 0 34 29 0 0 18 0 2 0 994779491 426549248 5795 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16693/statm: 104138 5795 406 364 0 40035 0
[pid=16695] ppid=16693 vsize=181380 CPUtime=586.54 cores=0-7
/proc/16695/stat : 16695 (kcnfs-2006) T 16693 16695 16695 0 -1 4202496 691 0 0 0 58654 0 0 0 25 0 1 0 994779492 185733120 419 33554432000 134512640 135163436 4289991328 18446744073709551615 134572333 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16695/statm: 45345 419 76 159 0 45185 0
[pid=16693/tid=16724] ppid=16664 vsize=416552 CPUtime=0 cores=0-7
/proc/16693/task/16724/stat : 16724 (python) S 16664 16664 16583 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 994838146 426549248 5795 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917217713 0 0 16781312 514 18446604471108813824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1791.11
Current children cumulated vsize (KiB) 973508
heavy processes:

[startup+4842.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 16850
/proc/meminfo: memFree=31459128/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=375576 CPUtime=1203.94 cores=0-7
/proc/16664/stat : 16664 (python) S 16662 16664 16583 0 -1 4202496 15980 68460 1 0 71 12 120226 85 15 0 1 0 994779380 384589824 7263 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917224255 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/16664/statm: 93894 7263 1891 364 0 29791 0
[pid=16693] ppid=16664 vsize=416552 CPUtime=0.63 cores=0-7
/proc/16693/stat : 16693 (python) S 16664 16664 16583 0 -1 4202560 1200 0 0 0 34 29 0 0 18 0 2 0 994779491 426549248 5795 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16693/statm: 104138 5795 406 364 0 40035 0
[pid=16695] ppid=16693 vsize=181380 CPUtime=586.54 cores=0-7
/proc/16695/stat : 16695 (kcnfs-2006) T 16693 16695 16695 0 -1 4202496 691 0 0 0 58654 0 0 0 25 0 1 0 994779492 185733120 419 33554432000 134512640 135163436 4289991328 18446744073709551615 134572333 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16695/statm: 45345 419 76 159 0 45185 0
[pid=16693/tid=16724] ppid=16664 vsize=416552 CPUtime=0 cores=0-7
/proc/16693/task/16724/stat : 16724 (python) S 16664 16664 16583 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 994838146 426549248 5795 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917217713 0 0 16781312 514 18446604471108813824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1791.11
Current children cumulated vsize (KiB) 973508
heavy processes:

[startup+4902.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 16851
/proc/meminfo: memFree=31459152/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=375576 CPUtime=1203.94 cores=0-7
/proc/16664/stat : 16664 (python) S 16662 16664 16583 0 -1 4202496 15980 68460 1 0 71 12 120226 85 15 0 1 0 994779380 384589824 7263 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917224255 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/16664/statm: 93894 7263 1891 364 0 29791 0
[pid=16693] ppid=16664 vsize=416552 CPUtime=0.63 cores=0-7
/proc/16693/stat : 16693 (python) S 16664 16664 16583 0 -1 4202560 1200 0 0 0 34 29 0 0 18 0 2 0 994779491 426549248 5795 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16693/statm: 104138 5795 406 364 0 40035 0
[pid=16695] ppid=16693 vsize=181380 CPUtime=586.54 cores=0-7
/proc/16695/stat : 16695 (kcnfs-2006) T 16693 16695 16695 0 -1 4202496 691 0 0 0 58654 0 0 0 25 0 1 0 994779492 185733120 419 33554432000 134512640 135163436 4289991328 18446744073709551615 134572333 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16695/statm: 45345 419 76 159 0 45185 0
[pid=16693/tid=16724] ppid=16664 vsize=416552 CPUtime=0 cores=0-7
/proc/16693/task/16724/stat : 16724 (python) S 16664 16664 16583 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 994838146 426549248 5795 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917217713 0 0 16781312 514 18446604471108813824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1791.11
Current children cumulated vsize (KiB) 973508
heavy processes:

[startup+4962.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 16853
/proc/meminfo: memFree=31459088/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=375576 CPUtime=1203.94 cores=0-7
/proc/16664/stat : 16664 (python) S 16662 16664 16583 0 -1 4202496 15980 68460 1 0 71 12 120226 85 15 0 1 0 994779380 384589824 7263 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917224255 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/16664/statm: 93894 7263 1891 364 0 29791 0
[pid=16693] ppid=16664 vsize=416552 CPUtime=0.63 cores=0-7
/proc/16693/stat : 16693 (python) S 16664 16664 16583 0 -1 4202560 1200 0 0 0 34 29 0 0 18 0 2 0 994779491 426549248 5795 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16693/statm: 104138 5795 406 364 0 40035 0
[pid=16695] ppid=16693 vsize=181380 CPUtime=586.54 cores=0-7
/proc/16695/stat : 16695 (kcnfs-2006) T 16693 16695 16695 0 -1 4202496 691 0 0 0 58654 0 0 0 25 0 1 0 994779492 185733120 419 33554432000 134512640 135163436 4289991328 18446744073709551615 134572333 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16695/statm: 45345 419 76 159 0 45185 0
[pid=16693/tid=16724] ppid=16664 vsize=416552 CPUtime=0 cores=0-7
/proc/16693/task/16724/stat : 16724 (python) S 16664 16664 16583 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 994838146 426549248 5795 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917217713 0 0 16781312 514 18446604471108813824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1791.11
Current children cumulated vsize (KiB) 973508
heavy processes:

[startup+5022.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 16854
/proc/meminfo: memFree=31459152/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=375576 CPUtime=1203.94 cores=0-7
/proc/16664/stat : 16664 (python) S 16662 16664 16583 0 -1 4202496 15980 68460 1 0 71 12 120226 85 15 0 1 0 994779380 384589824 7263 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917224255 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/16664/statm: 93894 7263 1891 364 0 29791 0
[pid=16693] ppid=16664 vsize=416552 CPUtime=0.63 cores=0-7
/proc/16693/stat : 16693 (python) S 16664 16664 16583 0 -1 4202560 1200 0 0 0 34 29 0 0 18 0 2 0 994779491 426549248 5795 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16693/statm: 104138 5795 406 364 0 40035 0
[pid=16695] ppid=16693 vsize=181380 CPUtime=586.54 cores=0-7
/proc/16695/stat : 16695 (kcnfs-2006) T 16693 16695 16695 0 -1 4202496 691 0 0 0 58654 0 0 0 25 0 1 0 994779492 185733120 419 33554432000 134512640 135163436 4289991328 18446744073709551615 134572333 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16695/statm: 45345 419 76 159 0 45185 0
[pid=16693/tid=16724] ppid=16664 vsize=416552 CPUtime=0 cores=0-7
/proc/16693/task/16724/stat : 16724 (python) S 16664 16664 16583 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 994838146 426549248 5795 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917217713 0 0 16781312 514 18446604471108813824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1791.11
Current children cumulated vsize (KiB) 973508
heavy processes:

[startup+5082.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 16856
/proc/meminfo: memFree=31459100/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=375576 CPUtime=1203.94 cores=0-7
/proc/16664/stat : 16664 (python) S 16662 16664 16583 0 -1 4202496 15980 68460 1 0 71 12 120226 85 15 0 1 0 994779380 384589824 7263 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917224255 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/16664/statm: 93894 7263 1891 364 0 29791 0
[pid=16693] ppid=16664 vsize=416552 CPUtime=0.63 cores=0-7
/proc/16693/stat : 16693 (python) S 16664 16664 16583 0 -1 4202560 1200 0 0 0 34 29 0 0 18 0 2 0 994779491 426549248 5795 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16693/statm: 104138 5795 406 364 0 40035 0
[pid=16695] ppid=16693 vsize=181380 CPUtime=586.54 cores=0-7
/proc/16695/stat : 16695 (kcnfs-2006) T 16693 16695 16695 0 -1 4202496 691 0 0 0 58654 0 0 0 25 0 1 0 994779492 185733120 419 33554432000 134512640 135163436 4289991328 18446744073709551615 134572333 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16695/statm: 45345 419 76 159 0 45185 0
[pid=16693/tid=16724] ppid=16664 vsize=416552 CPUtime=0 cores=0-7
/proc/16693/task/16724/stat : 16724 (python) S 16664 16664 16583 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 994838146 426549248 5795 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917217713 0 0 16781312 514 18446604471108813824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1791.11
Current children cumulated vsize (KiB) 973508
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 16857
/proc/meminfo: memFree=31459068/32950928 swapFree=67051820/67111528
[pid=16664] ppid=16662 vsize=375576 CPUtime=1203.94 cores=0-7
/proc/16664/stat : 16664 (python) S 16662 16664 16583 0 -1 4202496 15980 68460 1 0 71 12 120226 85 15 0 1 0 994779380 384589824 7263 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917224255 0 0 16781312 2 18446744071562232103 0 0 17 5 0 0 0
/proc/16664/statm: 93894 7263 1891 364 0 29791 0
[pid=16693] ppid=16664 vsize=416552 CPUtime=0.63 cores=0-7
/proc/16693/stat : 16693 (python) S 16664 16664 16583 0 -1 4202560 1200 0 0 0 34 29 0 0 18 0 2 0 994779491 426549248 5795 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16693/statm: 104138 5795 406 364 0 40035 0
[pid=16695] ppid=16693 vsize=181380 CPUtime=586.54 cores=0-7
/proc/16695/stat : 16695 (kcnfs-2006) T 16693 16695 16695 0 -1 4202496 691 0 0 0 58654 0 0 0 25 0 1 0 994779492 185733120 419 33554432000 134512640 135163436 4289991328 18446744073709551615 134572333 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/16695/statm: 45345 419 76 159 0 45185 0
[pid=16693/tid=16724] ppid=16664 vsize=416552 CPUtime=0 cores=0-7
/proc/16693/task/16724/stat : 16724 (python) S 16664 16664 16583 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 994838146 426549248 5795 33554432000 4194304 5683644 140735010383520 18446744073709551615 260917217713 0 0 16781312 514 18446604471108813824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1791.11
Current children cumulated vsize (KiB) 973508
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 16664 and gives
#  childrusage.ru_utime.tv_sec=1203
#  childrusage.ru_utime.tv_usec=326066
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=276805
# CPU time returned by wait4() is 1204.6
# while last known CPU time is 1791.11
#
# 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): 1791.11
CPU user time (s): 1789.85
CPU system time (s): 1.26
CPU usage (%): 35.1197
Max. virtual memory (cumulated for all children) (KiB): 2773024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1203.33
system time used= 1.2768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87336
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= 5834
involuntary context switches= 3729

runsolver used 6.86996 second user time and 16.5465 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-14 11:58:07
IDJOB=3321985
IDBENCH=82763
IDSOLVER=1712
FILE ID=node116/3321985-1308045486
RUNJOBID= node116-1308045308-16597
PBS_JOBID= 13565712
Free space on /tmp= 74128 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S436871389-051.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-3321985-1308045486/watcher-3321985-1308045486 -o /tmp/evaluation-result-3321985-1308045486/solver-3321985-1308045486 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3321985-1308045486.cnf -seed 675105704 -budget 40000 -cores 8

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

MD5SUM BENCH= 6deba4513edb64b9aaebf4e8cfbaf90d
RANDOM SEED=675105704

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.77
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.826
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.826
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.826
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:     32950928 kB
MemFree:      31487064 kB
Buffers:        193288 kB
Cached:        1037648 kB
SwapCached:      12816 kB
Active:         320172 kB
Inactive:       930164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31487064 kB
SwapTotal:    67111528 kB
SwapFree:     67051820 kB
Dirty:           31944 kB
Writeback:           0 kB
AnonPages:       18040 kB
Mapped:           8928 kB
Slab:           147832 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186724 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= 74096 MiB
End job on node116 at 2011-06-14 13:23:09