Trace number 3281354

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
SApperloT2010 2011-03-04? (TO) 1300.07 1300.07

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.526
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data


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-3281354-1303751846/watcher-3281354-1303751846 -o /tmp/evaluation-result-3281354-1303751846/solver-3281354-1303751846 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3281354-1303751846.cnf 

running on 2 cores: 1,3

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: 4.02 3.07 2.75 4/189 27842
/proc/meminfo: memFree=14458988/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=31216 CPUtime=0 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 2791 0 0 0 0 0 0 0 23 0 1 0 486782989 31965184 2730 33554432000 4194304 4395502 140735751775120 18446744073709551615 4332389 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 7804 2742 245 50 0 4944 0

[startup+0.0862381 s]
/proc/loadavg: 4.02 3.07 2.75 4/189 27842
/proc/meminfo: memFree=14458988/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=93216 CPUtime=0.08 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 8563 0 0 0 7 1 0 0 23 0 1 0 486782989 95453184 8502 33554432000 4194304 4395502 140735751775120 18446744073709551615 228122374853 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 23304 8504 247 50 0 20444 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 93216

[startup+0.100239 s]
/proc/loadavg: 4.02 3.07 2.75 4/189 27842
/proc/meminfo: memFree=14458988/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=95248 CPUtime=0.09 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 9057 0 0 0 8 1 0 0 23 0 1 0 486782989 97533952 8996 33554432000 4194304 4395502 140735751775120 18446744073709551615 4315695 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 23812 8996 247 50 0 20952 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 95248

[startup+0.300206 s]
/proc/loadavg: 4.02 3.07 2.75 4/189 27842
/proc/meminfo: memFree=14458988/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=122572 CPUtime=0.29 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 15718 0 0 0 27 2 0 0 24 0 1 0 486782989 125513728 15657 33554432000 4194304 4395502 140735751775120 18446744073709551615 228122374853 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 30643 15658 247 50 0 27783 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 122572

[startup+0.70113 s]
/proc/loadavg: 4.02 3.07 2.75 4/189 27842
/proc/meminfo: memFree=14458988/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=176864 CPUtime=0.69 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 29097 0 0 0 65 4 0 0 25 0 1 0 486782989 181108736 28475 33554432000 4194304 4395502 140735751775120 18446744073709551615 228122374853 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 44216 28478 247 50 0 41356 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 176864

[startup+2.04789 s]
/proc/loadavg: 4.02 3.07 2.75 4/189 27842
/proc/meminfo: memFree=14458988/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=352660 CPUtime=2.04 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 72778 0 0 0 191 13 0 0 25 0 1 0 486782989 361123840 70075 33554432000 4194304 4395502 140735751775120 18446744073709551615 4315695 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 88165 70075 247 50 0 85305 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 352660

[startup+3.1007 s]
/proc/loadavg: 4.02 3.07 2.75 5/190 27844
/proc/meminfo: memFree=14148440/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=612148 CPUtime=3.09 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 142424 0 0 0 288 21 0 0 25 0 1 0 486782989 626839552 130089 33554432000 4194304 4395502 140735751775120 18446744073709551615 4297623 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 153037 130089 263 50 0 150177 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 612148

[startup+6.30112 s]
/proc/loadavg: 4.02 3.08 2.76 5/190 27844
/proc/meminfo: memFree=13921888/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=612148 CPUtime=6.29 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 142538 0 0 0 608 21 0 0 25 0 1 0 486782989 626839552 130203 33554432000 4194304 4395502 140735751775120 18446744073709551615 4297906 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 153037 130203 263 50 0 150177 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 612148

[startup+12.701 s]
/proc/loadavg: 4.02 3.10 2.77 5/190 27844
/proc/meminfo: memFree=13913100/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=612148 CPUtime=12.69 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 142566 0 0 0 1248 21 0 0 25 0 1 0 486782989 626839552 130231 33554432000 4194304 4395502 140735751775120 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 153037 130231 263 50 0 150177 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 612148

[startup+25.5006 s]
/proc/loadavg: 4.01 3.14 2.78 5/190 27844
/proc/meminfo: memFree=13911992/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=612148 CPUtime=25.49 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 142672 0 0 0 2528 21 0 0 25 0 1 0 486782989 626839552 130337 33554432000 4194304 4395502 140735751775120 18446744073709551615 4286555 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 153037 130337 263 50 0 150177 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 612148

[startup+51.101 s]
/proc/loadavg: 4.01 3.21 2.82 5/190 27845
/proc/meminfo: memFree=13909428/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=612148 CPUtime=51.09 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 142801 0 0 0 5088 21 0 0 25 0 1 0 486782989 626839552 130466 33554432000 4194304 4395502 140735751775120 18446744073709551615 4299169 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 153037 130466 263 50 0 150177 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 612148

