Trace number 3286058

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
synit_sat 2011-03-03Signal 153.322 261.579

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMc6d3480970bb2819448dd0a800a3cf1c
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 variables1134832
Number of clauses6175026
Sum of the clauses size14647926
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 26124260
Number of clauses of size 3960
Number of clauses of size 41200
Number of clauses of size 51200
Number of clauses of size over 546560

Solver Data

0.00/0.01	c start  0 total 0
2.79/2.88	c Find Units :        846
3.39/3.43	c Find Invs  :          0
4.09/4.15	c Find Ands  :        480 AvgFaninNum: 2
4.09/4.15	c Find Xors  :          0 AvgFaninNum: nan
4.09/4.15	c Find Ite   :          0
4.09/4.15	c UnDirect variable: 0
4.09/4.15	c UnDirect to Direct Gate: 0
4.09/4.15	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
4.09/4.15	c Break Cycle : 0
4.09/4.15	c Total Root : 480 Undef Var: 1134352
4.09/4.15	c After covering, Total Root: 480 Leaf: 1326
4.09/4.15	c Variable( cover/uncovered/unused ): 1806 1133026 0
4.09/4.15	c Unit Clauses: 846
4.09/4.15	c Binary Clauses( cover/uncovered ): 960 6123300
4.09/4.15	c Clauses( cover/uncovered ): 480 49440
4.09/4.15	c Total Clauses( cover/uncovered ): 2286 6172740 0.0370201%
4.09/4.15	c Covered Ands: 480 Invs: 0 Xors: 0 Ites: 0
7.79/7.86	c Uncover Clauses avg size: 2.37232 max size: 1178
7.89/7.94	c Final circuit: i/l/o/s 1133506       0 5456533   6776252
7.89/7.94	c cover rate 0.0370201
7.89/7.94	c rocky end  7.93 total 7.93
16.09/16.10	c covering time  8.16 total 16.09
142.63/147.09	terminate called after throwing an instance of 'std::bad_alloc'
142.99/148.66	  what():  std::bad_alloc

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.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3286058-1303765372/watcher-3286058-1303765372 -o /tmp/evaluation-result-3286058-1303765372/solver-3286058-1303765372 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3286058-1303765372.cnf 981043660 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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: 6.21 5.07 4.18 4/189 24594
/proc/meminfo: memFree=12489128/32951124 swapFree=67111524/67111528
[pid=24594] ppid=24592 vsize=11712 CPUtime=0 cores=5,7
/proc/24594/stat : 24594 (synit_sat) S 24592 24594 23613 0 -1 4194304 100 0 0 0 0 0 0 0 22 0 1 0 488138004 11993088 55 33554432000 4194304 4947581 140735899695088 18446744073709551615 253635935879 0 2147483391 4096 0 18446744071699199166 0 0 17 5 0 0 0
/proc/24594/statm: 2928 55 42 184 0 755 0

[startup+0.037186 s]
/proc/loadavg: 6.21 5.07 4.18 4/189 24594
/proc/meminfo: memFree=12489128/32951124 swapFree=67111524/67111528
[pid=24594] ppid=24592 vsize=59336 CPUtime=0.02 cores=5,7
/proc/24594/stat : 24594 (synit_sat) R 24592 24594 23613 0 -1 4202496 9671 0 0 0 1 1 0 0 22 0 1 0 488138004 60760064 9606 33554432000 4194304 4947581 140735899695088 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24594/statm: 14834 9606 377 184 0 9709 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 59336

[startup+0.101174 s]
/proc/loadavg: 6.21 5.07 4.18 4/189 24594
/proc/meminfo: memFree=12489128/32951124 swapFree=67111524/67111528
[pid=24594] ppid=24592 vsize=67528 CPUtime=0.08 cores=5,7
/proc/24594/stat : 24594 (synit_sat) R 24592 24594 23613 0 -1 4202496 11683 0 0 0 7 1 0 0 22 0 1 0 488138004 69148672 11619 33554432000 4194304 4947581 140735899695088 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24594/statm: 16882 11619 377 184 0 11757 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 67528

[startup+0.301135 s]
/proc/loadavg: 6.21 5.07 4.18 4/189 24594
/proc/meminfo: memFree=12489128/32951124 swapFree=67111524/67111528
[pid=24594] ppid=24592 vsize=105032 CPUtime=0.29 cores=5,7
/proc/24594/stat : 24594 (synit_sat) R 24592 24594 23613 0 -1 4202496 20519 0 0 0 26 3 0 0 23 0 1 0 488138004 107552768 20454 33554432000 4194304 4947581 140735899695088 18446744073709551615 4215128 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24594/statm: 26258 20455 377 184 0 21133 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 105032

