Trace number 1779283

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) 622.32 308.737

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-04.cnf
MD5SUM019984f9d84c315e8eec645fb9d169da
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.15
Satisfiable
(Un)Satisfiability was proved
Number of variables68679
Number of clauses223994
Sum of the clauses size580546
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291178
Number of clauses of size 3132687
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.41/0.43	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779283-1243678666.cnf 
0.41/0.43	c Using SATTIMEOUT of 10000
0.41/0.43	c Using SATRAM of 2047
0.41/0.43	c Size of subset node = 16
0.41/0.43	c Variables = 68679
0.41/0.43	c Clauses = 223994
0.41/0.43	c Literals = 580546
0.41/0.43	c Reduced size:
0.41/0.43	c Variables = 68679
0.41/0.43	c Clauses = 223351
0.41/0.43	c Literals = 578876
0.41/0.43	c a2
0.81/0.85	c a1
32.55/32.66	c Independent sub-problems = 1
32.55/32.66	c Sub-problem with 68422 variables and 223351 clauses
32.55/32.66	c using permutation method 4
32.55/32.66	c count = 1
32.55/32.66	c Ordering finished 32.500 seconds
32.55/32.66	c mapped 32.590 seconds
32.55/32.66	c permuted 32.590 seconds
32.55/32.66	c about to sort
32.65/32.73	c sorted
34.05/34.14	c clauses now 223351
34.05/34.14	c init finished 33.140 seconds
34.05/34.14	c tree built 34.070 seconds
34.05/34.14	c 
34.05/34.14	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
34.05/34.14	c ---------------------------------|----------------------------------|------------------------------------------------------
34.05/34.14	c ................................ | ..........                       |                       34.1           0.0             
34.05/34.14	c ................................ | ..........                     1 |                       34.1           0.0             
34.05/34.14	c ................................ | ..........                     2 |                       34.1           0.1             
34.05/34.14	c ................................ | ..........                     3 |                       34.1           0.1             
34.05/34.14	c ................................ | ..........                     4 |                       34.1           0.1             
34.05/34.14	c ................................ | ..........                     5 |                       34.1           0.1             
34.05/34.15	c ................................ | ..........                  1000 |                       34.1          29.3            4
199.94/113.94	c ................................ | ..........               2743000 | 229166               200.0       13714.3     34653079
399.85/212.39	c ................................ | ..........               4087000 | 360448               400.0       10217.0     75310929
600.07/298.52	c ................................ | ..........               4979000 | 451762               600.1        8297.0    104902021

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-1779283-1243678666/watcher-1779283-1243678666 -o /tmp/evaluation-result-1779283-1243678666/solver-1779283-1243678666 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779283-1243678666.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.14 6.27 5.87 5/104 24983
/proc/meminfo: memFree=2121328/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=1276 CPUtime=0.01
/proc/24983/stat : 24983 (ttsth-5-0) R 24981 24983 2540 0 -1 4202496 228 0 0 0 1 0 0 0 19 0 1 0 1121967835 1306624 184 4294967295 134512640 135237372 3219843584 3219842180 134886368 0 0 0 0 0 0 0 17 0 0 0 0
/proc/24983/statm: 319 184 75 177 0 141 0

[startup+0.05958 s]
/proc/loadavg: 6.14 6.27 5.87 5/104 24983
/proc/meminfo: memFree=2121328/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=3632 CPUtime=0.06
/proc/24983/stat : 24983 (ttsth-5-0) R 24981 24983 2540 0 -1 4202496 769 0 0 0 5 1 0 0 19 0 1 0 1121967835 3719168 725 4294967295 134512640 135237372 3219843584 3219842108 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/24983/statm: 908 726 75 177 0 730 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3632

[startup+0.109573 s]
/proc/loadavg: 6.14 6.27 5.87 5/104 24983
/proc/meminfo: memFree=2121328/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=5864 CPUtime=0.11
/proc/24983/stat : 24983 (ttsth-5-0) R 24981 24983 2540 0 -1 4202496 1348 0 0 0 10 1 0 0 20 0 1 0 1121967835 6004736 1304 4294967295 134512640 135237372 3219843584 3219842108 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/24983/statm: 1466 1305 75 177 0 1288 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5864

