Trace number 1776973

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) 485.32 231.558

General information on the benchmark

Nameeen-tip-sat-texas-tp-5e.cnf
MD5SUM5bf390b945bda57e276dac6d13ea27f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.3
Satisfiable
(Un)Satisfiability was proved
Number of variables17985
Number of clauses52128
Sum of the clauses size123454
Maximum clause length15
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 232912
Number of clauses of size 319200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.21/0.28	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776973-1243676851.cnf 
0.21/0.28	c Using SATTIMEOUT of 10000
0.21/0.28	c Using SATRAM of 2047
0.21/0.28	c Size of subset node = 16
0.21/0.28	c Variables = 17985
0.21/0.28	c Clauses = 52128
0.21/0.28	c Literals = 123454
0.21/0.28	c Reduced size:
0.21/0.28	c Variables = 17985
0.21/0.28	c Clauses = 43871
0.21/0.28	c Literals = 101724
0.21/0.28	c a2
0.31/0.34	c a1
2.51/2.55	c Independent sub-problems = 1
2.51/2.55	c Sub-problem with 15165 variables and 43871 clauses
2.51/2.55	c using permutation method 4
2.51/2.55	c count = 1
2.51/2.55	c Ordering finished 2.530 seconds
2.51/2.55	c mapped 2.550 seconds
2.51/2.55	c permuted 2.550 seconds
2.51/2.55	c about to sort
2.51/2.56	c sorted
2.81/2.84	c clauses now 43871
2.81/2.84	c init finished 2.660 seconds
2.81/2.84	c tree built 2.840 seconds
2.81/2.84	c 
2.81/2.84	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
2.81/2.84	c ---------------------------------|----------------------------------|------------------------------------------------------
2.81/2.84	c ................................ | ..........                       |                        2.8           0.0             
2.81/2.84	c ................................ | ..........                     1 |                        2.8           0.4             
2.81/2.84	c ................................ | ..........                     2 |                        2.8           0.7             
2.81/2.84	c ................................ | ..........                     3 |                        2.8           1.1             
2.81/2.84	c ................................ | ..........                     4 |                        2.8           1.4             
2.81/2.84	c ................................ | ..........                     5 |                        2.8           1.8             
2.81/2.84	c ................................ | ..........                  1000 | 2                      2.8         352.1          192
199.96/96.64	c ................................ | ..........               3928000 | 127012               200.0       19638.0     39404166
399.95/190.64	c ................................ | ..........               6432000 | 220661               400.0       16078.8     95329142

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-1776973-1243676851/watcher-1776973-1243676851 -o /tmp/evaluation-result-1776973-1243676851/solver-1776973-1243676851 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776973-1243676851.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: 3.00 3.00 3.26 4/104 19289
/proc/meminfo: memFree=2144664/3368532 swapFree=1954076/1959888
[pid=19289] ppid=19287 vsize=1272 CPUtime=0.01
/proc/19289/stat : 19289 (ttsth-5-0) R 19287 19289 2540 0 -1 4202496 217 0 0 0 1 0 0 0 25 0 1 0 1121786304 1302528 172 4294967295 134512640 135237372 3219905024 3219903892 134883258 0 0 0 0 0 0 0 17 2 0 0 0
/proc/19289/statm: 318 172 75 177 0 140 0

[startup+0.116257 s]
/proc/loadavg: 3.00 3.00 3.26 4/104 19289
/proc/meminfo: memFree=2144664/3368532 swapFree=1954076/1959888
[pid=19289] ppid=19287 vsize=4736 CPUtime=0.12
/proc/19289/stat : 19289 (ttsth-5-0) R 19287 19289 2540 0 -1 4202496 1038 0 0 0 12 0 0 0 25 0 1 0 1121786304 4849664 993 4294967295 134512640 135237372 3219905024 3219904716 134534269 0 0 0 0 0 0 0 17 2 0 0 0
/proc/19289/statm: 1184 993 75 177 0 1006 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 4736

