Trace number 3483813

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.32

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data

0.19/4.53	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.19/4.53	c INFO: solving HOME/instance-3483813-1307747008.cnf
0.19/4.53	c INFO: computing task features
0.19/4.63	c INFO: computed variable-clause graph statistics
0.19/4.63	c INFO: computed clause balance statistics
0.87/5.09	c INFO: computed variable balance statistics
1.27/5.43	c INFO: computed small-clause counts
1.27/5.44	c INFO: computed Horn-clause counts
1.37/5.55	c INFO: computed variable graph statistics
1.37/5.55	c INFO: collected features for HOME/instance-3483813-1307747008.cnf in 1.01 s
1.37/5.56	c INFO: running lingeling-276@0 for 582 with 1198 remaining (b = 0.58)
587.83/591.25	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-3483813-1307747008/watcher-3483813-1307747008 -o /tmp/evaluation-result-3483813-1307747008/solver-3483813-1307747008 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483813-1307747008.cnf -seed 5039089 -budget 1200 

running on 2 cores: 5,7

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.18 0.06 0.02 2/186 3543
/proc/meminfo: memFree=31520676/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=11804 CPUtime=0 cores=5,7
/proc/3543/stat : 3543 (runsolver) S 3537 3543 3469 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 886298900 12087296 55 33554432000 4194304 5436572 140735603798336 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699469502 0 0 17 5 0 0 0
/proc/3543/statm: 2951 55 36 304 0 2643 0

[startup+0.025156 s]
/proc/loadavg: 0.18 0.06 0.02 2/186 3543
/proc/meminfo: memFree=31520676/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=14820 CPUtime=0 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 513 0 0 0 0 0 0 0 17 0 1 0 886298900 15175680 420 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550533477 0 2147483391 4096 0 18446744071700215955 0 0 17 7 0 0 0
/proc/3543/statm: 3705 420 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.100183 s]
/proc/loadavg: 0.18 0.06 0.02 2/186 3543
/proc/meminfo: memFree=31520676/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=15380 CPUtime=0 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 792 0 0 0 0 0 0 0 17 0 1 0 886298900 15749120 679 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071700215955 0 0 17 7 0 0 0
/proc/3543/statm: 3845 679 322 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.300145 s]
/proc/loadavg: 0.18 0.06 0.02 2/186 3543
/proc/meminfo: memFree=31520676/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=15776 CPUtime=0 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 928 0 0 0 0 0 0 0 16 0 1 0 886298900 16154624 807 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 7 0 0 0
/proc/3543/statm: 3944 807 356 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.701069 s]
/proc/loadavg: 0.18 0.06 0.02 2/186 3543
/proc/meminfo: memFree=31520676/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=16536 CPUtime=0.02 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 1186 0 0 0 1 1 0 0 16 0 1 0 886298900 16932864 1046 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 7 0 0 0
/proc/3543/statm: 4134 1046 417 364 0 621 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16536

[startup+1.50096 s]
/proc/loadavg: 0.18 0.06 0.02 2/194 3551
/proc/meminfo: memFree=31508080/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=29788 CPUtime=0.03 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 1441 0 0 0 2 1 0 0 15 0 1 0 886298900 30502912 1283 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 7 0 0 0
/proc/3543/statm: 7447 1283 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+3.10061 s]
/proc/loadavg: 0.18 0.06 0.02 2/194 3551
/proc/meminfo: memFree=31500268/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=135748 CPUtime=0.19 cores=5,7
/proc/3543/stat : 3543 (python) R 3537 3543 3469 0 -1 4202496 5970 933 1 0 14 5 0 0 15 0 1 0 886298900 139005952 4148 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550533637 0 2147483391 16781312 2 0 0 0 17 7 0 0 22
/proc/3543/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748
heavy processes:

