Trace number 1776643

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) 505.45 292.983

General information on the benchmark

Namecmu-bmc-barrel6.cnf
MD5SUMcc87f90bf08e13838e59f0f2639db121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.2
Satisfiable
(Un)Satisfiability was proved
Number of variables2306
Number of clauses8931
Sum of the clauses size24664
Maximum clause length217
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22629
Number of clauses of size 36048
Number of clauses of size 4252
Number of clauses of size 50
Number of clauses of size over 52

Solver Data

0.00/0.05	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776643-1243675245.cnf 
0.00/0.05	c Using SATTIMEOUT of 10000
0.00/0.05	c Using SATRAM of 2047
0.00/0.05	c Size of subset node = 16
0.00/0.05	c Variables = 2306
0.00/0.05	c Clauses = 8931
0.00/0.05	c Literals = 24664
0.00/0.05	c Reduced size:
0.00/0.05	c Variables = 2306
0.00/0.05	c Clauses = 8931
0.00/0.05	c Literals = 24664
0.00/0.05	c a2
0.00/0.05	c a1
0.16/0.35	c Independent sub-problems = 1
0.16/0.35	c Sub-problem with 2306 variables and 8931 clauses
0.16/0.35	c using permutation method 4
0.16/0.35	c count = 1
0.16/0.35	c Ordering finished 0.200 seconds
0.16/0.35	c mapped 0.200 seconds
0.16/0.35	c permuted 0.200 seconds
0.16/0.35	c about to sort
0.16/0.36	c sorted
0.25/0.50	c clauses now 8931
0.25/0.50	c init finished 0.220 seconds
0.25/0.50	c tree built 0.250 seconds
0.25/0.50	c 
0.25/0.50	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.25/0.50	c ---------------------------------|----------------------------------|------------------------------------------------------
0.25/0.50	c ................................ | ..........                       |                        0.2           0.0             
0.25/0.50	c ................................ | ..........                     1 |                        0.2           4.0             
0.25/0.50	c ................................ | ..........                     2 |                        0.2           8.0             
0.25/0.50	c ................................ | ..........                     3 |                        0.2          12.0             
0.25/0.50	c ................................ | ..........                     4 |                        0.2          16.0             
0.25/0.50	c ................................ | ..........                     5 |                        0.2          20.0             
0.25/0.50	c ................................ | ..........                  1000 |                        0.2        4000.0          594
199.79/123.47	c ................................ | ..........               2853000 | 147456               200.0       14262.9     53605911
400.11/236.34	c ................................ | ..........               4866000 | 318765               400.2       12159.5    104179320

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-1776643-1243675245/watcher-1776643-1243675245 -o /tmp/evaluation-result-1776643-1243675245/solver-1776643-1243675245 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776643-1243675245.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: 5.41 6.53 6.26 7/113 25669
/proc/meminfo: memFree=2293988/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=2464 CPUtime=0.05
/proc/25669/stat : 25669 (ttsth-5-0) R 25667 25669 14986 0 -1 4202496 522 0 0 0 5 0 0 0 20 0 1 0 1121661771 2523136 477 4294967295 134512640 135237372 3217596368 3217595696 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/25669/statm: 616 477 77 177 0 438 0

[startup+0.08909 s]
/proc/loadavg: 5.41 6.53 6.26 7/113 25669
/proc/meminfo: memFree=2293988/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=2464 CPUtime=0.05
/proc/25669/stat : 25669 (ttsth-5-0) R 25667 25669 14986 0 -1 4202496 522 0 0 0 5 0 0 0 20 0 1 0 1121661771 2523136 477 4294967295 134512640 135237372 3217596368 3217595696 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/25669/statm: 616 477 77 177 0 438 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2464

