Trace number 1776508

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
ttsth-5-0 2009-03-19 (4 threads)? (MO) 699.79 430.631

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq2.cnf
MD5SUMf0f4556999ccb446384994a4148fca28
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1791.24
Satisfiable
(Un)Satisfiability was proved
Number of variables44095
Number of clauses542253
Sum of the clauses size1554259
Maximum clause length93
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500227
Number of clauses of size 310265
Number of clauses of size 43051
Number of clauses of size 55229
Number of clauses of size over 523480

Solver Data

1.02/1.05	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776508-1243674542.cnf 
1.02/1.05	c Using SATTIMEOUT of 10000
1.02/1.05	c Using SATRAM of 2047
1.02/1.05	c Size of subset node = 16
1.02/1.05	c Variables = 44095
1.02/1.05	c Clauses = 542253
1.02/1.05	c Literals = 1554259
1.02/1.05	c Reduced size:
1.02/1.05	c Variables = 44095
1.02/1.05	c Clauses = 542227
1.02/1.05	c Literals = 1554201
1.02/1.05	c a2
5.22/5.22	c a1
26.32/26.35	c Independent sub-problems = 1
26.32/26.35	c Sub-problem with 44090 variables and 542227 clauses
26.32/26.35	c using permutation method 4
26.32/26.35	c count = 1
26.32/26.35	c Ordering finished 26.110 seconds
26.32/26.35	c mapped 26.350 seconds
26.32/26.35	c permuted 26.360 seconds
26.32/26.35	c about to sort
26.53/26.53	c sorted
219.67/219.77	c clauses now 542227
219.67/219.77	c init finished 26.850 seconds
219.67/219.77	c tree built 219.720 seconds
219.67/219.77	c 
219.67/219.77	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
219.67/219.77	c ---------------------------------|----------------------------------|------------------------------------------------------
219.67/219.77	c ................................ | ..........                       |                      219.7           0.0             
219.67/219.77	c ................................ | ..........                     1 |                      219.7           0.0             
219.67/219.77	c ................................ | ..........                     2 |                      219.7           0.0             
219.67/219.77	c ................................ | ..........                     3 |                      219.7           0.0             
219.67/219.77	c ................................ | ..........                     4 |                      219.7           0.0             
219.67/219.77	c ................................ | ..........                     5 |                      219.7           0.0             
219.67/219.78	c ................................ | ..........                  1000 |                      219.8           4.6          250
219.67/219.79	c ................................ | ..........                  2000 |                      219.8           9.1          901
400.08/304.07	c ................................ | ..........               4180000 | 130003               400.2       10444.8     40250659
599.87/384.98	c ................................ | ..........               7550000 | 163069               600.1       12582.1     77417086

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1776508-1243674542/watcher-1776508-1243674542 -o /tmp/evaluation-result-1776508-1243674542/solver-1776508-1243674542 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776508-1243674542.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 6.44 5.90 4.73 4/113 14180
/proc/meminfo: memFree=3148708/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=2288 CPUtime=0.03
/proc/14180/stat : 14180 (ttsth-5-0) R 14178 14180 32205 0 -1 4202496 443 0 0 0 3 0 0 0 19 0 1 0 1132118300 2342912 399 4294967295 134512640 135237372 3219571120 3219569916 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/14180/statm: 572 399 75 177 0 394 0

[startup+0.102514 s]
/proc/loadavg: 6.44 5.90 4.73 4/113 14180
/proc/meminfo: memFree=3148708/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=5820 CPUtime=0.11
/proc/14180/stat : 14180 (ttsth-5-0) R 14178 14180 32205 0 -1 4202496 1348 0 0 0 11 0 0 0 21 0 1 0 1132118300 5959680 1304 4294967295 134512640 135237372 3219571120 3219569916 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/14180/statm: 1455 1304 75 177 0 1277 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5820

[startup+0.212503 s]
/proc/loadavg: 6.44 5.90 4.73 4/113 14180
/proc/meminfo: memFree=3148708/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=11020 CPUtime=0.22
/proc/14180/stat : 14180 (ttsth-5-0) R 14178 14180 32205 0 -1 4202496 2604 0 0 0 20 2 0 0 22 0 1 0 1132118300 11284480 2560 4294967295 134512640 135237372 3219571120 3219570484 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/14180/statm: 2755 2560 75 177 0 2577 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 11020