[startup+0.309559 s]
/proc/loadavg: 6.14 6.27 5.87 5/104 24983
/proc/meminfo: memFree=2121328/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=17092 CPUtime=0.31
/proc/24983/stat : 24983 (ttsth-5-0) R 24981 24983 2540 0 -1 4202496 3691 0 0 0 29 2 0 0 20 0 1 0 1121967835 17502208 3647 4294967295 134512640 135237372 3219843584 3219843308 134533779 0 0 0 0 0 0 0 17 0 0 0 0
/proc/24983/statm: 4273 3647 75 177 0 4095 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17092

[startup+0.709532 s]
/proc/loadavg: 6.14 6.27 5.87 5/104 24983
/proc/meminfo: memFree=2121328/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=33596 CPUtime=0.71
/proc/24983/stat : 24983 (ttsth-5-0) R 24981 24983 2540 0 -1 4202496 8092 0 0 0 67 4 0 0 21 0 1 0 1121967835 34402304 8047 4294967295 134512640 135237372 3219843584 3219842188 134749296 0 0 0 0 0 0 0 17 0 0 0 0
/proc/24983/statm: 8399 8047 76 177 0 8221 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 33596

[startup+1.50948 s]
/proc/loadavg: 6.14 6.27 5.87 4/105 24985
/proc/meminfo: memFree=2089204/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=41568 CPUtime=1.51
/proc/24983/stat : 24983 (ttsth-5-0) R 24981 24983 2540 0 -1 4202496 10875 0 0 0 146 5 0 0 24 0 1 0 1121967835 42565632 10054 4294967295 134512640 135237372 3219843584 3219842944 134600859 0 0 0 0 0 0 0 17 0 0 0 0
/proc/24983/statm: 10392 10054 77 177 0 10214 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 41568

[startup+3.10937 s]
/proc/loadavg: 6.14 6.27 5.87 4/105 25168
/proc/meminfo: memFree=2079564/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=41912 CPUtime=3.04
/proc/24983/stat : 24983 (ttsth-5-0) R 24981 24983 2540 0 -1 4202496 10966 0 0 0 299 5 0 0 25 0 1 0 1121967835 42917888 10145 4294967295 134512640 135237372 3219843584 3219842944 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/24983/statm: 10478 10145 77 177 0 10300 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 41912

[startup+6.30915 s]
/proc/loadavg: 5.89 6.22 5.86 4/105 25168
/proc/meminfo: memFree=2079548/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=42792 CPUtime=6.24
/proc/24983/stat : 24983 (ttsth-5-0) R 24981 24983 2540 0 -1 4202496 11118 0 0 0 619 5 0 0 25 0 1 0 1121967835 43819008 10297 4294967295 134512640 135237372 3219843584 3219842944 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/24983/statm: 10698 10297 77 177 0 10520 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 42792

[startup+12.7087 s]
/proc/loadavg: 5.66 6.16 5.84 4/105 25168
/proc/meminfo: memFree=2078348/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=43904 CPUtime=12.64
/proc/24983/stat : 24983 (ttsth-5-0) R 24981 24983 2540 0 -1 4202496 11380 0 0 0 1259 5 0 0 25 0 1 0 1121967835 44957696 10559 4294967295 134512640 135237372 3219843584 3219842944 134600960 0 0 0 0 0 0 0 17 0 0 0 0
/proc/24983/statm: 10976 10559 77 177 0 10798 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 43904

[startup+25.5178 s]
/proc/loadavg: 5.07 6.01 5.79 4/105 25169
/proc/meminfo: memFree=2077352/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=44696 CPUtime=25.45
/proc/24983/stat : 24983 (ttsth-5-0) R 24981 24983 2540 0 -1 4202496 11627 0 0 0 2539 6 0 0 25 0 1 0 1121967835 45768704 10806 4294967295 134512640 135237372 3219843584 3219842944 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/24983/statm: 11174 10806 77 177 0 10996 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 44696

