Trace number 3379977

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-05-15 (fixed)? (TO) 1300.11 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: 961)

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-3379977-1305454214/watcher-3379977-1305454214 -o /tmp/evaluation-result-3379977-1305454214/solver-3379977-1305454214 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379977-1305454214.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: 3.76 4.00 3.98 4/262 24174
/proc/meminfo: memFree=20554004/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=31212 CPUtime=0 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 3614 0 0 0 0 0 0 0 23 0 1 0 657019685 31961088 3555 33554432000 4194304 4394578 140735472408992 18446744073709551615 4331533 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 7803 3566 244 49 0 4944 0

[startup+0.077341 s]
/proc/loadavg: 3.76 4.00 3.98 4/262 24174
/proc/meminfo: memFree=20554004/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=91760 CPUtime=0.07 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 8191 0 0 0 7 0 0 0 23 0 1 0 657019685 93962240 8132 33554432000 4194304 4394578 140735472408992 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 22940 8133 247 49 0 20081 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 91760

[startup+0.100326 s]
/proc/loadavg: 3.76 4.00 3.98 4/262 24174
/proc/meminfo: memFree=20554004/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=94704 CPUtime=0.09 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 8949 0 0 0 9 0 0 0 23 0 1 0 657019685 96976896 8890 33554432000 4194304 4394578 140735472408992 18446744073709551615 271550537472 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 23676 8891 247 49 0 20817 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 94704

[startup+0.300291 s]
/proc/loadavg: 3.76 4.00 3.98 4/262 24174
/proc/meminfo: memFree=20554004/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=121504 CPUtime=0.29 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 15429 0 0 0 27 2 0 0 24 0 1 0 657019685 124420096 15370 33554432000 4194304 4394578 140735472408992 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 30376 15371 247 49 0 27517 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 121504

[startup+0.700215 s]
/proc/loadavg: 3.76 4.00 3.98 4/262 24174
/proc/meminfo: memFree=20554004/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=174280 CPUtime=0.69 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 28448 0 0 0 65 4 0 0 25 0 1 0 657019685 178462720 27828 33554432000 4194304 4394578 140735472408992 18446744073709551615 4314841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 43570 27828 247 49 0 40711 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 174280

[startup+1.78901 s]
/proc/loadavg: 3.76 4.00 3.98 4/262 24174
/proc/meminfo: memFree=20554004/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=305788 CPUtime=1.78 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 61555 0 0 0 167 11 0 0 25 0 1 0 657019685 313126912 59048 33554432000 4194304 4394578 140735472408992 18446744073709551615 4323168 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 76447 59049 247 49 0 73588 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 305788

[startup+3.10979 s]
/proc/loadavg: 3.78 4.00 3.98 6/263 24175
/proc/meminfo: memFree=20136360/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=430732 CPUtime=3.1 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 91905 0 0 0 293 17 0 0 25 0 1 0 657019685 441069568 88559 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 107683 88559 263 49 0 104824 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 430732

[startup+6.3012 s]
/proc/loadavg: 3.78 4.00 3.98 7/263 24175
/proc/meminfo: memFree=20094080/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=451468 CPUtime=6.3 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 96854 0 0 0 612 18 0 0 25 0 1 0 657019685 462303232 93508 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 112867 93508 263 49 0 110008 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 451468

[startup+12.701 s]
/proc/loadavg: 3.80 4.00 3.98 6/263 24175
/proc/meminfo: memFree=20059012/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=465448 CPUtime=12.69 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 100287 0 0 0 1251 18 0 0 25 0 1 0 657019685 476618752 96941 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 116362 96941 263 49 0 113503 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 465448

[startup+25.5007 s]
/proc/loadavg: 3.84 4.00 3.98 6/263 24175
/proc/meminfo: memFree=19990596/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=486384 CPUtime=25.49 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 105369 0 0 0 2530 19 0 0 25 0 1 0 657019685 498057216 102023 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 121596 102023 263 49 0 118737 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 486384

[startup+51.1011 s]
/proc/loadavg: 3.97 4.02 3.99 7/263 24176
/proc/meminfo: memFree=19880160/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=522912 CPUtime=51.09 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 114105 0 0 0 5086 23 0 0 25 0 1 0 657019685 535461888 110759 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 130728 110759 263 49 0 127869 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 522912

[startup+102.301 s]
/proc/loadavg: 3.98 4.01 3.99 6/263 24178
/proc/meminfo: memFree=19723532/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=599196 CPUtime=102.3 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 132507 0 0 0 10203 27 0 0 25 0 1 0 657019685 613576704 129161 33554432000 4194304 4394578 140735472408992 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 149799 129161 263 49 0 146940 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 599196