[startup+102.301 s]
/proc/loadavg: 4.04 3.34 2.88 5/190 27846
/proc/meminfo: memFree=13900800/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=614196 CPUtime=102.3 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 143669 0 0 0 10208 22 0 0 25 0 1 0 486782989 628936704 131334 33554432000 4194304 4395502 140735751775120 18446744073709551615 4299204 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 153549 131334 263 50 0 150689 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 614196

[startup+162.301 s]
/proc/loadavg: 4.01 3.46 2.95 5/190 27848
/proc/meminfo: memFree=13785472/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=700332 CPUtime=162.29 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 163790 0 0 0 16202 27 0 0 25 0 1 0 486782989 717139968 151455 33554432000 4194304 4395502 140735751775120 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 175083 151455 263 50 0 172223 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 700332

[startup+222.307 s]
/proc/loadavg: 4.00 3.55 3.01 5/190 27849
/proc/meminfo: memFree=13681200/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=771848 CPUtime=222.29 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 180153 0 0 0 22198 31 0 0 25 0 1 0 486782989 790372352 167818 33554432000 4194304 4395502 140735751775120 18446744073709551615 4347362 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 192962 167818 263 50 0 190102 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 771848

[startup+282.301 s]
/proc/loadavg: 4.00 3.63 3.07 5/190 27851
/proc/meminfo: memFree=13586100/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=855080 CPUtime=282.29 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 200125 0 0 0 28191 38 0 0 25 0 1 0 486782989 875601920 187790 33554432000 4194304 4395502 140735751775120 18446744073709551615 4299243 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 213770 187790 263 50 0 210910 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 855080

[startup+342.3 s]
/proc/loadavg: 4.00 3.70 3.12 5/190 27853
/proc/meminfo: memFree=13473880/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=972012 CPUtime=342.29 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 226764 0 0 0 34185 44 0 0 25 0 1 0 486782989 995340288 214429 33554432000 4194304 4395502 140735751775120 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 243003 214429 263 50 0 240143 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 972012

[startup+402.3 s]
/proc/loadavg: 4.03 3.76 3.18 5/190 27854
/proc/meminfo: memFree=13392304/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=1058072 CPUtime=402.29 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 246890 0 0 0 40180 49 0 0 25 0 1 0 486782989 1083465728 234555 33554432000 4194304 4395502 140735751775120 18446744073709551615 4297917 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 264518 234555 263 50 0 261658 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1058072

[startup+462.3 s]
/proc/loadavg: 4.01 3.80 3.23 5/190 27856
/proc/meminfo: memFree=13334884/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=1119964 CPUtime=462.29 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 261109 0 0 0 46177 52 0 0 25 0 1 0 486782989 1146843136 248774 33554432000 4194304 4395502 140735751775120 18446744073709551615 4286550 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 279991 248774 263 50 0 277131 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1119964

[startup+522.301 s]
/proc/loadavg: 4.08 3.85 3.28 5/190 27857
/proc/meminfo: memFree=13282036/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=1159120 CPUtime=522.28 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 269967 0 0 0 52173 55 0 0 25 0 1 0 486782989 1186938880 257632 33554432000 4194304 4395502 140735751775120 18446744073709551615 4286720 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 289780 257632 263 50 0 286920 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 1159120

[startup+582.301 s]
/proc/loadavg: 4.03 3.88 3.32 5/190 27859
/proc/meminfo: memFree=13219436/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=1204796 CPUtime=582.28 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 280384 0 0 0 58170 58 0 0 25 0 1 0 486782989 1233711104 268049 33554432000 4194304 4395502 140735751775120 18446744073709551615 4297623 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 301199 268049 263 50 0 298339 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 1204796

[startup+642.301 s]
/proc/loadavg: 4.06 3.91 3.37 5/190 27861
/proc/meminfo: memFree=13167212/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=1249624 CPUtime=642.28 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 291228 0 0 0 64168 60 0 0 25 0 1 0 486782989 1279614976 278893 33554432000 4194304 4395502 140735751775120 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 312406 278893 263 50 0 309546 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 1249624

[startup+702.301 s]
/proc/loadavg: 4.02 3.92 3.40 5/190 27862
/proc/meminfo: memFree=13125572/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=1294580 CPUtime=702.28 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 301590 0 0 0 70164 64 0 0 25 0 1 0 486782989 1325649920 289255 33554432000 4194304 4395502 140735751775120 18446744073709551615 4292789 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 323645 289255 263 50 0 320785 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 1294580

[startup+762.301 s]
/proc/loadavg: 4.01 3.94 3.44 5/190 27864
/proc/meminfo: memFree=13066260/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=1344380 CPUtime=762.29 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 313609 0 0 0 76161 68 0 0 25 0 1 0 486782989 1376645120 301274 33554432000 4194304 4395502 140735751775120 18446744073709551615 4300311 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 336095 301274 263 50 0 333235 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 1344380

