Trace number 3483814

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-seq-industrial (fixed, 1200 s timeout)? (TO) 1200.02 1203.33

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.887
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data

0.27/4.25	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.27/4.25	c INFO: solving HOME/instance-3483814-1307747008.cnf
0.27/4.25	c INFO: computing task features
0.27/4.28	c INFO: computed variable-clause graph statistics
0.27/4.28	c INFO: computed clause balance statistics
0.27/4.46	c INFO: computed variable balance statistics
0.77/4.60	c INFO: computed small-clause counts
0.77/4.60	c INFO: computed Horn-clause counts
0.79/4.62	c INFO: computed variable graph statistics
0.79/4.62	c INFO: collected features for HOME/instance-3483814-1307747008.cnf in 0.37 s
0.79/4.63	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.58)
587.84/591.40	c INFO: running cryptominisat-2.9.0@0 for 613 with 613 remaining (b = 0.51)

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: 988)

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-3483814-1307747008/watcher-3483814-1307747008 -o /tmp/evaluation-result-3483814-1307747008/solver-3483814-1307747008 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483814-1307747008.cnf -seed 5039089 -budget 1200 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.02 0.03 0.00 3/183 28518
/proc/meminfo: memFree=31560940/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=11804 CPUtime=0 cores=0,2
/proc/28518/stat : 28518 (runsolver) S 28510 28518 28449 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 1 0 886299217 12087296 56 33554432000 4194304 5436572 140736652811792 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699453118 0 0 17 0 0 0 0
/proc/28518/statm: 2951 56 36 304 0 2643 0

[startup+0.08986 s]
/proc/loadavg: 0.02 0.03 0.00 3/183 28518
/proc/meminfo: memFree=31560940/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=15184 CPUtime=0 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 713 0 0 0 0 0 0 0 17 0 1 0 886299217 15548416 603 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/28518/statm: 3796 603 319 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.100866 s]
/proc/loadavg: 0.02 0.03 0.00 3/183 28518
/proc/meminfo: memFree=31560940/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=15184 CPUtime=0 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 726 0 0 0 0 0 0 0 17 0 1 0 886299217 15548416 615 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071700199571 0 0 17 2 0 0 0
/proc/28518/statm: 3796 615 321 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.300877 s]
/proc/loadavg: 0.02 0.03 0.00 3/183 28518
/proc/meminfo: memFree=31560940/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=15776 CPUtime=0 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 897 0 0 0 0 0 0 0 15 0 1 0 886299217 16154624 777 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/28518/statm: 3944 777 343 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.7008 s]
/proc/loadavg: 0.02 0.03 0.00 3/183 28518
/proc/meminfo: memFree=31560940/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=16396 CPUtime=0.01 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 1119 0 0 0 1 0 0 0 15 0 1 0 886299217 16789504 985 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335888229 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/28518/statm: 4099 985 409 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+1.5006 s]
/proc/loadavg: 0.02 0.03 0.00 2/191 28526
/proc/meminfo: memFree=31550824/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=18884 CPUtime=0.02 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 1240 0 0 0 1 1 0 0 16 0 1 0 886299217 19337216 1094 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/28518/statm: 4721 1094 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+3.10032 s]
/proc/loadavg: 0.02 0.03 0.00 2/191 28526
/proc/meminfo: memFree=31531080/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=135896 CPUtime=0.27 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 6083 936 1 0 16 11 0 0 15 0 1 0 886299217 139157504 4203 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071700199571 0 0 17 2 0 0 4
/proc/28518/statm: 33974 4203 1032 364 0 3160 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 135896
heavy processes:

[startup+6.30074 s]
/proc/loadavg: 0.41 0.11 0.03 6/197 28549
/proc/meminfo: memFree=31273996/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=290208 CPUtime=0.82 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 10117 936 1 0 67 15 0 0 18 0 2 0 886299217 297172992 7447 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28518/statm: 72552 7447 1867 364 0 8470 0
[pid=28547] ppid=28518 vsize=279964 CPUtime=0 cores=0,2
/proc/28547/stat : 28547 (python) S 28518 28518 28449 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 886299681 286683136 5930 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335912463 0 0 16781312 514 3934633975250681855 0 0 17 0 0 0 0
/proc/28547/statm: 69991 5930 354 364 0 5909 0
[pid=28549] ppid=28547 vsize=7800 CPUtime=1.65 cores=0,2
/proc/28549/stat : 28549 (lingeling) R 28547 28549 28549 0 -1 4202496 1618 0 0 0 165 0 0 0 25 0 1 0 886299681 7987200 1152 33554432000 4194304 4352236 140735955740240 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28549/statm: 1950 1152 129 39 0 1030 0
[pid=28518/tid=28548] ppid=28510 vsize=290208 CPUtime=0 cores=0,2
/proc/28518/task/28548/stat : 28548 (python) S 28510 28518 28449 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 2 0 886299681 297172992 7447 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 577972
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 0.70 0.18 0.05 6/197 28549
/proc/meminfo: memFree=31238924/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=290208 CPUtime=0.82 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 10117 936 1 0 67 15 0 0 18 0 2 0 886299217 297172992 7447 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28518/statm: 72552 7447 1867 364 0 8470 0
[pid=28547] ppid=28518 vsize=279964 CPUtime=0 cores=0,2
/proc/28547/stat : 28547 (python) S 28518 28518 28449 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 886299681 286683136 5953 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335912463 0 0 16781312 514 3934633975250649346 0 0 17 0 0 0 0
/proc/28547/statm: 69991 5953 377 364 0 5909 0
[pid=28549] ppid=28547 vsize=9344 CPUtime=8.04 cores=0,2
/proc/28549/stat : 28549 (lingeling) R 28547 28549 28549 0 -1 4202496 2772 0 0 0 804 0 0 0 25 0 1 0 886299681 9568256 1538 33554432000 4194304 4352236 140735955740240 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28549/statm: 2336 1538 129 39 0 1416 0
[pid=28518/tid=28548] ppid=28510 vsize=290208 CPUtime=0 cores=0,2
/proc/28518/task/28548/stat : 28548 (python) S 28510 28518 28449 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 2 0 886299681 297172992 7447 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.86
Current children cumulated vsize (KiB) 579516
heavy processes:

[startup+25.5064 s]
/proc/loadavg: 1.21 0.30 0.09 6/197 28549
/proc/meminfo: memFree=31233056/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=290208 CPUtime=0.82 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 10117 936 1 0 67 15 0 0 18 0 2 0 886299217 297172992 7447 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28518/statm: 72552 7447 1867 364 0 8470 0
[pid=28547] ppid=28518 vsize=279964 CPUtime=0.02 cores=0,2
/proc/28547/stat : 28547 (python) S 28518 28518 28449 0 -1 4202560 890 0 0 0 1 1 0 0 18 0 1 0 886299681 286683136 5953 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335912463 0 0 16781312 514 15712830401477050626 0 0 17 0 0 0 0
/proc/28547/statm: 69991 5953 377 364 0 5909 0
[pid=28549] ppid=28547 vsize=10248 CPUtime=20.85 cores=0,2
/proc/28549/stat : 28549 (lingeling) R 28547 28549 28549 0 -1 4202496 5366 0 0 0 2084 1 0 0 25 0 1 0 886299681 10493952 1764 33554432000 4194304 4352236 140735955740240 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28549/statm: 2562 1764 129 39 0 1642 0
[pid=28518/tid=28548] ppid=28510 vsize=290208 CPUtime=0 cores=0,2
/proc/28518/task/28548/stat : 28548 (python) S 28510 28518 28449 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 2 0 886299681 297172992 7447 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.69
Current children cumulated vsize (KiB) 580420

[startup+51.1008 s]
/proc/loadavg: 2.31 0.66 0.21 5/200 28553
/proc/meminfo: memFree=31119448/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=290208 CPUtime=0.82 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 10117 936 1 0 67 15 0 0 18 0 2 0 886299217 297172992 7447 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28518/statm: 72552 7447 1867 364 0 8470 0
[pid=28547] ppid=28518 vsize=279964 CPUtime=0.06 cores=0,2
/proc/28547/stat : 28547 (python) S 28518 28518 28449 0 -1 4202560 906 0 0 0 3 3 0 0 18 0 1 0 886299681 286683136 5953 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335912463 0 0 16781312 514 15712830401477050626 0 0 17 0 0 0 0
/proc/28547/statm: 69991 5953 377 364 0 5909 0
[pid=28549] ppid=28547 vsize=13452 CPUtime=46.42 cores=0,2
/proc/28549/stat : 28549 (lingeling) R 28547 28549 28549 0 -1 4202496 11383 0 0 0 4640 2 0 0 25 0 1 0 886299681 13774848 2565 33554432000 4194304 4352236 140735955740240 18446744073709551615 4328159 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28549/statm: 3363 2565 129 39 0 2443 0
[pid=28518/tid=28548] ppid=28510 vsize=290208 CPUtime=0 cores=0,2
/proc/28518/task/28548/stat : 28548 (python) S 28510 28518 28449 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 2 0 886299681 297172992 7447 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.3
Current children cumulated vsize (KiB) 583624