[startup+0.206252 s]
/proc/loadavg: 3.00 3.00 3.26 4/104 19289
/proc/meminfo: memFree=2144664/3368532 swapFree=1954076/1959888
[pid=19289] ppid=19287 vsize=4736 CPUtime=0.21
/proc/19289/stat : 19289 (ttsth-5-0) R 19287 19289 2540 0 -1 4202496 1038 0 0 0 21 0 0 0 25 0 1 0 1121786304 4849664 993 4294967295 134512640 135237372 3219905024 3219904716 134534161 0 0 0 0 0 0 0 17 2 0 0 0
/proc/19289/statm: 1184 993 75 177 0 1006 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 4736

[startup+0.30625 s]
/proc/loadavg: 3.00 3.00 3.26 4/104 19289
/proc/meminfo: memFree=2144664/3368532 swapFree=1954076/1959888
[pid=19289] ppid=19287 vsize=7772 CPUtime=0.31
/proc/19289/stat : 19289 (ttsth-5-0) R 19287 19289 2540 0 -1 4202496 1789 0 0 0 31 0 0 0 25 0 1 0 1121786304 7958528 1743 4294967295 134512640 135237372 3219905024 3219904208 134749343 0 0 0 0 0 0 0 17 2 0 0 0
/proc/19289/statm: 1943 1743 76 177 0 1765 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 7772

[startup+0.706216 s]
/proc/loadavg: 3.00 3.00 3.26 4/104 19289
/proc/meminfo: memFree=2144664/3368532 swapFree=1954076/1959888
[pid=19289] ppid=19287 vsize=9884 CPUtime=0.71
/proc/19289/stat : 19289 (ttsth-5-0) R 19287 19289 2540 0 -1 4202496 2420 0 0 0 71 0 0 0 25 0 1 0 1121786304 10121216 2280 4294967295 134512640 135237372 3219905024 3219904352 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/19289/statm: 2471 2280 77 177 0 2293 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 9884

[startup+1.50616 s]
/proc/loadavg: 3.00 3.00 3.26 4/105 19290
/proc/meminfo: memFree=2136080/3368532 swapFree=1954076/1959888
[pid=19289] ppid=19287 vsize=10064 CPUtime=1.51
/proc/19289/stat : 19289 (ttsth-5-0) R 19287 19289 2540 0 -1 4202496 2484 0 0 0 151 0 0 0 25 0 1 0 1121786304 10305536 2344 4294967295 134512640 135237372 3219905024 3219904384 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/19289/statm: 2516 2344 77 177 0 2338 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 10064

[startup+3.10606 s]
/proc/loadavg: 3.00 3.00 3.26 4/105 19290
/proc/meminfo: memFree=2135344/3368532 swapFree=1954076/1959888
[pid=19289] ppid=19287 vsize=98084 CPUtime=3.37
/proc/19289/stat : 19289 (ttsth-5-0) S 19287 19289 2540 0 -1 4202496 17156 0 0 0 334 3 0 0 25 0 5 0 1121786304 100438016 16930 4294967295 134512640 135237372 3219905024 3219904620 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19289/statm: 24521 16930 95 177 0 24343 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 98084

[startup+6.30584 s]
/proc/loadavg: 3.24 3.05 3.28 7/109 19294
/proc/meminfo: memFree=2067528/3368532 swapFree=1954076/1959888
[pid=19289] ppid=19287 vsize=109648 CPUtime=9.77
/proc/19289/stat : 19289 (ttsth-5-0) S 19287 19289 2540 0 -1 4202496 20272 0 0 0 969 8 0 0 25 0 5 0 1121786304 112279552 20046 4294967295 134512640 135237372 3219905024 3219904620 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19289/statm: 27412 20046 95 177 0 27234 0
[pid=19289/tid=19291] ppid=19287 vsize=109648 CPUtime=2.84
/proc/19289/task/19291/stat : 19291 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 1536 0 0 0 282 2 0 0 25 0 5 0 1121786588 112279552 20046 4294967295 134512640 135237372 3219905024 3083208176 134749362 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19289/tid=19292] ppid=19287 vsize=109648 CPUtime=0.63
/proc/19289/task/19292/stat : 19292 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 789 0 0 0 63 0 0 0 25 0 5 0 1121786588 112279552 20046 4294967295 134512640 135237372 3219905024 3075158988 134636382 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19289/tid=19293] ppid=19287 vsize=109648 CPUtime=1.91
/proc/19289/task/19293/stat : 19293 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 999 0 0 0 190 1 0 0 25 0 5 0 1121786588 112279552 20046 4294967295 134512640 135237372 3219905024 3066539056 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19289/tid=19294] ppid=19287 vsize=109648 CPUtime=1.55
/proc/19289/task/19294/stat : 19294 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 1216 0 0 0 153 2 0 0 25 0 5 0 1121786592 112279552 20046 4294967295 134512640 135237372 3219905024 3058743496 134519949 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.77
Current children cumulated vsize (KiB) 109648