[startup+0.199062 s]
/proc/loadavg: 5.41 6.53 6.26 7/113 25669
/proc/meminfo: memFree=2293988/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=2864 CPUtime=0.15
/proc/25669/stat : 25669 (ttsth-5-0) R 25667 25669 14986 0 -1 4202496 615 0 0 0 15 0 0 0 21 0 1 0 1121661771 2932736 570 4294967295 134512640 135237372 3217596368 3217595696 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/25669/statm: 716 570 77 177 0 538 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 2864

[startup+0.309055 s]
/proc/loadavg: 5.41 6.53 6.26 7/113 25669
/proc/meminfo: memFree=2293988/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=2864 CPUtime=0.16
/proc/25669/stat : 25669 (ttsth-5-0) R 25667 25669 14986 0 -1 4202496 619 0 0 0 16 0 0 0 21 0 1 0 1121661771 2932736 574 4294967295 134512640 135237372 3217596368 3217595696 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/25669/statm: 716 574 77 177 0 538 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 2864

[startup+0.70903 s]
/proc/loadavg: 5.41 6.53 6.26 7/113 25669
/proc/meminfo: memFree=2293988/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=44348 CPUtime=0.36
/proc/25669/stat : 25669 (ttsth-5-0) S 25667 25669 14986 0 -1 4202496 2925 0 0 0 34 2 0 0 21 0 5 0 1121661771 45412352 2880 4294967295 134512640 135237372 3217596368 3217595964 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25669/statm: 11087 2880 95 177 0 10909 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 44348

[startup+1.51896 s]
/proc/loadavg: 5.41 6.53 6.26 9/118 25674
/proc/meminfo: memFree=2283036/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=48696 CPUtime=1.9
/proc/25669/stat : 25669 (ttsth-5-0) S 25667 25669 14986 0 -1 4202496 3886 0 0 0 188 2 0 0 21 0 5 0 1121661771 49864704 3841 4294967295 134512640 135237372 3217596368 3217595964 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25669/statm: 12174 3841 95 177 0 11996 0
[pid=25669/tid=25671] ppid=25667 vsize=48696 CPUtime=0.45
/proc/25669/task/25671/stat : 25671 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 531 0 0 0 44 1 0 0 25 0 5 0 1121661822 49864704 3841 4294967295 134512640 135237372 3217596368 3086752704 134680503 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25669/tid=25672] ppid=25667 vsize=48696 CPUtime=0.43
/proc/25669/task/25672/stat : 25672 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 336 0 0 0 43 0 0 0 25 0 5 0 1121661822 49864704 3841 4294967295 134512640 135237372 3217596368 3078387920 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=48696 CPUtime=0.41
/proc/25669/task/25673/stat : 25673 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 285 0 0 0 41 0 0 0 24 0 5 0 1121661822 49864704 3841 4294967295 134512640 135237372 3217596368 3070123200 134587936 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25669/tid=25674] ppid=25667 vsize=48696 CPUtime=0.36
/proc/25669/task/25674/stat : 25674 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 208 0 0 0 36 0 0 0 25 0 5 0 1121661822 49864704 3841 4294967295 134512640 135237372 3217596368 3061647148 134636382 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 48696

[startup+3.11884 s]
/proc/loadavg: 5.41 6.53 6.26 10/118 25674
/proc/meminfo: memFree=2279628/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=57028 CPUtime=4.56
/proc/25669/stat : 25669 (ttsth-5-0) S 25667 25669 14986 0 -1 4202496 5961 0 0 0 454 2 0 0 21 0 5 0 1121661771 58396672 5916 4294967295 134512640 135237372 3217596368 3217595964 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25669/statm: 14257 5916 95 177 0 14079 0
[pid=25669/tid=25671] ppid=25667 vsize=57028 CPUtime=1.16
/proc/25669/task/25671/stat : 25671 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 987 0 0 0 115 1 0 0 25 0 5 0 1121661822 58396672 5916 4294967295 134512640 135237372 3217596368 3086805200 134751534 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25669/tid=25672] ppid=25667 vsize=57028 CPUtime=1.05
/proc/25669/task/25672/stat : 25672 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 794 0 0 0 105 0 0 0 25 0 5 0 1121661822 58396672 5916 4294967295 134512640 135237372 3217596368 3078441456 134680467 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=57028 CPUtime=1.11
/proc/25669/task/25673/stat : 25673 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 870 0 0 0 111 0 0 0 25 0 5 0 1121661822 58396672 5916 4294967295 134512640 135237372 3217596368 3070033964 134519936 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25669/tid=25674] ppid=25667 vsize=57028 CPUtime=0.99
/proc/25669/task/25674/stat : 25674 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 784 0 0 0 99 0 0 0 25 0 5 0 1121661822 58396672 5916 4294967295 134512640 135237372 3217596368 3061710592 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 57028