[startup+102.301 s]
/proc/loadavg: 3.26 1.17 0.41 6/203 28560
/proc/meminfo: memFree=30477136/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=290208 CPUtime=0.82 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 10117 936 1 0 67 15 0 0 18 0 2 0 886299217 297172992 7447 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28518/statm: 72552 7447 1867 364 0 8470 0
[pid=28547] ppid=28518 vsize=279964 CPUtime=0.12 cores=0,2
/proc/28547/stat : 28547 (python) S 28518 28518 28449 0 -1 4202560 928 0 0 0 7 5 0 0 18 0 1 0 886299681 286683136 5953 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335912463 0 0 16781312 514 15712830401477050626 0 0 17 0 0 0 0
/proc/28547/statm: 69991 5953 377 364 0 5909 0
[pid=28549] ppid=28547 vsize=16012 CPUtime=97.57 cores=0,2
/proc/28549/stat : 28549 (lingeling) R 28547 28549 28549 0 -1 4202496 18359 0 0 0 9754 3 0 0 25 0 1 0 886299681 16396288 3205 33554432000 4194304 4352236 140735955740240 18446744073709551615 4328429 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28549/statm: 4003 3205 129 39 0 3083 0
[pid=28518/tid=28548] ppid=28510 vsize=290208 CPUtime=0 cores=0,2
/proc/28518/task/28548/stat : 28548 (python) S 28510 28518 28449 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 2 0 886299681 297172992 7447 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 98.51
Current children cumulated vsize (KiB) 586184

[startup+162.301 s]
/proc/loadavg: 3.88 1.71 0.64 6/207 28566
/proc/meminfo: memFree=30307812/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=290208 CPUtime=0.82 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 10117 936 1 0 67 15 0 0 18 0 2 0 886299217 297172992 7447 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28518/statm: 72552 7447 1867 364 0 8470 0
[pid=28547] ppid=28518 vsize=279964 CPUtime=0.21 cores=0,2
/proc/28547/stat : 28547 (python) S 28518 28518 28449 0 -1 4202560 947 0 0 0 13 8 0 0 18 0 1 0 886299681 286683136 5953 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335912463 0 0 16781312 514 15712830401477050626 0 0 17 0 0 0 0
/proc/28547/statm: 69991 5953 377 364 0 5909 0
[pid=28549] ppid=28547 vsize=21904 CPUtime=157.52 cores=0,2
/proc/28549/stat : 28549 (lingeling) R 28547 28549 28549 0 -1 4202496 29176 0 0 0 15747 5 0 0 25 0 1 0 886299681 22429696 4678 33554432000 4194304 4352236 140735955740240 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28549/statm: 5476 4678 129 39 0 4556 0
[pid=28518/tid=28548] ppid=28510 vsize=290208 CPUtime=0 cores=0,2
/proc/28518/task/28548/stat : 28548 (python) S 28510 28518 28449 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 2 0 886299681 297172992 7447 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 158.55
Current children cumulated vsize (KiB) 592076

