Trace number 1780618

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 766.07 769.277

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3581.48
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

65.54/65.62	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780618-1243682873.cnf 
65.54/65.62	c Using SATTIMEOUT of 10000
65.54/65.62	c Using SATRAM of 2047
65.54/65.62	c Size of subset node = 16
65.54/65.62	c Variables = 259616
65.54/65.62	c Clauses = 1374599
65.54/65.62	c Literals = 3310772
65.54/65.62	c Reduced size:
65.54/65.62	c Variables = 259616
65.54/65.62	c Clauses = 1058485
65.54/65.62	c Literals = 2608655
65.54/65.62	c a2
67.84/67.92	c a1
761.24/761.81	c Independent sub-problems = 1
761.24/761.81	c Sub-problem with 203039 variables and 1058485 clauses
761.24/761.81	c using permutation method 4
761.24/761.81	c count = 1
761.24/761.81	c Ordering finished 760.700 seconds
761.24/761.81	c mapped 761.240 seconds
761.24/761.81	c permuted 761.240 seconds
761.24/761.81	c about to sort
761.54/762.12	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-1780618-1243682873/watcher-1780618-1243682873 -o /tmp/evaluation-result-1780618-1243682873/solver-1780618-1243682873 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780618-1243682873.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: 2.92 3.66 4.17 4/115 20597
/proc/meminfo: memFree=3052076/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=1012 CPUtime=0.01
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 163 0 0 0 1 0 0 0 20 0 1 0 1132951524 1036288 118 4294967295 134512640 135237372 3218786544 3218786160 134520038 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 253 118 75 177 0 75 0

[startup+0.122736 s]
/proc/loadavg: 2.92 3.66 4.17 4/115 20597
/proc/meminfo: memFree=3052076/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=6992 CPUtime=0.13
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 1600 0 0 0 13 0 0 0 21 0 1 0 1132951524 7159808 1555 4294967295 134512640 135237372 3218786544 3218785024 134685700 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 1748 1555 75 177 0 1570 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 6992

[startup+0.212728 s]
/proc/loadavg: 2.92 3.66 4.17 4/115 20597
/proc/meminfo: memFree=3052076/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=11616 CPUtime=0.22
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 2776 0 0 0 22 0 0 0 21 0 1 0 1132951524 11894784 2731 4294967295 134512640 135237372 3218786544 3218785412 134884309 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 2904 2731 75 177 0 2726 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 11616

[startup+0.31272 s]
/proc/loadavg: 2.92 3.66 4.17 4/115 20597
/proc/meminfo: memFree=3052076/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=17036 CPUtime=0.32
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 4106 0 0 0 32 0 0 0 21 0 1 0 1132951524 17444864 4061 4294967295 134512640 135237372 3218786544 3218785024 134685432 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 4259 4061 75 177 0 4081 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 17036

[startup+0.712688 s]
/proc/loadavg: 2.92 3.66 4.17 4/115 20597
/proc/meminfo: memFree=3052076/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=36376 CPUtime=0.72
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 8868 0 0 0 68 4 0 0 22 0 1 0 1132951524 37249024 8823 4294967295 134512640 135237372 3218786544 3218785412 134886597 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 9094 8823 75 177 0 8916 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 36376

[startup+1.51262 s]
/proc/loadavg: 2.92 3.66 4.17 4/118 20600
/proc/meminfo: memFree=2997300/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=74376 CPUtime=1.52
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 18112 0 0 0 144 8 0 0 25 0 1 0 1132951524 76161024 18067 4294967295 134512640 135237372 3218786544 3218785992 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 18594 18067 75 177 0 18416 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 74376

[startup+3.11248 s]
/proc/loadavg: 2.92 3.66 4.17 4/116 20602
/proc/meminfo: memFree=2960892/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=94172 CPUtime=3.12
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 22734 0 0 0 303 9 0 0 25 0 1 0 1132951524 96432128 22689 4294967295 134512640 135237372 3218786544 3218786236 134534272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 23543 22689 75 177 0 23365 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 94172