[startup+6.30105 s]
/proc/loadavg: 0.80 0.19 0.06 6/197 3571
/proc/meminfo: memFree=31166784/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=291700 CPUtime=1.43 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 11847 933 1 0 130 13 0 0 19 0 2 0 886298900 298700800 7788 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 22
/proc/3543/statm: 72925 7788 1867 364 0 8843 0
[pid=3569] ppid=3543 vsize=281456 CPUtime=0 cores=5,7
/proc/3569/stat : 3569 (python) S 3543 3543 3469 0 -1 4202560 714 0 0 0 0 0 0 0 18 0 1 0 886299456 288210944 6264 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550557711 0 0 16781312 514 11480053686462316543 0 0 17 7 0 0 0
/proc/3569/statm: 70364 6264 347 364 0 6282 0
[pid=3571] ppid=3569 vsize=6632 CPUtime=0.73 cores=5,7
/proc/3571/stat : 3571 (lingeling) R 3569 3571 3571 0 -1 4202496 1331 0 0 0 73 0 0 0 21 0 1 0 886299456 6791168 827 33554432000 4194304 4352236 140735498055584 18446744073709551615 4208067 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3571/statm: 1658 827 129 39 0 738 0
[pid=3543/tid=3570] ppid=3537 vsize=291700 CPUtime=0 cores=5,7
/proc/3543/task/3570/stat : 3570 (python) S 3537 3543 3469 0 -1 4202560 34 933 0 0 0 0 0 0 19 0 2 0 886299456 298700800 7788 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 579788
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 1.06 0.26 0.08 5/197 3571
/proc/meminfo: memFree=30830664/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=291700 CPUtime=1.43 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 11847 933 1 0 130 13 0 0 19 0 2 0 886298900 298700800 7788 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 22
/proc/3543/statm: 72925 7788 1867 364 0 8843 0
[pid=3569] ppid=3543 vsize=281456 CPUtime=0 cores=5,7
/proc/3569/stat : 3569 (python) S 3543 3543 3469 0 -1 4202560 879 0 0 0 0 0 0 0 18 0 1 0 886299456 288210944 6293 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550557711 0 0 16781312 514 11480053686462284039 0 0 17 7 0 0 0
/proc/3569/statm: 70364 6293 376 364 0 6282 0
[pid=3571] ppid=3569 vsize=10036 CPUtime=7.13 cores=5,7
/proc/3571/stat : 3571 (lingeling) R 3569 3571 3571 0 -1 4202496 2310 0 0 0 713 0 0 0 25 0 1 0 886299456 10276864 1678 33554432000 4194304 4352236 140735498055584 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3571/statm: 2509 1678 129 39 0 1589 0
[pid=3543/tid=3570] ppid=3537 vsize=291700 CPUtime=0 cores=5,7
/proc/3543/task/3570/stat : 3570 (python) S 3537 3543 3469 0 -1 4202560 34 933 0 0 0 0 0 0 19 0 2 0 886299456 298700800 7788 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 583192
heavy processes:

[startup+25.5006 s]
/proc/loadavg: 1.71 0.44 0.15 6/197 3572
/proc/meminfo: memFree=30826412/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=291700 CPUtime=1.43 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 11847 933 1 0 130 13 0 0 19 0 2 0 886298900 298700800 7788 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 22
/proc/3543/statm: 72925 7788 1867 364 0 8843 0
[pid=3569] ppid=3543 vsize=281456 CPUtime=0.01 cores=5,7
/proc/3569/stat : 3569 (python) S 3543 3543 3469 0 -1 4202560 888 0 0 0 1 0 0 0 18 0 1 0 886299456 288210944 6294 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550557711 0 0 16781312 514 17059019661967851783 0 0 17 7 0 0 0
/proc/3569/statm: 70364 6294 377 364 0 6282 0
[pid=3571] ppid=3569 vsize=11844 CPUtime=19.93 cores=5,7
/proc/3571/stat : 3571 (lingeling) R 3569 3571 3571 0 -1 4202496 4458 0 0 0 1993 0 0 0 25 0 1 0 886299456 12128256 2130 33554432000 4194304 4352236 140735498055584 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3571/statm: 2961 2130 129 39 0 2041 0
[pid=3543/tid=3570] ppid=3537 vsize=291700 CPUtime=0 cores=5,7
/proc/3543/task/3570/stat : 3570 (python) S 3537 3543 3469 0 -1 4202560 34 933 0 0 0 0 0 0 19 0 2 0 886299456 298700800 7788 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 21.37
Current children cumulated vsize (KiB) 585000

