Trace number 1780528

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)? (TO) 999.88 1000.03

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p1.cnf
MD5SUM4f02dda0c6b1f76f43bce732093e4f1f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2938.6
Satisfiable
(Un)Satisfiability was proved
Number of variables268258
Number of clauses1155731
Sum of the clauses size2704052
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2895523
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

63.15/63.20	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780528-1243682717.cnf 
63.15/63.20	c Using SATTIMEOUT of 10000
63.15/63.20	c Using SATRAM of 2047
63.15/63.20	c Size of subset node = 16
63.15/63.20	c Variables = 268258
63.15/63.20	c Clauses = 1155731
63.15/63.20	c Literals = 2704052
63.15/63.20	c Reduced size:
63.15/63.20	c Variables = 268258
63.15/63.20	c Clauses = 893871
63.15/63.20	c Literals = 2119033
63.15/63.20	c a2
64.85/64.97	c a1

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-1780528-1243682717/watcher-1780528-1243682717 -o /tmp/evaluation-result-1780528-1243682717/solver-1780528-1243682717 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780528-1243682717.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 2.99 3.59 4/104 5623
/proc/meminfo: memFree=2019012/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=1404 CPUtime=0.01
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 237 0 0 0 1 0 0 0 20 0 1 0 1122373052 1437696 193 4294967295 134512640 135237372 3216055904 3216054500 134885971 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 351 193 75 177 0 173 0

[startup+0.108844 s]
/proc/loadavg: 2.92 2.99 3.59 4/104 5623
/proc/meminfo: memFree=2019012/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=6016 CPUtime=0.11
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 1406 0 0 0 10 1 0 0 21 0 1 0 1122373052 6160384 1362 4294967295 134512640 135237372 3216055904 3216054772 134884795 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 1504 1362 75 177 0 1326 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6016

[startup+0.208838 s]
/proc/loadavg: 2.92 2.99 3.59 4/104 5623
/proc/meminfo: memFree=2019012/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=11480 CPUtime=0.21
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 2729 0 0 0 20 1 0 0 21 0 1 0 1122373052 11755520 2685 4294967295 134512640 135237372 3216055904 3216054748 134702903 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 2870 2685 75 177 0 2692 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 11480

[startup+0.308833 s]
/proc/loadavg: 2.92 2.99 3.59 4/104 5623
/proc/meminfo: memFree=2019012/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=16900 CPUtime=0.31
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 4060 0 0 0 30 1 0 0 21 0 1 0 1122373052 17305600 4016 4294967295 134512640 135237372 3216055904 3216054772 134884235 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 4225 4016 75 177 0 4047 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16900

[startup+0.708803 s]
/proc/loadavg: 2.92 2.99 3.59 4/104 5623
/proc/meminfo: memFree=2019012/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=35448 CPUtime=0.71
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 8602 0 0 0 70 1 0 0 22 0 1 0 1122373052 36298752 8558 4294967295 134512640 135237372 3216055904 3216054384 134685566 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 8862 8558 75 177 0 8684 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 35448

[startup+1.50875 s]
/proc/loadavg: 2.92 2.99 3.59 4/105 5625
/proc/meminfo: memFree=1965632/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=82080 CPUtime=1.51
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 18451 0 0 0 147 4 0 0 25 0 1 0 1122373052 84049920 18407 4294967295 134512640 135237372 3216055904 3216055628 134533798 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 20520 18407 75 177 0 20342 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 82080

[startup+3.10863 s]
/proc/loadavg: 2.93 2.99 3.58 4/105 5625
/proc/meminfo: memFree=1941488/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=82080 CPUtime=3.11
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 19495 0 0 0 306 5 0 0 25 0 1 0 1122373052 84049920 19451 4294967295 134512640 135237372 3216055904 3216055596 134534132 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 20520 19451 75 177 0 20342 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 82080

[startup+6.30841 s]
/proc/loadavg: 2.93 2.99 3.58 4/105 5625
/proc/meminfo: memFree=1941488/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=82080 CPUtime=6.31
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 19495 0 0 0 626 5 0 0 25 0 1 0 1122373052 84049920 19451 4294967295 134512640 135237372 3216055904 3216055596 134534262 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 20520 19451 75 177 0 20342 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 82080

[startup+12.708 s]
/proc/loadavg: 2.94 2.99 3.58 4/105 5625
/proc/meminfo: memFree=1941304/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=82080 CPUtime=12.71
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 19495 0 0 0 1266 5 0 0 25 0 1 0 1122373052 84049920 19451 4294967295 134512640 135237372 3216055904 3216055596 134534132 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 20520 19451 75 177 0 20342 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 82080

