Trace number 1719014

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
tts tts-5-0? (TO) 1200.2 1200.74

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
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 variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

8.59/8.69	c Command: HOME/tts-5-0 HOME/instance-1719014-1240642326.cnf 
8.59/8.69	c Using SATTIMEOUT of 1200
8.59/8.69	c Using SATRAM of 1800
8.59/8.69	c Size of subset node = 16
8.59/8.69	c Variables = 209724
8.59/8.69	c Clauses = 3634677
8.59/8.69	c Literals = 10547961
8.59/8.69	c Reduced size:
8.59/8.69	c Variables = 209724
8.59/8.69	c Clauses = 3634639
8.59/8.69	c Literals = 10547871
8.59/8.69	c a2
62.75/62.84	c a1
874.09/874.56	c Independent sub-problems = 1
874.09/874.56	c Sub-problem with 209715 variables and 3634639 clauses
874.09/874.56	c using permutation method 4
874.09/874.56	c count = 1
874.09/874.56	c Ordering finished 872.280 seconds
874.09/874.56	c mapped 874.270 seconds
874.09/874.56	c permuted 874.280 seconds
874.09/874.56	c about to sort
875.58/876.00	c sorted

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1719014-1240642326/watcher-1719014-1240642326 -o /tmp/evaluation-result-1719014-1240642326/solver-1719014-1240642326 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1719014-1240642326.cnf 

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): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 16766
/proc/meminfo: memFree=1028640/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=1008 CPUtime=0
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 135 0 0 0 0 0 0 0 18 0 1 0 92263277 1032192 119 1992294400 134512640 135191068 4294956224 18446744073709551615 134646872 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 252 120 67 165 0 85 0