[startup+0.312494 s]
/proc/loadavg: 6.44 5.90 4.73 4/113 14180
/proc/meminfo: memFree=3148708/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=15648 CPUtime=0.32
/proc/14180/stat : 14180 (ttsth-5-0) R 14178 14180 32205 0 -1 4202496 3736 0 0 0 30 2 0 0 22 0 1 0 1132118300 16023552 3692 4294967295 134512640 135237372 3219571120 3219569644 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/14180/statm: 3912 3692 75 177 0 3734 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 15648

[startup+0.71246 s]
/proc/loadavg: 6.44 5.90 4.73 4/113 14180
/proc/meminfo: memFree=3148708/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=34196 CPUtime=0.72
/proc/14180/stat : 14180 (ttsth-5-0) R 14178 14180 32205 0 -1 4202496 8251 0 0 0 68 4 0 0 24 0 1 0 1132118300 35016704 8207 4294967295 134512640 135237372 3219571120 3219570568 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/14180/statm: 8549 8207 75 177 0 8371 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 34196

[startup+1.51239 s]
/proc/loadavg: 6.17 5.85 4.72 4/116 14185
/proc/meminfo: memFree=3098388/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=146752 CPUtime=1.52
/proc/14180/stat : 14180 (ttsth-5-0) R 14178 14180 32205 0 -1 4202496 33104 0 0 0 137 15 0 0 25 0 1 0 1132118300 150274048 33060 4294967295 134512640 135237372 3219571120 3219570672 134554919 0 0 0 0 0 0 0 17 1 0 0 0
/proc/14180/statm: 36688 33062 76 177 0 36510 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 146752

[startup+3.11225 s]
/proc/loadavg: 6.17 5.85 4.72 4/114 14187
/proc/meminfo: memFree=3011864/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=151504 CPUtime=3.12
/proc/14180/stat : 14180 (ttsth-5-0) R 14178 14180 32205 0 -1 4202496 34502 0 0 0 297 15 0 0 25 0 1 0 1132118300 155140096 34196 4294967295 134512640 135237372 3219571120 3219569456 134680326 0 0 0 0 0 0 0 17 1 0 0 0
/proc/14180/statm: 37876 34196 76 177 0 37698 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 151504

[startup+6.31198 s]
/proc/loadavg: 6.17 5.85 4.72 4/114 14192
/proc/meminfo: memFree=3024608/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=132248 CPUtime=6.32
/proc/14180/stat : 14180 (ttsth-5-0) R 14178 14180 32205 0 -1 4202496 35787 0 0 0 617 15 0 0 25 0 1 0 1132118300 135421952 31080 4294967295 134512640 135237372 3219571120 3219570448 134555277 0 0 0 0 0 0 0 17 1 0 0 0
/proc/14180/statm: 33062 31080 77 177 0 32884 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 132248

[startup+12.7114 s]
/proc/loadavg: 5.68 5.75 4.70 4/116 14203
/proc/meminfo: memFree=3023484/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=132248 CPUtime=12.72
/proc/14180/stat : 14180 (ttsth-5-0) R 14178 14180 32205 0 -1 4202496 36186 0 0 0 1257 15 0 0 25 0 1 0 1132118300 135421952 31479 4294967295 134512640 135237372 3219571120 3219570448 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/14180/statm: 33062 31479 77 177 0 32884 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 132248

[startup+25.5103 s]
/proc/loadavg: 5.27 5.66 4.68 4/114 14221
/proc/meminfo: memFree=3023332/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=132248 CPUtime=25.52
/proc/14180/stat : 14180 (ttsth-5-0) R 14178 14180 32205 0 -1 4202496 36213 0 0 0 2537 15 0 0 25 0 1 0 1132118300 135421952 31506 4294967295 134512640 135237372 3219571120 3219570480 134600721 0 0 0 0 0 0 0 17 1 0 0 0
/proc/14180/statm: 33062 31506 77 177 0 32884 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 132248