[startup+6.31859 s]
/proc/loadavg: 5.61 6.55 6.27 9/118 25674
/proc/meminfo: memFree=2257316/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=77640 CPUtime=10.38
/proc/25669/stat : 25669 (ttsth-5-0) S 25667 25669 14986 0 -1 4202496 11138 0 0 0 1034 4 0 0 21 0 5 0 1121661771 79503360 11093 4294967295 134512640 135237372 3217596368 3217595964 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25669/statm: 19410 11093 95 177 0 19232 0
[pid=25669/tid=25671] ppid=25667 vsize=77640 CPUtime=2.65
/proc/25669/task/25671/stat : 25671 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 1615 0 0 0 264 1 0 0 25 0 5 0 1121661822 79503360 11093 4294967295 134512640 135237372 3217596368 3086852056 134519949 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25669/tid=25672] ppid=25667 vsize=77640 CPUtime=2.45
/proc/25669/task/25672/stat : 25672 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 1826 0 0 0 245 0 0 0 24 0 5 0 1121661822 79503360 11093 4294967295 134512640 135237372 3217596368 3078415904 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=77640 CPUtime=2.54
/proc/25669/task/25673/stat : 25673 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 2651 0 0 0 252 2 0 0 25 0 5 0 1121661822 79503360 11093 4294967295 134512640 135237372 3217596368 3070008672 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25669/tid=25674] ppid=25667 vsize=77640 CPUtime=2.49
/proc/25669/task/25674/stat : 25674 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 2520 0 0 0 249 0 0 0 24 0 5 0 1121661822 79503360 11093 4294967295 134512640 135237372 3217596368 3061593148 134636641 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.38
Current children cumulated vsize (KiB) 77640

[startup+12.7181 s]
/proc/loadavg: 5.81 6.57 6.28 10/119 25684
/proc/meminfo: memFree=2214776/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=120328 CPUtime=22.15
/proc/25669/stat : 25669 (ttsth-5-0) S 25667 25669 14986 0 -1 4202496 21800 0 0 0 2204 11 0 0 21 0 5 0 1121661771 123215872 21755 4294967295 134512640 135237372 3217596368 3217595964 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25669/statm: 30082 21755 95 177 0 29904 0
[pid=25669/tid=25671] ppid=25667 vsize=120328 CPUtime=5.75
/proc/25669/task/25671/stat : 25671 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 2691 0 0 0 574 1 0 0 25 0 5 0 1121661822 123215872 21755 4294967295 134512640 135237372 3217596368 3086885312 134749337 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25669/tid=25672] ppid=25667 vsize=120328 CPUtime=5.25
/proc/25669/task/25672/stat : 25672 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 4496 0 0 0 523 2 0 0 25 0 5 0 1121661822 123215872 21755 4294967295 134512640 135237372 3217596368 3078478396 134549872 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=120328 CPUtime=5.51
/proc/25669/task/25673/stat : 25673 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 6358 0 0 0 547 4 0 0 25 0 5 0 1121661822 123215872 21755 4294967295 134512640 135237372 3217596368 3070079056 134680503 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25669/tid=25674] ppid=25667 vsize=120328 CPUtime=5.39
/proc/25669/task/25674/stat : 25674 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 5729 0 0 0 536 3 0 0 25 0 5 0 1121661822 123215872 21755 4294967295 134512640 135237372 3217596368 3061647664 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.15
Current children cumulated vsize (KiB) 120328