[startup+0.701063 s]
/proc/loadavg: 6.21 5.07 4.18 4/189 24594
/proc/meminfo: memFree=12489128/32951124 swapFree=67111524/67111528
[pid=24594] ppid=24592 vsize=154312 CPUtime=0.69 cores=5,7
/proc/24594/stat : 24594 (synit_sat) R 24592 24594 23613 0 -1 4202496 32605 0 0 0 64 5 0 0 25 0 1 0 488138004 158015488 32540 33554432000 4194304 4947581 140735899695088 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24594/statm: 38578 32540 377 184 0 33453 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 154312

[startup+1.50092 s]
/proc/loadavg: 6.21 5.07 4.18 5/190 24595
/proc/meminfo: memFree=12270260/32951124 swapFree=67111524/67111528
[pid=24594] ppid=24592 vsize=253000 CPUtime=1.49 cores=5,7
/proc/24594/stat : 24594 (synit_sat) R 24592 24594 23613 0 -1 4202496 56695 0 0 0 140 9 0 0 25 0 1 0 488138004 259072000 56630 33554432000 4194304 4947581 140735899695088 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24594/statm: 63250 56630 377 184 0 58125 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 253000

[startup+3.10062 s]
/proc/loadavg: 6.21 5.07 4.18 5/190 24595
/proc/meminfo: memFree=12080044/32951124 swapFree=67111524/67111528
[pid=24594] ppid=24592 vsize=450628 CPUtime=3.09 cores=5,7
/proc/24594/stat : 24594 (synit_sat) R 24592 24594 23613 0 -1 4202496 103233 0 0 0 293 16 0 0 25 0 1 0 488138004 461443072 103168 33554432000 4194304 4947581 140735899695088 18446744073709551615 4790337 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24594/statm: 112657 103168 378 184 0 107532 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 450628

[startup+6.30104 s]
/proc/loadavg: 6.19 5.08 4.18 5/190 24595
/proc/meminfo: memFree=11955392/32951124 swapFree=67111524/67111528
[pid=24594] ppid=24592 vsize=620372 CPUtime=6.29 cores=5,7
/proc/24594/stat : 24594 (synit_sat) R 24592 24594 23613 0 -1 4202496 137319 0 0 0 609 20 0 0 25 0 1 0 488138004 635260928 136614 33554432000 4194304 4947581 140735899695088 18446744073709551615 4761059 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24594/statm: 155093 136615 385 184 0 149968 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 620372

[startup+12.7009 s]
/proc/loadavg: 6.02 5.06 4.18 5/190 24595
/proc/meminfo: memFree=10658152/32951124 swapFree=67111524/67111528
[pid=24594] ppid=24592 vsize=1849344 CPUtime=12.68 cores=5,7
/proc/24594/stat : 24594 (synit_sat) R 24592 24594 23613 0 -1 4202496 457819 0 0 0 1211 57 0 0 25 0 1 0 488138004 1893728256 457076 33554432000 4194304 4947581 140735899695088 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24594/statm: 462336 457078 410 184 0 457211 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1849344

[startup+25.5006 s]
/proc/loadavg: 5.57 5.01 4.18 5/190 24622
/proc/meminfo: memFree=9706404/32951124 swapFree=67111524/67111528
[pid=24594] ppid=24592 vsize=4893672 CPUtime=25.48 cores=5,7
/proc/24594/stat : 24594 (synit_sat) R 24592 24594 23613 0 -1 4202496 1172360 0 0 0 2419 129 0 0 25 0 1 0 488138004 5011120128 1169837 33554432000 4194304 4947581 140735899695088 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24594/statm: 1223418 1169837 438 184 0 1218293 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4893672

[startup+51.1009 s]
/proc/loadavg: 5.03 4.93 4.17 5/190 24625
/proc/meminfo: memFree=1472368/32951124 swapFree=67111524/67111528
[pid=24594] ppid=24592 vsize=6570160 CPUtime=51.09 cores=5,7
/proc/24594/stat : 24594 (synit_sat) R 24592 24594 23613 0 -1 4202496 1545560 0 0 0 4935 174 0 0 25 0 1 0 488138004 6727843840 1543037 33554432000 4194304 4947581 140735899695088 18446744073709551615 4350467 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24594/statm: 1642540 1543038 461 184 0 1637415 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 6570160

[startup+102.307 s]
/proc/loadavg: 6.43 5.32 4.35 3/190 24628
/proc/meminfo: memFree=91176/32951124 swapFree=67111348/67111528
[pid=24594] ppid=24592 vsize=6607280 CPUtime=102.29 cores=5,7
/proc/24594/stat : 24594 (synit_sat) R 24592 24594 23613 0 -1 4202496 1573395 0 0 0 10050 179 0 0 25 0 1 0 488138004 6765854720 1570872 33554432000 4194304 4947581 140735899695088 18446744073709551615 4346229 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/24594/statm: 1651820 1570872 461 184 0 1646695 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 6607280

