Trace number 1779658

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) 391.84 110.833

General information on the benchmark

NameAPPLICATIONS/aprove09/
AProVE09-24.cnf
MD5SUMadd72395f3e7c6e9e29d4b056a962859
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.91
Satisfiable
(Un)Satisfiability was proved
Number of variables61164
Number of clauses209228
Sum of the clauses size550828
Maximum clause length415
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283362
Number of clauses of size 3120430
Number of clauses of size 45204
Number of clauses of size 568
Number of clauses of size over 5163

Solver Data

0.51/0.52	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779658-1243679209.cnf 
0.51/0.52	c Using SATTIMEOUT of 10000
0.51/0.52	c Using SATRAM of 2047
0.51/0.52	c Size of subset node = 16
0.51/0.52	c Variables = 61164
0.51/0.52	c Clauses = 209228
0.51/0.52	c Literals = 550828
0.51/0.52	c Reduced size:
0.51/0.52	c Variables = 61164
0.51/0.52	c Clauses = 207812
0.51/0.52	c Literals = 547090
0.51/0.52	c a2
0.91/0.92	c a1
15.11/15.13	c Independent sub-problems = 1
15.11/15.13	c Sub-problem with 60679 variables and 207812 clauses
15.11/15.13	c using permutation method 4
15.11/15.13	c count = 1
15.11/15.13	c Ordering finished 15.050 seconds
15.11/15.13	c mapped 15.130 seconds
15.11/15.13	c permuted 15.130 seconds
15.11/15.13	c about to sort
15.11/15.19	c sorted
16.81/16.84	c clauses now 207812
16.81/16.84	c init finished 15.590 seconds
16.81/16.84	c tree built 16.850 seconds
16.81/16.84	c 
16.81/16.84	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
16.81/16.84	c ---------------------------------|----------------------------------|------------------------------------------------------
16.81/16.84	c ................................ | ..........                       |                       16.9           0.0             
16.81/16.84	c ................................ | ..........                     1 |                       16.9           0.1             
16.81/16.84	c ................................ | ..........                     2 |                       16.9           0.1             
16.81/16.84	c ................................ | ..........                     3 |                       16.9           0.2             
16.81/16.84	c ................................ | ..........                     4 |                       16.9           0.2             
16.81/16.84	c ................................ | ..........                     5 |                       16.9           0.3             
16.81/16.84	c **.............................. | ..........                    27 |                       16.9           1.6           30
16.81/16.84	c **.............................. | ..........                    28 |                       16.9           1.7           30
16.81/16.84	c **.............................. | ..........                  1000 | 4                     16.9          59.3          175
199.71/62.79	c **.............................. | ..........               4576000 | 277657               200.1       22873.1     53450498

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-1779658-1243679209/watcher-1779658-1243679209 -o /tmp/evaluation-result-1779658-1243679209/solver-1779658-1243679209 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779658-1243679209.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: 3.96 3.91 3.29 2/99 14115
/proc/meminfo: memFree=3045804/3368532 swapFree=1953580/1959888
[pid=14115] ppid=14113 vsize=2196 CPUtime=0.03
/proc/14115/stat : 14115 (ttsth-5-0) R 14113 14115 20984 0 -1 4202496 448 0 0 0 3 0 0 0 19 0 1 0 1132585343 2248704 404 4294967295 134512640 135237372 3217496000 3217495632 134536395 0 0 0 0 0 0 0 17 2 0 0 0
/proc/14115/statm: 549 404 75 177 0 371 0

[startup+0.05469 s]
/proc/loadavg: 3.96 3.91 3.29 2/99 14115
/proc/meminfo: memFree=3045804/3368532 swapFree=1953580/1959888
[pid=14115] ppid=14113 vsize=3496 CPUtime=0.05
/proc/14115/stat : 14115 (ttsth-5-0) R 14113 14115 20984 0 -1 4202496 742 0 0 0 5 0 0 0 21 0 1 0 1132585343 3579904 698 4294967295 134512640 135237372 3217496000 3217494524 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/14115/statm: 874 698 75 177 0 696 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3496

