Trace number 1779583

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) 656.76 292.352

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-25-s100.cnf
MD5SUMc4b5df05f50ec97b624a18161f6d43b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables31931
Number of clauses96111
Sum of the clauses size226723
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261482
Number of clauses of size 334565
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.18	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779583-1243679230.cnf 
0.11/0.18	c Using SATTIMEOUT of 10000
0.11/0.18	c Using SATRAM of 2047
0.11/0.18	c Size of subset node = 16
0.11/0.18	c Variables = 31931
0.11/0.18	c Clauses = 96111
0.11/0.18	c Literals = 226723
0.11/0.18	c Reduced size:
0.11/0.18	c Variables = 31931
0.11/0.18	c Clauses = 95627
0.11/0.18	c Literals = 225439
0.11/0.18	c a2
0.32/0.33	c a1
5.02/5.09	c Independent sub-problems = 1
5.02/5.09	c Sub-problem with 31783 variables and 95627 clauses
5.02/5.09	c using permutation method 4
5.02/5.09	c count = 1
5.02/5.09	c Ordering finished 5.060 seconds
5.02/5.09	c mapped 5.090 seconds
5.02/5.09	c permuted 5.090 seconds
5.02/5.09	c about to sort
5.12/5.12	c sorted
5.72/5.72	c clauses now 95627
5.72/5.72	c init finished 5.320 seconds
5.72/5.72	c tree built 5.730 seconds
5.72/5.72	c 
5.72/5.72	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
5.72/5.72	c ---------------------------------|----------------------------------|------------------------------------------------------
5.72/5.72	c ................................ | ..........                       |                        5.7           0.0             
5.72/5.72	c ................................ | ..........                     1 |                        5.7           0.2             
5.72/5.72	c ................................ | ..........                     2 |                        5.7           0.3             
5.72/5.72	c ................................ | ..........                     3 |                        5.7           0.5             
5.72/5.72	c ................................ | ..........                     4 |                        5.7           0.7             
5.72/5.72	c ................................ | ..........                     5 |                        5.7           0.9             
5.72/5.72	c ................................ | ..........                  1000 | 5                      5.7         174.5          129
200.18/96.65	c ................................ | ..........               2273000 | 68119                200.3       11347.4     35005333
399.99/184.12	c ................................ | ..........               3507000 | 107111               400.0        8766.8     73703970
599.89/268.29	c ................................ | ..........               4969000 | 158033               600.1        8280.0    106383086

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-1779583-1243679230/watcher-1779583-1243679230 -o /tmp/evaluation-result-1779583-1243679230/solver-1779583-1243679230 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779583-1243679230.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.24 6.48 6.23 4/113 3751
/proc/meminfo: memFree=3118556/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=1140 CPUtime=0.01
/proc/3751/stat : 3751 (ttsth-5-0) R 3749 3751 32205 0 -1 4202496 180 0 0 0 1 0 0 0 25 0 1 0 1132587053 1167360 135 4294967295 134512640 135237372 3217004352 3217003856 134734934 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3751/statm: 285 135 75 177 0 107 0

[startup+0.104685 s]
/proc/loadavg: 6.24 6.48 6.23 4/113 3751
/proc/meminfo: memFree=3118556/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=5596 CPUtime=0.11
/proc/3751/stat : 3751 (ttsth-5-0) R 3749 3751 32205 0 -1 4202496 1285 0 0 0 11 0 0 0 25 0 1 0 1132587053 5730304 1240 4294967295 134512640 135237372 3217004352 3217002948 134887114 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3751/statm: 1399 1240 75 177 0 1221 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5596

[startup+0.214679 s]
/proc/loadavg: 6.24 6.48 6.23 4/113 3751
/proc/meminfo: memFree=3118556/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=12800 CPUtime=0.22
/proc/3751/stat : 3751 (ttsth-5-0) R 3749 3751 32205 0 -1 4202496 2985 0 0 0 22 0 0 0 25 0 1 0 1132587053 13107200 2940 4294967295 134512640 135237372 3217004352 3217003620 134731145 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3751/statm: 3200 2940 76 177 0 3022 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 12800