[startup+6.3122 s]
/proc/loadavg: 2.93 3.65 4.17 4/115 20789
/proc/meminfo: memFree=2960736/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=94172 CPUtime=6.27
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 22734 0 0 0 618 9 0 0 25 0 1 0 1132951524 96432128 22689 4294967295 134512640 135237372 3218786544 3218786236 134534266 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 23543 22689 75 177 0 23365 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 94172

[startup+12.7117 s]
/proc/loadavg: 2.94 3.64 4.16 4/116 20800
/proc/meminfo: memFree=2960948/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=94172 CPUtime=12.67
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 22734 0 0 0 1256 11 0 0 25 0 1 0 1132951524 96432128 22689 4294967295 134512640 135237372 3218786544 3218786236 134534282 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 23543 22689 75 177 0 23365 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 94172

[startup+25.5105 s]
/proc/loadavg: 2.95 3.60 4.14 5/114 20818
/proc/meminfo: memFree=2961340/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=94172 CPUtime=25.47
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 22734 0 0 0 2534 13 0 0 25 0 1 0 1132951524 96432128 22689 4294967295 134512640 135237372 3218786544 3218786236 134534397 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 23543 22689 75 177 0 23365 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 94172

[startup+51.1083 s]
/proc/loadavg: 2.97 3.56 4.11 4/114 20859
/proc/meminfo: memFree=2961460/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=94172 CPUtime=51.07
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 22734 0 0 0 5091 16 0 0 25 0 1 0 1132951524 96432128 22689 4294967295 134512640 135237372 3218786544 3218786236 134534161 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 23543 22689 75 177 0 23365 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 94172

[startup+102.314 s]
/proc/loadavg: 2.98 3.47 4.05 4/114 21119
/proc/meminfo: memFree=2848000/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=208712 CPUtime=102.25
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 68377 0 0 0 10193 32 0 0 25 0 1 0 1132951524 213721088 51236 4294967295 134512640 135237372 3218786544 3218785904 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 52178 51236 77 177 0 52000 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 208712

[startup+162.309 s]
/proc/loadavg: 3.16 3.43 4.00 4/114 21396
/proc/meminfo: memFree=2840296/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=215404 CPUtime=162.2
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 70075 0 0 0 16186 34 0 0 25 0 1 0 1132951524 220573696 52934 4294967295 134512640 135237372 3218786544 3218785904 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 53851 52934 77 177 0 53673 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 215404

[startup+222.324 s]
/proc/loadavg: 3.10 3.36 3.94 4/114 21671
/proc/meminfo: memFree=2839692/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=215932 CPUtime=222.17
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 70260 0 0 0 22180 37 0 0 25 0 1 0 1132951524 221114368 53119 4294967295 134512640 135237372 3218786544 3218785904 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 53983 53119 77 177 0 53805 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 215932

[startup+282.308 s]
/proc/loadavg: 3.04 3.29 3.87 4/114 21945
/proc/meminfo: memFree=2838584/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=218756 CPUtime=282.11
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 70336 0 0 0 28171 40 0 0 25 0 1 0 1132951524 224006144 53195 4294967295 134512640 135237372 3218786544 3218785904 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 54689 53195 77 177 0 54511 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 218756

[startup+342.313 s]
/proc/loadavg: 3.05 3.25 3.82 4/114 22230
/proc/meminfo: memFree=2838460/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=218888 CPUtime=342.05
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 70399 0 0 0 34162 43 0 0 25 0 1 0 1132951524 224141312 53258 4294967295 134512640 135237372 3218786544 3218785904 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 54722 53258 77 177 0 54544 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 218888

