Trace number 1779448

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) 685.46 176.143

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-14-s100.cnf
MD5SUM0395bced0950ab7e0c6e0bf7b855fed1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.36
Satisfiable
(Un)Satisfiability was proved
Number of variables31229
Number of clauses93855
Sum of the clauses size220949
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260488
Number of clauses of size 333303
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.17	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779448-1243678735.cnf 
0.11/0.17	c Using SATTIMEOUT of 10000
0.11/0.17	c Using SATRAM of 2047
0.11/0.17	c Size of subset node = 16
0.11/0.17	c Variables = 31229
0.11/0.17	c Clauses = 93855
0.11/0.17	c Literals = 220949
0.11/0.17	c Reduced size:
0.11/0.17	c Variables = 31229
0.11/0.17	c Clauses = 93371
0.11/0.17	c Literals = 219665
0.11/0.17	c a2
0.31/0.32	c a1
5.11/5.12	c Independent sub-problems = 1
5.11/5.12	c Sub-problem with 31081 variables and 93371 clauses
5.11/5.12	c using permutation method 4
5.11/5.12	c count = 1
5.11/5.12	c Ordering finished 5.090 seconds
5.11/5.12	c mapped 5.120 seconds
5.11/5.12	c permuted 5.120 seconds
5.11/5.12	c about to sort
5.11/5.14	c sorted
5.71/5.72	c clauses now 93371
5.71/5.72	c init finished 5.340 seconds
5.71/5.72	c tree built 5.730 seconds
5.71/5.72	c 
5.71/5.72	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
5.71/5.72	c ---------------------------------|----------------------------------|------------------------------------------------------
5.71/5.72	c ................................ | ..........                       |                        5.7           0.0             
5.71/5.72	c ................................ | ..........                     1 |                        5.7           0.2             
5.71/5.72	c ................................ | ..........                     2 |                        5.7           0.3             
5.71/5.72	c ................................ | ..........                     3 |                        5.7           0.5             
5.71/5.72	c ................................ | ..........                     4 |                        5.7           0.7             
5.71/5.72	c ................................ | ..........                     5 |                        5.7           0.9             
5.71/5.72	c ................................ | ..........                  1000 | 7                      5.7         174.5          269
199.97/54.43	c ................................ | ..........               1997000 | 62952                200.1        9981.5     37964908
400.05/104.57	c ................................ | ..........               3030000 | 102881               400.3        7569.1     72837518
599.70/154.58	c ................................ | ..........               4238000 | 143561               600.0        7063.3    102232860

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-1779448-1243678735/watcher-1779448-1243678735 -o /tmp/evaluation-result-1779448-1243678735/solver-1779448-1243678735 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779448-1243678735.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.98 3.18 2.77 3/99 12515
/proc/meminfo: memFree=3050384/3368532 swapFree=1953580/1959888
[pid=12515] ppid=12513 vsize=1140 CPUtime=0.01
/proc/12515/stat : 12515 (ttsth-5-0) R 12513 12515 20984 0 -1 4202496 165 0 0 0 1 0 0 0 18 0 1 0 1132537949 1167360 120 4294967295 134512640 135237372 3216410288 3216409736 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/12515/statm: 285 120 75 177 0 107 0

[startup+0.0936 s]
/proc/loadavg: 3.98 3.18 2.77 3/99 12515
/proc/meminfo: memFree=3050384/3368532 swapFree=1953580/1959888
[pid=12515] ppid=12513 vsize=5332 CPUtime=0.1
/proc/12515/stat : 12515 (ttsth-5-0) R 12513 12515 20984 0 -1 4202496 1213 0 0 0 10 0 0 0 18 0 1 0 1132537949 5459968 1168 4294967295 134512640 135237372 3216410288 3216408812 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/12515/statm: 1333 1169 75 177 0 1155 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5332

[startup+0.1036 s]
/proc/loadavg: 3.98 3.18 2.77 3/99 12515
/proc/meminfo: memFree=3050384/3368532 swapFree=1953580/1959888
[pid=12515] ppid=12513 vsize=5728 CPUtime=0.11
/proc/12515/stat : 12515 (ttsth-5-0) R 12513 12515 20984 0 -1 4202496 1329 0 0 0 11 0 0 0 18 0 1 0 1132537949 5865472 1284 4294967295 134512640 135237372 3216410288 3216408812 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/12515/statm: 1432 1285 75 177 0 1254 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5728