[startup+0.314668 s]
/proc/loadavg: 6.24 6.48 6.23 4/113 3751
/proc/meminfo: memFree=3118556/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=14252 CPUtime=0.32
/proc/3751/stat : 3751 (ttsth-5-0) R 3749 3751 32205 0 -1 4202496 3368 0 0 0 32 0 0 0 25 0 1 0 1132587053 14594048 3322 4294967295 134512640 135237372 3217004352 3217003248 134749353 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3751/statm: 3563 3322 76 177 0 3385 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 14252

[startup+0.714631 s]
/proc/loadavg: 6.24 6.48 6.23 4/113 3751
/proc/meminfo: memFree=3118556/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=18628 CPUtime=0.72
/proc/3751/stat : 3751 (ttsth-5-0) R 3749 3751 32205 0 -1 4202496 4698 0 0 0 72 0 0 0 25 0 1 0 1132587053 19075072 4464 4294967295 134512640 135237372 3217004352 3217003712 134600960 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3751/statm: 4657 4464 77 177 0 4479 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 18628

[startup+1.51456 s]
/proc/loadavg: 6.24 6.48 6.23 4/114 3756
/proc/meminfo: memFree=3100796/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=18780 CPUtime=1.52
/proc/3751/stat : 3751 (ttsth-5-0) R 3749 3751 32205 0 -1 4202496 4739 0 0 0 152 0 0 0 25 0 1 0 1132587053 19230720 4505 4294967295 134512640 135237372 3217004352 3217003712 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3751/statm: 4695 4505 77 177 0 4517 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 18780

[startup+3.11442 s]
/proc/loadavg: 6.24 6.48 6.23 4/114 3756
/proc/meminfo: memFree=3100424/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=19284 CPUtime=3.12
/proc/3751/stat : 3751 (ttsth-5-0) R 3749 3751 32205 0 -1 4202496 4855 0 0 0 312 0 0 0 25 0 1 0 1132587053 19746816 4621 4294967295 134512640 135237372 3217004352 3217003712 134600960 0 0 0 0 0 0 0 17 2 0 0 0
/proc/3751/statm: 4821 4621 77 177 0 4643 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 19284

[startup+6.31416 s]
/proc/loadavg: 5.98 6.42 6.21 4/114 3760
/proc/meminfo: memFree=3004252/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=170988 CPUtime=6.89
/proc/3751/stat : 3751 (ttsth-5-0) S 3749 3751 32205 0 -1 4202496 35241 0 0 0 679 10 0 0 25 0 5 0 1132587053 175091712 34819 4294967295 134512640 135237372 3217004352 3217003948 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3751/statm: 42747 34819 95 177 0 42569 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 170988

[startup+12.7136 s]
/proc/loadavg: 5.98 6.41 6.21 8/118 3776
/proc/meminfo: memFree=2943624/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=209396 CPUtime=19.68
/proc/3751/stat : 3751 (ttsth-5-0) S 3749 3751 32205 0 -1 4202496 45046 0 0 0 1954 14 0 0 25 0 5 0 1132587053 214421504 44624 4294967295 134512640 135237372 3217004352 3217003948 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3751/statm: 52349 44624 95 177 0 52171 0
[pid=3751/tid=3761] ppid=3749 vsize=209396 CPUtime=4.34
/proc/3751/task/3761/stat : 3761 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 2849 0 0 0 433 1 0 0 25 0 5 0 1132587625 214421504 44624 4294967295 134512640 135237372 3217004352 3081205600 134588920 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3751/tid=3762] ppid=3749 vsize=209396 CPUtime=2.64
/proc/3751/task/3762/stat : 3762 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 2253 0 0 0 263 1 0 0 25 0 5 0 1132587625 214421504 44624 4294967295 134512640 135237372 3217004352 3072786736 134749345 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3751/tid=3763] ppid=3749 vsize=209396 CPUtime=3.26
/proc/3751/task/3763/stat : 3763 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 3475 0 0 0 324 2 0 0 25 0 5 0 1132587625 214421504 44624 4294967295 134512640 135237372 3217004352 3064656816 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3751/tid=3764] ppid=3749 vsize=209396 CPUtime=3.71
/proc/3751/task/3764/stat : 3764 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 3500 0 0 0 370 1 0 0 25 0 5 0 1132587625 214421504 44624 4294967295 134512640 135237372 3217004352 3055878640 134591184 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.68
Current children cumulated vsize (KiB) 209396