[startup+402.308 s]
/proc/loadavg: 3.05 3.22 3.77 4/114 22512
/proc/meminfo: memFree=2837840/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=219152 CPUtime=402.01
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 70451 0 0 0 40156 45 0 0 25 0 1 0 1132951524 224411648 53310 4294967295 134512640 135237372 3218786544 3218785904 134600978 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 54788 53310 77 177 0 54610 0
Current children cumulated CPU time (s) 402.01
Current children cumulated vsize (KiB) 219152

[startup+462.303 s]
/proc/loadavg: 3.13 3.21 3.73 4/114 22789
/proc/meminfo: memFree=2838544/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=219284 CPUtime=461.94
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 70501 0 0 0 46143 51 0 0 25 0 1 0 1132951524 224546816 53360 4294967295 134512640 135237372 3218786544 3218785904 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 54821 53360 77 177 0 54643 0
Current children cumulated CPU time (s) 461.94
Current children cumulated vsize (KiB) 219284

[startup+522.318 s]
/proc/loadavg: 3.05 3.17 3.68 4/114 23064
/proc/meminfo: memFree=2838304/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=219416 CPUtime=521.92
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 70552 0 0 0 52140 52 0 0 25 0 1 0 1132951524 224681984 53411 4294967295 134512640 135237372 3218786544 3218785904 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 54854 53411 77 177 0 54676 0
Current children cumulated CPU time (s) 521.92
Current children cumulated vsize (KiB) 219416

[startup+582.312 s]
/proc/loadavg: 3.02 3.13 3.64 4/114 23338
/proc/meminfo: memFree=2837560/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=219548 CPUtime=581.89
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 70604 0 0 0 58136 53 0 0 25 0 1 0 1132951524 224817152 53463 4294967295 134512640 135237372 3218786544 3218785904 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 54887 53463 77 177 0 54709 0
Current children cumulated CPU time (s) 581.89
Current children cumulated vsize (KiB) 219548

[startup+642.307 s]
/proc/loadavg: 3.00 3.11 3.60 4/114 23614
/proc/meminfo: memFree=2837344/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=219680 CPUtime=641.84
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 70650 0 0 0 64130 54 0 0 25 0 1 0 1132951524 224952320 53509 4294967295 134512640 135237372 3218786544 3218785904 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20597/statm: 54920 53509 77 177 0 54742 0
Current children cumulated CPU time (s) 641.84
Current children cumulated vsize (KiB) 219680

[startup+702.312 s]
/proc/loadavg: 3.15 3.12 3.57 4/114 23895
/proc/meminfo: memFree=2837344/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=219944 CPUtime=701.8
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 70697 0 0 0 70124 56 0 0 25 0 1 0 1132951524 225222656 53556 4294967295 134512640 135237372 3218786544 3218785904 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20597/statm: 54986 53556 77 177 0 54808 0
Current children cumulated CPU time (s) 701.8
Current children cumulated vsize (KiB) 219944

[startup+762.307 s]
/proc/loadavg: 3.05 3.09 3.53 4/114 24172
/proc/meminfo: memFree=2827700/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=231568 CPUtime=761.74
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 76500 0 0 0 76113 61 0 0 25 0 1 0 1132951524 237125632 56257 4294967295 134512640 135237372 3218786544 3218785896 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20597/statm: 57892 56258 88 177 0 57714 0
Current children cumulated CPU time (s) 761.74
Current children cumulated vsize (KiB) 231568

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

[startup+764.817 s]
/proc/loadavg: 3.05 3.09 3.52 4/114 24176
/proc/meminfo: memFree=2300308/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=782552 CPUtime=764.25
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4202496 215099 0 0 0 76323 102 0 0 25 0 1 0 1132951524 801333248 194372 4294967295 134512640 135237372 3218786544 3210774152 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20597/statm: 195638 194373 91 177 0 195460 0
Current children cumulated CPU time (s) 764.25
Current children cumulated vsize (KiB) 782552