[startup+0.303581 s]
/proc/loadavg: 3.98 3.18 2.77 3/99 12515
/proc/meminfo: memFree=3050384/3368532 swapFree=1953580/1959888
[pid=12515] ppid=12513 vsize=13968 CPUtime=0.31
/proc/12515/stat : 12515 (ttsth-5-0) R 12513 12515 20984 0 -1 4202496 3293 0 0 0 31 0 0 0 18 0 1 0 1132537949 14303232 3247 4294967295 134512640 135237372 3216410288 3216409280 134749343 0 0 0 0 0 0 0 17 0 0 0 0
/proc/12515/statm: 3492 3247 76 177 0 3314 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 13968

[startup+0.70354 s]
/proc/loadavg: 3.98 3.18 2.77 3/99 12515
/proc/meminfo: memFree=3050384/3368532 swapFree=1953580/1959888
[pid=12515] ppid=12513 vsize=18316 CPUtime=0.71
/proc/12515/stat : 12515 (ttsth-5-0) R 12513 12515 20984 0 -1 4202496 4596 0 0 0 71 0 0 0 18 0 1 0 1132537949 18755584 4366 4294967295 134512640 135237372 3216410288 3216409616 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/12515/statm: 4579 4366 77 177 0 4401 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 18316

[startup+1.50346 s]
/proc/loadavg: 3.98 3.18 2.77 2/100 12516
/proc/meminfo: memFree=3033452/3368532 swapFree=1953580/1959888
[pid=12515] ppid=12513 vsize=18448 CPUtime=1.51
/proc/12515/stat : 12515 (ttsth-5-0) R 12513 12515 20984 0 -1 4202496 4638 0 0 0 151 0 0 0 20 0 1 0 1132537949 18890752 4408 4294967295 134512640 135237372 3216410288 3216409648 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/12515/statm: 4612 4408 77 177 0 4434 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 18448

[startup+3.10331 s]
/proc/loadavg: 3.74 3.14 2.76 2/100 12516
/proc/meminfo: memFree=3033156/3368532 swapFree=1953580/1959888
[pid=12515] ppid=12513 vsize=18896 CPUtime=3.11
/proc/12515/stat : 12515 (ttsth-5-0) R 12513 12515 20984 0 -1 4202496 4747 0 0 0 311 0 0 0 25 0 1 0 1132537949 19349504 4517 4294967295 134512640 135237372 3216410288 3216409616 134555279 0 0 0 0 0 0 0 17 0 0 0 0
/proc/12515/statm: 4724 4517 77 177 0 4546 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 18896

[startup+6.30302 s]
/proc/loadavg: 3.74 3.14 2.76 2/100 12516
/proc/meminfo: memFree=2951416/3368532 swapFree=1953580/1959888
[pid=12515] ppid=12513 vsize=172360 CPUtime=7.94
/proc/12515/stat : 12515 (ttsth-5-0) S 12513 12515 20984 0 -1 4202496 35825 0 0 0 784 10 0 0 25 0 5 0 1132537949 176496640 35411 4294967295 134512640 135237372 3216410288 3216409884 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/12515/statm: 43090 35411 95 177 0 42912 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 172360

