Trace number 1779538

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) 833.91 213.136

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
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 variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
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-1779538-1243679264.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 = 31613
0.11/0.17	c Clauses = 95104
0.11/0.17	c Literals = 224206
0.11/0.17	c Reduced size:
0.11/0.17	c Variables = 31613
0.11/0.17	c Clauses = 94620
0.11/0.17	c Literals = 222922
0.11/0.17	c a2
0.31/0.32	c a1
5.01/5.09	c Independent sub-problems = 1
5.01/5.09	c Sub-problem with 31465 variables and 94620 clauses
5.01/5.09	c using permutation method 4
5.01/5.09	c count = 1
5.01/5.09	c Ordering finished 5.060 seconds
5.01/5.09	c mapped 5.090 seconds
5.01/5.09	c permuted 5.090 seconds
5.01/5.09	c about to sort
5.11/5.11	c sorted
5.61/5.70	c clauses now 94620
5.61/5.70	c init finished 5.320 seconds
5.61/5.70	c tree built 5.710 seconds
5.61/5.70	c 
5.61/5.70	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
5.61/5.70	c ---------------------------------|----------------------------------|------------------------------------------------------
5.61/5.70	c ................................ | ..........                       |                        5.7           0.0             
5.61/5.70	c ................................ | ..........                     1 |                        5.7           0.2             
5.61/5.70	c ................................ | ..........                     2 |                        5.7           0.4             
5.61/5.70	c ................................ | ..........                     3 |                        5.7           0.5             
5.61/5.70	c ................................ | ..........                     4 |                        5.7           0.7             
5.61/5.70	c ................................ | ..........                     5 |                        5.7           0.9             
5.61/5.70	c ................................ | ..........                  1000 | 9                      5.7         175.1          105
199.93/54.35	c ................................ | ..........               2893000 | 82074                200.1       14456.3     25769131
400.12/104.45	c ................................ | ..........               4376000 | 129438               400.3       10932.3     57657122
600.14/154.55	c ................................ | ..........               5507000 | 166628               600.3        9173.3     82900024
800.14/204.63	c ................................ | ..........               6504000 | 200324               800.2        8127.9    109853293

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-1779538-1243679264/watcher-1779538-1243679264 -o /tmp/evaluation-result-1779538-1243679264/solver-1779538-1243679264 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779538-1243679264.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: 4.26 3.97 3.30 3/98 22854
/proc/meminfo: memFree=3083596/3368532 swapFree=1959840/1959888
[pid=22854] ppid=22852 vsize=1144 CPUtime=0.01
/proc/22854/stat : 22854 (ttsth-5-0) R 22852 22854 30226 0 -1 4202496 171 0 0 0 1 0 0 0 18 0 1 0 949503190 1171456 126 4294967295 134512640 135237372 3216938800 3216937324 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22854/statm: 286 126 75 177 0 108 0

[startup+0.08058 s]
/proc/loadavg: 4.26 3.97 3.30 3/98 22854
/proc/meminfo: memFree=3083596/3368532 swapFree=1959840/1959888
[pid=22854] ppid=22852 vsize=4808 CPUtime=0.08
/proc/22854/stat : 22854 (ttsth-5-0) R 22852 22854 30226 0 -1 4202496 1073 0 0 0 8 0 0 0 18 0 1 0 949503190 4923392 1028 4294967295 134512640 135237372 3216938800 3216937324 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22854/statm: 1202 1028 75 177 0 1024 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4808

[startup+0.110576 s]
/proc/loadavg: 4.26 3.97 3.30 3/98 22854
/proc/meminfo: memFree=3083596/3368532 swapFree=1959840/1959888
[pid=22854] ppid=22852 vsize=6128 CPUtime=0.11
/proc/22854/stat : 22854 (ttsth-5-0) R 22852 22854 30226 0 -1 4202496 1430 0 0 0 11 0 0 0 18 0 1 0 949503190 6275072 1385 4294967295 134512640 135237372 3216938800 3216937596 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22854/statm: 1532 1386 75 177 0 1354 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6128