[startup+222.3 s]
/proc/loadavg: 4.14 2.17 0.86 6/207 28613
/proc/meminfo: memFree=30301972/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=290208 CPUtime=0.82 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 10117 936 1 0 67 15 0 0 18 0 2 0 886299217 297172992 7447 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28518/statm: 72552 7447 1867 364 0 8470 0
[pid=28547] ppid=28518 vsize=279964 CPUtime=0.3 cores=0,2
/proc/28547/stat : 28547 (python) S 28518 28518 28449 0 -1 4202560 964 0 0 0 18 12 0 0 18 0 1 0 886299681 286683136 5953 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335912463 0 0 16781312 514 15712830401477050626 0 0 17 0 0 0 0
/proc/28547/statm: 69991 5953 377 364 0 5909 0
[pid=28549] ppid=28547 vsize=22840 CPUtime=217.46 cores=0,2
/proc/28549/stat : 28549 (lingeling) R 28547 28549 28549 0 -1 4202496 39388 0 0 0 21740 6 0 0 25 0 1 0 886299681 23388160 4912 33554432000 4194304 4352236 140735955740240 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28549/statm: 5710 4912 129 39 0 4790 0
[pid=28518/tid=28548] ppid=28510 vsize=290208 CPUtime=0 cores=0,2

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

[pid=28641] ppid=28518 vsize=290220 CPUtime=0.58 cores=0,2
/proc/28641/stat : 28641 (python) S 28518 28518 28449 0 -1 4202560 1007 0 0 0 32 26 0 0 15 0 1 0 886358358 297185280 5951 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335912518 0 0 16781312 514 15712830401477050628 0 0 17 0 0 0 0
/proc/28641/statm: 72555 5951 371 364 0 8470 0
[pid=28643] ppid=28641 vsize=108560 CPUtime=350.44 cores=0,2
/proc/28643/stat : 28643 (cryptominisat-2) R 28641 28643 28643 0 -1 4202496 149380 0 0 0 35009 35 0 0 25 0 1 0 886358359 111165440 20983 33554432000 4194304 4677096 140736556007664 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28643/statm: 27140 20983 393 118 0 22099 0
[pid=28518/tid=28548] ppid=28510 vsize=300464 CPUtime=0 cores=0,2
/proc/28518/task/28548/stat : 28548 (python) S 28510 28518 28449 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 3 0 886299681 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
[pid=28518/tid=28642] ppid=28510 vsize=300464 CPUtime=0 cores=0,2
/proc/28518/task/28642/stat : 28642 (python) S 28510 28518 28449 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 3 0 886358358 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 938.86
Current children cumulated vsize (KiB) 1028164

[startup+1002.31 s]
/proc/loadavg: 4.00 3.87 2.63 6/247 28674
/proc/meminfo: memFree=29052068/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=300464 CPUtime=0.82 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 10897 936 1 0 67 15 0 0 19 0 3 0 886299217 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28518/statm: 75116 7454 1870 364 0 11031 0
[pid=28547] ppid=28518 vsize=290208 CPUtime=0.86 cores=0,2
/proc/28547/stat : 28547 (python) S 28518 28518 28449 0 -1 4202560 1193 0 0 0 47 39 0 0 19 0 2 0 886299681 297172992 5996 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28547/statm: 72552 5996 415 364 0 8470 0
[pid=28549] ppid=28547 vsize=38712 CPUtime=586.16 cores=0,2
/proc/28549/stat : 28549 (lingeling) T 28547 28549 28549 0 -1 4202496 83196 0 0 0 58604 12 0 0 25 0 1 0 886299681 39641088 8880 33554432000 4194304 4352236 140735955740240 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/28549/statm: 9678 8880 129 39 0 8758 0
[pid=28547/tid=28640] ppid=28518 vsize=290208 CPUtime=0 cores=0,2
/proc/28547/task/28640/stat : 28640 (python) S 28518 28518 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886358357 297172992 5996 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 514 18446604453828796608 0 0 -1 2 0 0 0
[pid=28641] ppid=28518 vsize=290220 CPUtime=0.69 cores=0,2
/proc/28641/stat : 28641 (python) S 28518 28518 28449 0 -1 4202560 1007 0 0 0 38 31 0 0 16 0 1 0 886358358 297185280 5951 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335912518 0 0 16781312 514 15712830401477050628 0 0 17 0 0 0 0
/proc/28641/statm: 72555 5951 371 364 0 8470 0
[pid=28643] ppid=28641 vsize=125160 CPUtime=410.4 cores=0,2
/proc/28643/stat : 28643 (cryptominisat-2) R 28641 28643 28643 0 -1 4202496 166238 0 0 0 41000 40 0 0 25 0 1 0 886358359 128163840 23846 33554432000 4194304 4677096 140736556007664 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28643/statm: 31290 23846 393 118 0 26249 0
[pid=28518/tid=28548] ppid=28510 vsize=300464 CPUtime=0 cores=0,2
/proc/28518/task/28548/stat : 28548 (python) S 28510 28518 28449 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 3 0 886299681 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
[pid=28518/tid=28642] ppid=28510 vsize=300464 CPUtime=0 cores=0,2
/proc/28518/task/28642/stat : 28642 (python) S 28510 28518 28449 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 3 0 886358358 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 998.93
Current children cumulated vsize (KiB) 1044764

