Trace number 1780588

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)Signal 756.88 759.561

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-20-10p1.cnf
MD5SUM4454a006891d750fc88d47a8b0848855
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 variables259258
Number of clauses1388006
Sum of the clauses size3352067
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981733
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

65.46/65.61	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780588-1243682808.cnf 
65.46/65.61	c Using SATTIMEOUT of 10000
65.46/65.61	c Using SATRAM of 2047
65.46/65.61	c Size of subset node = 16
65.46/65.61	c Variables = 259258
65.46/65.61	c Clauses = 1388006
65.46/65.61	c Literals = 3352067
65.46/65.61	c Reduced size:
65.46/65.61	c Variables = 259258
65.46/65.61	c Clauses = 1071870
65.46/65.61	c Literals = 2649867
65.46/65.61	c a2
67.86/67.95	c a1
751.87/752.29	c Independent sub-problems = 1
751.87/752.29	c Sub-problem with 202680 variables and 1071870 clauses
751.87/752.29	c using permutation method 4
751.87/752.29	c count = 1
751.87/752.29	c Ordering finished 751.380 seconds
751.87/752.29	c mapped 751.920 seconds
751.87/752.29	c permuted 751.930 seconds
751.87/752.29	c about to sort
752.17/752.61	c sorted

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-1780588-1243682808/watcher-1780588-1243682808 -o /tmp/evaluation-result-1780588-1243682808/solver-1780588-1243682808 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780588-1243682808.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.64 4.57 5.08 5/111 23276
/proc/meminfo: memFree=2941196/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=3524 CPUtime=0.05
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 759 0 0 0 4 1 0 0 21 0 1 0 1132945088 3608576 714 4294967295 134512640 135237372 3213327296 3213325776 134685603 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 881 714 75 177 0 703 0

[startup+0.149982 s]
/proc/loadavg: 4.64 4.57 5.08 5/111 23276
/proc/meminfo: memFree=2941196/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=8312 CPUtime=0.15
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 1955 0 0 0 13 2 0 0 22 0 1 0 1132945088 8511488 1910 4294967295 134512640 135237372 3213327296 3213326164 134885868 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 2078 1910 75 177 0 1900 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 8312

[startup+0.209979 s]
/proc/loadavg: 4.64 4.57 5.08 5/111 23276
/proc/meminfo: memFree=2941196/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=11616 CPUtime=0.21
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 2768 0 0 0 19 2 0 0 22 0 1 0 1132945088 11894784 2723 4294967295 134512640 135237372 3213327296 3213325888 134684960 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 2904 2723 75 177 0 2726 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 11616

[startup+0.309971 s]
/proc/loadavg: 4.64 4.57 5.08 5/111 23276
/proc/meminfo: memFree=2941196/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=17036 CPUtime=0.31
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 4125 0 0 0 26 5 0 0 22 0 1 0 1132945088 17444864 4080 4294967295 134512640 135237372 3213327296 3213326744 134732617 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 4259 4080 75 177 0 4081 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17036

[startup+0.709939 s]
/proc/loadavg: 4.64 4.57 5.08 5/111 23276
/proc/meminfo: memFree=2941196/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=36772 CPUtime=0.71
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 8968 0 0 0 65 6 0 0 24 0 1 0 1132945088 37654528 8923 4294967295 134512640 135237372 3213327296 3213325820 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 9193 8923 75 177 0 9015 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 36772

[startup+1.50987 s]
/proc/loadavg: 4.64 4.57 5.08 5/112 23277
/proc/meminfo: memFree=2888604/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=74772 CPUtime=1.51
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 18217 0 0 0 141 10 0 0 25 0 1 0 1132945088 76566528 18172 4294967295 134512640 135237372 3213327296 3213326944 134524828 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 18693 18172 75 177 0 18515 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 74772

[startup+3.10974 s]
/proc/loadavg: 4.64 4.57 5.08 5/112 23277
/proc/meminfo: memFree=2852048/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=94832 CPUtime=3.11
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 22930 0 0 0 300 11 0 0 25 0 1 0 1132945088 97107968 22885 4294967295 134512640 135237372 3213327296 3213326988 134534282 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 23708 22885 75 177 0 23530 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 94832