[startup+0.31056 s]
/proc/loadavg: 4.26 3.97 3.30 3/98 22854
/proc/meminfo: memFree=3083596/3368532 swapFree=1959840/1959888
[pid=22854] ppid=22852 vsize=14188 CPUtime=0.31
/proc/22854/stat : 22854 (ttsth-5-0) R 22852 22854 30226 0 -1 4202496 3335 0 0 0 29 2 0 0 18 0 1 0 949503190 14528512 3289 4294967295 134512640 135237372 3216938800 3216937792 134749351 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22854/statm: 3547 3289 76 177 0 3369 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 14188

[startup+0.710526 s]
/proc/loadavg: 4.26 3.97 3.30 3/98 22854
/proc/meminfo: memFree=3083596/3368532 swapFree=1959840/1959888
[pid=22854] ppid=22852 vsize=18488 CPUtime=0.71
/proc/22854/stat : 22854 (ttsth-5-0) R 22852 22854 30226 0 -1 4202496 4653 0 0 0 69 2 0 0 19 0 1 0 949503190 18931712 4421 4294967295 134512640 135237372 3216938800 3216937928 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22854/statm: 4622 4421 77 177 0 4444 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 18488

[startup+1.51046 s]
/proc/loadavg: 4.26 3.97 3.30 2/99 22855
/proc/meminfo: memFree=3066132/3368532 swapFree=1959840/1959888
[pid=22854] ppid=22852 vsize=18824 CPUtime=1.51
/proc/22854/stat : 22854 (ttsth-5-0) R 22852 22854 30226 0 -1 4202496 4707 0 0 0 149 2 0 0 20 0 1 0 949503190 19275776 4475 4294967295 134512640 135237372 3216938800 3216938128 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22854/statm: 4706 4475 77 177 0 4528 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 18824

[startup+3.11033 s]
/proc/loadavg: 4.00 3.92 3.29 2/99 22855
/proc/meminfo: memFree=3066020/3368532 swapFree=1959840/1959888
[pid=22854] ppid=22852 vsize=19244 CPUtime=3.11
/proc/22854/stat : 22854 (ttsth-5-0) R 22852 22854 30226 0 -1 4202496 4824 0 0 0 309 2 0 0 25 0 1 0 949503190 19705856 4592 4294967295 134512640 135237372 3216938800 3216938128 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22854/statm: 4811 4592 77 177 0 4633 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 19244

[startup+6.31008 s]
/proc/loadavg: 4.00 3.92 3.29 2/99 22856
/proc/meminfo: memFree=2980036/3368532 swapFree=1959840/1959888
[pid=22854] ppid=22852 vsize=179392 CPUtime=7.98
/proc/22854/stat : 22854 (ttsth-5-0) S 22852 22854 30226 0 -1 4202496 37466 0 0 0 786 12 0 0 25 0 5 0 949503190 183697408 37048 4294967295 134512640 135237372 3216938800 3216938396 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/22854/statm: 44848 37048 95 177 0 44670 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 179392

[startup+12.7096 s]
/proc/loadavg: 4.08 3.94 3.30 5/103 22860
/proc/meminfo: memFree=2884732/3368532 swapFree=1959840/1959888
[pid=22854] ppid=22852 vsize=239760 CPUtime=33.56
/proc/22854/stat : 22854 (ttsth-5-0) S 22852 22854 30226 0 -1 4202496 52450 0 0 0 3339 17 0 0 25 0 5 0 949503190 245514240 52032 4294967295 134512640 135237372 3216938800 3216938396 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/22854/statm: 59940 52032 95 177 0 59762 0
[pid=22854/tid=22857] ppid=22852 vsize=239760 CPUtime=6.97
/proc/22854/task/22857/stat : 22857 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 4972 0 0 0 697 0 0 0 25 0 5 0 949503760 245514240 52032 4294967295 134512640 135237372 3216938800 3081250512 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=22854/tid=22858] ppid=22852 vsize=239760 CPUtime=6.95
/proc/22854/task/22858/stat : 22858 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 4316 0 0 0 691 4 0 0 25 0 5 0 949503760 245514240 52032 4294967295 134512640 135237372 3216938800 3073046364 134636641 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=22854/tid=22859] ppid=22852 vsize=239760 CPUtime=6.97
/proc/22854/task/22859/stat : 22859 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 5125 0 0 0 696 1 0 0 25 0 5 0 949503760 245514240 52032 4294967295 134512640 135237372 3216938800 3064432828 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=22854/tid=22860] ppid=22852 vsize=239760 CPUtime=6.96
/proc/22854/task/22860/stat : 22860 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 5391 0 0 0 695 1 0 0 25 0 5 0 949503760 245514240 52032 4294967295 134512640 135237372 3216938800 3056043356 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) 239760