[startup+0.114681 s]
/proc/loadavg: 3.96 3.91 3.29 2/99 14115
/proc/meminfo: memFree=3045804/3368532 swapFree=1953580/1959888
[pid=14115] ppid=14113 vsize=5992 CPUtime=0.11
/proc/14115/stat : 14115 (ttsth-5-0) R 14113 14115 20984 0 -1 4202496 1397 0 0 0 11 0 0 0 21 0 1 0 1132585343 6135808 1353 4294967295 134512640 135237372 3217496000 3217495448 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/14115/statm: 1498 1353 75 177 0 1320 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5992

[startup+0.314662 s]
/proc/loadavg: 3.96 3.91 3.29 2/99 14115
/proc/meminfo: memFree=3045804/3368532 swapFree=1953580/1959888
[pid=14115] ppid=14113 vsize=16108 CPUtime=0.31
/proc/14115/stat : 14115 (ttsth-5-0) R 14113 14115 20984 0 -1 4202496 3701 0 0 0 31 0 0 0 22 0 1 0 1132585343 16494592 3657 4294967295 134512640 135237372 3217496000 3217495692 134533994 0 0 0 0 0 0 0 17 2 0 0 0
/proc/14115/statm: 4027 3657 75 177 0 3849 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16108

[startup+0.714624 s]
/proc/loadavg: 3.96 3.91 3.29 2/99 14115
/proc/meminfo: memFree=3045804/3368532 swapFree=1953580/1959888
[pid=14115] ppid=14113 vsize=31132 CPUtime=0.71
/proc/14115/stat : 14115 (ttsth-5-0) R 14113 14115 20984 0 -1 4202496 7474 0 0 0 70 1 0 0 24 0 1 0 1132585343 31879168 7429 4294967295 134512640 135237372 3217496000 3217494992 134680474 0 0 0 0 0 0 0 17 2 0 0 0
/proc/14115/statm: 7783 7429 76 177 0 7605 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 31132

[startup+1.51455 s]
/proc/loadavg: 3.96 3.91 3.29 2/100 14116
/proc/meminfo: memFree=3015796/3368532 swapFree=1953580/1959888
[pid=14115] ppid=14113 vsize=38964 CPUtime=1.51
/proc/14115/stat : 14115 (ttsth-5-0) R 14113 14115 20984 0 -1 4202496 10162 0 0 0 149 2 0 0 25 0 1 0 1132585343 39899136 9409 4294967295 134512640 135237372 3217496000 3217495328 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/14115/statm: 9741 9409 77 177 0 9563 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 38964

[startup+3.11439 s]
/proc/loadavg: 3.96 3.91 3.29 2/100 14116
/proc/meminfo: memFree=3009580/3368532 swapFree=1953580/1959888
[pid=14115] ppid=14113 vsize=39232 CPUtime=3.11
/proc/14115/stat : 14115 (ttsth-5-0) R 14113 14115 20984 0 -1 4202496 10255 0 0 0 309 2 0 0 25 0 1 0 1132585343 40173568 9502 4294967295 134512640 135237372 3217496000 3217495328 134550999 0 0 0 0 0 0 0 17 2 0 0 0
/proc/14115/statm: 9808 9502 77 177 0 9630 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 39232

[startup+6.31409 s]
/proc/loadavg: 3.72 3.86 3.28 2/100 14117
/proc/meminfo: memFree=3008696/3368532 swapFree=1953580/1959888
[pid=14115] ppid=14113 vsize=40240 CPUtime=6.31
/proc/14115/stat : 14115 (ttsth-5-0) R 14113 14115 20984 0 -1 4202496 10462 0 0 0 629 2 0 0 25 0 1 0 1132585343 41205760 9709 4294967295 134512640 135237372 3217496000 3217495360 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/14115/statm: 10060 9709 77 177 0 9882 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 40240