[startup+25.5125 s]
/proc/loadavg: 5.98 6.39 6.20 9/118 3797
/proc/meminfo: memFree=2881180/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=270624 CPUtime=45.24
/proc/3751/stat : 3751 (ttsth-5-0) S 3749 3751 32205 0 -1 4202496 60182 0 0 0 4507 17 0 0 25 0 5 0 1132587053 277118976 59760 4294967295 134512640 135237372 3217004352 3217003948 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3751/statm: 67656 59760 95 177 0 67478 0
[pid=3751/tid=3761] ppid=3749 vsize=270624 CPUtime=11.14
/proc/3751/task/3761/stat : 3761 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 6741 0 0 0 1113 1 0 0 25 0 5 0 1132587625 277118976 59760 4294967295 134512640 135237372 3217004352 3080638096 134590368 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3751/tid=3762] ppid=3749 vsize=270624 CPUtime=8.64
/proc/3751/task/3762/stat : 3762 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 5576 0 0 0 863 1 0 0 25 0 5 0 1132587625 277118976 59760 4294967295 134512640 135237372 3217004352 3072730064 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3751/tid=3763] ppid=3749 vsize=270624 CPUtime=9.22
/proc/3751/task/3763/stat : 3763 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 7400 0 0 0 919 3 0 0 25 0 5 0 1132587625 277118976 59760 4294967295 134512640 135237372 3217004352 3064320256 134680503 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3751/tid=3764] ppid=3749 vsize=270624 CPUtime=10.51
/proc/3751/task/3764/stat : 3764 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 7496 0 0 0 1048 3 0 0 25 0 5 0 1132587625 277118976 59761 4294967295 134512640 135237372 3217004352 3055977760 134680293 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.24
Current children cumulated vsize (KiB) 270624

[startup+51.1103 s]
/proc/loadavg: 6.07 6.37 6.20 8/119 3929
/proc/meminfo: memFree=2725972/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=434012 CPUtime=96.36
/proc/3751/stat : 3751 (ttsth-5-0) S 3749 3751 32205 0 -1 4202496 100175 0 0 0 9597 39 0 0 25 0 5 0 1132587053 444428288 99753 4294967295 134512640 135237372 3217004352 3217003948 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3751/statm: 108503 99753 95 177 0 108325 0
[pid=3751/tid=3761] ppid=3749 vsize=434012 CPUtime=24.44
/proc/3751/task/3761/stat : 3761 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 21371 0 0 0 2439 5 0 0 25 0 5 0 1132587625 444428288 99753 4294967295 134512640 135237372 3217004352 3081184912 134680329 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3751/tid=3762] ppid=3749 vsize=434012 CPUtime=21.32
/proc/3751/task/3762/stat : 3762 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 12377 0 0 0 2125 7 0 0 25 0 5 0 1132587625 444428288 99753 4294967295 134512640 135237372 3217004352 3072907424 134680273 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3751/tid=3763] ppid=3749 vsize=434012 CPUtime=21.44
/proc/3751/task/3763/stat : 3763 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 16638 0 0 0 2136 8 0 0 25 0 5 0 1132587625 444428288 99753 4294967295 134512640 135237372 3217004352 3064414368 134749345 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3751/tid=3764] ppid=3749 vsize=434012 CPUtime=23.43
/proc/3751/task/3764/stat : 3764 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 16820 0 0 0 2333 10 0 0 25 0 5 0 1132587625 444428288 99753 4294967295 134512640 135237372 3217004352 3056019456 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 96.36
Current children cumulated vsize (KiB) 434012