[startup+1062.3 s]
/proc/loadavg: 4.12 3.92 2.73 6/251 28680
/proc/meminfo: memFree=28929844/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=300464 CPUtime=0.82 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 10897 936 1 0 67 15 0 0 19 0 3 0 886299217 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28518/statm: 75116 7454 1870 364 0 11031 0
[pid=28547] ppid=28518 vsize=290208 CPUtime=0.86 cores=0,2
/proc/28547/stat : 28547 (python) S 28518 28518 28449 0 -1 4202560 1193 0 0 0 47 39 0 0 19 0 2 0 886299681 297172992 5996 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28547/statm: 72552 5996 415 364 0 8470 0
[pid=28549] ppid=28547 vsize=38712 CPUtime=586.16 cores=0,2
/proc/28549/stat : 28549 (lingeling) T 28547 28549 28549 0 -1 4202496 83196 0 0 0 58604 12 0 0 25 0 1 0 886299681 39641088 8880 33554432000 4194304 4352236 140735955740240 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/28549/statm: 9678 8880 129 39 0 8758 0
[pid=28547/tid=28640] ppid=28518 vsize=290208 CPUtime=0 cores=0,2
/proc/28547/task/28640/stat : 28640 (python) S 28518 28518 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886358357 297172992 5996 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 514 18446604453828796608 0 0 -1 2 0 0 0
[pid=28641] ppid=28518 vsize=290220 CPUtime=0.79 cores=0,2
/proc/28641/stat : 28641 (python) S 28518 28518 28449 0 -1 4202560 1007 0 0 0 44 35 0 0 15 0 1 0 886358358 297185280 5951 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335912518 0 0 16781312 514 15712830401477050628 0 0 17 0 0 0 0
/proc/28641/statm: 72555 5951 371 364 0 8470 0
[pid=28643] ppid=28641 vsize=125484 CPUtime=470.34 cores=0,2
/proc/28643/stat : 28643 (cryptominisat-2) R 28641 28643 28643 0 -1 4202496 184047 0 0 0 46990 44 0 0 25 0 1 0 886358359 128495616 23509 33554432000 4194304 4677096 140736556007664 18446744073709551615 4319968 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28643/statm: 31371 23509 393 118 0 26330 0
[pid=28518/tid=28548] ppid=28510 vsize=300464 CPUtime=0 cores=0,2
/proc/28518/task/28548/stat : 28548 (python) S 28510 28518 28449 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 3 0 886299681 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
[pid=28518/tid=28642] ppid=28510 vsize=300464 CPUtime=0 cores=0,2
/proc/28518/task/28642/stat : 28642 (python) S 28510 28518 28449 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 3 0 886358358 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1058.97
Current children cumulated vsize (KiB) 1045088