[startup+162.301 s]
/proc/loadavg: 6.99 5.69 4.53 2/186 24645
/proc/meminfo: memFree=2774160/32951124 swapFree=67111348/67111528
[pid=24594] ppid=24592 vsize=7774392 CPUtime=144.36 cores=5,7
/proc/24594/stat : 24594 (synit_sat) D 24592 24594 23613 0 -1 4204032 1981689 0 3 0 14038 398 0 0 18 0 1 0 488138004 7960977408 1849038 33554432000 4194304 4947581 140735899695088 18446744073709551615 253640245861 0 0 4096 24578 18446744071562234512 0 0 17 5 0 0 1773
/proc/24594/statm: 1943598 1849038 500 184 0 1938473 0
Current children cumulated CPU time (s) 144.36
Current children cumulated vsize (KiB) 7774392

[startup+222.301 s]
/proc/loadavg: 7.31 6.01 4.71 4/192 24687
/proc/meminfo: memFree=9927712/32951124 swapFree=67111348/67111528
[pid=24594] ppid=24592 vsize=7774392 CPUtime=148.44 cores=5,7
/proc/24594/stat : 24594 (synit_sat) D 24592 24594 23613 0 -1 4204032 1981689 0 3 0 14038 806 0 0 18 0 1 0 488138004 7960977408 1849038 33554432000 4194304 4947581 140735899695088 18446744073709551615 253640245861 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 7084
/proc/24594/statm: 1943598 1849038 500 184 0 1938473 0
Current children cumulated CPU time (s) 148.44
Current children cumulated vsize (KiB) 7774392
heavy processes:

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

[startup+231 s]
/proc/loadavg: 7.57 6.11 4.76 4/192 24687
/proc/meminfo: memFree=9172276/32951124 swapFree=67111348/67111528
[pid=24594] ppid=24592 vsize=7774392 CPUtime=149.43 cores=5,7
/proc/24594/stat : 24594 (synit_sat) D 24592 24594 23613 0 -1 4204032 1981689 0 3 0 14038 905 0 0 18 0 1 0 488138004 7960977408 1849038 33554432000 4194304 4947581 140735899695088 18446744073709551615 253640245861 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 7891
/proc/24594/statm: 1943598 1849038 500 184 0 1938473 0
Current children cumulated CPU time (s) 149.43
Current children cumulated vsize (KiB) 7774392

[startup+243.807 s]
/proc/loadavg: 7.86 6.22 4.81 4/192 24687
/proc/meminfo: memFree=8191704/32951124 swapFree=67111348/67111528
[pid=24594] ppid=24592 vsize=7774392 CPUtime=150.66 cores=5,7
/proc/24594/stat : 24594 (synit_sat) D 24592 24594 23613 0 -1 4204032 1981689 0 3 0 14038 1028 0 0 18 0 1 0 488138004 7960977408 1849038 33554432000 4194304 4947581 140735899695088 18446744073709551615 253640245861 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 9015
/proc/24594/statm: 1943598 1849038 500 184 0 1938473 0
Current children cumulated CPU time (s) 150.66
Current children cumulated vsize (KiB) 7774392

[startup+250.201 s]
/proc/loadavg: 8.12 6.33 4.86 4/192 24687
/proc/meminfo: memFree=7524764/32951124 swapFree=67111348/67111528
[pid=24594] ppid=24592 vsize=7774392 CPUtime=151.53 cores=5,7
/proc/24594/stat : 24594 (synit_sat) D 24592 24594 23613 0 -1 4204032 1981689 0 3 0 14038 1115 0 0 18 0 1 0 488138004 7960977408 1849038 33554432000 4194304 4947581 140735899695088 18446744073709551615 253640245861 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 9669
/proc/24594/statm: 1943598 1849038 500 184 0 1938473 0
Current children cumulated CPU time (s) 151.53
Current children cumulated vsize (KiB) 7774392

[startup+256.601 s]
/proc/loadavg: 8.19 6.37 4.88 4/192 24688
/proc/meminfo: memFree=6727796/32951124 swapFree=67111348/67111528
[pid=24594] ppid=24592 vsize=7774392 CPUtime=152.45 cores=5,7
/proc/24594/stat : 24594 (synit_sat) D 24592 24594 23613 0 -1 4204032 1981689 0 3 0 14038 1207 0 0 18 0 1 0 488138004 7960977408 1849038 33554432000 4194304 4947581 140735899695088 18446744073709551615 253640245861 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 10253
/proc/24594/statm: 1943598 1849038 500 184 0 1938473 0
Current children cumulated CPU time (s) 152.45
Current children cumulated vsize (KiB) 7774392