[startup+102.306 s]
/proc/loadavg: 6.24 6.37 6.21 7/118 4098
/proc/meminfo: memFree=2372008/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=795780 CPUtime=213.82
/proc/3751/stat : 3751 (ttsth-5-0) S 3749 3751 32205 0 -1 4202496 187307 0 0 0 21303 79 0 0 25 0 5 0 1132587053 814878720 186885 4294967295 134512640 135237372 3217004352 3217003948 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3751/statm: 198945 186885 95 177 0 198767 0
[pid=3751/tid=3761] ppid=3749 vsize=795780 CPUtime=50.58
/proc/3751/task/3761/stat : 3761 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 50042 0 0 0 5038 20 0 0 25 0 5 0 1132587625 814878720 186886 4294967295 134512640 135237372 3217004352 3081232816 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3751/tid=3762] ppid=3749 vsize=795780 CPUtime=57.54
/proc/3751/task/3762/stat : 3762 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 31760 0 0 0 5735 19 0 0 25 0 5 0 1132587625 814878720 186886 4294967295 134512640 135237372 3217004352 3072153728 134591284 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3751/tid=3763] ppid=3749 vsize=795780 CPUtime=49.61
/proc/3751/task/3763/stat : 3763 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 34947 0 0 0 4947 14 0 0 25 0 5 0 1132587625 814878720 186886 4294967295 134512640 135237372 3217004352 3064363056 134749353 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3751/tid=3764] ppid=3749 vsize=795780 CPUtime=50.36
/proc/3751/task/3764/stat : 3764 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 37590 0 0 0 5019 17 0 0 25 0 5 0 1132587625 814878720 186886 4294967295 134512640 135237372 3217004352 3055956944 134564210 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 213.82
Current children cumulated vsize (KiB) 795780

[startup+162.311 s]
/proc/loadavg: 6.38 6.41 6.23 7/118 4375
/proc/meminfo: memFree=1961884/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=1224652 CPUtime=348.99
/proc/3751/stat : 3751 (ttsth-5-0) S 3749 3751 32205 0 -1 4202496 290789 0 0 0 34778 121 0 0 25 0 5 0 1132587053 1254043648 290367 4294967295 134512640 135237372 3217004352 3217003948 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3751/statm: 306163 290367 95 177 0 305985 0
[pid=3751/tid=3761] ppid=3749 vsize=1224652 CPUtime=83.26
/proc/3751/task/3761/stat : 3761 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 88802 0 0 0 8291 35 0 0 25 0 5 0 1132587625 1254043648 290367 4294967295 134512640 135237372 3217004352 3081111664 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3751/tid=3762] ppid=3749 vsize=1224652 CPUtime=92.92
/proc/3751/task/3762/stat : 3762 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 46099 0 0 0 9263 29 0 0 25 0 5 0 1132587625 1254043648 290367 4294967295 134512640 135237372 3217004352 3072737632 134562328 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3751/tid=3763] ppid=3749 vsize=1224652 CPUtime=79.75
/proc/3751/task/3763/stat : 3763 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 56544 0 0 0 7956 19 0 0 25 0 5 0 1132587625 1254043648 290367 4294967295 134512640 135237372 3217004352 3064458912 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3751/tid=3764] ppid=3749 vsize=1224652 CPUtime=87.33
/proc/3751/task/3764/stat : 3764 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 66375 0 0 0 8704 29 0 0 25 0 5 0 1132587625 1254043648 290367 4294967295 134512640 135237372 3217004352 3055946896 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 348.99
Current children cumulated vsize (KiB) 1224652