[startup+12.7124 s]
/proc/loadavg: 3.78 3.17 2.78 5/104 12520
/proc/meminfo: memFree=2848192/3368532 swapFree=1953580/1959888
[pid=12515] ppid=12513 vsize=246408 CPUtime=33.56
/proc/12515/stat : 12515 (ttsth-5-0) S 12513 12515 20984 0 -1 4202496 54007 0 0 0 3333 23 0 0 25 0 5 0 1132537949 252321792 53593 4294967295 134512640 135237372 3216410288 3216409884 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/12515/statm: 61602 53593 95 177 0 61424 0
[pid=12515/tid=12517] ppid=12513 vsize=246408 CPUtime=6.98
/proc/12515/task/12517/stat : 12517 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 5015 0 0 0 698 0 0 0 25 0 5 0 1132538522 252321792 53593 4294967295 134512640 135237372 3216410288 3081555264 134680480 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=12515/tid=12518] ppid=12513 vsize=246408 CPUtime=6.95
/proc/12515/task/12518/stat : 12518 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 5976 0 0 0 691 4 0 0 25 0 5 0 1132538522 252321792 53593 4294967295 134512640 135237372 3216410288 3073393804 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=12515/tid=12519] ppid=12513 vsize=246408 CPUtime=6.97
/proc/12515/task/12519/stat : 12519 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 6247 0 0 0 691 6 0 0 25 0 5 0 1132538523 252321792 53593 4294967295 134512640 135237372 3216410288 3065219036 134562272 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=12515/tid=12520] ppid=12513 vsize=246408 CPUtime=6.93
/proc/12515/task/12520/stat : 12520 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 4529 0 0 0 685 8 0 0 25 0 5 0 1132538523 252321792 53593 4294967295 134512640 135237372 3216410288 3056693772 134636641 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 33.56
Current children cumulated vsize (KiB) 246408

[startup+25.5112 s]
/proc/loadavg: 3.81 3.20 2.79 5/104 12527
/proc/meminfo: memFree=2680128/3368532 swapFree=1953580/1959888
[pid=12515] ppid=12513 vsize=413712 CPUtime=84.73
/proc/12515/stat : 12515 (ttsth-5-0) S 12513 12515 20984 0 -1 4202496 94714 0 0 0 8435 38 0 0 25 0 5 0 1132537949 423641088 94300 4294967295 134512640 135237372 3216410288 3216409884 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/12515/statm: 103428 94300 95 177 0 103250 0
[pid=12515/tid=12517] ppid=12513 vsize=413712 CPUtime=19.78
/proc/12515/task/12517/stat : 12517 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 18391 0 0 0 1973 5 0 0 25 0 5 0 1132538522 423641088 94300 4294967295 134512640 135237372 3216410288 3081805072 134680720 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=12515/tid=12518] ppid=12513 vsize=413712 CPUtime=19.75
/proc/12515/task/12518/stat : 12518 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 17483 0 0 0 1967 8 0 0 25 0 5 0 1132538522 423641088 94300 4294967295 134512640 135237372 3216410288 3073617664 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=12515/tid=12519] ppid=12513 vsize=413712 CPUtime=19.76
/proc/12515/task/12519/stat : 12519 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 14722 0 0 0 1968 8 0 0 25 0 5 0 1132538523 423641088 94300 4294967295 134512640 135237372 3216410288 3064981632 134562344 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=12515/tid=12520] ppid=12513 vsize=413712 CPUtime=19.71
/proc/12515/task/12520/stat : 12520 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 11879 0 0 0 1959 12 0 0 25 0 5 0 1132538523 423641088 94301 4294967295 134512640 135237372 3216410288 3056826192 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 84.73
Current children cumulated vsize (KiB) 413712

[startup+51.1088 s]
/proc/loadavg: 3.94 3.28 2.83 6/105 12567
/proc/meminfo: memFree=2341896/3368532 swapFree=1953580/1959888
[pid=12515] ppid=12513 vsize=770792 CPUtime=186.96
/proc/12515/stat : 12515 (ttsth-5-0) S 12513 12515 20984 0 -1 4202496 179553 0 0 0 18631 65 0 0 25 0 5 0 1132537949 789291008 179139 4294967295 134512640 135237372 3216410288 3216409884 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/12515/statm: 192698 179139 95 177 0 192520 0
[pid=12515/tid=12517] ppid=12513 vsize=770792 CPUtime=45.36
/proc/12515/task/12517/stat : 12517 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 49151 0 0 0 4524 12 0 0 25 0 5 0 1132538522 789291008 179139 4294967295 134512640 135237372 3216410288 3081767152 134561510 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=12515/tid=12518] ppid=12513 vsize=770792 CPUtime=45.23
/proc/12515/task/12518/stat : 12518 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 38654 0 0 0 4511 12 0 0 25 0 5 0 1132538522 789291008 179139 4294967295 134512640 135237372 3216410288 3073519312 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=12515/tid=12519] ppid=12513 vsize=770792 CPUtime=45.35
/proc/12515/task/12519/stat : 12519 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 30964 0 0 0 4520 15 0 0 25 0 5 0 1132538523 789291008 179139 4294967295 134512640 135237372 3216410288 3065177644 134680502 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=12515/tid=12520] ppid=12513 vsize=770792 CPUtime=45.3
/proc/12515/task/12520/stat : 12520 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 28544 0 0 0 4509 21 0 0 25 0 5 0 1132538523 789291008 179139 4294967295 134512640 135237372 3216410288 3056763216 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 186.96
Current children cumulated vsize (KiB) 770792