[startup+12.7054 s]
/proc/loadavg: 3.54 3.12 3.30 7/109 19296
/proc/meminfo: memFree=2034108/3368532 swapFree=1954076/1959888
[pid=19289] ppid=19287 vsize=145024 CPUtime=22.65
/proc/19289/stat : 19289 (ttsth-5-0) S 19287 19289 2540 0 -1 4202496 28954 0 0 0 2254 11 0 0 25 0 5 0 1121786304 148504576 28728 4294967295 134512640 135237372 3219905024 3219904620 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19289/statm: 36256 28728 95 177 0 36078 0
[pid=19289/tid=19291] ppid=19287 vsize=145024 CPUtime=7.34
/proc/19289/task/19291/stat : 19291 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 1938 0 0 0 732 2 0 0 25 0 5 0 1121786588 148504576 28728 4294967295 134512640 135237372 3219905024 3083518688 134587943 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19289/tid=19292] ppid=19287 vsize=145024 CPUtime=3.12
/proc/19289/task/19292/stat : 19292 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 2147 0 0 0 312 0 0 0 25 0 5 0 1121786588 148504576 28728 4294967295 134512640 135237372 3219905024 3075379776 134593558 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19289/tid=19293] ppid=19287 vsize=145024 CPUtime=4.89
/proc/19289/task/19293/stat : 19293 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 4484 0 0 0 486 3 0 0 25 0 5 0 1121786588 148504576 28728 4294967295 134512640 135237372 3219905024 3067242412 134549872 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19289/tid=19294] ppid=19287 vsize=145024 CPUtime=4.46
/proc/19289/task/19294/stat : 19294 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 4653 0 0 0 443 3 0 0 25 0 5 0 1121786592 148504576 28728 4294967295 134512640 135237372 3219905024 3058850956 134561392 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.65
Current children cumulated vsize (KiB) 145024

[startup+25.5045 s]
/proc/loadavg: 4.38 3.32 3.36 8/110 19379
/proc/meminfo: memFree=1941848/3368532 swapFree=1954076/1959888
[pid=19289] ppid=19287 vsize=237692 CPUtime=49.02
/proc/19289/stat : 19289 (ttsth-5-0) S 19287 19289 2540 0 -1 4202496 51455 0 0 0 4882 20 0 0 25 0 5 0 1121786304 243396608 51229 4294967295 134512640 135237372 3219905024 3219904620 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19289/statm: 59423 51229 95 177 0 59245 0
[pid=19289/tid=19291] ppid=19287 vsize=237692 CPUtime=15.77
/proc/19289/task/19291/stat : 19291 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 6849 0 0 0 1574 3 0 0 25 0 5 0 1121786588 243396608 51229 4294967295 134512640 135237372 3219905024 3083937868 134549872 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19289/tid=19292] ppid=19287 vsize=237692 CPUtime=9.22
/proc/19289/task/19292/stat : 19292 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 6204 0 0 0 922 0 0 0 25 0 5 0 1121786588 243396608 51229 4294967295 134512640 135237372 3219905024 3075142176 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19289/tid=19293] ppid=19287 vsize=237692 CPUtime=11.94
/proc/19289/task/19293/stat : 19293 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 12085 0 0 0 1188 6 0 0 25 0 5 0 1121786588 243396608 51229 4294967295 134512640 135237372 3219905024 3067265744 134680296 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19289/tid=19294] ppid=19287 vsize=237692 CPUtime=9.25
/proc/19289/task/19294/stat : 19294 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 10585 0 0 0 917 8 0 0 25 0 5 0 1121786592 243396608 51229 4294967295 134512640 135237372 3219905024 3058683920 134587921 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.02
Current children cumulated vsize (KiB) 237692