[startup+25.5171 s]
/proc/loadavg: 6.41 6.67 6.31 10/118 25859
/proc/meminfo: memFree=2116000/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=216008 CPUtime=46.47
/proc/25669/stat : 25669 (ttsth-5-0) S 25667 25669 14986 0 -1 4202496 45755 0 0 0 4630 17 0 0 21 0 5 0 1121661771 221192192 45710 4294967295 134512640 135237372 3217596368 3217595964 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25669/statm: 54002 45710 95 177 0 53824 0
[pid=25669/tid=25671] ppid=25667 vsize=216008 CPUtime=11.67
/proc/25669/task/25671/stat : 25671 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 5277 0 0 0 1163 4 0 0 25 0 5 0 1121661822 221192192 45710 4294967295 134512640 135237372 3217596368 3086812672 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25669/tid=25672] ppid=25667 vsize=216008 CPUtime=12.63
/proc/25669/task/25672/stat : 25672 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 11881 0 0 0 1259 4 0 0 25 0 5 0 1121661822 221192192 45710 4294967295 134512640 135237372 3217596368 3078448304 134591221 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=216008 CPUtime=10.81
/proc/25669/task/25673/stat : 25673 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 13260 0 0 0 1076 5 0 0 25 0 5 0 1121661822 221192192 45710 4294967295 134512640 135237372 3217596368 3070074976 134562380 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25669/tid=25674] ppid=25667 vsize=216008 CPUtime=11.11
/proc/25669/task/25674/stat : 25674 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 12811 0 0 0 1108 3 0 0 25 0 5 0 1121661822 221192192 45710 4294967295 134512640 135237372 3217596368 3061693984 134590241 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.47
Current children cumulated vsize (KiB) 216008

[startup+51.1151 s]
/proc/loadavg: 7.01 6.80 6.36 9/118 25862
/proc/meminfo: memFree=1912396/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=421324 CPUtime=93.38
/proc/25669/stat : 25669 (ttsth-5-0) S 25667 25669 14986 0 -1 4202496 96871 0 0 0 9310 28 0 0 21 0 5 0 1121661771 431435776 96826 4294967295 134512640 135237372 3217596368 3217595964 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25669/statm: 105331 96826 95 177 0 105153 0
[pid=25669/tid=25671] ppid=25667 vsize=421324 CPUtime=23.65
/proc/25669/task/25671/stat : 25671 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 10657 0 0 0 2361 4 0 0 25 0 5 0 1121661822 431435776 96826 4294967295 134512640 135237372 3217596368 3086787628 134550976 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25669/tid=25672] ppid=25667 vsize=421324 CPUtime=24.13
/proc/25669/task/25672/stat : 25672 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 26436 0 0 0 2403 10 0 0 25 0 5 0 1121661822 431435776 96826 4294967295 134512640 135237372 3217596368 3078254960 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=421324 CPUtime=22.52
/proc/25669/task/25673/stat : 25673 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 28864 0 0 0 2247 5 0 0 25 0 5 0 1121661822 431435776 96826 4294967295 134512640 135237372 3217596368 3070088348 134549872 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25669/tid=25674] ppid=25667 vsize=421324 CPUtime=22.83
/proc/25669/task/25674/stat : 25674 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 28388 0 0 0 2275 8 0 0 25 0 5 0 1121661822 431435776 96826 4294967295 134512640 135237372 3217596368 3061673200 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 93.38
Current children cumulated vsize (KiB) 421324