[startup+162.301 s]
/proc/loadavg: 3.99 4.01 3.99 6/263 24206
/proc/meminfo: memFree=19766688/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=710968 CPUtime=162.3 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 159380 0 0 0 16198 32 0 0 25 0 1 0 657019685 728031232 155392 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 177742 155392 263 49 0 174883 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 710968

[startup+222.301 s]
/proc/loadavg: 3.99 4.00 3.99 6/263 24208
/proc/meminfo: memFree=19671028/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=778432 CPUtime=222.3 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 175263 0 0 0 22192 38 0 0 25 0 1 0 657019685 797114368 171275 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 194608 171275 263 49 0 191749 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 778432

[startup+282.301 s]
/proc/loadavg: 3.99 4.00 3.99 6/263 24209
/proc/meminfo: memFree=19531232/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=858148 CPUtime=282.3 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 194743 0 0 0 28186 44 0 0 25 0 1 0 657019685 878743552 190626 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 214537 190626 263 49 0 211678 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 858148

[startup+342.301 s]
/proc/loadavg: 4.04 4.01 3.99 6/263 24211
/proc/meminfo: memFree=19427404/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=968604 CPUtime=342.3 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 220784 0 0 0 34180 50 0 0 25 0 1 0 657019685 991850496 215513 33554432000 4194304 4394578 140735472408992 18446744073709551615 4288064 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 242151 215513 263 49 0 239292 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 968604

[startup+402.3 s]
/proc/loadavg: 4.11 4.04 4.00 6/263 24213
/proc/meminfo: memFree=19335836/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1058200 CPUtime=402.31 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 241610 0 0 0 40176 55 0 0 25 0 1 0 657019685 1083596800 236081 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 264550 236081 263 49 0 261691 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1058200

[startup+462.3 s]
/proc/loadavg: 4.17 4.07 4.01 6/263 24214
/proc/meminfo: memFree=19277884/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1118340 CPUtime=462.31 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 255226 0 0 0 46172 59 0 0 25 0 1 0 657019685 1145180160 249697 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298421 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 279585 249697 263 49 0 276726 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1118340

[startup+522.309 s]
/proc/loadavg: 4.23 4.10 4.02 6/263 24216
/proc/meminfo: memFree=19217320/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1156944 CPUtime=522.31 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 264347 0 0 0 52169 62 0 0 25 0 1 0 657019685 1184710656 258560 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 289236 258560 263 49 0 286377 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1156944

[startup+582.301 s]
/proc/loadavg: 4.23 4.12 4.03 6/263 24217
/proc/meminfo: memFree=19102080/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1195976 CPUtime=582.31 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 273996 0 0 0 58165 66 0 0 25 0 1 0 657019685 1224679424 268080 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 298994 268080 263 49 0 296135 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1195976

[startup+642.301 s]
/proc/loadavg: 4.12 4.11 4.03 6/263 24219
/proc/meminfo: memFree=19040660/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1241712 CPUtime=642.31 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 284999 0 0 0 64162 69 0 0 25 0 1 0 657019685 1271513088 279083 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 310428 279083 263 49 0 307569 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1241712

[startup+702.301 s]
/proc/loadavg: 4.04 4.09 4.03 6/263 24221
/proc/meminfo: memFree=19002548/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1282112 CPUtime=702.31 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 294449 0 0 0 70158 73 0 0 25 0 1 0 657019685 1312882688 288533 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 320528 288533 263 49 0 317669 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1282112

[startup+762.301 s]
/proc/loadavg: 4.01 4.07 4.02 6/263 24222
/proc/meminfo: memFree=18947844/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1337596 CPUtime=762.32 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 307718 0 0 0 76153 79 0 0 25 0 1 0 657019685 1369698304 301673 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 334399 301673 263 49 0 331540 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1337596

[startup+822.301 s]
/proc/loadavg: 4.05 4.07 4.02 6/263 24224
/proc/meminfo: memFree=18938624/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1346812 CPUtime=822.32 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 309691 0 0 0 82153 79 0 0 25 0 1 0 657019685 1379135488 303646 33554432000 4194304 4394578 140735472408992 18446744073709551615 4285615 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 336703 303646 263 49 0 333844 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1346812