[startup+12.7135 s]
/proc/loadavg: 3.50 3.81 3.26 2/100 14117
/proc/meminfo: memFree=3006992/3368532 swapFree=1953580/1959888
[pid=14115] ppid=14113 vsize=42012 CPUtime=12.71
/proc/14115/stat : 14115 (ttsth-5-0) R 14113 14115 20984 0 -1 4202496 10933 0 0 0 1269 2 0 0 25 0 1 0 1132585343 43020288 10180 4294967295 134512640 135237372 3217496000 3217495360 134600960 0 0 0 0 0 0 0 17 2 0 0 0
/proc/14115/statm: 10503 10180 77 177 0 10325 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 42012

[startup+25.5123 s]
/proc/loadavg: 3.41 3.77 3.26 5/104 14121
/proc/meminfo: memFree=2657384/3368532 swapFree=1953580/1959888
[pid=14115] ppid=14113 vsize=431860 CPUtime=51.37
/proc/14115/stat : 14115 (ttsth-5-0) S 14113 14115 20984 0 -1 4202496 100796 0 0 0 5106 31 0 0 25 0 5 0 1132585343 442224640 99443 4294967295 134512640 135237372 3217496000 3217495596 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/14115/statm: 107965 99444 95 177 0 107787 0
[pid=14115/tid=14118] ppid=14113 vsize=431860 CPUtime=8.66
/proc/14115/task/14118/stat : 14118 (ttsth-5-0) R 14113 14115 20984 0 -1 4202560 13209 0 0 0 862 4 0 0 25 0 5 0 1132587027 442224640 99444 4294967295 134512640 135237372 3217496000 3070331600 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=14115/tid=14119] ppid=14113 vsize=431860 CPUtime=8.62
/proc/14115/task/14119/stat : 14119 (ttsth-5-0) R 14113 14115 20984 0 -1 4202560 7813 0 0 0 856 6 0 0 25 0 5 0 1132587027 442224640 99444 4294967295 134512640 135237372 3217496000 3063994272 134680254 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=14115/tid=14120] ppid=14113 vsize=431860 CPUtime=8.61
/proc/14115/task/14120/stat : 14120 (ttsth-5-0) R 14113 14115 20984 0 -1 4202560 7602 0 0 0 858 3 0 0 25 0 5 0 1132587027 442224640 99444 4294967295 134512640 135237372 3217496000 3055982800 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14115/tid=14121] ppid=14113 vsize=431860 CPUtime=8.63
/proc/14115/task/14121/stat : 14121 (ttsth-5-0) R 14113 14115 20984 0 -1 4202560 7792 0 0 0 859 4 0 0 25 0 5 0 1132587027 442224640 99445 4294967295 134512640 135237372 3217496000 3047173052 134636641 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 51.37
Current children cumulated vsize (KiB) 431860