[startup+1122.3 s]
/proc/loadavg: 4.18 3.96 2.81 6/251 28681
/proc/meminfo: memFree=28880448/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=300464 CPUtime=0.82 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 10897 936 1 0 67 15 0 0 19 0 3 0 886299217 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28518/statm: 75116 7454 1870 364 0 11031 0
[pid=28547] ppid=28518 vsize=290208 CPUtime=0.86 cores=0,2
/proc/28547/stat : 28547 (python) S 28518 28518 28449 0 -1 4202560 1193 0 0 0 47 39 0 0 19 0 2 0 886299681 297172992 5996 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28547/statm: 72552 5996 415 364 0 8470 0
[pid=28549] ppid=28547 vsize=38712 CPUtime=586.16 cores=0,2
/proc/28549/stat : 28549 (lingeling) T 28547 28549 28549 0 -1 4202496 83196 0 0 0 58604 12 0 0 25 0 1 0 886299681 39641088 8880 33554432000 4194304 4352236 140735955740240 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/28549/statm: 9678 8880 129 39 0 8758 0
[pid=28547/tid=28640] ppid=28518 vsize=290208 CPUtime=0 cores=0,2
/proc/28547/task/28640/stat : 28640 (python) S 28518 28518 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886358357 297172992 5996 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 514 18446604453828796608 0 0 -1 2 0 0 0
[pid=28641] ppid=28518 vsize=290220 CPUtime=0.89 cores=0,2
/proc/28641/stat : 28641 (python) S 28518 28518 28449 0 -1 4202560 1008 0 0 0 49 40 0 0 15 0 1 0 886358358 297185280 5951 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335912518 0 0 16781312 514 15712830401477050628 0 0 17 0 0 0 0
/proc/28641/statm: 72555 5951 371 364 0 8470 0
[pid=28643] ppid=28641 vsize=187464 CPUtime=530.27 cores=0,2
/proc/28643/stat : 28643 (cryptominisat-2) R 28641 28643 28643 0 -1 4202496 200399 0 0 0 52978 49 0 0 25 0 1 0 886358359 191963136 28920 33554432000 4194304 4677096 140736556007664 18446744073709551615 4320735 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28643/statm: 46866 28920 393 118 0 41825 0
[pid=28518/tid=28548] ppid=28510 vsize=300464 CPUtime=0 cores=0,2
/proc/28518/task/28548/stat : 28548 (python) S 28510 28518 28449 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 3 0 886299681 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
[pid=28518/tid=28642] ppid=28510 vsize=300464 CPUtime=0 cores=0,2
/proc/28518/task/28642/stat : 28642 (python) S 28510 28518 28449 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 3 0 886358358 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1119
Current children cumulated vsize (KiB) 1107068