[startup+222.316 s]
/proc/loadavg: 6.29 6.37 6.23 7/118 4652
/proc/meminfo: memFree=1573600/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=1629272 CPUtime=492.26
/proc/3751/stat : 3751 (ttsth-5-0) S 3749 3751 32205 0 -1 4202496 386867 0 0 0 49056 170 0 0 25 0 5 0 1132587053 1668374528 386445 4294967295 134512640 135237372 3217004352 3217003948 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3751/statm: 407318 386445 95 177 0 407140 0
[pid=3751/tid=3761] ppid=3749 vsize=1629272 CPUtime=123.04
/proc/3751/task/3761/stat : 3761 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 120997 0 0 0 12251 53 0 0 25 0 5 0 1132587625 1668374528 386445 4294967295 134512640 135237372 3217004352 3081324832 134590245 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3751/tid=3762] ppid=3749 vsize=1629272 CPUtime=123.66
/proc/3751/task/3762/stat : 3762 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 63658 0 0 0 12332 34 0 0 25 0 5 0 1132587625 1668374528 386445 4294967295 134512640 135237372 3217004352 3072432752 134680285 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3751/tid=3763] ppid=3749 vsize=1629272 CPUtime=116.53
/proc/3751/task/3763/stat : 3763 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 81787 0 0 0 11621 32 0 0 25 0 5 0 1132587625 1668374528 386445 4294967295 134512640 135237372 3217004352 3064426080 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3751/tid=3764] ppid=3749 vsize=1629272 CPUtime=123.31
/proc/3751/task/3764/stat : 3764 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 87456 0 0 0 12289 42 0 0 25 0 5 0 1132587625 1668374528 386445 4294967295 134512640 135237372 3217004352 3055827728 134680503 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 492.26
Current children cumulated vsize (KiB) 1629272

[startup+282.31 s]
/proc/loadavg: 6.36 6.38 6.24 8/118 4933
/proc/meminfo: memFree=1207700/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=2021016 CPUtime=633.49
/proc/3751/stat : 3751 (ttsth-5-0) S 3749 3751 32205 0 -1 4202496 479427 0 0 0 63147 202 0 0 25 0 5 0 1132587053 2069520384 479005 4294967295 134512640 135237372 3217004352 3217003948 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3751/statm: 505254 479005 95 177 0 505076 0
[pid=3751/tid=3761] ppid=3749 vsize=2021016 CPUtime=156.74
/proc/3751/task/3761/stat : 3761 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 141282 0 0 0 15615 59 0 0 25 0 5 0 1132587625 2069520384 479005 4294967295 134512640 135237372 3217004352 3081283312 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3751/tid=3762] ppid=3749 vsize=2021016 CPUtime=159.25
/proc/3751/task/3762/stat : 3762 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 81855 0 0 0 15885 40 0 0 25 0 5 0 1132587625 2069520384 479005 4294967295 134512640 135237372 3217004352 3072829616 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3751/tid=3763] ppid=3749 vsize=2021016 CPUtime=150.15
/proc/3751/task/3763/stat : 3763 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 103551 0 0 0 14979 36 0 0 25 0 5 0 1132587625 2069520384 479005 4294967295 134512640 135237372 3217004352 3064661564 134519936 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3751/tid=3764] ppid=3749 vsize=2021016 CPUtime=161.62
/proc/3751/task/3764/stat : 3764 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 119770 0 0 0 16104 58 0 0 25 0 5 0 1132587625 2069520384 479005 4294967295 134512640 135237372 3217004352 3055911328 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 633.49
Current children cumulated vsize (KiB) 2021016



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+292.21 s]
/proc/loadavg: 6.30 6.37 6.23 8/119 4999
/proc/meminfo: memFree=1130508/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=2096268 CPUtime=656.63
/proc/3751/stat : 3751 (ttsth-5-0) S 3749 3751 32205 0 -1 4202496 497499 0 0 0 65456 207 0 0 25 0 5 0 1132587053 2146578432 497077 4294967295 134512640 135237372 3217004352 3217003948 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3751/statm: 524067 497077 95 177 0 523889 0
[pid=3751/tid=3761] ppid=3749 vsize=2096268 CPUtime=161.94
/proc/3751/task/3761/stat : 3761 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 145654 0 0 0 16135 59 0 0 25 0 5 0 1132587625 2146578432 497079 4294967295 134512640 135237372 3217004352 3081254508 134680502 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=3751/tid=3762] ppid=3749 vsize=2096268 CPUtime=164.22
/proc/3751/task/3762/stat : 3762 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 85057 0 0 0 16380 42 0 0 25 0 5 0 1132587625 2146578432 497079 4294967295 134512640 135237372 3217004352 3072846080 134591217 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=3751/tid=3763] ppid=3749 vsize=2096268 CPUtime=156.23
/proc/3751/task/3763/stat : 3763 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 110352 0 0 0 15585 38 0 0 25 0 5 0 1132587625 2146578432 497079 4294967295 134512640 135237372 3217004352 3064455936 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=3751/tid=3764] ppid=3749 vsize=2096268 CPUtime=168.51
/proc/3751/task/3764/stat : 3764 (ttsth-5-0) R 3749 3751 32205 0 -1 4202560 123469 0 0 0 16792 59 0 0 25 0 5 0 1132587625 2146578432 497079 4294967295 134512640 135237372 3217004352 3056009072 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 656.63
Current children cumulated vsize (KiB) 2096268

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

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