[startup+102.321 s]
/proc/loadavg: 7.56 6.99 6.45 8/118 26049
/proc/meminfo: memFree=1585124/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=743884 CPUtime=161.35
/proc/25669/stat : 25669 (ttsth-5-0) S 25667 25669 14986 0 -1 4202496 177493 0 0 0 16074 61 0 0 21 0 5 0 1121661771 761737216 177448 4294967295 134512640 135237372 3217596368 3217595964 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25669/statm: 185971 177448 95 177 0 185793 0
[pid=25669/tid=25671] ppid=25667 vsize=743884 CPUtime=38.65
/proc/25669/task/25671/stat : 25671 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 28490 0 0 0 3854 11 0 0 25 0 5 0 1121661822 761737216 177448 4294967295 134512640 135237372 3217596368 3086768432 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25669/tid=25672] ppid=25667 vsize=743884 CPUtime=41.33
/proc/25669/task/25672/stat : 25672 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 48636 0 0 0 4116 17 0 0 25 0 5 0 1121661822 761737216 177448 4294967295 134512640 135237372 3217596368 3078419440 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=743884 CPUtime=39.41
/proc/25669/task/25673/stat : 25673 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 48359 0 0 0 3928 13 0 0 25 0 5 0 1121661822 761737216 177448 4294967295 134512640 135237372 3217596368 3070014304 134680467 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25669/tid=25674] ppid=25667 vsize=743884 CPUtime=41.71
/proc/25669/task/25674/stat : 25674 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 49482 0 0 0 4152 19 0 0 25 0 5 0 1121661822 761737216 177448 4294967295 134512640 135237372 3217596368 3061705632 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 161.35
Current children cumulated vsize (KiB) 743884

[startup+162.306 s]
/proc/loadavg: 7.90 7.20 6.56 10/118 26237
/proc/meminfo: memFree=1123104/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=1210092 CPUtime=266.4
/proc/25669/stat : 25669 (ttsth-5-0) S 25667 25669 14986 0 -1 4202496 293977 0 0 0 26531 109 0 0 21 0 5 0 1121661771 1239134208 293932 4294967295 134512640 135237372 3217596368 3217595964 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25669/statm: 302523 293932 95 177 0 302345 0
[pid=25669/tid=25671] ppid=25667 vsize=1210092 CPUtime=65.05
/proc/25669/task/25671/stat : 25671 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 56521 0 0 0 6487 18 0 0 25 0 5 0 1121661822 1239134208 293932 4294967295 134512640 135237372 3217596368 3086823408 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25669/tid=25672] ppid=25667 vsize=1210092 CPUtime=67.83
/proc/25669/task/25672/stat : 25672 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 78771 0 0 0 6755 28 0 0 25 0 5 0 1121661822 1239134208 293933 4294967295 134512640 135237372 3217596368 3078416096 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=1210092 CPUtime=65.45
/proc/25669/task/25673/stat : 25673 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 75945 0 0 0 6518 27 0 0 25 0 5 0 1121661822 1239134208 293933 4294967295 134512640 135237372 3217596368 3070030320 134680273 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25669/tid=25674] ppid=25667 vsize=1210092 CPUtime=67.82
/proc/25669/task/25674/stat : 25674 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 80215 0 0 0 6747 35 0 0 25 0 5 0 1121661822 1239134208 293933 4294967295 134512640 135237372 3217596368 3061633504 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 266.4
Current children cumulated vsize (KiB) 1210092