[startup+51.1081 s]
/proc/loadavg: 4.49 5.45 4.63 4/114 14261
/proc/meminfo: memFree=2922480/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=229624 CPUtime=51.11
/proc/14180/stat : 14180 (ttsth-5-0) R 14178 14180 32205 0 -1 4202496 61992 0 0 0 5092 19 0 0 25 0 1 0 1132118300 235134976 56755 4294967295 134512640 135237372 3219571120 3219545984 134551480 0 0 0 0 0 0 0 17 1 0 0 0
/proc/14180/statm: 57406 56755 91 177 0 57228 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 229624

[startup+102.314 s]
/proc/loadavg: 3.59 5.03 4.54 4/114 14526
/proc/meminfo: memFree=2890980/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=265172 CPUtime=102.32
/proc/14180/stat : 14180 (ttsth-5-0) R 14178 14180 32205 0 -1 4202496 69887 0 0 0 10210 22 0 0 25 0 1 0 1132118300 271536128 64650 4294967295 134512640 135237372 3219571120 3219341472 134551480 0 0 0 0 0 0 0 17 1 0 0 0
/proc/14180/statm: 66293 64650 91 177 0 66115 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 265172

[startup+162.309 s]
/proc/loadavg: 3.22 4.66 4.44 4/114 14802
/proc/meminfo: memFree=2846392/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=308692 CPUtime=162.29
/proc/14180/stat : 14180 (ttsth-5-0) R 14178 14180 32205 0 -1 4202496 80983 0 0 0 16207 22 0 0 25 0 1 0 1132118300 316100608 75746 4294967295 134512640 135237372 3219571120 3219510816 134551480 0 0 0 0 0 0 0 17 1 0 0 0
/proc/14180/statm: 77173 75746 91 177 0 76995 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 308692

[startup+222.323 s]
/proc/loadavg: 3.32 4.41 4.36 7/118 15080
/proc/meminfo: memFree=2737032/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=444744 CPUtime=224.8
/proc/14180/stat : 14180 (ttsth-5-0) S 14178 14180 32205 0 -1 4202496 109246 0 0 0 22449 31 0 0 25 0 5 0 1132118300 455417856 103479 4294967295 134512640 135237372 3219571120 3219570716 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/14180/statm: 111186 103479 95 177 0 111008 0
[pid=14180/tid=15077] ppid=14178 vsize=444744 CPUtime=1.42
/proc/14180/task/15077/stat : 15077 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 1277 0 0 0 142 0 0 0 25 0 5 0 1132140277 455417856 103479 4294967295 134512640 135237372 3219571120 3068962480 134591211 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=14180/tid=15078] ppid=14178 vsize=444744 CPUtime=1.15
/proc/14180/task/15078/stat : 15078 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 2844 0 0 0 115 0 0 0 25 0 5 0 1132140277 455417856 103479 4294967295 134512640 135237372 3219571120 3061402304 134680737 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=14180/tid=15079] ppid=14178 vsize=444744 CPUtime=0.85
/proc/14180/task/15079/stat : 15079 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 1836 0 0 0 85 0 0 0 25 0 5 0 1132140278 455417856 103479 4294967295 134512640 135237372 3219571120 3053271088 134680737 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14180/tid=15080] ppid=14178 vsize=444744 CPUtime=1.66
/proc/14180/task/15080/stat : 15080 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 3434 0 0 0 164 2 0 0 25 0 5 0 1132140278 455417856 103479 4294967295 134512640 135237372 3219571120 3043493116 134549950 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 224.8
Current children cumulated vsize (KiB) 444744

[startup+282.308 s]
/proc/loadavg: 5.21 4.77 4.49 7/118 15356
/proc/meminfo: memFree=2291248/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=898224 CPUtime=349.09
/proc/14180/stat : 14180 (ttsth-5-0) S 14178 14180 32205 0 -1 4202496 221944 0 0 0 34839 70 0 0 25 0 5 0 1132118300 919781376 216177 4294967295 134512640 135237372 3219571120 3219570716 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/14180/statm: 224556 216177 95 177 0 224378 0
[pid=14180/tid=15077] ppid=14178 vsize=898224 CPUtime=37.25
/proc/14180/task/15077/stat : 15077 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 20020 0 0 0 3713 12 0 0 25 0 5 0 1132140277 919781376 216177 4294967295 134512640 135237372 3219571120 3069382928 134561428 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=14180/tid=15078] ppid=14178 vsize=898224 CPUtime=30.21
/proc/14180/task/15078/stat : 15078 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 36413 0 0 0 3015 6 0 0 25 0 5 0 1132140277 919781376 216177 4294967295 134512640 135237372 3219571120 3060386384 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14180/tid=15079] ppid=14178 vsize=898224 CPUtime=30.48
/proc/14180/task/15079/stat : 15079 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 27755 0 0 0 3038 10 0 0 25 0 5 0 1132140278 919781376 216177 4294967295 134512640 135237372 3219571120 3053394288 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14180/tid=15080] ppid=14178 vsize=898224 CPUtime=31.43
/proc/14180/task/15080/stat : 15080 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 37901 0 0 0 3130 13 0 0 25 0 5 0 1132140278 919781376 216177 4294967295 134512640 135237372 3219571120 3043801264 134561426 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 349.09
Current children cumulated vsize (KiB) 898224