[startup+51.1098 s]
/proc/loadavg: 3.73 3.82 3.29 5/104 14123
/proc/meminfo: memFree=2139480/3368532 swapFree=1953580/1959888
[pid=14115] ppid=14113 vsize=978632 CPUtime=153.66
/proc/14115/stat : 14115 (ttsth-5-0) S 14113 14115 20984 0 -1 4202496 231989 0 0 0 15276 90 0 0 25 0 5 0 1132585343 1002119168 230636 4294967295 134512640 135237372 3217496000 3217495596 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/14115/statm: 244658 230636 95 177 0 244480 0
[pid=14115/tid=14118] ppid=14113 vsize=978632 CPUtime=34.26
/proc/14115/task/14118/stat : 14118 (ttsth-5-0) R 14113 14115 20984 0 -1 4202560 61710 0 0 0 3412 14 0 0 25 0 5 0 1132587027 1002119168 230636 4294967295 134512640 135237372 3217496000 3069741724 134680502 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=14115/tid=14119] ppid=14113 vsize=978632 CPUtime=34.22
/proc/14115/task/14119/stat : 14119 (ttsth-5-0) R 14113 14115 20984 0 -1 4202560 38515 0 0 0 3403 19 0 0 25 0 5 0 1132587027 1002119168 230636 4294967295 134512640 135237372 3217496000 3064373408 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=14115/tid=14120] ppid=14113 vsize=978632 CPUtime=34.19
/proc/14115/task/14120/stat : 14120 (ttsth-5-0) R 14113 14115 20984 0 -1 4202560 36826 0 0 0 3400 19 0 0 25 0 5 0 1132587027 1002119168 230637 4294967295 134512640 135237372 3217496000 3054062224 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14115/tid=14121] ppid=14113 vsize=978632 CPUtime=34.14
/proc/14115/task/14121/stat : 14121 (ttsth-5-0) R 14113 14115 20984 0 -1 4202560 30558 0 0 0 3390 24 0 0 25 0 5 0 1132587027 1002119168 230638 4294967295 134512640 135237372 3217496000 3045681104 134587840 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 153.66
Current children cumulated vsize (KiB) 978632

[startup+102.315 s]
/proc/loadavg: 4.21 3.94 3.36 5/104 14310
/proc/meminfo: memFree=1242528/3368532 swapFree=1953580/1959888
[pid=14115] ppid=14113 vsize=1913120 CPUtime=358.11
/proc/14115/stat : 14115 (ttsth-5-0) S 14113 14115 20984 0 -1 4202496 453080 0 0 0 35621 190 0 0 25 0 5 0 1132585343 1959034880 451727 4294967295 134512640 135237372 3217496000 3217495596 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/14115/statm: 478280 451727 95 177 0 478102 0
[pid=14115/tid=14118] ppid=14113 vsize=1913120 CPUtime=85.32
/proc/14115/task/14118/stat : 14118 (ttsth-5-0) R 14113 14115 20984 0 -1 4202560 146350 0 0 0 8490 42 0 0 25 0 5 0 1132587027 1959034880 451727 4294967295 134512640 135237372 3217496000 3069619296 134751534 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=14115/tid=14119] ppid=14113 vsize=1913120 CPUtime=85.39
/proc/14115/task/14119/stat : 14119 (ttsth-5-0) R 14113 14115 20984 0 -1 4202560 81021 0 0 0 8495 44 0 0 25 0 5 0 1132587027 1959034880 451727 4294967295 134512640 135237372 3217496000 3064074384 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14115/tid=14120] ppid=14113 vsize=1913120 CPUtime=85.3
/proc/14115/task/14120/stat : 14120 (ttsth-5-0) R 14113 14115 20984 0 -1 4202560 91579 0 0 0 8483 47 0 0 25 0 5 0 1132587027 1959034880 451727 4294967295 134512640 135237372 3217496000 3055527952 134562317 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=14115/tid=14121] ppid=14113 vsize=1913120 CPUtime=85.25
/proc/14115/task/14121/stat : 14121 (ttsth-5-0) R 14113 14115 20984 0 -1 4202560 69749 0 0 0 8482 43 0 0 25 0 5 0 1132587027 1959034880 451727 4294967295 134512640 135237372 3217496000 3045681356 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 358.11
Current children cumulated vsize (KiB) 1913120



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+110.704 s]
/proc/loadavg: 4.17 3.94 3.36 5/104 14310
/proc/meminfo: memFree=1067240/3368532 swapFree=1953580/1959888
[pid=14115] ppid=14113 vsize=2097204 CPUtime=391.69
/proc/14115/stat : 14115 (ttsth-5-0) S 14113 14115 20984 0 -1 4202496 496463 0 0 0 38964 205 0 0 25 0 5 0 1132585343 2147536896 495110 4294967295 134512640 135237372 3217496000 3217495596 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/14115/statm: 524301 495110 95 177 0 524123 0
[pid=14115/tid=14118] ppid=14113 vsize=2097204 CPUtime=93.71
/proc/14115/task/14118/stat : 14118 (ttsth-5-0) R 14113 14115 20984 0 -1 4202560 159966 0 0 0 9323 48 0 0 25 0 5 0 1132587027 2147536896 495112 4294967295 134512640 135237372 3217496000 3072583984 134549905 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=14115/tid=14119] ppid=14113 vsize=2097204 CPUtime=93.79
/proc/14115/task/14119/stat : 14119 (ttsth-5-0) R 14113 14115 20984 0 -1 4202560 89366 0 0 0 9331 48 0 0 25 0 5 0 1132587027 2147536896 495112 4294967295 134512640 135237372 3217496000 3063798060 134636641 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14115/tid=14120] ppid=14113 vsize=2097204 CPUtime=93.69
/proc/14115/task/14120/stat : 14120 (ttsth-5-0) R 14113 14115 20984 0 -1 4202560 103284 0 0 0 9319 50 0 0 25 0 5 0 1132587027 2147536896 495112 4294967295 134512640 135237372 3217496000 3055406304 134749351 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=14115/tid=14121] ppid=14113 vsize=2097204 CPUtime=93.65
/proc/14115/task/14121/stat : 14121 (ttsth-5-0) R 14113 14115 20984 0 -1 4202560 79468 0 0 0 9320 45 0 0 25 0 5 0 1132587027 2147536896 495112 4294967295 134512640 135237372 3217496000 3045689408 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 391.69
Current children cumulated vsize (KiB) 2097204

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

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