[startup+0.013858 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 16766
/proc/meminfo: memFree=1028640/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=1444 CPUtime=0.01
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 232 0 0 0 1 0 0 0 18 0 1 0 92263277 1478656 216 1992294400 134512640 135191068 4294956224 18446744073709551615 134845114 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 361 216 67 165 0 194 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1444

[startup+0.101868 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 16766
/proc/meminfo: memFree=1028640/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=4892 CPUtime=0.09
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 1092 0 0 0 9 0 0 0 18 0 1 0 92263277 5009408 1076 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 1223 1076 68 165 0 1056 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4892

[startup+0.30189 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 16766
/proc/meminfo: memFree=1028640/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=12600 CPUtime=0.29
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 3004 0 0 0 28 1 0 0 19 0 1 0 92263277 12902400 2988 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 3150 2988 68 165 0 2983 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12600

[startup+0.701935 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 16766
/proc/meminfo: memFree=1028640/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=27868 CPUtime=0.69
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 6789 0 0 0 66 3 0 0 23 0 1 0 92263277 28536832 6773 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 6967 6774 68 165 0 6800 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27868

[startup+1.50202 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 16767
/proc/meminfo: memFree=990360/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=58528 CPUtime=1.49
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 14340 0 0 0 142 7 0 0 25 0 1 0 92263277 59932672 14324 1992294400 134512640 135191068 4294956224 18446744073709551615 134697295 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 14632 14324 68 165 0 14465 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58528

[startup+3.1012 s]
/proc/loadavg: 1.09 1.02 1.01 2/66 16767
/proc/meminfo: memFree=948696/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=120280 CPUtime=3.09
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 29418 0 0 0 293 16 0 0 25 0 1 0 92263277 123166720 29402 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 30070 29403 68 165 0 29903 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120280

[startup+6.30156 s]
/proc/loadavg: 1.09 1.02 1.01 2/66 16767
/proc/meminfo: memFree=825624/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=244016 CPUtime=6.29
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 59240 0 0 0 595 34 0 0 25 0 1 0 92263277 249872384 59224 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 61004 59224 68 165 0 60837 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 244016

[startup+12.7013 s]
/proc/loadavg: 1.23 1.05 1.02 2/66 16767
/proc/meminfo: memFree=329944/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=912852 CPUtime=12.69
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 196107 0 0 0 1178 91 0 0 25 0 1 0 92263277 934760448 196091 1992294400 134512640 135191068 4294956224 18446744073709551615 134710783 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 228213 196097 69 165 0 228046 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 912852

[startup+25.5017 s]
/proc/loadavg: 1.34 1.08 1.02 2/66 16767
/proc/meminfo: memFree=18904/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=1294072 CPUtime=25.47
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 285129 0 0 0 2416 131 0 0 25 0 1 0 92263277 1325129728 274308 1992294400 134512640 135191068 4294956224 18446744073709551615 134519815 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 323518 274308 69 165 0 323351 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1294072

[startup+51.1016 s]
/proc/loadavg: 1.23 1.07 1.02 2/66 16767
/proc/meminfo: memFree=19160/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=1294072 CPUtime=51.05
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 297290 0 0 0 4969 136 0 0 25 0 1 0 92263277 1325129728 274316 1992294400 134512640 135191068 4294956224 18446744073709551615 134641946 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 323518 274316 69 165 0 323351 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1294072

[startup+102.305 s]
/proc/loadavg: 1.09 1.06 1.02 2/66 16767
/proc/meminfo: memFree=563864/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=591148 CPUtime=102.22
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 306608 0 0 0 10071 151 0 0 25 0 1 0 92263277 605335552 145165 1992294400 134512640 135191068 4294956224 18446744073709551615 134555288 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 147787 145165 71 165 0 147620 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 591148

[startup+162.301 s]
/proc/loadavg: 1.03 1.05 1.01 2/66 16767
/proc/meminfo: memFree=558680/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=591148 CPUtime=162.2
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 307904 0 0 0 16067 153 0 0 25 0 1 0 92263277 605335552 146461 1992294400 134512640 135191068 4294956224 18446744073709551615 134555298 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 147787 146461 71 165 0 147620 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 591148

[startup+222.302 s]
/proc/loadavg: 1.01 1.03 1.01 2/66 16767
/proc/meminfo: memFree=536792/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=611984 CPUtime=222.18
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 313427 0 0 0 22062 156 0 0 25 0 1 0 92263277 626671616 151984 1992294400 134512640 135191068 4294956224 18446744073709551615 134555288 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 152996 151984 71 165 0 152829 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 611984

[startup+282.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 16767
/proc/meminfo: memFree=512984/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=636764 CPUtime=282.15
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 319736 0 0 0 28056 159 0 0 25 0 1 0 92263277 652046336 157830 1992294400 134512640 135191068 4294956224 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 159191 157830 71 165 0 159024 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 636764

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 16767
/proc/meminfo: memFree=511896/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=638444 CPUtime=342.12
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 320050 0 0 0 34053 159 0 0 25 0 1 0 92263277 653766656 158144 1992294400 134512640 135191068 4294956224 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 159611 158144 71 165 0 159444 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 638444

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 16767
/proc/meminfo: memFree=510168/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=639764 CPUtime=402.09
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 320473 0 0 0 40049 160 0 0 25 0 1 0 92263277 655118336 158567 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 159941 158567 71 165 0 159774 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 639764

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 16767
/proc/meminfo: memFree=509848/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=641308 CPUtime=462.06
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 320557 0 0 0 46046 160 0 0 25 0 1 0 92263277 656699392 158651 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 160327 158651 71 165 0 160160 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 641308

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16767
/proc/meminfo: memFree=509720/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=641440 CPUtime=522.03
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 320601 0 0 0 52043 160 0 0 25 0 1 0 92263277 656834560 158695 1992294400 134512640 135191068 4294956224 18446744073709551615 134600386 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 160360 158695 71 165 0 160193 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 641440

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16773
/proc/meminfo: memFree=509464/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=641572 CPUtime=582
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 320618 0 0 0 58040 160 0 0 25 0 1 0 92263277 656969728 158712 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 160393 158712 71 165 0 160226 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 641572

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16773
/proc/meminfo: memFree=509336/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=641572 CPUtime=641.99
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 320643 0 0 0 64038 161 0 0 25 0 1 0 92263277 656969728 158737 1992294400 134512640 135191068 4294956224 18446744073709551615 134600355 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 160393 158737 71 165 0 160226 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 641572

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16773
/proc/meminfo: memFree=509336/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=641704 CPUtime=701.96
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 320656 0 0 0 70035 161 0 0 25 0 1 0 92263277 657104896 158750 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 160426 158750 71 165 0 160259 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 641704

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16773
/proc/meminfo: memFree=509336/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=641704 CPUtime=761.94
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 320670 0 0 0 76033 161 0 0 25 0 1 0 92263277 657104896 158764 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 160426 158764 71 165 0 160259 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 641704

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16773
/proc/meminfo: memFree=509336/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=641704 CPUtime=821.91
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 320676 0 0 0 82030 161 0 0 25 0 1 0 92263277 657104896 158770 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 160426 158770 71 165 0 160259 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 641704

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16773
/proc/meminfo: memFree=493208/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=661588 CPUtime=881.88
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 331862 0 0 0 88023 165 0 0 25 0 1 0 92263277 677466112 162856 1992294400 134512640 135191068 4294956224 18446744073709551615 134551506 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 165397 162856 85 165 0 165230 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 661588

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16773
/proc/meminfo: memFree=464152/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=700200 CPUtime=941.85
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 339192 0 0 0 94018 167 0 0 25 0 1 0 92263277 717004800 170186 1992294400 134512640 135191068 4294956224 18446744073709551615 134551503 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 175050 170186 85 165 0 174883 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 700200

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16773
/proc/meminfo: memFree=433816/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=741380 CPUtime=1001.83
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 346737 0 0 0 100013 170 0 0 25 0 1 0 92263277 759173120 177731 1992294400 134512640 135191068 4294956224 18446744073709551615 134551506 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 185345 177731 85 165 0 185178 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 741380

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16773
/proc/meminfo: memFree=402456/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=785924 CPUtime=1061.81
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 354641 0 0 0 106007 174 0 0 25 0 1 0 92263277 804786176 185635 1992294400 134512640 135191068 4294956224 18446744073709551615 134551503 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 196481 185635 85 165 0 196314 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 785924

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16773
/proc/meminfo: memFree=368728/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=834796 CPUtime=1121.79
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 362996 0 0 0 112002 177 0 0 25 0 1 0 92263277 854831104 193990 1992294400 134512640 135191068 4294956224 18446744073709551615 134551503 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 208699 193990 85 165 0 208532 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 834796

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16773
/proc/meminfo: memFree=334680/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=888636 CPUtime=1181.76
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 371575 0 0 0 117996 180 0 0 25 0 1 0 92263277 909963264 202569 1992294400 134512640 135191068 4294956224 18446744073709551615 134551503 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 222159 202569 85 165 0 221992 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 888636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16773
/proc/meminfo: memFree=322392/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=906420 CPUtime=1200.06
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4194304 374480 0 0 0 119825 181 0 0 25 0 1 0 92263277 928174080 205474 1992294400 134512640 135191068 4294956224 18446744073709551615 134581853 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 226605 205474 85 165 0 226438 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 906420

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

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

[startup+1200.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16773
/proc/meminfo: memFree=322392/2055920 swapFree=4192812/4192956
[pid=16766] ppid=16764 vsize=0 CPUtime=1200.16
/proc/16766/stat : 16766 (tts-5-0) R 16764 16766 16417 0 -1 4195332 374480 0 0 0 119825 191 0 0 25 0 1 0 92263277 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/16766/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.74
CPU time (s): 1200.2
CPU user time (s): 1198.25
CPU system time (s): 1.9487
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 1325752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.25
system time used= 1.9487
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374480
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= 2
involuntary context switches= 4745

runsolver used 1.55176 second user time and 2.40863 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-25 08:52:11
IDJOB=1719014
IDBENCH=20576
IDSOLVER=505
FILE ID=node76/1719014-1240642326
PBS_JOBID= 9186459
Free space on /tmp= 66124 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719014-1240642326/watcher-1719014-1240642326 -o /tmp/evaluation-result-1719014-1240642326/solver-1719014-1240642326 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1719014-1240642326.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=295722690

node76.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1029184 kB
Buffers:         71336 kB
Cached:         857204 kB
SwapCached:          0 kB
Active:         104744 kB
Inactive:       837608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1029184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           77528 kB
Writeback:           0 kB
Mapped:          23560 kB
Slab:            70272 kB
Committed_AS:   294884 kB
PageTables:       1432 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66124 MiB
End job on node76 at 2009-04-25 09:12:14