[startup+6.30948 s]
/proc/loadavg: 4.59 4.56 5.07 5/112 23277
/proc/meminfo: memFree=2852120/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=94832 CPUtime=6.31
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 22930 0 0 0 619 12 0 0 25 0 1 0 1132945088 97107968 22885 4294967295 134512640 135237372 3213327296 3213326988 134534272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 23708 22885 75 177 0 23530 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 94832

[startup+12.7089 s]
/proc/loadavg: 4.54 4.56 5.07 6/112 23277
/proc/meminfo: memFree=2852496/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=94832 CPUtime=12.71
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 22930 0 0 0 1258 13 0 0 25 0 1 0 1132945088 97107968 22885 4294967295 134512640 135237372 3213327296 3213326988 134534262 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 23708 22885 75 177 0 23530 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 94832

[startup+25.5079 s]
/proc/loadavg: 4.42 4.53 5.05 5/112 23278
/proc/meminfo: memFree=2852656/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=94832 CPUtime=25.51
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 22930 0 0 0 2536 15 0 0 25 0 1 0 1132945088 97107968 22885 4294967295 134512640 135237372 3213327296 3213326988 134534262 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 23708 22885 75 177 0 23530 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 94832

[startup+51.1058 s]
/proc/loadavg: 4.42 4.52 5.03 6/113 23324
/proc/meminfo: memFree=2852428/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=94832 CPUtime=51.1
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 22930 0 0 0 5094 16 0 0 25 0 1 0 1132945088 97107968 22885 4294967295 134512640 135237372 3213327296 3213326988 134534282 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 23708 22885 75 177 0 23530 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 94832

[startup+102.312 s]
/proc/loadavg: 4.52 4.54 5.01 5/112 23467
/proc/meminfo: memFree=2737740/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=210820 CPUtime=102.25
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 68128 0 0 0 10191 34 0 0 25 0 1 0 1132945088 215879680 51811 4294967295 134512640 135237372 3213327296 3213326656 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 52705 51811 77 177 0 52527 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 210820

[startup+162.307 s]
/proc/loadavg: 4.62 4.58 4.99 6/112 23655
/proc/meminfo: memFree=2731796/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=216984 CPUtime=162.19
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 69648 0 0 0 16183 36 0 0 25 0 1 0 1132945088 222191616 53331 4294967295 134512640 135237372 3213327296 3213326656 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 54246 53331 77 177 0 54068 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 216984

[startup+222.312 s]
/proc/loadavg: 4.62 4.60 4.97 5/112 23848
/proc/meminfo: memFree=2730904/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=217380 CPUtime=222.16
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 69803 0 0 0 22176 40 0 0 25 0 1 0 1132945088 222597120 53486 4294967295 134512640 135237372 3213327296 3213326656 134600707 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 54345 53486 77 177 0 54167 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 217380

[startup+282.317 s]
/proc/loadavg: 4.75 4.62 4.95 5/112 24036
/proc/meminfo: memFree=2730872/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=217644 CPUtime=282.09
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 69884 0 0 0 28167 42 0 0 25 0 1 0 1132945088 222867456 53567 4294967295 134512640 135237372 3213327296 3213326656 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 54411 53567 77 177 0 54233 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 217644

[startup+342.312 s]
/proc/loadavg: 4.75 4.63 4.93 6/112 24224
/proc/meminfo: memFree=2729880/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=220468 CPUtime=342.03
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 69951 0 0 0 34160 43 0 0 25 0 1 0 1132945088 225759232 53634 4294967295 134512640 135237372 3213327296 3213326656 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 55117 53634 77 177 0 54939 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 220468

[startup+402.317 s]
/proc/loadavg: 4.94 4.69 4.93 6/113 24383
/proc/meminfo: memFree=2730220/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=220732 CPUtime=402.01
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 70016 0 0 0 40154 47 0 0 25 0 1 0 1132945088 226029568 53699 4294967295 134512640 135237372 3213327296 3213326656 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 55183 53699 77 177 0 55005 0
Current children cumulated CPU time (s) 402.01
Current children cumulated vsize (KiB) 220732