[startup+51.1009 s]
/proc/loadavg: 2.57 0.74 0.25 5/200 3577
/proc/meminfo: memFree=30809412/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=291700 CPUtime=1.43 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 11847 933 1 0 130 13 0 0 19 0 2 0 886298900 298700800 7788 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 22
/proc/3543/statm: 72925 7788 1867 364 0 8843 0
[pid=3569] ppid=3543 vsize=281456 CPUtime=0.04 cores=5,7
/proc/3569/stat : 3569 (python) S 3543 3543 3469 0 -1 4202560 899 0 0 0 3 1 0 0 18 0 1 0 886299456 288210944 6294 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550557711 0 0 16781312 514 17059019661967851783 0 0 17 7 0 0 0
/proc/3569/statm: 70364 6294 377 364 0 6282 0
[pid=3571] ppid=3569 vsize=16332 CPUtime=45.53 cores=5,7
/proc/3571/stat : 3571 (lingeling) R 3569 3571 3571 0 -1 4202496 8300 0 0 0 4553 0 0 0 25 0 1 0 886299456 16723968 3284 33554432000 4194304 4352236 140735498055584 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3571/statm: 4083 3284 129 39 0 3163 0
[pid=3543/tid=3570] ppid=3537 vsize=291700 CPUtime=0 cores=5,7
/proc/3543/task/3570/stat : 3570 (python) S 3537 3543 3469 0 -1 4202560 34 933 0 0 0 0 0 0 19 0 2 0 886299456 298700800 7788 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 47
Current children cumulated vsize (KiB) 589488

[startup+102.301 s]
/proc/loadavg: 3.38 1.24 0.45 5/203 3583
/proc/meminfo: memFree=30459568/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=291700 CPUtime=1.43 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 11847 933 1 0 130 13 0 0 19 0 2 0 886298900 298700800 7788 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 22
/proc/3543/statm: 72925 7788 1867 364 0 8843 0
[pid=3569] ppid=3543 vsize=281456 CPUtime=0.11 cores=5,7
/proc/3569/stat : 3569 (python) S 3543 3543 3469 0 -1 4202560 925 0 0 0 6 5 0 0 18 0 1 0 886299456 288210944 6294 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550557711 0 0 16781312 514 17059019661967851783 0 0 17 7 0 0 0
/proc/3569/statm: 70364 6294 377 364 0 6282 0
[pid=3571] ppid=3569 vsize=16460 CPUtime=96.73 cores=5,7
/proc/3571/stat : 3571 (lingeling) R 3569 3571 3571 0 -1 4202496 14348 0 0 0 9672 1 0 0 25 0 1 0 886299456 16855040 3316 33554432000 4194304 4352236 140735498055584 18446744073709551615 4207896 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3571/statm: 4115 3316 129 39 0 3195 0
[pid=3543/tid=3570] ppid=3537 vsize=291700 CPUtime=0 cores=5,7
/proc/3543/task/3570/stat : 3570 (python) S 3537 3543 3469 0 -1 4202560 34 933 0 0 0 0 0 0 19 0 2 0 886299456 298700800 7788 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 98.27
Current children cumulated vsize (KiB) 589616