[startup+882.301 s]
/proc/loadavg: 3.57 3.94 3.98 4/257 24242
/proc/meminfo: memFree=19341932/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1353212 CPUtime=882.32 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 311256 0 0 0 88152 80 0 0 25 0 1 0 657019685 1385689088 305211 33554432000 4194304 4394578 140735472408992 18446744073709551615 4335296 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 338303 305211 263 49 0 335444 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1353212

[startup+942.3 s]
/proc/loadavg: 3.21 3.77 3.91 4/257 24244
/proc/meminfo: memFree=19335324/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1359868 CPUtime=942.31 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 312720 0 0 0 94151 80 0 0 25 0 1 0 657019685 1392504832 306675 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 339967 306675 263 49 0 337108 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1359868

[startup+1002.3 s]
/proc/loadavg: 3.07 3.63 3.85 4/257 24246
/proc/meminfo: memFree=19324732/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1369340 CPUtime=1002.32 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 314796 0 0 0 100151 81 0 0 25 0 1 0 657019685 1402204160 308751 33554432000 4194304 4394578 140735472408992 18446744073709551615 4299506 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 342335 308751 263 49 0 339476 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1369340

[startup+1062.3 s]
/proc/loadavg: 3.03 3.51 3.80 4/257 24247
/proc/meminfo: memFree=19313404/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1382140 CPUtime=1062.33 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 317418 0 0 0 106151 82 0 0 25 0 1 0 657019685 1415311360 311373 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 345535 311373 263 49 0 342676 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1382140

[startup+1122.3 s]
/proc/loadavg: 3.18 3.46 3.76 4/257 24249
/proc/meminfo: memFree=19273808/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1425996 CPUtime=1122.33 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 327248 0 0 0 112147 86 0 0 25 0 1 0 657019685 1460219904 321203 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 356499 321203 263 49 0 353640 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1425996

[startup+1182.31 s]
/proc/loadavg: 3.06 3.37 3.71 4/257 24250
/proc/meminfo: memFree=19232832/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1471364 CPUtime=1182.33 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 337293 0 0 0 118145 88 0 0 25 0 1 0 657019685 1506676736 331248 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 367841 331248 263 49 0 364982 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1471364

[startup+1242.3 s]
/proc/loadavg: 3.02 3.30 3.66 4/257 24252
/proc/meminfo: memFree=19213808/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1484756 CPUtime=1242.32 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 340655 0 0 0 124143 89 0 0 25 0 1 0 657019685 1520390144 334610 33554432000 4194304 4394578 140735472408992 18446744073709551615 4287920 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 371189 334610 263 49 0 368330 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1484756



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 2.93 3.23 3.61 3/252 24271
/proc/meminfo: memFree=19422968/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1560236 CPUtime=1300.04 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 359217 0 0 0 129911 93 0 0 25 0 1 0 657019685 1597681664 353172 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 390059 353172 263 49 0 387200 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1560236

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

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

[startup+1300.01 s]
/proc/loadavg: 2.93 3.23 3.61 3/252 24271
/proc/meminfo: memFree=19422968/32951124 swapFree=67056788/67111528
[pid=24174] ppid=24172 vsize=1560236 CPUtime=1300.04 cores=1,3
/proc/24174/stat : 24174 (SApperloT2010) R 24172 24174 22784 0 -1 4202496 359217 0 0 0 129911 93 0 0 25 0 1 0 657019685 1597681664 353172 33554432000 4194304 4394578 140735472408992 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/24174/statm: 390059 353172 263 49 0 387200 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1560236

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.07
CPU time (s): 1300.11
CPU user time (s): 1299.12
CPU system time (s): 0.992849
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1560236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.12
system time used= 0.992849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359217
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= 5
involuntary context switches= 1579

runsolver used 3.03754 second user time and 7.49286 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 12:10:18
IDJOB=3379977
IDBENCH=20580
IDSOLVER=1862
FILE ID=node133/3379977-1305454214
RUNJOBID= node133-1305454214-24134
PBS_JOBID= 13324869
Free space on /tmp= 73512 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
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-3379977-1305454214/watcher-3379977-1305454214 -o /tmp/evaluation-result-3379977-1305454214/solver-3379977-1305454214 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379977-1305454214.cnf

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=1384490545

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:      20554160 kB
Buffers:        292648 kB
Cached:        4067004 kB
SwapCached:       8724 kB
Active:        9085904 kB
Inactive:      3024944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20554160 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:          164548 kB
Writeback:           0 kB
AnonPages:     7748220 kB
Mapped:          21604 kB
Slab:           200036 kB
PageTables:      24728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19595312 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= 73544 MiB
End job on node133 at 2011-05-15 12:32:00