[startup+462.312 s]
/proc/loadavg: 4.72 4.65 4.90 7/113 24523
/proc/meminfo: memFree=2729644/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=220864 CPUtime=462
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 70065 0 0 0 46152 48 0 0 25 0 1 0 1132945088 226164736 53748 4294967295 134512640 135237372 3213327296 3213326656 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 55216 53748 77 177 0 55038 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 220864

[startup+522.307 s]
/proc/loadavg: 4.53 4.61 4.87 6/113 24652
/proc/meminfo: memFree=2729460/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=220996 CPUtime=521.97
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 70116 0 0 0 52148 49 0 0 25 0 1 0 1132945088 226299904 53799 4294967295 134512640 135237372 3213327296 3213326656 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 55249 53799 77 177 0 55071 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 220996

[startup+582.312 s]
/proc/loadavg: 4.35 4.55 4.83 5/112 24798
/proc/meminfo: memFree=2729184/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=221128 CPUtime=581.98
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 70168 0 0 0 58147 51 0 0 25 0 1 0 1132945088 226435072 53851 4294967295 134512640 135237372 3213327296 3213326656 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 55282 53851 77 177 0 55104 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 221128

[startup+642.307 s]
/proc/loadavg: 4.41 4.56 4.81 5/112 24984
/proc/meminfo: memFree=2729192/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=221260 CPUtime=641.98
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 70210 0 0 0 64146 52 0 0 25 0 1 0 1132945088 226570240 53893 4294967295 134512640 135237372 3213327296 3213326656 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 55315 53893 77 177 0 55137 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 221260

[startup+702.312 s]
/proc/loadavg: 4.55 4.59 4.81 6/112 25172
/proc/meminfo: memFree=2729308/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=221524 CPUtime=701.98
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 70289 0 0 0 70145 53 0 0 25 0 1 0 1132945088 226840576 53972 4294967295 134512640 135237372 3213327296 3213326656 134600718 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 55381 53972 77 177 0 55203 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 221524

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

[startup+716.811 s]
/proc/loadavg: 4.43 4.56 4.79 6/112 25173
/proc/meminfo: memFree=2729316/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=221524 CPUtime=716.48
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 70295 0 0 0 71595 53 0 0 25 0 1 0 1132945088 226840576 53978 4294967295 134512640 135237372 3213327296 3213326656 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 55381 53978 77 177 0 55203 0
Current children cumulated CPU time (s) 716.48
Current children cumulated vsize (KiB) 221524

[startup+742.408 s]
/proc/loadavg: 4.55 4.58 4.79 5/112 25359
/proc/meminfo: memFree=2728752/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=221656 CPUtime=742.07
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 70312 0 0 0 74153 54 0 0 25 0 1 0 1132945088 226975744 53995 4294967295 134512640 135237372 3213327296 3213326656 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 55414 53995 77 177 0 55236 0
Current children cumulated CPU time (s) 742.07
Current children cumulated vsize (KiB) 221656

[startup+748.808 s]
/proc/loadavg: 4.50 4.57 4.79 5/112 25360
/proc/meminfo: memFree=2728972/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=221656 CPUtime=748.47
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 70314 0 0 0 74793 54 0 0 25 0 1 0 1132945088 226975744 53997 4294967295 134512640 135237372 3213327296 3213326656 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 55414 53997 77 177 0 55236 0
Current children cumulated CPU time (s) 748.47
Current children cumulated vsize (KiB) 221656

[startup+755.207 s]
/proc/loadavg: 4.46 4.56 4.78 5/112 25360
/proc/meminfo: memFree=2226740/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=765676 CPUtime=754.87
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4202496 210390 0 0 0 75394 93 0 0 25 0 1 0 1132945088 784052224 190448 4294967295 134512640 135237372 3213327296 3208027884 134555840 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 191419 190448 91 177 0 191241 0
Current children cumulated CPU time (s) 754.87
Current children cumulated vsize (KiB) 765676

[startup+756.807 s]
/proc/loadavg: 4.43 4.55 4.78 5/112 25360
/proc/meminfo: memFree=1547548/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=784080 CPUtime=756.46
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4204032 214712 0 0 0 75416 230 0 0 25 0 1 0 1132945088 802897920 194770 4294967295 134512640 135237372 3213327296 3204952024 134730243 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 196020 194770 104 177 0 195842 0
Current children cumulated CPU time (s) 756.46
Current children cumulated vsize (KiB) 784080