[startup+222.312 s]
/proc/loadavg: 8.44 7.48 6.69 9/118 26429
/proc/meminfo: memFree=701844/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=1625424 CPUtime=374.1
/proc/25669/stat : 25669 (ttsth-5-0) S 25667 25669 14986 0 -1 4202496 397771 0 0 0 37274 136 0 0 21 0 5 0 1121661771 1664434176 397726 4294967295 134512640 135237372 3217596368 3217595964 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25669/statm: 406356 397726 95 177 0 406178 0
[pid=25669/tid=25671] ppid=25667 vsize=1625424 CPUtime=92.42
/proc/25669/task/25671/stat : 25671 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 85186 0 0 0 9216 26 0 0 25 0 5 0 1121661822 1664434176 397726 4294967295 134512640 135237372 3217596368 3086849584 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25669/tid=25672] ppid=25667 vsize=1625424 CPUtime=94.43
/proc/25669/task/25672/stat : 25672 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 105342 0 0 0 9408 35 0 0 25 0 5 0 1121661822 1664434176 397726 4294967295 134512640 135237372 3217596368 3078509968 134680329 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=1625424 CPUtime=91.61
/proc/25669/task/25673/stat : 25673 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 99170 0 0 0 9130 31 0 0 25 0 5 0 1121661822 1664434176 397726 4294967295 134512640 135237372 3217596368 3070064876 134549872 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25669/tid=25674] ppid=25667 vsize=1625424 CPUtime=95.39
/proc/25669/task/25674/stat : 25674 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 105547 0 0 0 9496 43 0 0 25 0 5 0 1121661822 1664434176 397727 4294967295 134512640 135237372 3217596368 3061478272 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 374.1
Current children cumulated vsize (KiB) 1625424

[startup+282.307 s]
/proc/loadavg: 8.29 7.60 6.78 9/118 26618
/proc/meminfo: memFree=309472/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=2019824 CPUtime=485.5
/proc/25669/stat : 25669 (ttsth-5-0) S 25667 25669 14986 0 -1 4202496 496445 0 0 0 48381 169 0 0 21 0 5 0 1121661771 2068299776 496400 4294967295 134512640 135237372 3217596368 3217595964 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25669/statm: 504956 496400 95 177 0 504778 0
[pid=25669/tid=25671] ppid=25667 vsize=2019824 CPUtime=120.35
/proc/25669/task/25671/stat : 25671 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 106549 0 0 0 12000 35 0 0 25 0 5 0 1121661822 2068299776 496401 4294967295 134512640 135237372 3217596368 3086710000 134680503 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25669/tid=25672] ppid=25667 vsize=2019824 CPUtime=122.18
/proc/25669/task/25672/stat : 25672 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 135881 0 0 0 12174 44 0 0 25 0 5 0 1121661822 2068299776 496401 4294967295 134512640 135237372 3217596368 3078448496 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=2019824 CPUtime=119.51
/proc/25669/task/25673/stat : 25673 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 120727 0 0 0 11913 38 0 0 25 0 5 0 1121661822 2068299776 496401 4294967295 134512640 135237372 3217596368 3070096272 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25669/tid=25674] ppid=25667 vsize=2019824 CPUtime=123.21
/proc/25669/task/25674/stat : 25674 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 130763 0 0 0 12270 51 0 0 25 0 5 0 1121661822 2068299776 496401 4294967295 134512640 135237372 3217596368 3061733824 134562380 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 485.5
Current children cumulated vsize (KiB) 2019824



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+292.706 s]
/proc/loadavg: 8.24 7.62 6.79 10/118 26618
/proc/meminfo: memFree=227424/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=2096784 CPUtime=505.32
/proc/25669/stat : 25669 (ttsth-5-0) S 25667 25669 14986 0 -1 4202496 515633 0 0 0 50357 175 0 0 21 0 5 0 1121661771 2147106816 515588 4294967295 134512640 135237372 3217596368 3217595964 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25669/statm: 524196 515588 95 177 0 524018 0
[pid=25669/tid=25671] ppid=25667 vsize=2096784 CPUtime=125.22
/proc/25669/task/25671/stat : 25671 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 111906 0 0 0 12487 35 0 0 25 0 5 0 1121661822 2147106816 515588 4294967295 134512640 135237372 3217596368 3086817264 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25669/tid=25672] ppid=25667 vsize=2096784 CPUtime=127.13
/proc/25669/task/25672/stat : 25672 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 140786 0 0 0 12665 48 0 0 25 0 5 0 1121661822 2147106816 515588 4294967295 134512640 135237372 3217596368 3078491168 134551745 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25669/tid=25673] ppid=25667 vsize=2096784 CPUtime=124.51
/proc/25669/task/25673/stat : 25673 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 124549 0 0 0 12413 38 0 0 25 0 5 0 1121661822 2147106816 515588 4294967295 134512640 135237372 3217596368 3070028720 134680257 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25669/tid=25674] ppid=25667 vsize=2096784 CPUtime=128.21
/proc/25669/task/25674/stat : 25674 (ttsth-5-0) R 25667 25669 14986 0 -1 4202560 135866 0 0 0 12768 53 0 0 25 0 5 0 1121661822 2147106816 515588 4294967295 134512640 135237372 3217596368 3061489216 134590238 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 505.32
Current children cumulated vsize (KiB) 2096784

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

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