[startup+162.301 s]
/proc/loadavg: 4.02 1.82 0.69 5/207 3593
/proc/meminfo: memFree=30192748/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=291700 CPUtime=1.43 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 11847 933 1 0 130 13 0 0 19 0 2 0 886298900 298700800 7788 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 22
/proc/3543/statm: 72925 7788 1867 364 0 8843 0
[pid=3569] ppid=3543 vsize=281456 CPUtime=0.19 cores=5,7
/proc/3569/stat : 3569 (python) S 3543 3543 3469 0 -1 4202560 945 0 0 0 10 9 0 0 18 0 1 0 886299456 288210944 6294 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550557711 0 0 16781312 514 17059019661967851783 0 0 17 7 0 0 0
/proc/3569/statm: 70364 6294 377 364 0 6282 0
[pid=3571] ppid=3569 vsize=20944 CPUtime=156.73 cores=5,7
/proc/3571/stat : 3571 (lingeling) R 3569 3571 3571 0 -1 4202496 22285 0 0 0 15671 2 0 0 25 0 1 0 886299456 21446656 4437 33554432000 4194304 4352236 140735498055584 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3571/statm: 5236 4437 129 39 0 4316 0
[pid=3543/tid=3570] ppid=3537 vsize=291700 CPUtime=0 cores=5,7
/proc/3543/task/3570/stat : 3570 (python) S 3537 3543 3469 0 -1 4202560 34 933 0 0 0 0 0 0 19 0 2 0 886299456 298700800 7788 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 158.35
Current children cumulated vsize (KiB) 594100

[startup+222.301 s]
/proc/loadavg: 4.01 2.21 0.90 5/207 3595
/proc/meminfo: memFree=30209100/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=291700 CPUtime=1.43 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 11847 933 1 0 130 13 0 0 19 0 2 0 886298900 298700800 7788 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 22
/proc/3543/statm: 72925 7788 1867 364 0 8843 0
[pid=3569] ppid=3543 vsize=281456 CPUtime=0.27 cores=5,7
/proc/3569/stat : 3569 (python) S 3543 3543 3469 0 -1 4202560 962 0 0 0 14 13 0 0 18 0 1 0 886299456 288210944 6294 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550557711 0 0 16781312 514 17059019661967851783 0 0 17 7 0 0 0
/proc/3569/statm: 70364 6294 377 364 0 6282 0
[pid=3571] ppid=3569 vsize=18388 CPUtime=216.73 cores=5,7
/proc/3571/stat : 3571 (lingeling) R 3569 3571 3571 0 -1 4202496 28750 0 0 0 21670 3 0 0 25 0 1 0 886299456 18829312 3798 33554432000 4194304 4352236 140735498055584 18446744073709551615 4276580 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/3571/statm: 4597 3798 129 39 0 3677 0
[pid=3543/tid=3570] ppid=3537 vsize=291700 CPUtime=0 cores=5,7

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

[pid=3611] ppid=3543 vsize=291712 CPUtime=0.56 cores=5,7
/proc/3611/stat : 3611 (python) S 3543 3543 3469 0 -1 4202560 1004 0 0 0 29 27 0 0 15 0 1 0 886358026 298713088 6292 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550557766 0 0 16781312 514 17059019661967851784 0 0 17 5 0 0 0
/proc/3611/statm: 72928 6292 371 364 0 8843 0
[pid=3613] ppid=3611 vsize=150072 CPUtime=410.49 cores=5,7
/proc/3613/stat : 3613 (cryptominisat-2) R 3611 3613 3613 0 -1 4202496 119985 0 0 0 41023 26 0 0 25 0 1 0 886358026 153673728 20395 33554432000 4194304 4677096 140736047876784 18446744073709551615 4319802 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3613/statm: 37518 20395 393 118 0 32477 0
[pid=3543/tid=3570] ppid=3537 vsize=301956 CPUtime=0 cores=5,7
/proc/3543/task/3570/stat : 3570 (python) S 3537 3543 3469 0 -1 4202560 34 933 0 0 0 0 0 0 19 0 3 0 886299456 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
[pid=3543/tid=3612] ppid=3537 vsize=301956 CPUtime=0 cores=5,7
/proc/3543/task/3612/stat : 3612 (python) S 3537 3543 3469 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886358026 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 998.97
Current children cumulated vsize (KiB) 1064196