[startup+51.1028 s]
/proc/loadavg: 5.19 3.60 3.45 7/109 19482
/proc/meminfo: memFree=1734748/3368532 swapFree=1954076/1959888
[pid=19289] ppid=19287 vsize=456344 CPUtime=105.73
/proc/19289/stat : 19289 (ttsth-5-0) S 19287 19289 2540 0 -1 4202496 103837 0 0 0 10533 40 0 0 25 0 5 0 1121786304 467296256 103611 4294967295 134512640 135237372 3219905024 3219904620 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19289/statm: 114086 103611 95 177 0 113908 0
[pid=19289/tid=19291] ppid=19287 vsize=456344 CPUtime=29.48
/proc/19289/task/19291/stat : 19291 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 18226 0 0 0 2942 6 0 0 25 0 5 0 1121786588 467296256 103611 4294967295 134512640 135237372 3219905024 3083895168 134680322 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19289/tid=19292] ppid=19287 vsize=456344 CPUtime=27.96
/proc/19289/task/19292/stat : 19292 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 17402 0 0 0 2790 6 0 0 25 0 5 0 1121786588 467296256 103611 4294967295 134512640 135237372 3219905024 3075101244 134636382 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19289/tid=19293] ppid=19287 vsize=456344 CPUtime=24.2
/proc/19289/task/19293/stat : 19293 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 27855 0 0 0 2407 13 0 0 25 0 5 0 1121786588 467296256 103611 4294967295 134512640 135237372 3219905024 3067179184 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19289/tid=19294] ppid=19287 vsize=456344 CPUtime=21.25
/proc/19289/task/19294/stat : 19294 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 24622 0 0 0 2113 12 0 0 25 0 5 0 1121786592 467296256 103611 4294967295 134512640 135237372 3219905024 3058750944 134749353 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 105.73
Current children cumulated vsize (KiB) 456344

[startup+102.309 s]
/proc/loadavg: 5.96 4.05 3.61 7/109 19669
/proc/meminfo: memFree=1403412/3368532 swapFree=1954076/1959888
[pid=19289] ppid=19287 vsize=799164 CPUtime=211.36
/proc/19289/stat : 19289 (ttsth-5-0) S 19287 19289 2540 0 -1 4202496 185554 0 0 0 21063 73 0 0 25 0 5 0 1121786304 818343936 185328 4294967295 134512640 135237372 3219905024 3219904620 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19289/statm: 199791 185328 95 177 0 199613 0
[pid=19289/tid=19291] ppid=19287 vsize=799164 CPUtime=56.55
/proc/19289/task/19291/stat : 19291 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 38540 0 0 0 5641 14 0 0 25 0 5 0 1121786588 818343936 185328 4294967295 134512640 135237372 3219905024 3084203920 134680364 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19289/tid=19292] ppid=19287 vsize=799164 CPUtime=53.02
/proc/19289/task/19292/stat : 19292 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 37357 0 0 0 5292 10 0 0 25 0 5 0 1121786588 818343936 185328 4294967295 134512640 135237372 3219905024 3075342192 134593463 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19289/tid=19293] ppid=19287 vsize=799164 CPUtime=48.91
/proc/19289/task/19293/stat : 19293 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 55965 0 0 0 4867 24 0 0 25 0 5 0 1121786588 818343936 185328 4294967295 134512640 135237372 3219905024 3067433200 134680374 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19289/tid=19294] ppid=19287 vsize=799164 CPUtime=50.04
/proc/19289/task/19294/stat : 19294 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 37960 0 0 0 4982 22 0 0 25 0 5 0 1121786592 818343936 185328 4294967295 134512640 135237372 3219905024 3058303968 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 211.36
Current children cumulated vsize (KiB) 799164