[startup+110.824 s]
/proc/loadavg: 4.17 3.94 3.36 5/104 14310
/proc/meminfo: memFree=1067240/3368532 swapFree=1953580/1959888
[pid=14115] ppid=14113 vsize=0 CPUtime=391.83
/proc/14115/stat : 14115 (ttsth-5-0) Z 14113 14115 20984 0 -1 4203524 496542 0 0 0 38969 214 0 0 18 0 2 0 1132585343 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/14115/statm: 0 0 0 0 0 0 0
[pid=14115/tid=14120] ppid=14113 vsize=0 CPUtime=93.8
/proc/14115/task/14120/stat : 14120 (ttsth-5-0) R 14113 14115 20984 0 -1 4203588 103302 0 0 0 9321 59 0 0 25 0 2 0 1132587027 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 391.83
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 110.833
CPU time (s): 391.84
CPU user time (s): 389.69
CPU system time (s): 2.15
CPU usage (%): 353.542
Max. virtual memory (cumulated for all children) (KiB): 2097204

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 12:26:49
IDJOB=1779658
IDBENCH=70886
IDSOLVER=632
FILE ID=/1779658-1243679209
PBS_JOBID=
Free space on /tmp= 15882 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/aprove09/AProVE09-24.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779658-1243679209/watcher-1779658-1243679209 -o /tmp/evaluation-result-1779658-1243679209/solver-1779658-1243679209 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779658-1243679209.cnf

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

MD5SUM BENCH= add72395f3e7c6e9e29d4b056a962859
RANDOM SEED= 1169714298

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.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.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:       3046988 kB
Buffers:         87368 kB
Cached:         129836 kB
SwapCached:       2424 kB
Active:         145960 kB
Inactive:        81800 kB
HighTotal:     2489216 kB
HighFree:      2346368 kB
LowTotal:       879316 kB
LowFree:        700620 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            4672 kB
Writeback:           0 kB
AnonPages:        9632 kB
Mapped:           4984 kB
Slab:            84632 kB
SReclaimable:    74972 kB
SUnreclaim:       9660 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93560 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15882 MiB
End job on  at 2009-05-30 12:28:42