[startup+1062.3 s]
/proc/loadavg: 4.02 3.94 2.75 5/215 3627
/proc/meminfo: memFree=29182848/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=301956 CPUtime=1.45 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 12649 933 1 0 131 14 0 0 19 0 3 0 886298900 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 22
/proc/3543/statm: 75489 7795 1870 364 0 11404 0
[pid=3569] ppid=3543 vsize=291700 CPUtime=0.77 cores=5,7
/proc/3569/stat : 3569 (python) S 3543 3543 3469 0 -1 4202560 1193 0 0 0 39 38 0 0 19 0 2 0 886299456 298700800 6337 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3569/statm: 72925 6337 415 364 0 8843 0
[pid=3571] ppid=3569 vsize=28756 CPUtime=585.7 cores=5,7
/proc/3571/stat : 3571 (lingeling) T 3569 3571 3571 0 -1 4202496 60430 0 0 0 58563 7 0 0 25 0 1 0 886299456 29446144 6390 33554432000 4194304 4352236 140735498055584 18446744073709551615 4231311 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/3571/statm: 7189 6390 129 39 0 6269 0
[pid=3569/tid=3610] ppid=3543 vsize=291700 CPUtime=0 cores=5,7
/proc/3569/task/3610/stat : 3610 (python) S 3543 3543 3469 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886358025 298700800 6337 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 514 18446604468470503424 0 0 -1 7 0 0 0
[pid=3611] ppid=3543 vsize=291712 CPUtime=0.64 cores=5,7
/proc/3611/stat : 3611 (python) S 3543 3543 3469 0 -1 4202560 1004 0 0 0 33 31 0 0 15 0 1 0 886358026 298713088 6292 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550557766 0 0 16781312 514 17059019661967851784 0 0 17 5 0 0 0
/proc/3611/statm: 72928 6292 371 364 0 8843 0
[pid=3613] ppid=3611 vsize=151052 CPUtime=470.43 cores=5,7
/proc/3613/stat : 3613 (cryptominisat-2) R 3611 3613 3613 0 -1 4202496 129445 0 0 0 47015 28 0 0 25 0 1 0 886358026 154677248 20333 33554432000 4194304 4677096 140736047876784 18446744073709551615 4320039 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3613/statm: 37763 20333 393 118 0 32722 0
[pid=3543/tid=3570] ppid=3537 vsize=301956 CPUtime=0 cores=5,7
/proc/3543/task/3570/stat : 3570 (python) S 3537 3543 3469 0 -1 4202560 34 933 0 0 0 0 0 0 19 0 3 0 886299456 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
[pid=3543/tid=3612] ppid=3537 vsize=301956 CPUtime=0 cores=5,7
/proc/3543/task/3612/stat : 3612 (python) S 3537 3543 3469 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886358026 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1058.99
Current children cumulated vsize (KiB) 1065176