[startup+259.801 s]
/proc/loadavg: 8.25 6.42 4.90 5/192 24688
/proc/meminfo: memFree=6343568/32951124 swapFree=67111348/67111528
[pid=24594] ppid=24592 vsize=7774392 CPUtime=152.8 cores=5,7
/proc/24594/stat : 24594 (synit_sat) D 24592 24594 23613 0 -1 4204032 1981689 0 3 0 14038 1242 0 0 18 0 1 0 488138004 7960977408 1849038 33554432000 4194304 4947581 140735899695088 18446744073709551615 253640245861 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 10481
/proc/24594/statm: 1943598 1849038 500 184 0 1938473 0
Current children cumulated CPU time (s) 152.8
Current children cumulated vsize (KiB) 7774392

[startup+260.601 s]
/proc/loadavg: 8.25 6.42 4.90 4/192 24688
/proc/meminfo: memFree=6373204/32951124 swapFree=67111348/67111528
[pid=24594] ppid=24592 vsize=7774392 CPUtime=152.97 cores=5,7
/proc/24594/stat : 24594 (synit_sat) D 24592 24594 23613 0 -1 4204032 1981689 0 3 0 14038 1259 0 0 18 0 1 0 488138004 7960977408 1849038 33554432000 4194304 4947581 140735899695088 18446744073709551615 253640245861 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 10605
/proc/24594/statm: 1943598 1849038 500 184 0 1938473 0
Current children cumulated CPU time (s) 152.97
Current children cumulated vsize (KiB) 7774392

[startup+261.001 s]
/proc/loadavg: 8.25 6.42 4.90 4/192 24688
/proc/meminfo: memFree=6373204/32951124 swapFree=67111348/67111528
[pid=24594] ppid=24592 vsize=7774392 CPUtime=152.97 cores=5,7
/proc/24594/stat : 24594 (synit_sat) D 24592 24594 23613 0 -1 4204032 1981689 0 3 0 14038 1259 0 0 18 0 1 0 488138004 7960977408 1849038 33554432000 4194304 4947581 140735899695088 18446744073709551615 253640245861 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 10605
/proc/24594/statm: 1943598 1849038 500 184 0 1938473 0
Current children cumulated CPU time (s) 152.97
Current children cumulated vsize (KiB) 7774392

[startup+261.407 s]
/proc/loadavg: 8.25 6.42 4.90 5/192 24688
/proc/meminfo: memFree=6815944/32951124 swapFree=67111348/67111528
[pid=24594] ppid=24592 vsize=0 CPUtime=153.14 cores=5,7
/proc/24594/stat : 24594 (synit_sat) R 24592 24594 23613 0 -1 4204036 1981689 0 3 0 14038 1276 0 0 18 0 1 0 488138004 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 5 0 0 10683
/proc/24594/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 153.14
Current children cumulated vsize (KiB) 0

[startup+261.501 s]
/proc/loadavg: 8.25 6.42 4.90 5/192 24688
/proc/meminfo: memFree=6815944/32951124 swapFree=67111348/67111528
[pid=24594] ppid=24592 vsize=0 CPUtime=153.24 cores=5,7
/proc/24594/stat : 24594 (synit_sat) R 24592 24594 23613 0 -1 4204036 1981689 0 3 0 14038 1286 0 0 18 0 1 0 488138004 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 5 0 0 10683
/proc/24594/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 153.24
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 261.579
CPU time (s): 153.322
CPU user time (s): 140.384
CPU system time (s): 12.938
CPU usage (%): 58.614
Max. virtual memory (cumulated for all children) (KiB): 7774392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 140.384
system time used= 12.938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1981689
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129
involuntary context switches= 195

runsolver used 0.399939 second user time and 1.03484 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-25 23:02:56
IDJOB=3286058
IDBENCH=82413
IDSOLVER=1571
FILE ID=node106/3286058-1303765372
RUNJOBID= node106-1303765018-24342
PBS_JOBID= 13157143
Free space on /tmp= 71408 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286058-1303765372/watcher-3286058-1303765372 -o /tmp/evaluation-result-3286058-1303765372/solver-3286058-1303765372 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3286058-1303765372.cnf 981043660

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

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=981043660

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12489408 kB
Buffers:       1814772 kB
Cached:        6753392 kB
SwapCached:          4 kB
Active:       12634528 kB
Inactive:      7238260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12489408 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          192808 kB
Writeback:           0 kB
AnonPages:    11304428 kB
Mapped:          17172 kB
Slab:           500588 kB
PageTables:      28908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13079736 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= 64260 MiB
End job on node106 at 2011-04-25 23:07:18