[startup+51.1161 s]
/proc/loadavg: 5.29 5.98 5.79 7/109 25175
/proc/meminfo: memFree=1715004/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=444324 CPUtime=68.84
/proc/24983/stat : 24983 (ttsth-5-0) S 24981 24983 2540 0 -1 4202496 104123 0 0 0 6845 39 0 0 25 0 5 0 1121967835 454987776 102735 4294967295 134512640 135237372 3219843584 3219843180 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/24983/statm: 111081 102735 95 177 0 110903 0
[pid=24983/tid=25171] ppid=24981 vsize=444324 CPUtime=11.32
/proc/24983/task/25171/stat : 25171 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 23204 0 0 0 1124 8 0 0 25 0 5 0 1121971250 454987776 102735 4294967295 134512640 135237372 3219843584 3072361968 134680503 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=24983/tid=25172] ppid=24981 vsize=444324 CPUtime=5.8
/proc/24983/task/25172/stat : 25172 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 2525 0 0 0 577 3 0 0 25 0 5 0 1121971250 454987776 102735 4294967295 134512640 135237372 3219843584 3064430604 134636641 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=24983/tid=25173] ppid=24981 vsize=444324 CPUtime=9.61
/proc/24983/task/25173/stat : 25173 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 4057 0 0 0 957 4 0 0 25 0 5 0 1121971251 454987776 102735 4294967295 134512640 135237372 3219843584 3055883920 134590112 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24983/tid=25174] ppid=24981 vsize=444324 CPUtime=8.03
/proc/24983/task/25174/stat : 25174 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 4045 0 0 0 802 1 0 0 25 0 5 0 1121971251 454987776 102735 4294967295 134512640 135237372 3219843584 3047460172 134549694 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 68.84
Current children cumulated vsize (KiB) 444324

[startup+102.313 s]
/proc/loadavg: 5.83 6.02 5.81 7/109 25363
/proc/meminfo: memFree=1381704/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=785132 CPUtime=176.84
/proc/24983/stat : 24983 (ttsth-5-0) S 24981 24983 2540 0 -1 4202496 186130 0 0 0 17601 83 0 0 25 0 5 0 1121967835 803975168 184742 4294967295 134512640 135237372 3219843584 3219843180 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/24983/statm: 196283 184742 95 177 0 196105 0
[pid=24983/tid=25171] ppid=24981 vsize=785132 CPUtime=44.04
/proc/24983/task/25171/stat : 25171 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 77427 0 0 0 4369 35 0 0 25 0 5 0 1121971250 803975168 184742 4294967295 134512640 135237372 3219843584 3072016256 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=24983/tid=25172] ppid=24981 vsize=785132 CPUtime=28.95
/proc/24983/task/25172/stat : 25172 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 7792 0 0 0 2889 6 0 0 25 0 5 0 1121971250 803975168 184742 4294967295 134512640 135237372 3219843584 3064518336 134587105 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=24983/tid=25173] ppid=24981 vsize=785132 CPUtime=33.05
/proc/24983/task/25173/stat : 25173 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 20221 0 0 0 3288 17 0 0 25 0 5 0 1121971251 803975168 184742 4294967295 134512640 135237372 3219843584 3055530948 134680212 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=24983/tid=25174] ppid=24981 vsize=785132 CPUtime=36.73
/proc/24983/task/25174/stat : 25174 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 10398 0 0 0 3671 2 0 0 25 0 5 0 1121971251 803975168 184742 4294967295 134512640 135237372 3219843584 3047358080 134590777 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 176.84
Current children cumulated vsize (KiB) 785132

[startup+162.308 s]
/proc/loadavg: 6.25 6.11 5.85 8/109 25550
/proc/meminfo: memFree=964016/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=1227388 CPUtime=298.65
/proc/24983/stat : 24983 (ttsth-5-0) S 24981 24983 2540 0 -1 4202496 291410 0 0 0 29736 129 0 0 25 0 5 0 1121967835 1256845312 290022 4294967295 134512640 135237372 3219843584 3219843180 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/24983/statm: 306847 290023 95 177 0 306669 0
[pid=24983/tid=25171] ppid=24981 vsize=1227388 CPUtime=76.49
/proc/24983/task/25171/stat : 25171 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 123915 0 0 0 7601 48 0 0 25 0 5 0 1121971250 1256845312 290023 4294967295 134512640 135237372 3219843584 3072015728 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=24983/tid=25172] ppid=24981 vsize=1227388 CPUtime=61.61
/proc/24983/task/25172/stat : 25172 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 13692 0 0 0 6147 14 0 0 25 0 5 0 1121971250 1256845312 290023 4294967295 134512640 135237372 3219843584 3064368288 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=24983/tid=25173] ppid=24981 vsize=1227388 CPUtime=61.65
/proc/24983/task/25173/stat : 25173 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 67465 0 0 0 6129 36 0 0 25 0 5 0 1121971251 1256845312 290023 4294967295 134512640 135237372 3219843584 3055522016 134561437 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=24983/tid=25174] ppid=24981 vsize=1227388 CPUtime=64.82
/proc/24983/task/25174/stat : 25174 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 16047 0 0 0 6474 8 0 0 25 0 5 0 1121971251 1256845312 290023 4294967295 134512640 135237372 3219843584 3047591792 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 298.65
Current children cumulated vsize (KiB) 1227388