[startup+342.313 s]
/proc/loadavg: 6.08 5.09 4.62 7/118 15634
/proc/meminfo: memFree=1848424/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=1342164 CPUtime=495.01
/proc/14180/stat : 14180 (ttsth-5-0) S 14178 14180 32205 0 -1 4202496 331635 0 0 0 49393 108 0 0 25 0 5 0 1132118300 1374375936 325868 4294967295 134512640 135237372 3219571120 3219570716 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/14180/statm: 335541 325868 95 177 0 335363 0
[pid=14180/tid=15077] ppid=14178 vsize=1342164 CPUtime=67.12
/proc/14180/task/15077/stat : 15077 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 24342 0 0 0 6697 15 0 0 25 0 5 0 1132140277 1374375936 325868 4294967295 134512640 135237372 3219571120 3068980160 134749343 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=14180/tid=15078] ppid=14178 vsize=1342164 CPUtime=64.57
/proc/14180/task/15078/stat : 15078 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 69969 0 0 0 6438 19 0 0 25 0 5 0 1132140277 1374375936 325868 4294967295 134512640 135237372 3219571120 3060249840 134561428 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=14180/tid=15079] ppid=14178 vsize=1342164 CPUtime=72.57
/proc/14180/task/15079/stat : 15079 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 54396 0 0 0 7238 19 0 0 25 0 5 0 1132140278 1374375936 325868 4294967295 134512640 135237372 3219571120 3053568432 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14180/tid=15080] ppid=14178 vsize=1342164 CPUtime=71.03
/proc/14180/task/15080/stat : 15080 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 83073 0 0 0 7077 26 0 0 25 0 5 0 1132140278 1374375936 325868 4294967295 134512640 135237372 3219571120 3042338016 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 495.01
Current children cumulated vsize (KiB) 1342164