[startup+25.5071 s]
/proc/loadavg: 2.95 2.99 3.57 4/105 5631
/proc/meminfo: memFree=1941436/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=82080 CPUtime=25.51
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 19495 0 0 0 2546 5 0 0 25 0 1 0 1122373052 84049920 19451 4294967295 134512640 135237372 3216055904 3216055596 134534213 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 20520 19451 75 177 0 20342 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 82080

[startup+51.1053 s]
/proc/loadavg: 2.96 2.99 3.55 4/105 5815
/proc/meminfo: memFree=1940404/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=82080 CPUtime=51.07
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 19495 0 0 0 5101 6 0 0 25 0 1 0 1122373052 84049920 19451 4294967295 134512640 135237372 3216055904 3216055596 134534291 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 20520 19451 75 177 0 20342 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 82080

[startup+102.312 s]
/proc/loadavg: 2.98 2.99 3.52 4/105 6003
/proc/meminfo: memFree=1842628/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=179256 CPUtime=102.25
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 57500 0 0 0 10207 18 0 0 25 0 1 0 1122373052 183558144 43688 4294967295 134512640 135237372 3216055904 3216055264 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 44814 43688 77 177 0 44636 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 179256

[startup+162.308 s]
/proc/loadavg: 3.07 3.01 3.49 4/105 6190
/proc/meminfo: memFree=1835484/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=185420 CPUtime=162.25
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 59119 0 0 0 16206 19 0 0 25 0 1 0 1122373052 189870080 45307 4294967295 134512640 135237372 3216055904 3216055264 134600960 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 46355 45307 77 177 0 46177 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 185420

[startup+222.314 s]
/proc/loadavg: 3.02 3.00 3.45 4/105 6378
/proc/meminfo: memFree=1833484/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=186608 CPUtime=222.25
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 59459 0 0 0 22206 19 0 0 25 0 1 0 1122373052 191086592 45647 4294967295 134512640 135237372 3216055904 3216055264 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 46652 45647 77 177 0 46474 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 186608

[startup+282.309 s]
/proc/loadavg: 3.01 3.00 3.43 4/105 6565
/proc/meminfo: memFree=1832524/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=186872 CPUtime=282.25
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 59569 0 0 0 28206 19 0 0 25 0 1 0 1122373052 191356928 45757 4294967295 134512640 135237372 3216055904 3216055264 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 46718 45757 77 177 0 46540 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 186872

[startup+342.315 s]
/proc/loadavg: 3.00 3.00 3.40 4/105 6756
/proc/meminfo: memFree=1831284/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=187136 CPUtime=342.24
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 59655 0 0 0 34205 19 0 0 25 0 1 0 1122373052 191627264 45843 4294967295 134512640 135237372 3216055904 3216055264 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5623/statm: 46784 45843 77 177 0 46606 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 187136

[startup+402.311 s]
/proc/loadavg: 3.00 3.00 3.37 4/105 6948
/proc/meminfo: memFree=1830012/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=187400 CPUtime=402.23
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 59726 0 0 0 40204 19 0 0 25 0 1 0 1122373052 191897600 45914 4294967295 134512640 135237372 3216055904 3216055264 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5623/statm: 46850 45914 77 177 0 46672 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 187400

[startup+462.307 s]
/proc/loadavg: 3.00 3.00 3.34 4/105 7135
/proc/meminfo: memFree=1828656/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=187664 CPUtime=462.21
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 59786 0 0 0 46202 19 0 0 25 0 1 0 1122373052 192167936 45974 4294967295 134512640 135237372 3216055904 3216055264 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5623/statm: 46916 45974 77 177 0 46738 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 187664

[startup+522.313 s]
/proc/loadavg: 3.00 3.00 3.32 5/105 7323
/proc/meminfo: memFree=1827780/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=187796 CPUtime=522.2
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 59841 0 0 0 52201 19 0 0 25 0 1 0 1122373052 192303104 46029 4294967295 134512640 135237372 3216055904 3216055264 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5623/statm: 46949 46029 77 177 0 46771 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 187796

[startup+582.309 s]
/proc/loadavg: 3.00 3.00 3.30 5/105 7510
/proc/meminfo: memFree=1827068/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=187928 CPUtime=582.2
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 59893 0 0 0 58201 19 0 0 25 0 1 0 1122373052 192438272 46081 4294967295 134512640 135237372 3216055904 3216055264 134600981 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5623/statm: 46982 46081 77 177 0 46804 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 187928

[startup+642.305 s]
/proc/loadavg: 3.00 3.00 3.27 4/105 7698
/proc/meminfo: memFree=1826572/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=188060 CPUtime=642.2
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 59945 0 0 0 64201 19 0 0 25 0 1 0 1122373052 192573440 46133 4294967295 134512640 135237372 3216055904 3216055264 134600978 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5623/statm: 47015 46133 77 177 0 46837 0
Current children cumulated CPU time (s) 642.2
Current children cumulated vsize (KiB) 188060