[startup+25.5185 s]
/proc/loadavg: 4.07 3.94 3.31 5/103 22861
/proc/meminfo: memFree=2780508/3368532 swapFree=1959840/1959888
[pid=22854] ppid=22852 vsize=343828 CPUtime=84.79
/proc/22854/stat : 22854 (ttsth-5-0) S 22852 22854 30226 0 -1 4202496 77274 0 0 0 8449 30 0 0 25 0 5 0 949503190 352079872 76856 4294967295 134512640 135237372 3216938800 3216938396 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/22854/statm: 85957 76856 95 177 0 85779 0
[pid=22854/tid=22857] ppid=22852 vsize=343828 CPUtime=19.78
/proc/22854/task/22857/stat : 22857 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 10965 0 0 0 1975 3 0 0 25 0 5 0 949503760 352079872 76856 4294967295 134512640 135237372 3216938800 3081197520 134561426 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=22854/tid=22858] ppid=22852 vsize=343828 CPUtime=19.75
/proc/22854/task/22858/stat : 22858 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 7996 0 0 0 1966 9 0 0 25 0 5 0 949503760 352079872 76856 4294967295 134512640 135237372 3216938800 3072334752 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=22854/tid=22859] ppid=22852 vsize=343828 CPUtime=19.78
/proc/22854/task/22859/stat : 22859 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 12833 0 0 0 1976 2 0 0 25 0 5 0 949503760 352079872 76856 4294967295 134512640 135237372 3216938800 3064577116 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=22854/tid=22860] ppid=22852 vsize=343828 CPUtime=19.77
/proc/22854/task/22860/stat : 22860 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 12834 0 0 0 1972 5 0 0 25 0 5 0 949503760 352079872 76856 4294967295 134512640 135237372 3216938800 3056046848 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 84.79
Current children cumulated vsize (KiB) 343828

[startup+51.1164 s]
/proc/loadavg: 4.04 3.95 3.33 5/103 22864
/proc/meminfo: memFree=2544344/3368532 swapFree=1959840/1959888
[pid=22854] ppid=22852 vsize=592416 CPUtime=187.16
/proc/22854/stat : 22854 (ttsth-5-0) S 22852 22854 30226 0 -1 4202496 136867 0 0 0 18651 65 0 0 25 0 5 0 949503190 606633984 136449 4294967295 134512640 135237372 3216938800 3216938396 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/22854/statm: 148104 136449 95 177 0 147926 0
[pid=22854/tid=22857] ppid=22852 vsize=592416 CPUtime=45.38
/proc/22854/task/22857/stat : 22857 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 21705 0 0 0 4530 8 0 0 25 0 5 0 949503760 606633984 136449 4294967295 134512640 135237372 3216938800 3081214512 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=22854/tid=22858] ppid=22852 vsize=592416 CPUtime=45.33
/proc/22854/task/22858/stat : 22858 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 23794 0 0 0 4514 19 0 0 25 0 5 0 949503760 606633984 136450 4294967295 134512640 135237372 3216938800 3072802368 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=22854/tid=22859] ppid=22852 vsize=592416 CPUtime=45.38
/proc/22854/task/22859/stat : 22859 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 30379 0 0 0 4523 15 0 0 25 0 5 0 949503760 606633984 136450 4294967295 134512640 135237372 3216938800 3064415980 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=22854/tid=22860] ppid=22852 vsize=592416 CPUtime=45.36
/proc/22854/task/22860/stat : 22860 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 28344 0 0 0 4524 12 0 0 25 0 5 0 949503760 606633984 136450 4294967295 134512640 135237372 3216938800 3056295932 134636641 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 187.16
Current children cumulated vsize (KiB) 592416