[startup+292.329 s]
/proc/loadavg: 6.30 6.37 6.23 8/119 4999
/proc/meminfo: memFree=1130508/3368532 swapFree=1954888/1959888
[pid=3751] ppid=3749 vsize=0 CPUtime=656.73
/proc/3751/stat : 3751 (ttsth-5-0) Z 3749 3751 32205 0 -1 4203524 497506 0 0 0 65459 214 0 0 18 0 2 0 1132587053 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/3751/statm: 0 0 0 0 0 0 0
[pid=3751/tid=3762] ppid=3749 vsize=0 CPUtime=164.29
/proc/3751/task/3762/stat : 3762 (ttsth-5-0) R 3749 3751 32205 0 -1 4203588 85057 0 0 0 16380 49 0 0 25 0 2 0 1132587625 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) 656.73
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 292.352
CPU time (s): 656.76
CPU user time (s): 654.59
CPU system time (s): 2.17
CPU usage (%): 224.647
Max. virtual memory (cumulated for all children) (KiB): 2096268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 654.59
system time used= 2.17
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 497506
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= 2198
involuntary context switches= 21961

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 12:27:10
IDJOB=1779583
IDBENCH=70878
IDSOLVER=632
FILE ID=/1779583-1243679230
PBS_JOBID=
Free space on /tmp= 15878 MiB

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

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

MD5SUM BENCH= c4b5df05f50ec97b624a18161f6d43b5
RANDOM SEED= 935934331

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

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

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

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

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


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3118852 kB
Buffers:         53224 kB
Cached:          95196 kB
SwapCached:        720 kB
Active:         117412 kB
Inactive:        46564 kB
HighTotal:     2489216 kB
HighFree:      2374548 kB
LowTotal:       879316 kB
LowFree:        744304 kB
SwapTotal:     1959888 kB
SwapFree:      1954888 kB
Dirty:            2608 kB
Writeback:           0 kB
AnonPages:       15060 kB
Mapped:           6032 kB
Slab:            74584 kB
SReclaimable:    64920 kB
SUnreclaim:       9664 kB
PageTables:        712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   117280 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15878 MiB
End job on  at 2009-05-30 12:32:05