[startup+402.308 s]
/proc/loadavg: 6.06 5.27 4.70 7/118 15911
/proc/meminfo: memFree=1338552/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=1870696 CPUtime=640.96
/proc/14180/stat : 14180 (ttsth-5-0) S 14178 14180 32205 0 -1 4202496 461144 0 0 0 63941 155 0 0 25 0 5 0 1132118300 1915592704 455377 4294967295 134512640 135237372 3219571120 3219570716 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/14180/statm: 467674 455377 95 177 0 467496 0
[pid=14180/tid=15077] ppid=14178 vsize=1870856 CPUtime=101.02
/proc/14180/task/15077/stat : 15077 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 45922 0 0 0 10081 21 0 0 25 0 5 0 1132140277 1915756544 455378 4294967295 134512640 135237372 3219571120 3070120064 134561428 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=14180/tid=15078] ppid=14178 vsize=1870856 CPUtime=100.32
/proc/14180/task/15078/stat : 15078 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 109729 0 0 0 9993 39 0 0 25 0 5 0 1132140277 1915756544 455378 4294967295 134512640 135237372 3219571120 3060501960 134732535 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14180/tid=15079] ppid=14178 vsize=1870856 CPUtime=118.95
/proc/14180/task/15079/stat : 15079 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 88237 0 0 0 11863 32 0 0 25 0 5 0 1132140278 1915756544 455378 4294967295 134512640 135237372 3219571120 3053656016 134562341 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14180/tid=15080] ppid=14178 vsize=1870856 CPUtime=100.95
/proc/14180/task/15080/stat : 15080 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 117402 0 0 0 10061 34 0 0 25 0 5 0 1132140278 1915756544 455378 4294967295 134512640 135237372 3219571120 3043699856 134562341 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 640.96
Current children cumulated vsize (KiB) 1870696



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+430.505 s]
/proc/loadavg: 6.32 5.39 4.76 9/119 16126
/proc/meminfo: memFree=1109068/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=2096904 CPUtime=699.65
/proc/14180/stat : 14180 (ttsth-5-0) S 14178 14180 32205 0 -1 4202496 515693 0 0 0 69796 169 0 0 25 0 5 0 1132118300 2147229696 509926 4294967295 134512640 135237372 3219571120 3219570716 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/14180/statm: 524226 509927 95 177 0 524048 0
[pid=14180/tid=15077] ppid=14178 vsize=2096904 CPUtime=115.42
/proc/14180/task/15077/stat : 15077 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 60099 0 0 0 11520 22 0 0 25 0 5 0 1132140277 2147229696 509929 4294967295 134512640 135237372 3219571120 3070058080 134749353 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14180/tid=15078] ppid=14178 vsize=2096904 CPUtime=113.9
/proc/14180/task/15078/stat : 15078 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 126704 0 0 0 11345 45 0 0 25 0 5 0 1132140277 2147229696 509930 4294967295 134512640 135237372 3219571120 3060462560 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=14180/tid=15079] ppid=14178 vsize=2096904 CPUtime=135.05
/proc/14180/task/15079/stat : 15079 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 98722 0 0 0 13468 37 0 0 25 0 5 0 1132140278 2147229696 509930 4294967295 134512640 135237372 3219571120 3052185104 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=14180/tid=15080] ppid=14178 vsize=2096904 CPUtime=115.56
/proc/14180/task/15080/stat : 15080 (ttsth-5-0) R 14178 14180 32205 0 -1 4202560 130317 0 0 0 11520 36 0 0 25 0 5 0 1132140278 2147229696 509930 4294967295 134512640 135237372 3219571120 3042000384 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 699.65
Current children cumulated vsize (KiB) 2096904

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

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

[startup+430.625 s]
/proc/loadavg: 6.32 5.39 4.76 9/119 16126
/proc/meminfo: memFree=1109068/3368532 swapFree=1954888/1959888
[pid=14180] ppid=14178 vsize=0 CPUtime=699.79
/proc/14180/stat : 14180 (ttsth-5-0) Z 14178 14180 32205 0 -1 4203524 515724 0 0 0 69800 179 0 0 23 0 2 0 1132118300 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/14180/statm: 0 0 0 0 0 0 0
[pid=14180/tid=15077] ppid=14178 vsize=0 CPUtime=115.52
/proc/14180/task/15077/stat : 15077 (ttsth-5-0) R 14178 14180 32205 0 -1 4203588 60099 0 0 0 11520 32 0 0 25 0 2 0 1132140277 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 699.79
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 430.631
CPU time (s): 699.79
CPU user time (s): 698
CPU system time (s): 1.79
CPU usage (%): 162.503
Max. virtual memory (cumulated for all children) (KiB): 2096904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 698
system time used= 1.79
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 515724
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= 2388
involuntary context switches= 6135

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 11:09:02
IDJOB=1776508
IDBENCH=20577
IDSOLVER=632
FILE ID=/1776508-1243674542
PBS_JOBID=
Free space on /tmp= 15870 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq2.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776508-1243674542/watcher-1776508-1243674542 -o /tmp/evaluation-result-1776508-1243674542/solver-1776508-1243674542 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776508-1243674542.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= f0f4556999ccb446384994a4148fca28
RANDOM SEED= 332382590

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.43
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3149448 kB
Buffers:         37384 kB
Cached:          84940 kB
SwapCached:        720 kB
Active:         109696 kB
Inactive:        28232 kB
HighTotal:     2489216 kB
HighFree:      2384660 kB
LowTotal:       879316 kB
LowFree:        764788 kB
SwapTotal:     1959888 kB
SwapFree:      1954888 kB
Dirty:           11428 kB
Writeback:           0 kB
AnonPages:       15140 kB
Mapped:           6172 kB
Slab:            70052 kB
SReclaimable:    59928 kB
SUnreclaim:      10124 kB
PageTables:        740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   117276 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15870 MiB
End job on  at 2009-05-30 11:16:16