[startup+758.407 s]
/proc/loadavg: 4.43 4.55 4.78 5/112 25360
/proc/meminfo: memFree=1398724/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=784080 CPUtime=756.78
/proc/23276/stat : 23276 (ttsth-5-0) D 23274 23276 20065 0 -1 4204032 215818 0 0 0 75416 262 0 0 18 0 1 0 1132945088 802897920 195876 4294967295 134512640 135237372 3213327296 3204952024 134730243 0 0 0 0 3222693324 0 0 17 0 0 0 0
/proc/23276/statm: 196020 195876 1210 177 0 195842 0
Current children cumulated CPU time (s) 756.78
Current children cumulated vsize (KiB) 784080

[startup+759.207 s]
/proc/loadavg: 4.43 4.55 4.78 4/112 25360
/proc/meminfo: memFree=1379552/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=784080 CPUtime=756.82
/proc/23276/stat : 23276 (ttsth-5-0) D 23274 23276 20065 0 -1 4204032 215874 0 0 0 75416 266 0 0 18 0 1 0 1132945088 802897920 195932 4294967295 134512640 135237372 3213327296 3204952024 134730243 0 0 0 0 3222693324 0 0 17 0 0 0 0
/proc/23276/statm: 196020 195932 1266 177 0 195842 0
Current children cumulated CPU time (s) 756.82
Current children cumulated vsize (KiB) 784080

[startup+759.407 s]
/proc/loadavg: 4.43 4.55 4.78 4/112 25360
/proc/meminfo: memFree=1379552/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=784080 CPUtime=756.82
/proc/23276/stat : 23276 (ttsth-5-0) D 23274 23276 20065 0 -1 4204032 215874 0 0 0 75416 266 0 0 18 0 1 0 1132945088 802897920 195932 4294967295 134512640 135237372 3213327296 3204952024 134730243 0 0 0 0 3222693324 0 0 17 0 0 0 0
/proc/23276/statm: 196020 195932 1266 177 0 195842 0
Current children cumulated CPU time (s) 756.82
Current children cumulated vsize (KiB) 784080

[startup+759.507 s]
/proc/loadavg: 4.43 4.55 4.78 4/112 25360
/proc/meminfo: memFree=1379552/3368532 swapFree=1953788/1959888
[pid=23276] ppid=23274 vsize=784080 CPUtime=756.83
/proc/23276/stat : 23276 (ttsth-5-0) R 23274 23276 20065 0 -1 4204032 215874 0 0 0 75416 267 0 0 18 0 1 0 1132945088 802897920 195932 4294967295 134512640 135237372 3213327296 3204952024 134730243 0 0 0 0 0 0 0 17 0 0 0 0
/proc/23276/statm: 196020 195932 1266 177 0 195842 0
Current children cumulated CPU time (s) 756.83
Current children cumulated vsize (KiB) 784080

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 759.561
CPU time (s): 756.88
CPU user time (s): 754.16
CPU system time (s): 2.72
CPU usage (%): 99.647
Max. virtual memory (cumulated for all children) (KiB): 784080

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 13:26:48
IDJOB=1780588
IDBENCH=71029
IDSOLVER=632
FILE ID=/1780588-1243682808
PBS_JOBID=
Free space on /tmp= 6451 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-20-10p1.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780588-1243682808/watcher-1780588-1243682808 -o /tmp/evaluation-result-1780588-1243682808/solver-1780588-1243682808 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780588-1243682808.cnf

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

MD5SUM BENCH= 4454a006891d750fc88d47a8b0848855
RANDOM SEED= 586171725

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.061
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.061
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.12
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.061
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.061
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2943416 kB
Buffers:        138364 kB
Cached:         165800 kB
SwapCached:       2256 kB
Active:         202728 kB
Inactive:       118236 kB
HighTotal:     2489216 kB
HighFree:      2304588 kB
LowTotal:       879316 kB
LowFree:        638828 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:           38656 kB
Writeback:           0 kB
AnonPages:       15864 kB
Mapped:           5228 kB
Slab:            93880 kB
SReclaimable:    79072 kB
SUnreclaim:      14808 kB
PageTables:        696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   112680 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5688 MiB
End job on  at 2009-05-30 13:39:30