[startup+162.315 s]
/proc/loadavg: 6.37 4.51 3.79 7/109 19856
/proc/meminfo: memFree=870904/3368532 swapFree=1954076/1959888
[pid=19289] ppid=19287 vsize=1363532 CPUtime=335.97
/proc/19289/stat : 19289 (ttsth-5-0) S 19287 19289 2540 0 -1 4202496 319945 0 0 0 33462 135 0 0 25 0 5 0 1121786304 1396256768 319719 4294967295 134512640 135237372 3219905024 3219904620 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19289/statm: 340883 319719 95 177 0 340705 0
[pid=19289/tid=19291] ppid=19287 vsize=1363532 CPUtime=88.87
/proc/19289/task/19291/stat : 19291 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 70656 0 0 0 8861 26 0 0 25 0 5 0 1121786588 1396256768 319719 4294967295 134512640 135237372 3219905024 3083963936 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19289/tid=19292] ppid=19287 vsize=1363532 CPUtime=85.3
/proc/19289/task/19292/stat : 19292 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 68537 0 0 0 8506 24 0 0 25 0 5 0 1121786588 1396256768 319719 4294967295 134512640 135237372 3219905024 3075782688 134591122 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19289/tid=19293] ppid=19287 vsize=1363532 CPUtime=77.71
/proc/19289/task/19293/stat : 19293 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 93263 0 0 0 7730 41 0 0 25 0 5 0 1121786588 1396256768 319720 4294967295 134512640 135237372 3219905024 3067165568 134680288 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19289/tid=19294] ppid=19287 vsize=1363532 CPUtime=81.25
/proc/19289/task/19294/stat : 19294 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 71757 0 0 0 8084 41 0 0 25 0 5 0 1121786592 1396256768 319720 4294967295 134512640 135237372 3219905024 3058758064 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 335.97
Current children cumulated vsize (KiB) 1363532

[startup+222.311 s]
/proc/loadavg: 6.73 4.92 3.98 6/109 20044
/proc/meminfo: memFree=249380/3368532 swapFree=1954076/1959888
[pid=19289] ppid=19287 vsize=2010516 CPUtime=465.86
/proc/19289/stat : 19289 (ttsth-5-0) S 19287 19289 2540 0 -1 4202496 473716 0 0 0 46405 181 0 0 25 0 5 0 1121786304 2058768384 473490 4294967295 134512640 135237372 3219905024 3219904620 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19289/statm: 502629 473490 95 177 0 502451 0
[pid=19289/tid=19291] ppid=19287 vsize=2010516 CPUtime=117.65
/proc/19289/task/19291/stat : 19291 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 104726 0 0 0 11724 41 0 0 25 0 5 0 1121786588 2058768384 473490 4294967295 134512640 135237372 3219905024 3083691008 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19289/tid=19292] ppid=19287 vsize=2010516 CPUtime=119.42
/proc/19289/task/19292/stat : 19292 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 107335 0 0 0 11906 36 0 0 25 0 5 0 1121786588 2058768384 473490 4294967295 134512640 135237372 3219905024 3075287184 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19289/tid=19293] ppid=19287 vsize=2010516 CPUtime=108.24
/proc/19289/task/19293/stat : 19293 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 135606 0 0 0 10775 49 0 0 25 0 5 0 1121786588 2058768384 473490 4294967295 134512640 135237372 3219905024 3067224832 134562380 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19289/tid=19294] ppid=19287 vsize=2010516 CPUtime=117.71
/proc/19289/task/19294/stat : 19294 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 110317 0 0 0 11719 52 0 0 25 0 5 0 1121786592 2058768384 473490 4294967295 134512640 135237372 3219905024 3058793392 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 465.86
Current children cumulated vsize (KiB) 2010516



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+231.411 s]
/proc/loadavg: 6.61 4.95 4.00 7/109 20044
/proc/meminfo: memFree=167656/3368532 swapFree=1954076/1959888
[pid=19289] ppid=19287 vsize=2096556 CPUtime=485.18
/proc/19289/stat : 19289 (ttsth-5-0) S 19287 19289 2540 0 -1 4202496 493994 0 0 0 48326 192 0 0 25 0 5 0 1121786304 2146873344 493768 4294967295 134512640 135237372 3219905024 3219904620 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19289/statm: 524139 493768 95 177 0 523961 0
[pid=19289/tid=19291] ppid=19287 vsize=2096556 CPUtime=123.15
/proc/19289/task/19291/stat : 19291 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 108751 0 0 0 12270 45 0 0 25 0 5 0 1121786588 2146873344 493768 4294967295 134512640 135237372 3219905024 3083757344 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=19289/tid=19292] ppid=19287 vsize=2096556 CPUtime=124.03
/proc/19289/task/19292/stat : 19292 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 113928 0 0 0 12362 41 0 0 25 0 5 0 1121786588 2146873344 493768 4294967295 134512640 135237372 3219905024 3075350784 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=19289/tid=19293] ppid=19287 vsize=2096556 CPUtime=113.11
/proc/19289/task/19293/stat : 19293 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 141134 0 0 0 11261 50 0 0 25 0 5 0 1121786588 2146873344 493768 4294967295 134512640 135237372 3219905024 3067171264 134680470 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=19289/tid=19294] ppid=19287 vsize=2096556 CPUtime=122.05
/proc/19289/task/19294/stat : 19294 (ttsth-5-0) R 19287 19289 2540 0 -1 4202560 114449 0 0 0 12152 53 0 0 25 0 5 0 1121786592 2146873344 493768 4294967295 134512640 135237372 3219905024 3058812768 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 485.18
Current children cumulated vsize (KiB) 2096556

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

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