[startup+1182.3 s]
/proc/loadavg: 4.06 3.97 2.88 6/251 28683
/proc/meminfo: memFree=28914144/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=300464 CPUtime=0.82 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 10897 936 1 0 67 15 0 0 19 0 3 0 886299217 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28518/statm: 75116 7454 1870 364 0 11031 0
[pid=28547] ppid=28518 vsize=290208 CPUtime=0.86 cores=0,2
/proc/28547/stat : 28547 (python) S 28518 28518 28449 0 -1 4202560 1193 0 0 0 47 39 0 0 19 0 2 0 886299681 297172992 5996 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28547/statm: 72552 5996 415 364 0 8470 0
[pid=28549] ppid=28547 vsize=38712 CPUtime=586.16 cores=0,2
/proc/28549/stat : 28549 (lingeling) T 28547 28549 28549 0 -1 4202496 83196 0 0 0 58604 12 0 0 25 0 1 0 886299681 39641088 8880 33554432000 4194304 4352236 140735955740240 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/28549/statm: 9678 8880 129 39 0 8758 0
[pid=28547/tid=28640] ppid=28518 vsize=290208 CPUtime=0 cores=0,2
/proc/28547/task/28640/stat : 28640 (python) S 28518 28518 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886358357 297172992 5996 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 514 18446604453828796608 0 0 -1 2 0 0 0
[pid=28641] ppid=28518 vsize=290220 CPUtime=0.98 cores=0,2
/proc/28641/stat : 28641 (python) S 28518 28518 28449 0 -1 4202560 1008 0 0 0 54 44 0 0 15 0 1 0 886358358 297185280 5951 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335912518 0 0 16781312 514 15712830401477050628 0 0 17 0 0 0 0
/proc/28641/statm: 72555 5951 371 364 0 8470 0
[pid=28643] ppid=28641 vsize=134496 CPUtime=590.17 cores=0,2
/proc/28643/stat : 28643 (cryptominisat-2) R 28641 28643 28643 0 -1 4202496 219459 0 0 0 58963 54 0 0 25 0 1 0 886358359 137723904 26998 33554432000 4194304 4677096 140736556007664 18446744073709551615 4319536 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28643/statm: 33624 26998 393 118 0 28583 0
[pid=28518/tid=28548] ppid=28510 vsize=300464 CPUtime=0 cores=0,2
/proc/28518/task/28548/stat : 28548 (python) S 28510 28518 28449 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 3 0 886299681 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
[pid=28518/tid=28642] ppid=28510 vsize=300464 CPUtime=0 cores=0,2
/proc/28518/task/28642/stat : 28642 (python) S 28510 28518 28449 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 3 0 886358358 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1178.99
Current children cumulated vsize (KiB) 1054100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 4.11 3.99 2.91 6/251 28683
/proc/meminfo: memFree=28894652/32951124 swapFree=67063272/67111528
[pid=28518] ppid=28510 vsize=300464 CPUtime=0.82 cores=0,2
/proc/28518/stat : 28518 (python) S 28510 28518 28449 0 -1 4202496 10897 936 1 0 67 15 0 0 19 0 3 0 886299217 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28518/statm: 75116 7454 1870 364 0 11031 0
[pid=28547] ppid=28518 vsize=290208 CPUtime=0.86 cores=0,2
/proc/28547/stat : 28547 (python) S 28518 28518 28449 0 -1 4202560 1193 0 0 0 47 39 0 0 19 0 2 0 886299681 297172992 5996 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28547/statm: 72552 5996 415 364 0 8470 0
[pid=28549] ppid=28547 vsize=38712 CPUtime=586.16 cores=0,2
/proc/28549/stat : 28549 (lingeling) T 28547 28549 28549 0 -1 4202496 83196 0 0 0 58604 12 0 0 25 0 1 0 886299681 39641088 8880 33554432000 4194304 4352236 140735955740240 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/28549/statm: 9678 8880 129 39 0 8758 0
[pid=28547/tid=28640] ppid=28518 vsize=290208 CPUtime=0 cores=0,2
/proc/28547/task/28640/stat : 28640 (python) S 28518 28518 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886358357 297172992 5996 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 514 18446604453828796608 0 0 -1 2 0 0 0
[pid=28641] ppid=28518 vsize=290220 CPUtime=1.02 cores=0,2
/proc/28641/stat : 28641 (python) S 28518 28518 28449 0 -1 4202560 1008 0 0 0 56 46 0 0 15 0 1 0 886358358 297185280 5951 33554432000 4194304 5683644 140734676960544 18446744073709551615 232335912518 0 0 16781312 514 15712830401477050628 0 0 17 0 0 0 0
/proc/28641/statm: 72555 5951 371 364 0 8470 0
[pid=28643] ppid=28641 vsize=134588 CPUtime=611.16 cores=0,2
/proc/28643/stat : 28643 (cryptominisat-2) R 28641 28643 28643 0 -1 4202496 225361 0 0 0 61060 56 0 0 25 0 1 0 886358359 137818112 27156 33554432000 4194304 4677096 140736556007664 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28643/statm: 33647 27156 393 118 0 28606 0
[pid=28518/tid=28548] ppid=28510 vsize=300464 CPUtime=0 cores=0,2
/proc/28518/task/28548/stat : 28548 (python) S 28510 28518 28449 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 3 0 886299681 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
[pid=28518/tid=28642] ppid=28510 vsize=300464 CPUtime=0 cores=0,2
/proc/28518/task/28642/stat : 28642 (python) S 28510 28518 28449 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 3 0 886358358 307675136 7454 33554432000 4194304 5683644 140734676960544 18446744073709551615 232347716017 0 0 16781312 2 18446604453979866304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1054192

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 28518 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=678896
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=158975
# CPU time returned by wait4() is 0.837871
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.33
CPU time (s): 1200.02
CPU user time (s): 1198.34
CPU system time (s): 1.68
CPU usage (%): 99.7253
Max. virtual memory (cumulated for all children) (KiB): 1108608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.678896
system time used= 0.158975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11833
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= 9911
involuntary context switches= 47

runsolver used 2.29865 second user time and 4.93725 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 01:03:28
IDJOB=3483814
IDBENCH=20401
IDSOLVER=1976
FILE ID=node132/3483814-1307747008
RUNJOBID= node132-1307747008-28467
PBS_JOBID= 13550826
Free space on /tmp= 74096 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3483814-1307747008/watcher-3483814-1307747008 -o /tmp/evaluation-result-3483814-1307747008/solver-3483814-1307747008 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483814-1307747008.cnf -seed 5039089 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=5039089

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31563656 kB
Buffers:        223372 kB
Cached:         936216 kB
SwapCached:       9968 kB
Active:         642192 kB
Inactive:       535160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31563656 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:          146240 kB
Writeback:           0 kB
AnonPages:       16084 kB
Mapped:           8832 kB
Slab:           146140 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   161276 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73956 MiB
End job on node132 at 2011-06-11 01:23:36