[startup+292.826 s]
/proc/loadavg: 8.24 7.62 6.79 10/118 26618
/proc/meminfo: memFree=227424/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=0 CPUtime=505.39
/proc/25669/stat : 25669 (ttsth-5-0) Z 25667 25669 14986 0 -1 4203524 515634 0 0 0 50359 180 0 0 18 0 2 0 1121661771 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25669/statm: 0 0 0 0 0 0 0
[pid=25669/tid=25674] ppid=25667 vsize=0 CPUtime=128.26
/proc/25669/task/25674/stat : 25674 (ttsth-5-0) R 25667 25669 14986 0 -1 4203588 135866 0 0 0 12768 58 0 0 25 0 2 0 1121661822 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 505.39
Current children cumulated vsize (KiB) 0

[startup+292.906 s]
/proc/loadavg: 8.24 7.62 6.79 10/118 26618
/proc/meminfo: memFree=227424/3368532 swapFree=1953000/1959888
[pid=25669] ppid=25667 vsize=0 CPUtime=505.44
/proc/25669/stat : 25669 (ttsth-5-0) Z 25667 25669 14986 0 -1 4203524 515634 0 0 0 50359 185 0 0 18 0 2 0 1121661771 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25669/statm: 0 0 0 0 0 0 0
[pid=25669/tid=25674] ppid=25667 vsize=0 CPUtime=128.31
/proc/25669/task/25674/stat : 25674 (ttsth-5-0) R 25667 25669 14986 0 -1 4203588 135866 0 0 0 12768 63 0 0 25 0 2 0 1121661822 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 505.44
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 292.983
CPU time (s): 505.45
CPU user time (s): 503.59
CPU system time (s): 1.86
CPU usage (%): 172.519
Max. virtual memory (cumulated for all children) (KiB): 2096784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 503.59
system time used= 1.86
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 515634
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= 2093
involuntary context switches= 13878

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-30 11:20:45
IDJOB=1776643
IDBENCH=69564
IDSOLVER=632
FILE ID=tipi45/1776643-1243675245
PBS_JOBID=
Free space on /tmp= 15502 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT_RACE08/cnf/cmu-bmc-barrel6.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776643-1243675245/watcher-1776643-1243675245 -o /tmp/evaluation-result-1776643-1243675245/solver-1776643-1243675245 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776643-1243675245.cnf

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

MD5SUM BENCH= cc87f90bf08e13838e59f0f2639db121
RANDOM SEED= 1309414310

Linux tipi45 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.081
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.41
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.081
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.10
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.081
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.081
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2295184 kB
Buffers:         22668 kB
Cached:         522516 kB
SwapCached:       1892 kB
Active:         468000 kB
Inactive:       529776 kB
HighTotal:     2489216 kB
HighFree:      1513576 kB
LowTotal:       879316 kB
LowFree:        781608 kB
SwapTotal:     1959888 kB
SwapFree:      1953000 kB
Dirty:            1148 kB
Writeback:           0 kB
AnonPages:      451676 kB
Mapped:           6396 kB
Slab:            61844 kB
SReclaimable:    50320 kB
SUnreclaim:      11524 kB
PageTables:       1132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   539856 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 15502 MiB
End job on tipi45 at 2009-05-30 11:25:40