[startup+102.314 s]
/proc/loadavg: 4.19 3.47 2.92 5/104 12716
/proc/meminfo: memFree=1769764/3368532 swapFree=1953580/1959888
[pid=12515] ppid=12513 vsize=1369988 CPUtime=391.26
/proc/12515/stat : 12515 (ttsth-5-0) S 12513 12515 20984 0 -1 4202496 321065 0 0 0 39006 120 0 0 25 0 5 0 1132537949 1402867712 320651 4294967295 134512640 135237372 3216410288 3216409884 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/12515/statm: 342497 320651 95 177 0 342319 0
[pid=12515/tid=12517] ppid=12513 vsize=1369988 CPUtime=96.54
/proc/12515/task/12517/stat : 12517 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 96780 0 0 0 9624 30 0 0 25 0 5 0 1132538522 1402867712 320651 4294967295 134512640 135237372 3216410288 3081779648 134680257 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=12515/tid=12518] ppid=12513 vsize=1369988 CPUtime=96.02
/proc/12515/task/12518/stat : 12518 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 75453 0 0 0 9579 23 0 0 25 0 5 0 1132538522 1402867712 320651 4294967295 134512640 135237372 3216410288 3073572048 134680727 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=12515/tid=12519] ppid=12513 vsize=1369988 CPUtime=96.5
/proc/12515/task/12519/stat : 12519 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 63430 0 0 0 9623 27 0 0 25 0 5 0 1132538523 1402867712 320651 4294967295 134512640 135237372 3216410288 3065121760 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=12515/tid=12520] ppid=12513 vsize=1369988 CPUtime=96.48
/proc/12515/task/12520/stat : 12520 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 53162 0 0 0 9613 35 0 0 25 0 5 0 1132538523 1402867712 320651 4294967295 134512640 135237372 3216410288 3056761632 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 391.26
Current children cumulated vsize (KiB) 1369988