[startup+1122.31 s]
/proc/loadavg: 4.06 3.96 2.83 5/215 3630
/proc/meminfo: memFree=29183072/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=301956 CPUtime=1.45 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 12649 933 1 0 131 14 0 0 19 0 3 0 886298900 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 22
/proc/3543/statm: 75489 7795 1870 364 0 11404 0
[pid=3569] ppid=3543 vsize=291700 CPUtime=0.77 cores=5,7
/proc/3569/stat : 3569 (python) S 3543 3543 3469 0 -1 4202560 1193 0 0 0 39 38 0 0 19 0 2 0 886299456 298700800 6337 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3569/statm: 72925 6337 415 364 0 8843 0
[pid=3571] ppid=3569 vsize=28756 CPUtime=585.7 cores=5,7
/proc/3571/stat : 3571 (lingeling) T 3569 3571 3571 0 -1 4202496 60430 0 0 0 58563 7 0 0 25 0 1 0 886299456 29446144 6390 33554432000 4194304 4352236 140735498055584 18446744073709551615 4231311 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/3571/statm: 7189 6390 129 39 0 6269 0
[pid=3569/tid=3610] ppid=3543 vsize=291700 CPUtime=0 cores=5,7
/proc/3569/task/3610/stat : 3610 (python) S 3543 3543 3469 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886358025 298700800 6337 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 514 18446604468470503424 0 0 -1 7 0 0 0
[pid=3611] ppid=3543 vsize=291712 CPUtime=0.72 cores=5,7
/proc/3611/stat : 3611 (python) S 3543 3543 3469 0 -1 4202560 1005 0 0 0 38 34 0 0 15 0 1 0 886358026 298713088 6292 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550557766 0 0 16781312 514 17059019661967851784 0 0 17 5 0 0 0
/proc/3611/statm: 72928 6292 371 364 0 8843 0
[pid=3613] ppid=3611 vsize=119388 CPUtime=530.37 cores=5,7
/proc/3613/stat : 3613 (cryptominisat-2) R 3611 3613 3613 0 -1 4202496 143736 0 0 0 53005 32 0 0 25 0 1 0 886358026 122253312 21688 33554432000 4194304 4677096 140736047876784 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3613/statm: 29847 21688 393 118 0 24806 0
[pid=3543/tid=3570] ppid=3537 vsize=301956 CPUtime=0 cores=5,7
/proc/3543/task/3570/stat : 3570 (python) S 3537 3543 3469 0 -1 4202560 34 933 0 0 0 0 0 0 19 0 3 0 886299456 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
[pid=3543/tid=3612] ppid=3537 vsize=301956 CPUtime=0 cores=5,7
/proc/3543/task/3612/stat : 3612 (python) S 3537 3543 3469 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886358026 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1119.01
Current children cumulated vsize (KiB) 1033512

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 2.90 5/215 3631
/proc/meminfo: memFree=29161836/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=301956 CPUtime=1.45 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 12649 933 1 0 131 14 0 0 19 0 3 0 886298900 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 22
/proc/3543/statm: 75489 7795 1870 364 0 11404 0
[pid=3569] ppid=3543 vsize=291700 CPUtime=0.77 cores=5,7
/proc/3569/stat : 3569 (python) S 3543 3543 3469 0 -1 4202560 1193 0 0 0 39 38 0 0 19 0 2 0 886299456 298700800 6337 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3569/statm: 72925 6337 415 364 0 8843 0
[pid=3571] ppid=3569 vsize=28756 CPUtime=585.7 cores=5,7
/proc/3571/stat : 3571 (lingeling) T 3569 3571 3571 0 -1 4202496 60430 0 0 0 58563 7 0 0 25 0 1 0 886299456 29446144 6390 33554432000 4194304 4352236 140735498055584 18446744073709551615 4231311 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/3571/statm: 7189 6390 129 39 0 6269 0
[pid=3569/tid=3610] ppid=3543 vsize=291700 CPUtime=0 cores=5,7
/proc/3569/task/3610/stat : 3610 (python) S 3543 3543 3469 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886358025 298700800 6337 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 514 18446604468470503424 0 0 -1 7 0 0 0
[pid=3611] ppid=3543 vsize=291712 CPUtime=0.8 cores=5,7
/proc/3611/stat : 3611 (python) S 3543 3543 3469 0 -1 4202560 1005 0 0 0 42 38 0 0 15 0 1 0 886358026 298713088 6292 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550557766 0 0 16781312 514 17059019661967851784 0 0 17 5 0 0 0
/proc/3611/statm: 72928 6292 371 364 0 8843 0
[pid=3613] ppid=3611 vsize=168972 CPUtime=590.28 cores=5,7
/proc/3613/stat : 3613 (cryptominisat-2) R 3611 3613 3613 0 -1 4202496 154661 0 0 0 58992 36 0 0 25 0 1 0 886358026 173027328 24713 33554432000 4194304 4677096 140736047876784 18446744073709551615 4336207 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3613/statm: 42243 24713 393 118 0 37202 0
[pid=3543/tid=3570] ppid=3537 vsize=301956 CPUtime=0 cores=5,7
/proc/3543/task/3570/stat : 3570 (python) S 3537 3543 3469 0 -1 4202560 34 933 0 0 0 0 0 0 19 0 3 0 886299456 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
[pid=3543/tid=3612] ppid=3537 vsize=301956 CPUtime=0 cores=5,7
/proc/3543/task/3612/stat : 3612 (python) S 3537 3543 3469 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886358026 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1179
Current children cumulated vsize (KiB) 1083096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 4.01 3.97 2.93 4/209 3634
/proc/meminfo: memFree=29441740/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=301956 CPUtime=1.45 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 12649 933 1 0 131 14 0 0 19 0 3 0 886298900 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 22
/proc/3543/statm: 75489 7795 1870 364 0 11404 0
[pid=3569] ppid=3543 vsize=291700 CPUtime=0.77 cores=5,7
/proc/3569/stat : 3569 (python) S 3543 3543 3469 0 -1 4202560 1193 0 0 0 39 38 0 0 19 0 2 0 886299456 298700800 6337 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3569/statm: 72925 6337 415 364 0 8843 0
[pid=3571] ppid=3569 vsize=28756 CPUtime=585.7 cores=5,7
/proc/3571/stat : 3571 (lingeling) T 3569 3571 3571 0 -1 4202496 60430 0 0 0 58563 7 0 0 25 0 1 0 886299456 29446144 6390 33554432000 4194304 4352236 140735498055584 18446744073709551615 4231311 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/3571/statm: 7189 6390 129 39 0 6269 0
[pid=3569/tid=3610] ppid=3543 vsize=291700 CPUtime=0 cores=5,7
/proc/3569/task/3610/stat : 3610 (python) S 3543 3543 3469 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886358025 298700800 6337 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 514 18446604468470503424 0 0 -1 7 0 0 0
[pid=3611] ppid=3543 vsize=291712 CPUtime=0.84 cores=5,7
/proc/3611/stat : 3611 (python) S 3543 3543 3469 0 -1 4202560 1005 0 0 0 44 40 0 0 15 0 1 0 886358026 298713088 6292 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550557766 0 0 16781312 514 17059019661967851784 0 0 17 5 0 0 0
/proc/3611/statm: 72928 6292 371 364 0 8843 0
[pid=3613] ppid=3611 vsize=169352 CPUtime=611.26 cores=5,7
/proc/3613/stat : 3613 (cryptominisat-2) R 3611 3613 3613 0 -1 4202496 159142 0 0 0 61088 38 0 0 25 0 1 0 886358026 173416448 25281 33554432000 4194304 4677096 140736047876784 18446744073709551615 4310352 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3613/statm: 42338 25281 393 118 0 37297 0
[pid=3543/tid=3570] ppid=3537 vsize=301956 CPUtime=0 cores=5,7
/proc/3543/task/3570/stat : 3570 (python) S 3537 3543 3469 0 -1 4202560 34 933 0 0 0 0 0 0 19 0 3 0 886299456 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
[pid=3543/tid=3612] ppid=3537 vsize=301956 CPUtime=0 cores=5,7
/proc/3543/task/3612/stat : 3612 (python) S 3537 3543 3469 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886358026 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1083476

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

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