[startup+822.301 s]
/proc/loadavg: 4.00 3.94 3.47 5/190 27865
/proc/meminfo: memFree=13055600/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=1356320 CPUtime=822.29 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 315917 0 0 0 82160 69 0 0 25 0 1 0 486782989 1388871680 303582 33554432000 4194304 4395502 140735751775120 18446744073709551615 4286507 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 339080 303582 263 50 0 336220 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 1356320

[startup+882.307 s]
/proc/loadavg: 4.00 3.95 3.50 5/190 27867
/proc/meminfo: memFree=13035168/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=1362704 CPUtime=882.3 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 317428 0 0 0 88160 70 0 0 25 0 1 0 486782989 1395408896 305093 33554432000 4194304 4395502 140735751775120 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 340676 305093 263 50 0 337816 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1362704

[startup+942.3 s]
/proc/loadavg: 4.00 3.96 3.53 5/190 27869
/proc/meminfo: memFree=13006488/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=1367616 CPUtime=942.29 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 318646 0 0 0 94159 70 0 0 25 0 1 0 486782989 1400438784 306311 33554432000 4194304 4395502 140735751775120 18446744073709551615 4347194 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 341904 306311 263 50 0 339044 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 1367616

[startup+1002.3 s]
/proc/loadavg: 2.98 3.72 3.48 2/172 27924
/proc/meminfo: memFree=14026272/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=1382668 CPUtime=1002.28 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 321526 0 0 0 100158 70 0 0 25 0 1 0 486782989 1415852032 309191 33554432000 4194304 4395502 140735751775120 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 345667 309191 263 50 0 342807 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 1382668

[startup+1062.3 s]
/proc/loadavg: 1.72 3.22 3.32 2/172 27926
/proc/meminfo: memFree=14005652/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=1404964 CPUtime=1062.29 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 327004 0 0 0 106157 72 0 0 25 0 1 0 486782989 1438683136 314669 33554432000 4194304 4395502 140735751775120 18446744073709551615 4325760 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 351241 314669 263 50 0 348381 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1404964

[startup+1122.3 s]
/proc/loadavg: 1.26 2.82 3.17 2/172 27927
/proc/meminfo: memFree=13950176/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=1464508 CPUtime=1122.3 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 340468 0 0 0 112155 75 0 0 25 0 1 0 486782989 1499656192 328133 33554432000 4194304 4395502 140735751775120 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 366127 328133 263 50 0 363267 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 1464508

[startup+1182.3 s]
/proc/loadavg: 1.10 2.48 3.03 2/172 27929
/proc/meminfo: memFree=13922596/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=1494428 CPUtime=1182.3 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 347383 0 0 0 118153 77 0 0 25 0 1 0 486782989 1530294272 335048 33554432000 4194304 4395502 140735751775120 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 373607 335048 263 50 0 370747 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 1494428

[startup+1242.3 s]
/proc/loadavg: 1.03 2.21 2.90 2/172 27931
/proc/meminfo: memFree=13839700/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=1577248 CPUtime=1242.3 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 368016 0 0 0 124150 80 0 0 25 0 1 0 486782989 1615101952 355681 33554432000 4194304 4395502 140735751775120 18446744073709551615 4299177 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 394312 355681 263 50 0 391452 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 1577248



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.01 1.99 2.78 2/172 27932
/proc/meminfo: memFree=13839776/32951124 swapFree=67111528/67111528
[pid=27842] ppid=27840 vsize=1577248 CPUtime=1300 cores=1,3
/proc/27842/stat : 27842 (SApperloT2010) R 27840 27842 27091 0 -1 4202496 368056 0 0 0 129920 80 0 0 25 0 1 0 486782989 1615101952 355721 33554432000 4194304 4395502 140735751775120 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27842/statm: 394312 355721 263 50 0 391452 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 1577248

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)
Real time (s): 1300.07
CPU time (s): 1300.07
CPU user time (s): 1299.21
CPU system time (s): 0.865868
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 1577248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.21
system time used= 0.865868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368056
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 1682

runsolver used 1.9477 second user time and 4.85326 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-25 19:17:30
IDJOB=3281354
IDBENCH=20580
IDSOLVER=1655
FILE ID=node138/3281354-1303751846
RUNJOBID= node138-1303751526-27767
PBS_JOBID= 13154024
Free space on /tmp= 71852 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281354-1303751846/watcher-3281354-1303751846 -o /tmp/evaluation-result-3281354-1303751846/solver-3281354-1303751846 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3281354-1303751846.cnf

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=450535500

node138.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.854
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.70
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.854
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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:      14459268 kB
Buffers:       2063884 kB
Cached:       15025524 kB
SwapCached:          0 kB
Active:       10708684 kB
Inactive:      7220224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14459268 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          131860 kB
Writeback:           0 kB
AnonPages:      838892 kB
Mapped:          15636 kB
Slab:           497648 kB
PageTables:       6904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1073436 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= 71876 MiB
End job on node138 at 2011-04-25 19:39:12