[startup+231.531 s]
/proc/loadavg: 6.61 4.95 4.00 7/109 20044
/proc/meminfo: memFree=167656/3368532 swapFree=1954076/1959888
[pid=19289] ppid=19287 vsize=0 CPUtime=485.3
/proc/19289/stat : 19289 (ttsth-5-0) Z 19287 19289 2540 0 -1 4203524 494042 0 0 0 48330 200 0 0 18 0 2 0 1121786304 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/19289/statm: 0 0 0 0 0 0 0
[pid=19289/tid=19293] ppid=19287 vsize=0 CPUtime=113.19
/proc/19289/task/19293/stat : 19293 (ttsth-5-0) R 19287 19289 2540 0 -1 4203588 141134 0 0 0 11261 58 0 0 25 0 2 0 1121786588 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 485.3
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 231.558
CPU time (s): 485.32
CPU user time (s): 483.3
CPU system time (s): 2.02
CPU usage (%): 209.589
Max. virtual memory (cumulated for all children) (KiB): 2096556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 483.3
system time used= 2.02
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 494042
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= 5695
involuntary context switches= 18222

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 11:47:31
IDJOB=1776973
IDBENCH=69643
IDSOLVER=632
FILE ID=tipi44/1776973-1243676851
PBS_JOBID=
Free space on /tmp= 15893 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT_RACE08/cnf/een-tip-sat-texas-tp-5e.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776973-1243676851/watcher-1776973-1243676851 -o /tmp/evaluation-result-1776973-1243676851/solver-1776973-1243676851 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776973-1243676851.cnf

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

MD5SUM BENCH= 5bf390b945bda57e276dac6d13ea27f6
RANDOM SEED= 1293972134

Linux tipi44 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.116
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.42
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.116
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.116
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.14
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.116
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.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2144812 kB
Buffers:        176484 kB
Cached:         718768 kB
SwapCached:       2152 kB
Active:         806412 kB
Inactive:       308724 kB
HighTotal:     2489216 kB
HighFree:      1555916 kB
LowTotal:       879316 kB
LowFree:        588896 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            3120 kB
Writeback:           0 kB
AnonPages:      219040 kB
Mapped:           5656 kB
Slab:            97248 kB
SReclaimable:    87188 kB
SUnreclaim:      10060 kB
PageTables:        668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   301824 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15893 MiB
End job on tipi44 at 2009-05-30 11:51:25