[startup+1203.3 s]
/proc/loadavg: 4.01 3.97 2.93 4/209 3634
/proc/meminfo: memFree=29441740/32951124 swapFree=67054536/67111528
[pid=3543] ppid=3537 vsize=301956 CPUtime=1.45 cores=5,7
/proc/3543/stat : 3543 (python) S 3537 3543 3469 0 -1 4202496 12649 933 1 0 131 14 0 0 19 0 3 0 886298900 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 22
/proc/3543/statm: 75489 7795 1870 364 0 11404 0
[pid=3569] ppid=3543 vsize=291700 CPUtime=0.77 cores=5,7
/proc/3569/stat : 3569 (python) S 3543 3543 3469 0 -1 4202560 1193 0 0 0 39 38 0 0 19 0 2 0 886299456 298700800 6337 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3569/statm: 72925 6337 415 364 0 8843 0
[pid=3571] ppid=3569 vsize=28756 CPUtime=585.7 cores=5,7
/proc/3571/stat : 3571 (lingeling) T 3569 3571 3571 0 -1 4202496 60430 0 0 0 58563 7 0 0 25 0 1 0 886299456 29446144 6390 33554432000 4194304 4352236 140735498055584 18446744073709551615 4231311 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/3571/statm: 7189 6390 129 39 0 6269 0
[pid=3569/tid=3610] ppid=3543 vsize=291700 CPUtime=0 cores=5,7
/proc/3569/task/3610/stat : 3610 (python) S 3543 3543 3469 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886358025 298700800 6337 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 514 18446604468470503424 0 0 -1 7 0 0 0
[pid=3611] ppid=3543 vsize=291712 CPUtime=0.84 cores=5,7
/proc/3611/stat : 3611 (python) S 3543 3543 3469 0 -1 4202560 1005 0 0 0 44 40 0 0 15 0 1 0 886358026 298713088 6292 33554432000 4194304 5683644 140734273091968 18446744073709551615 271550557766 0 0 16781312 514 17059019661967851784 0 0 17 5 0 0 0
/proc/3611/statm: 72928 6292 371 364 0 8843 0
[pid=3613] ppid=3611 vsize=169352 CPUtime=611.26 cores=5,7
/proc/3613/stat : 3613 (cryptominisat-2) R 3611 3613 3613 0 -1 4202496 159142 0 0 0 61088 38 0 0 25 0 1 0 886358026 173416448 25281 33554432000 4194304 4677096 140736047876784 18446744073709551615 4310352 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3613/statm: 42338 25281 393 118 0 37297 0
[pid=3543/tid=3570] ppid=3537 vsize=301956 CPUtime=0 cores=5,7
/proc/3543/task/3570/stat : 3570 (python) S 3537 3543 3469 0 -1 4202560 34 933 0 0 0 0 0 0 19 0 3 0 886299456 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
[pid=3543/tid=3612] ppid=3537 vsize=301956 CPUtime=0 cores=5,7
/proc/3543/task/3612/stat : 3612 (python) S 3537 3543 3469 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886358026 309202944 7795 33554432000 4194304 5683644 140734273091968 18446744073709551615 271562361265 0 0 16781312 2 18446604468470501632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1083476

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3543 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=312800
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=145977
# CPU time returned by wait4() is 1.45878
# 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.32
CPU time (s): 1200.02
CPU user time (s): 1198.65
CPU system time (s): 1.37
CPU usage (%): 99.7254
Max. virtual memory (cumulated for all children) (KiB): 1083476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3128
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13582
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= 6077
involuntary context switches= 26

runsolver used 1.86871 second user time and 4.72028 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-11 01:03:28
IDJOB=3483813
IDBENCH=20399
IDSOLVER=1976
FILE ID=node133/3483813-1307747008
RUNJOBID= node133-1307747008-3491
PBS_JOBID= 13550825
Free space on /tmp= 74072 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.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-3483813-1307747008/watcher-3483813-1307747008 -o /tmp/evaluation-result-3483813-1307747008/solver-3483813-1307747008 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483813-1307747008.cnf -seed 5039089 -budget 1200

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=5039089

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.83
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.834
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.74
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.834
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:      31523376 kB
Buffers:        226480 kB
Cached:         977036 kB
SwapCached:      10420 kB
Active:         689360 kB
Inactive:       534088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31523376 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:          181944 kB
Writeback:           0 kB
AnonPages:       17824 kB
Mapped:          12360 kB
Slab:           138844 kB
PageTables:       5212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193872 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= 73420 MiB
End job on node133 at 2011-06-11 01:23:36