[startup+162.308 s]
/proc/loadavg: 4.17 3.59 2.99 5/104 12902
/proc/meminfo: memFree=1214668/3368532 swapFree=1953580/1959888
[pid=12515] ppid=12513 vsize=1965312 CPUtime=630.9
/proc/12515/stat : 12515 (ttsth-5-0) S 12513 12515 20984 0 -1 4202496 461680 0 0 0 62929 161 0 0 25 0 5 0 1132537949 2012479488 461266 4294967295 134512640 135237372 3216410288 3216409884 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/12515/statm: 491328 461266 95 177 0 491150 0
[pid=12515/tid=12517] ppid=12513 vsize=1965312 CPUtime=156.39
/proc/12515/task/12517/stat : 12517 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 142395 0 0 0 15596 43 0 0 25 0 5 0 1132538522 2012479488 461266 4294967295 134512640 135237372 3216410288 3081873168 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=12515/tid=12518] ppid=12513 vsize=1965312 CPUtime=156.02
/proc/12515/task/12518/stat : 12518 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 116234 0 0 0 15573 29 0 0 25 0 5 0 1132538522 2012479488 461266 4294967295 134512640 135237372 3216410288 3073612816 134749353 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=12515/tid=12519] ppid=12513 vsize=1965312 CPUtime=156.42
/proc/12515/task/12519/stat : 12519 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 96522 0 0 0 15604 38 0 0 25 0 5 0 1132538523 2012479488 461267 4294967295 134512640 135237372 3216410288 3065142832 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=12515/tid=12520] ppid=12513 vsize=1965312 CPUtime=156.35
/proc/12515/task/12520/stat : 12520 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 74290 0 0 0 15589 46 0 0 25 0 5 0 1132538523 2012479488 461267 4294967295 134512640 135237372 3216410288 3056859696 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 630.9
Current children cumulated vsize (KiB) 1965312



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+176.017 s]
/proc/loadavg: 4.20 3.62 3.01 6/104 13088
/proc/meminfo: memFree=1080184/3368532 swapFree=1953580/1959888
[pid=12515] ppid=12513 vsize=2096568 CPUtime=685.3
/proc/12515/stat : 12515 (ttsth-5-0) S 12513 12515 20984 0 -1 4202496 492782 0 0 0 68352 178 0 0 25 0 5 0 1132537949 2146885632 492368 4294967295 134512640 135237372 3216410288 3216409884 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/12515/statm: 524142 492368 95 177 0 523964 0
[pid=12515/tid=12517] ppid=12513 vsize=2096568 CPUtime=170.03
/proc/12515/task/12517/stat : 12517 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 152031 0 0 0 16955 48 0 0 25 0 5 0 1132538522 2146885632 492370 4294967295 134512640 135237372 3216410288 3081901792 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=12515/tid=12518] ppid=12513 vsize=2096568 CPUtime=169.62
/proc/12515/task/12518/stat : 12518 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 123745 0 0 0 16930 32 0 0 25 0 5 0 1132538522 2146885632 492370 4294967295 134512640 135237372 3216410288 3073607904 134562290 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=12515/tid=12519] ppid=12513 vsize=2096568 CPUtime=169.87
/proc/12515/task/12519/stat : 12519 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 104522 0 0 0 16944 43 0 0 25 0 5 0 1132538523 2146885632 492370 4294967295 134512640 135237372 3216410288 3065262416 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=12515/tid=12520] ppid=12513 vsize=2096568 CPUtime=170.05
/proc/12515/task/12520/stat : 12520 (ttsth-5-0) R 12513 12515 20984 0 -1 4202560 80246 0 0 0 16955 50 0 0 25 0 5 0 1132538523 2146885632 492370 4294967295 134512640 135237372 3216410288 3056761392 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 685.3
Current children cumulated vsize (KiB) 2096568

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

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

[startup+176.127 s]
/proc/loadavg: 4.20 3.62 3.01 6/104 13088
/proc/meminfo: memFree=1080184/3368532 swapFree=1953580/1959888
[pid=12515] ppid=12513 vsize=0 CPUtime=685.44
/proc/12515/stat : 12515 (ttsth-5-0) Z 12513 12515 20984 0 -1 4203524 492862 0 0 0 68358 186 0 0 18 0 2 0 1132537949 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/12515/statm: 0 0 0 0 0 0 0
[pid=12515/tid=12517] ppid=12513 vsize=0 CPUtime=170.13
/proc/12515/task/12517/stat : 12517 (ttsth-5-0) R 12513 12515 20984 0 -1 4203588 152042 0 0 0 16957 56 0 0 25 0 2 0 1132538522 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 685.44
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 176.143
CPU time (s): 685.46
CPU user time (s): 683.58
CPU system time (s): 1.88
CPU usage (%): 389.149
Max. virtual memory (cumulated for all children) (KiB): 2096568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 683.58
system time used= 1.88
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 492862
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= 4192
involuntary context switches= 12848

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 12:18:55
IDJOB=1779448
IDBENCH=70857
IDSOLVER=632
FILE ID=/1779448-1243678735
PBS_JOBID=
Free space on /tmp= 15884 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-14-s100.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779448-1243678735/watcher-1779448-1243678735 -o /tmp/evaluation-result-1779448-1243678735/solver-1779448-1243678735 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779448-1243678735.cnf

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

MD5SUM BENCH= 0395bced0950ab7e0c6e0bf7b855fed1
RANDOM SEED= 354673656

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.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.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3050384 kB
Buffers:         87368 kB
Cached:         125836 kB
SwapCached:       2424 kB
Active:         143296 kB
Inactive:        80224 kB
HighTotal:     2489216 kB
HighFree:      2350328 kB
LowTotal:       879316 kB
LowFree:        700056 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            2268 kB
Writeback:           0 kB
AnonPages:        9632 kB
Mapped:           4764 kB
Slab:            84596 kB
SReclaimable:    74952 kB
SUnreclaim:       9644 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93564 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15884 MiB
End job on  at 2009-05-30 12:21:53