[startup+102.312 s]
/proc/loadavg: 4.13 3.98 3.38 5/103 23050
/proc/meminfo: memFree=2034128/3368532 swapFree=1959840/1959888
[pid=22854] ppid=22852 vsize=1125136 CPUtime=391.69
/proc/22854/stat : 22854 (ttsth-5-0) S 22852 22854 30226 0 -1 4202496 263412 0 0 0 39057 112 0 0 25 0 5 0 949503190 1152139264 262994 4294967295 134512640 135237372 3216938800 3216938396 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/22854/statm: 281284 262994 95 177 0 281106 0
[pid=22854/tid=22857] ppid=22852 vsize=1125136 CPUtime=96.5
/proc/22854/task/22857/stat : 22857 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 46194 0 0 0 9632 18 0 0 25 0 5 0 949503760 1152139264 262994 4294967295 134512640 135237372 3216938800 3081159440 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=22854/tid=22858] ppid=22852 vsize=1125136 CPUtime=96.38
/proc/22854/task/22858/stat : 22858 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 63065 0 0 0 9604 34 0 0 25 0 5 0 949503760 1152139264 262994 4294967295 134512640 135237372 3216938800 3072452256 134591217 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=22854/tid=22859] ppid=22852 vsize=1125136 CPUtime=96.55
/proc/22854/task/22859/stat : 22859 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 59458 0 0 0 9633 22 0 0 25 0 5 0 949503760 1152139264 262994 4294967295 134512640 135237372 3216938800 3064512864 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=22854/tid=22860] ppid=22852 vsize=1125136 CPUtime=96.55
/proc/22854/task/22860/stat : 22860 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 62049 0 0 0 9628 27 0 0 25 0 5 0 949503760 1152139264 262994 4294967295 134512640 135237372 3216938800 3056017040 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 391.69
Current children cumulated vsize (KiB) 1125136

[startup+162.307 s]
/proc/loadavg: 4.04 3.98 3.41 5/103 23238
/proc/meminfo: memFree=1561456/3368532 swapFree=1959840/1959888
[pid=22854] ppid=22852 vsize=1632744 CPUtime=631.34
/proc/22854/stat : 22854 (ttsth-5-0) S 22852 22854 30226 0 -1 4202496 383240 0 0 0 62973 161 0 0 25 0 5 0 949503190 1671929856 382822 4294967295 134512640 135237372 3216938800 3216938396 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/22854/statm: 408186 382822 95 177 0 408008 0
[pid=22854/tid=22857] ppid=22852 vsize=1632744 CPUtime=156.41
/proc/22854/task/22857/stat : 22857 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 80038 0 0 0 15612 29 0 0 25 0 5 0 949503760 1671929856 382822 4294967295 134512640 135237372 3216938800 3081066764 134680208 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=22854/tid=22858] ppid=22852 vsize=1632744 CPUtime=156.27
/proc/22854/task/22858/stat : 22858 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 92097 0 0 0 15580 47 0 0 25 0 5 0 949503760 1671929856 382822 4294967295 134512640 135237372 3216938800 3073012224 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=22854/tid=22859] ppid=22852 vsize=1632744 CPUtime=156.41
/proc/22854/task/22859/stat : 22859 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 88614 0 0 0 15606 35 0 0 25 0 5 0 949503760 1671929856 382822 4294967295 134512640 135237372 3216938800 3064454672 134680727 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=22854/tid=22860] ppid=22852 vsize=1632744 CPUtime=156.54
/proc/22854/task/22860/stat : 22860 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 89845 0 0 0 15615 39 0 0 25 0 5 0 949503760 1671929856 382822 4294967295 134512640 135237372 3216938800 3056147216 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 631.34
Current children cumulated vsize (KiB) 1632744



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+213.013 s]
/proc/loadavg: 4.11 4.01 3.45 5/103 23430
/proc/meminfo: memFree=1111872/3368532 swapFree=1959840/1959888
[pid=22854] ppid=22852 vsize=2096620 CPUtime=833.76
/proc/22854/stat : 22854 (ttsth-5-0) S 22852 22854 30226 0 -1 4202496 493440 0 0 0 83159 217 0 0 25 0 5 0 949503190 2146938880 493022 4294967295 134512640 135237372 3216938800 3216938396 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/22854/statm: 524155 493022 95 177 0 523977 0
[pid=22854/tid=22857] ppid=22852 vsize=2096620 CPUtime=207.03
/proc/22854/task/22857/stat : 22857 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 112479 0 0 0 20656 47 0 0 25 0 5 0 949503760 2146938880 493022 4294967295 134512640 135237372 3216938800 3081213872 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=22854/tid=22858] ppid=22852 vsize=2096620 CPUtime=206.84
/proc/22854/task/22858/stat : 22858 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 119424 0 0 0 20628 56 0 0 25 0 5 0 949503760 2146938880 493022 4294967295 134512640 135237372 3216938800 3073023216 134590285 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=22854/tid=22859] ppid=22852 vsize=2096620 CPUtime=206.95
/proc/22854/task/22859/stat : 22859 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 118297 0 0 0 20642 53 0 0 25 0 5 0 949503760 2146938880 493022 4294967295 134512640 135237372 3216938800 3064623296 134680729 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=22854/tid=22860] ppid=22852 vsize=2096620 CPUtime=207.23
/proc/22854/task/22860/stat : 22860 (ttsth-5-0) R 22852 22854 30226 0 -1 4202560 110594 0 0 0 20673 50 0 0 25 0 5 0 949503760 2146938880 493022 4294967295 134512640 135237372 3216938800 3056216432 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 833.76
Current children cumulated vsize (KiB) 2096620

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

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