[startup+766.417 s]
/proc/loadavg: 3.05 3.09 3.52 4/114 24176
/proc/meminfo: memFree=1924808/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=786076 CPUtime=765.85
/proc/20597/stat : 20597 (ttsth-5-0) R 20595 20597 32205 0 -1 4204032 216548 0 0 0 76327 258 0 0 25 0 1 0 1132951524 804941824 195821 4294967295 134512640 135237372 3218786544 3210407936 134730080 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20597/statm: 196519 195821 639 177 0 196341 0
Current children cumulated CPU time (s) 765.85
Current children cumulated vsize (KiB) 786076

[startup+768.016 s]
/proc/loadavg: 3.28 3.14 3.54 3/114 24180
/proc/meminfo: memFree=1482380/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=786076 CPUtime=765.98
/proc/20597/stat : 20597 (ttsth-5-0) D 20595 20597 32205 0 -1 4204032 217104 0 0 0 76327 271 0 0 18 0 1 0 1132951524 804941824 196377 4294967295 134512640 135237372 3218786544 3210407936 134730080 0 0 0 0 3222693324 0 0 17 2 0 0 0
/proc/20597/statm: 196519 196377 1195 177 0 196341 0
Current children cumulated CPU time (s) 765.98
Current children cumulated vsize (KiB) 786076

[startup+768.816 s]
/proc/loadavg: 3.28 3.14 3.54 3/114 24180
/proc/meminfo: memFree=1482380/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=786076 CPUtime=766.01
/proc/20597/stat : 20597 (ttsth-5-0) D 20595 20597 32205 0 -1 4204032 217159 0 0 0 76327 274 0 0 18 0 1 0 1132951524 804941824 196432 4294967295 134512640 135237372 3218786544 3210407936 134730080 0 0 0 0 3222693324 0 0 17 2 0 0 0
/proc/20597/statm: 196519 196432 1250 177 0 196341 0
Current children cumulated CPU time (s) 766.01
Current children cumulated vsize (KiB) 786076

[startup+769.216 s]
/proc/loadavg: 3.28 3.14 3.54 3/114 24180
/proc/meminfo: memFree=1465308/3368532 swapFree=1954888/1959888
[pid=20597] ppid=20595 vsize=786076 CPUtime=766.01
/proc/20597/stat : 20597 (ttsth-5-0) D 20595 20597 32205 0 -1 4204032 217159 0 0 0 76327 274 0 0 18 0 1 0 1132951524 804941824 196432 4294967295 134512640 135237372 3218786544 3210407936 134730080 0 0 0 0 3222693324 0 0 17 2 0 0 0
/proc/20597/statm: 196519 196432 1250 177 0 196341 0
Current children cumulated CPU time (s) 766.01
Current children cumulated vsize (KiB) 786076

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 769.277
CPU time (s): 766.07
CPU user time (s): 763.27
CPU system time (s): 2.8
CPU usage (%): 99.5832
Max. virtual memory (cumulated for all children) (KiB): 786076

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 13:27:53
IDJOB=1780618
IDBENCH=71037
IDSOLVER=632
FILE ID=/1780618-1243682873
PBS_JOBID=
Free space on /tmp= 15854 MiB

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

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED= 349752262

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:       3052076 kB
Buffers:         65280 kB
Cached:         145072 kB
SwapCached:        720 kB
Active:         154172 kB
Inactive:        71792 kB
HighTotal:     2489216 kB
HighFree:      2324708 kB
LowTotal:       879316 kB
LowFree:        727368 kB
SwapTotal:     1959888 kB
SwapFree:      1954888 kB
Dirty:           37312 kB
Writeback:           0 kB
AnonPages:       15156 kB
Mapped:           6172 kB
Slab:            79472 kB
SReclaimable:    69636 kB
SUnreclaim:       9836 kB
PageTables:        740 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= 15088 MiB
End job on  at 2009-05-30 13:40:45