[startup+222.314 s]
/proc/loadavg: 6.23 6.13 5.87 8/109 25738
/proc/meminfo: memFree=586052/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=1613860 CPUtime=419.82
/proc/24983/stat : 24983 (ttsth-5-0) S 24981 24983 2540 0 -1 4202496 384653 0 0 0 41804 178 0 0 25 0 5 0 1121967835 1652592640 383265 4294967295 134512640 135237372 3219843584 3219843180 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/24983/statm: 403465 383265 95 177 0 403287 0
[pid=24983/tid=25171] ppid=24981 vsize=1613860 CPUtime=107.72
/proc/24983/task/25171/stat : 25171 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 164394 0 0 0 10710 62 0 0 25 0 5 0 1121971250 1652592640 383265 4294967295 134512640 135237372 3219843584 3071994064 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=24983/tid=25172] ppid=24981 vsize=1613860 CPUtime=92.95
/proc/24983/task/25172/stat : 25172 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 18935 0 0 0 9276 19 0 0 25 0 5 0 1121971250 1652592640 383265 4294967295 134512640 135237372 3219843584 3064291520 134749353 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=24983/tid=25173] ppid=24981 vsize=1613860 CPUtime=91.05
/proc/24983/task/25173/stat : 25173 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 109476 0 0 0 9042 63 0 0 25 0 5 0 1121971251 1652592640 383265 4294967295 134512640 135237372 3219843584 3055519152 134749353 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=24983/tid=25174] ppid=24981 vsize=1613860 CPUtime=94.02
/proc/24983/task/25174/stat : 25174 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 21556 0 0 0 9391 11 0 0 25 0 5 0 1121971251 1652592640 383265 4294967295 134512640 135237372 3219843584 3047506560 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 419.82
Current children cumulated vsize (KiB) 1613860