[startup+702.31 s]
/proc/loadavg: 3.07 3.02 3.26 4/105 7887
/proc/meminfo: memFree=1825772/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=190884 CPUtime=702.2
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 59994 0 0 0 70201 19 0 0 25 0 1 0 1122373052 195465216 46182 4294967295 134512640 135237372 3216055904 3216055264 134600972 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 47721 46182 77 177 0 47543 0
Current children cumulated CPU time (s) 702.2
Current children cumulated vsize (KiB) 190884

[startup+762.316 s]
/proc/loadavg: 3.08 3.03 3.25 4/105 8074
/proc/meminfo: memFree=1825308/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=191016 CPUtime=762.21
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 60034 0 0 0 76202 19 0 0 25 0 1 0 1122373052 195600384 46222 4294967295 134512640 135237372 3216055904 3216055264 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 47754 46222 77 177 0 47576 0
Current children cumulated CPU time (s) 762.21
Current children cumulated vsize (KiB) 191016

[startup+822.312 s]
/proc/loadavg: 3.09 3.04 3.24 4/105 8266
/proc/meminfo: memFree=1823532/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=191148 CPUtime=822.2
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 60102 0 0 0 82201 19 0 0 25 0 1 0 1122373052 195735552 46290 4294967295 134512640 135237372 3216055904 3216055264 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 47787 46290 77 177 0 47609 0
Current children cumulated CPU time (s) 822.2
Current children cumulated vsize (KiB) 191148

[startup+882.308 s]
/proc/loadavg: 3.08 3.04 3.22 4/105 8453
/proc/meminfo: memFree=1822596/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=191280 CPUtime=882.18
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 60142 0 0 0 88199 19 0 0 25 0 1 0 1122373052 195870720 46330 4294967295 134512640 135237372 3216055904 3216055264 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 47820 46330 77 177 0 47642 0
Current children cumulated CPU time (s) 882.18
Current children cumulated vsize (KiB) 191280

[startup+942.314 s]
/proc/loadavg: 3.08 3.05 3.21 4/105 8641
/proc/meminfo: memFree=1822232/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=191412 CPUtime=942.18
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 60191 0 0 0 94199 19 0 0 25 0 1 0 1122373052 196005888 46379 4294967295 134512640 135237372 3216055904 3216055264 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 47853 46379 77 177 0 47675 0
Current children cumulated CPU time (s) 942.18
Current children cumulated vsize (KiB) 191412



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 3.03 3.03 3.19 4/105 8830
/proc/meminfo: memFree=1821200/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=191544 CPUtime=999.87
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 60217 0 0 0 99968 19 0 0 25 0 1 0 1122373052 196141056 46405 4294967295 134512640 135237372 3216055904 3216055264 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 47886 46405 77 177 0 47708 0
Current children cumulated CPU time (s) 999.87
Current children cumulated vsize (KiB) 191544

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

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

[startup+1000.01 s]
/proc/loadavg: 3.03 3.03 3.19 4/105 8830
/proc/meminfo: memFree=1821200/3368532 swapFree=1954076/1959888
[pid=5623] ppid=5621 vsize=191544 CPUtime=999.87
/proc/5623/stat : 5623 (ttsth-5-0) R 5621 5623 2540 0 -1 4202496 60217 0 0 0 99968 19 0 0 25 0 1 0 1122373052 196141056 46405 4294967295 134512640 135237372 3216055904 3216055264 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/5623/statm: 47886 46405 77 177 0 47708 0
Current children cumulated CPU time (s) 999.87
Current children cumulated vsize (KiB) 191544

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.03
CPU time (s): 999.88
CPU user time (s): 999.68
CPU system time (s): 0.2
CPU usage (%): 99.9854
Max. virtual memory (cumulated for all children) (KiB): 191544

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 13:25:17
IDJOB=1780528
IDBENCH=71015
IDSOLVER=632
FILE ID=tipi44/1780528-1243682717
PBS_JOBID=
Free space on /tmp= 15873 MiB

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

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

MD5SUM BENCH= 4f02dda0c6b1f76f43bce732093e4f1f
RANDOM SEED= 450844327

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
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.116
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.116
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.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2019160 kB
Buffers:        191132 kB
Cached:         816652 kB
SwapCached:       2152 kB
Active:         906196 kB
Inactive:       332836 kB
HighTotal:     2489216 kB
HighFree:      1455808 kB
LowTotal:       879316 kB
LowFree:        563352 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:           23360 kB
Writeback:           0 kB
AnonPages:      230552 kB
Mapped:           5500 kB
Slab:            99492 kB
SReclaimable:    89308 kB
SUnreclaim:      10184 kB
PageTables:        784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   313212 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15873 MiB
End job on tipi44 at 2009-05-30 13:42:01