[startup+213.133 s]
/proc/loadavg: 4.11 4.01 3.45 5/103 23430
/proc/meminfo: memFree=1111872/3368532 swapFree=1959840/1959888
[pid=22854] ppid=22852 vsize=0 CPUtime=833.91
/proc/22854/stat : 22854 (ttsth-5-0) Z 22852 22854 30226 0 -1 4203524 493457 0 0 0 83164 227 0 0 18 0 2 0 949503190 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/22854/statm: 0 0 0 0 0 0 0
[pid=22854/tid=22859] ppid=22852 vsize=0 CPUtime=207.07
/proc/22854/task/22859/stat : 22859 (ttsth-5-0) R 22852 22854 30226 0 -1 4203588 118299 0 0 0 20644 63 0 0 25 0 2 0 949503760 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) 833.91
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22854 and gives
#  childrusage.ru_utime.tv_sec=831
#  childrusage.ru_utime.tv_usec=640000
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=270000
# CPU time returned by wait4() is 833.91
# while last known CPU time is 833.91
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 213.136
CPU time (s): 833.91
CPU user time (s): 831.64
CPU system time (s): 2.27
CPU usage (%): 391.257
Max. virtual memory (cumulated for all children) (KiB): 2096620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 831.64
system time used= 2.27
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 493457
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= 5553
involuntary context switches= 15297

runsolver used 0.01 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-30 12:27:44
IDJOB=1779538
IDBENCH=70873
IDSOLVER=632
FILE ID=tipi39/1779538-1243679264
PBS_JOBID=
Free space on /tmp= 5742 MiB

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

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED= 454026952

Linux tipi39 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.067
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.41
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.067
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.067
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.067
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:       3084040 kB
Buffers:         79580 kB
Cached:          94916 kB
SwapCached:          0 kB
Active:         116488 kB
Inactive:        73832 kB
HighTotal:     2489216 kB
HighFree:      2380924 kB
LowTotal:       879316 kB
LowFree:        703116 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            2276 kB
Writeback:           0 kB
AnonPages:       16072 kB
Mapped:           6408 kB
Slab:            84528 kB
SReclaimable:    73688 kB
SUnreclaim:      10840 kB
PageTables:        500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    94796 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5742 MiB
End job on tipi39 at 2009-05-30 12:31:20