[startup+282.31 s]
/proc/loadavg: 6.43 6.20 5.91 8/109 25925
/proc/meminfo: memFree=261888/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=1958388 CPUtime=561.77
/proc/24983/stat : 24983 (ttsth-5-0) S 24981 24983 2540 0 -1 4202496 466316 0 0 0 55958 219 0 0 25 0 5 0 1121967835 2005389312 464928 4294967295 134512640 135237372 3219843584 3219843180 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/24983/statm: 489597 464928 95 177 0 489419 0
[pid=24983/tid=25171] ppid=24981 vsize=1958388 CPUtime=139.22
/proc/24983/task/25171/stat : 25171 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 199608 0 0 0 13847 75 0 0 25 0 5 0 1121971250 2005389312 464928 4294967295 134512640 135237372 3219843584 3071983296 134562355 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=24983/tid=25172] ppid=24981 vsize=1958388 CPUtime=133.19
/proc/24983/task/25172/stat : 25172 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 26017 0 0 0 13294 25 0 0 25 0 5 0 1121971250 2005389312 464928 4294967295 134512640 135237372 3219843584 3064197504 134592635 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24983/tid=25173] ppid=24981 vsize=1958388 CPUtime=132.56
/proc/24983/task/25173/stat : 25173 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 144777 0 0 0 13174 82 0 0 25 0 5 0 1121971251 2005389312 464928 4294967295 134512640 135237372 3219843584 3055523344 134591116 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=24983/tid=25174] ppid=24981 vsize=1958388 CPUtime=122.73
/proc/24983/task/25174/stat : 25174 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 25622 0 0 0 12259 14 0 0 25 0 5 0 1121971251 2005389312 464928 4294967295 134512640 135237372 3219843584 3047295216 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 561.77
Current children cumulated vsize (KiB) 1958388



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+308.608 s]
/proc/loadavg: 6.36 6.20 5.92 9/110 26086
/proc/meminfo: memFree=125584/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=2096384 CPUtime=622.19
/proc/24983/stat : 24983 (ttsth-5-0) S 24981 24983 2540 0 -1 4202496 499077 0 0 0 61982 237 0 0 25 0 5 0 1121967835 2146697216 497689 4294967295 134512640 135237372 3219843584 3219843180 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/24983/statm: 524096 497689 95 177 0 523918 0
[pid=24983/tid=25171] ppid=24981 vsize=2096384 CPUtime=157.32
/proc/24983/task/25171/stat : 25171 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 216395 0 0 0 15650 82 0 0 25 0 5 0 1121971250 2146697216 497689 4294967295 134512640 135237372 3219843584 3072020688 134680226 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=24983/tid=25172] ppid=24981 vsize=2096384 CPUtime=146.46
/proc/24983/task/25172/stat : 25172 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 28109 0 0 0 14616 30 0 0 25 0 5 0 1121971250 2146697216 497689 4294967295 134512640 135237372 3219843584 3064221072 134562380 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=24983/tid=25173] ppid=24981 vsize=2096384 CPUtime=145.4
/proc/24983/task/25173/stat : 25173 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 156072 0 0 0 14456 84 0 0 25 0 5 0 1121971251 2146697216 497689 4294967295 134512640 135237372 3219843584 3055524832 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=24983/tid=25174] ppid=24981 vsize=2096384 CPUtime=138.93
/proc/24983/task/25174/stat : 25174 (ttsth-5-0) R 24981 24983 2540 0 -1 4202560 28209 0 0 0 13875 18 0 0 25 0 5 0 1121971251 2146697216 497689 4294967295 134512640 135237372 3219843584 3047642192 134590368 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 622.19
Current children cumulated vsize (KiB) 2096384

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

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

[startup+308.729 s]
/proc/loadavg: 6.36 6.20 5.92 9/110 26086
/proc/meminfo: memFree=125584/3368532 swapFree=1954076/1959888
[pid=24983] ppid=24981 vsize=0 CPUtime=622.32
/proc/24983/stat : 24983 (ttsth-5-0) Z 24981 24983 2540 0 -1 4203524 499085 0 0 0 61985 247 0 0 18 0 2 0 1121967835 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/24983/statm: 0 0 0 0 0 0 0
[pid=24983/tid=25174] ppid=24981 vsize=0 CPUtime=139.03
/proc/24983/task/25174/stat : 25174 (ttsth-5-0) R 24981 24983 2540 0 -1 4203588 28209 0 0 0 13875 28 0 0 25 0 2 0 1121971251 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) 622.32
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 308.737
CPU time (s): 622.32
CPU user time (s): 619.85
CPU system time (s): 2.47
CPU usage (%): 201.57
Max. virtual memory (cumulated for all children) (KiB): 2096384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 619.85
system time used= 2.47
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499085
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= 2174
involuntary context switches= 19580

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 12:17:46
IDJOB=1779283
IDBENCH=70827
IDSOLVER=632
FILE ID=tipi44/1779283-1243678666
PBS_JOBID=
Free space on /tmp= 15890 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-04.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779283-1243678666/watcher-1779283-1243678666 -o /tmp/evaluation-result-1779283-1243678666/solver-1779283-1243678666 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779283-1243678666.cnf

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

MD5SUM BENCH= 019984f9d84c315e8eec645fb9d169da
RANDOM SEED= 1897843536

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:       2121432 kB
Buffers:        176484 kB
Cached:         740072 kB
SwapCached:       2152 kB
Active:         827684 kB
Inactive:       312000 kB
HighTotal:     2489216 kB
HighFree:      1536000 kB
LowTotal:       879316 kB
LowFree:        585432 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            5504 kB
Writeback:           0 kB
AnonPages:      222388 kB
Mapped:           5676 kB
Slab:            97456 kB
SReclaimable:    87224 kB
SUnreclaim:      10232 kB
PageTables:        796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   305368 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15890 MiB
End job on tipi44 at 2009-05-30 12:22:58