Trace number 1780333

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) 442.54 240.433

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.86
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

12.71/12.77	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780333-1243682060.cnf 
12.71/12.77	c Using SATTIMEOUT of 10000
12.71/12.77	c Using SATRAM of 2047
12.71/12.77	c Size of subset node = 16
12.71/12.77	c Variables = 104481
12.71/12.77	c Clauses = 500875
12.71/12.77	c Literals = 1175028
12.71/12.77	c Reduced size:
12.71/12.77	c Variables = 104481
12.71/12.77	c Clauses = 345121
12.71/12.77	c Literals = 823732
12.71/12.77	c a2
13.41/13.46	c a1
39.20/39.20	c Independent sub-problems = 1
39.20/39.20	c Sub-problem with 74755 variables and 345121 clauses
39.20/39.20	c using permutation method 4
39.20/39.20	c count = 1
39.20/39.20	c Ordering finished 39.070 seconds
39.20/39.20	c mapped 39.190 seconds
39.20/39.20	c permuted 39.200 seconds
39.20/39.20	c about to sort
39.20/39.30	c sorted
41.10/41.16	c clauses now 345121
41.10/41.16	c init finished 39.790 seconds
41.10/41.16	c tree built 41.150 seconds
41.10/41.16	c 
41.10/41.16	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
41.10/41.16	c ---------------------------------|----------------------------------|------------------------------------------------------
41.10/41.16	c ................................ | ..........                       |                       41.1           0.0             
41.10/41.16	c ................................ | ..........                     1 |                       41.1           0.0             
41.10/41.16	c ................................ | ..........                     2 |                       41.1           0.0             
41.10/41.16	c ................................ | ..........                     3 |                       41.1           0.1             
41.10/41.16	c ................................ | ..........                     4 |                       41.1           0.1             
41.10/41.16	c ................................ | ..........                     5 |                       41.1           0.1             
41.10/41.16	c ................................ | ..........                  1000 |                       41.1          24.3            5
200.28/119.62	c ................................ | ..........               1555000 | 79301                200.3        7763.4     39647413
400.04/219.10	c ................................ | ..........               2555000 | 142475               400.2        6384.0     91430025

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-1780333-1243682060/watcher-1780333-1243682060 -o /tmp/evaluation-result-1780333-1243682060/solver-1780333-1243682060 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780333-1243682060.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.12 4.13 5/113 16811
/proc/meminfo: memFree=3098472/3368532 swapFree=1954888/1959888
[pid=16811] ppid=16809 vsize=1408 CPUtime=0.01
/proc/16811/stat : 16811 (ttsth-5-0) R 16809 16811 32205 0 -1 4202496 251 0 0 0 1 0 0 0 19 0 1 0 1132870080 1441792 206 4294967295 134512640 135237372 3212936032 3212935680 134524774 0 0 0 0 0 0 0 17 0 0 0 0
/proc/16811/statm: 352 206 74 177 0 174 0

[startup+0.089796 s]
/proc/loadavg: 2.92 3.12 4.13 5/113 16811
/proc/meminfo: memFree=3098472/3368532 swapFree=1954888/1959888
[pid=16811] ppid=16809 vsize=5624 CPUtime=0.09
/proc/16811/stat : 16811 (ttsth-5-0) R 16809 16811 32205 0 -1 4202496 1271 0 0 0 9 0 0 0 19 0 1 0 1132870080 5758976 1226 4294967295 134512640 135237372 3212936032 3212934556 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/16811/statm: 1406 1226 75 177 0 1228 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5624

[startup+0.109791 s]
/proc/loadavg: 2.92 3.12 4.13 5/113 16811
/proc/meminfo: memFree=3098472/3368532 swapFree=1954888/1959888
[pid=16811] ppid=16809 vsize=6728 CPUtime=0.11
/proc/16811/stat : 16811 (ttsth-5-0) R 16809 16811 32205 0 -1 4202496 1547 0 0 0 11 0 0 0 20 0 1 0 1132870080 6889472 1502 4294967295 134512640 135237372 3212936032 3212934556 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/16811/statm: 1682 1503 75 177 0 1504 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6728

[startup+0.309775 s]
/proc/loadavg: 2.92 3.12 4.13 5/113 16811
/proc/meminfo: memFree=3098472/3368532 swapFree=1954888/1959888
[pid=16811] ppid=16809 vsize=17036 CPUtime=0.31
/proc/16811/stat : 16811 (ttsth-5-0) R 16809 16811 32205 0 -1 4202496 4099 0 0 0 29 2 0 0 20 0 1 0 1132870080 17444864 4054 4294967295 134512640 135237372 3212936032 3212934556 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/16811/statm: 4259 4055 75 177 0 4081 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17036

[startup+0.709739 s]
/proc/loadavg: 2.92 3.12 4.13 5/113 16811
/proc/meminfo: memFree=3098472/3368532 swapFree=1954888/1959888
[pid=16811] ppid=16809 vsize=35876 CPUtime=0.71
/proc/16811/stat : 16811 (ttsth-5-0) R 16809 16811 32205 0 -1 4202496 8476 0 0 0 66 5 0 0 21 0 1 0 1132870080 36737024 8431 4294967295 134512640 135237372 3212936032 3212935724 134534140 0 0 0 0 0 0 0 17 0 0 0 0
/proc/16811/statm: 8969 8431 75 177 0 8791 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 35876

[startup+1.50967 s]
/proc/loadavg: 2.92 3.12 4.13 4/114 16816
/proc/meminfo: memFree=3064776/3368532 swapFree=1954888/1959888
[pid=16811] ppid=16809 vsize=35876 CPUtime=1.51
/proc/16811/stat : 16811 (ttsth-5-0) R 16809 16811 32205 0 -1 4202496 8476 0 0 0 146 5 0 0 24 0 1 0 1132870080 36737024 8431 4294967295 134512640 135237372 3212936032 3212935724 134534262 0 0 0 0 0 0 0 17 0 0 0 0
/proc/16811/statm: 8969 8431 75 177 0 8791 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 35876

[startup+3.10953 s]
/proc/loadavg: 2.92 3.12 4.13 4/114 16816
/proc/meminfo: memFree=3064624/3368532 swapFree=1954888/1959888
[pid=16811] ppid=16809 vsize=35876 CPUtime=3.11
/proc/16811/stat : 16811 (ttsth-5-0) R 16809 16811 32205 0 -1 4202496 8476 0 0 0 306 5 0 0 25 0 1 0 1132870080 36737024 8431 4294967295 134512640 135237372 3212936032 3212935724 134534061 0 0 0 0 0 0 0 17 0 0 0 0
/proc/16811/statm: 8969 8431 75 177 0 8791 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 35876

[startup+6.30926 s]
/proc/loadavg: 2.93 3.11 4.12 4/114 16820
/proc/meminfo: memFree=3064500/3368532 swapFree=1954888/1959888
[pid=16811] ppid=16809 vsize=35876 CPUtime=6.31
/proc/16811/stat : 16811 (ttsth-5-0) R 16809 16811 32205 0 -1 4202496 8476 0 0 0 626 5 0 0 25 0 1 0 1132870080 36737024 8431 4294967295 134512640 135237372 3212936032 3212935724 134534204 0 0 0 0 0 0 0 17 0 0 0 0
/proc/16811/statm: 8969 8431 75 177 0 8791 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 35876

[startup+12.7087 s]
/proc/loadavg: 2.93 3.11 4.11 4/114 16832
/proc/meminfo: memFree=3064392/3368532 swapFree=1954888/1959888
[pid=16811] ppid=16809 vsize=35876 CPUtime=12.71
/proc/16811/stat : 16811 (ttsth-5-0) R 16809 16811 32205 0 -1 4202496 8476 0 0 0 1266 5 0 0 25 0 1 0 1132870080 36737024 8431 4294967295 134512640 135237372 3212936032 3212935724 134534282 0 0 0 0 0 0 0 17 0 0 0 0
/proc/16811/statm: 8969 8431 75 177 0 8791 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 35876

[startup+25.5076 s]
/proc/loadavg: 2.95 3.11 4.09 4/114 16852
/proc/meminfo: memFree=3026016/3368532 swapFree=1954888/1959888
[pid=16811] ppid=16809 vsize=74140 CPUtime=25.51
/proc/16811/stat : 16811 (ttsth-5-0) R 16809 16811 32205 0 -1 4202496 19421 0 0 0 2545 6 0 0 25 0 1 0 1132870080 75919360 18091 4294967295 134512640 135237372 3212936032 3212935360 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/16811/statm: 18535 18091 77 177 0 18357 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 74140

[startup+51.1154 s]
/proc/loadavg: 3.43 3.20 4.10 7/118 17076
/proc/meminfo: memFree=2684020/3368532 swapFree=1954888/1959888
[pid=16811] ppid=16809 vsize=443848 CPUtime=61.01
/proc/16811/stat : 16811 (ttsth-5-0) S 16809 16811 32205 0 -1 4202496 107550 0 0 0 6072 29 0 0 25 0 5 0 1132870080 454500352 104820 4294967295 134512640 135237372 3212936032 3212935628 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16811/statm: 110962 104820 95 177 0 110784 0
[pid=16811/tid=17061] ppid=16809 vsize=443848 CPUtime=6.12
/proc/16811/task/17061/stat : 17061 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 3388 0 0 0 611 1 0 0 25 0 5 0 1132874196 454500352 104820 4294967295 134512640 135237372 3212936032 3060468768 134749345 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16811/tid=17062] ppid=16809 vsize=443848 CPUtime=5.22
/proc/16811/task/17062/stat : 17062 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 4654 0 0 0 521 1 0 0 25 0 5 0 1132874196 454500352 104820 4294967295 134512640 135237372 3212936032 3052097472 134591244 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16811/tid=17063] ppid=16809 vsize=443848 CPUtime=4.77
/proc/16811/task/17063/stat : 17063 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 3891 0 0 0 476 1 0 0 25 0 5 0 1132874196 454500352 104820 4294967295 134512640 135237372 3212936032 3043539376 134590368 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16811/tid=17064] ppid=16809 vsize=443848 CPUtime=3.75
/proc/16811/task/17064/stat : 17064 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 3958 0 0 0 375 0 0 0 25 0 5 0 1132874201 454500352 104820 4294967295 134512640 135237372 3212936032 3034010740 134634403 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 61.01
Current children cumulated vsize (KiB) 443848

[startup+102.311 s]
/proc/loadavg: 5.18 3.73 4.22 8/119 17220
/proc/meminfo: memFree=2245236/3368532 swapFree=1954888/1959888
[pid=16811] ppid=16809 vsize=897860 CPUtime=164.7
/proc/16811/stat : 16811 (ttsth-5-0) S 16809 16811 32205 0 -1 4202496 216354 0 0 0 16401 69 0 0 25 0 5 0 1132870080 919408640 213624 4294967295 134512640 135237372 3212936032 3212935628 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16811/statm: 224465 213624 95 177 0 224287 0
[pid=16811/tid=17061] ppid=16809 vsize=897860 CPUtime=32.73
/proc/16811/task/17061/stat : 17061 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 34852 0 0 0 3259 14 0 0 25 0 5 0 1132874196 919408640 213624 4294967295 134512640 135237372 3212936032 3060463040 134590281 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16811/tid=17062] ppid=16809 vsize=897860 CPUtime=30.42
/proc/16811/task/17062/stat : 17062 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 31019 0 0 0 3032 10 0 0 25 0 5 0 1132874196 919408640 213624 4294967295 134512640 135237372 3212936032 3052077024 134680346 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16811/tid=17063] ppid=16809 vsize=897860 CPUtime=31.05
/proc/16811/task/17063/stat : 17063 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 28308 0 0 0 3096 9 0 0 25 0 5 0 1132874196 919408640 213624 4294967295 134512640 135237372 3212936032 3043768528 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16811/tid=17064] ppid=16809 vsize=897860 CPUtime=29.35
/proc/16811/task/17064/stat : 17064 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 30516 0 0 0 2925 10 0 0 25 0 5 0 1132874201 919408640 213624 4294967295 134512640 135237372 3212936032 3033887008 134749351 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 164.7
Current children cumulated vsize (KiB) 897860

[startup+162.306 s]
/proc/loadavg: 5.96 4.20 4.35 8/119 17492
/proc/meminfo: memFree=1733036/3368532 swapFree=1954888/1959888
[pid=16811] ppid=16809 vsize=1441516 CPUtime=286.94
/proc/16811/stat : 16811 (ttsth-5-0) S 16809 16811 32205 0 -1 4202496 345442 0 0 0 28574 120 0 0 25 0 5 0 1132870080 1476112384 342712 4294967295 134512640 135237372 3212936032 3212935628 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16811/statm: 360379 342712 95 177 0 360201 0
[pid=16811/tid=17061] ppid=16809 vsize=1441516 CPUtime=63.23
/proc/16811/task/17061/stat : 17061 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 71669 0 0 0 6292 31 0 0 25 0 5 0 1132874196 1476112384 342712 4294967295 134512640 135237372 3212936032 3060473776 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16811/tid=17062] ppid=16809 vsize=1441516 CPUtime=62.19
/proc/16811/task/17062/stat : 17062 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 64087 0 0 0 6197 22 0 0 25 0 5 0 1132874196 1476112384 342712 4294967295 134512640 135237372 3212936032 3052072668 134636641 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16811/tid=17063] ppid=16809 vsize=1441516 CPUtime=60.51
/proc/16811/task/17063/stat : 17063 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 56111 0 0 0 6029 22 0 0 25 0 5 0 1132874196 1476112384 342712 4294967295 134512640 135237372 3212936032 3043736120 134519962 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16811/tid=17064] ppid=16809 vsize=1441516 CPUtime=59.86
/proc/16811/task/17064/stat : 17064 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 61916 0 0 0 5967 19 0 0 25 0 5 0 1132874201 1476112384 342713 4294967295 134512640 135237372 3212936032 3033728288 134587591 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 286.94
Current children cumulated vsize (KiB) 1441516

[startup+222.311 s]
/proc/loadavg: 6.15 4.57 4.47 8/119 17772
/proc/meminfo: memFree=1246976/3368532 swapFree=1954888/1959888
[pid=16811] ppid=16809 vsize=1948628 CPUtime=406.62
/proc/16811/stat : 16811 (ttsth-5-0) S 16809 16811 32205 0 -1 4202496 465945 0 0 0 40499 163 0 0 25 0 5 0 1132870080 1995395072 463215 4294967295 134512640 135237372 3212936032 3212935628 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16811/statm: 487157 463215 95 177 0 486979 0
[pid=16811/tid=17061] ppid=16809 vsize=1948628 CPUtime=93.13
/proc/16811/task/17061/stat : 17061 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 107213 0 0 0 9274 39 0 0 25 0 5 0 1132874196 1995395072 463215 4294967295 134512640 135237372 3212936032 3060475408 134749343 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16811/tid=17062] ppid=16809 vsize=1948628 CPUtime=92.16
/proc/16811/task/17062/stat : 17062 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 95881 0 0 0 9183 33 0 0 25 0 5 0 1132874196 1995395072 463215 4294967295 134512640 135237372 3212936032 3051807744 134590981 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16811/tid=17063] ppid=16809 vsize=1948628 CPUtime=90.51
/proc/16811/task/17063/stat : 17063 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 80919 0 0 0 9018 33 0 0 25 0 5 0 1132874196 1995395072 463215 4294967295 134512640 135237372 3212936032 3043832556 134680502 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16811/tid=17064] ppid=16809 vsize=1948628 CPUtime=89.67
/proc/16811/task/17064/stat : 17064 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 90273 0 0 0 8935 32 0 0 25 0 5 0 1132874201 1995395072 463215 4294967295 134512640 135237372 3212936032 3033970920 134549877 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 406.62
Current children cumulated vsize (KiB) 1948628



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+240.309 s]
/proc/loadavg: 6.45 4.74 4.53 7/118 17925
/proc/meminfo: memFree=1103832/3368532 swapFree=1954888/1959888
[pid=16811] ppid=16809 vsize=2096688 CPUtime=442.4
/proc/16811/stat : 16811 (ttsth-5-0) S 16809 16811 32205 0 -1 4202496 501230 0 0 0 44066 174 0 0 25 0 5 0 1132870080 2147008512 498500 4294967295 134512640 135237372 3212936032 3212935628 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16811/statm: 524172 498500 95 177 0 523994 0
[pid=16811/tid=17061] ppid=16809 vsize=2096688 CPUtime=102.22
/proc/16811/task/17061/stat : 17061 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 117923 0 0 0 10178 44 0 0 25 0 5 0 1132874196 2147008512 498500 4294967295 134512640 135237372 3212936032 3060270080 134680293 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16811/tid=17062] ppid=16809 vsize=2096688 CPUtime=101.47
/proc/16811/task/17062/stat : 17062 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 99594 0 0 0 10113 34 0 0 25 0 5 0 1132874196 2147008512 498500 4294967295 134512640 135237372 3212936032 3051782960 134749325 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=16811/tid=17063] ppid=16809 vsize=2096688 CPUtime=99.01
/proc/16811/task/17063/stat : 17063 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 89491 0 0 0 9868 33 0 0 25 0 5 0 1132874196 2147008512 498500 4294967295 134512640 135237372 3212936032 3043449696 134562309 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16811/tid=17064] ppid=16809 vsize=2096688 CPUtime=98.55
/proc/16811/task/17064/stat : 17064 (ttsth-5-0) R 16809 16811 32205 0 -1 4202560 102563 0 0 0 9818 37 0 0 25 0 5 0 1132874201 2147008512 498500 4294967295 134512640 135237372 3212936032 3033882480 134680367 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 442.4
Current children cumulated vsize (KiB) 2096688

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

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

[startup+240.429 s]
/proc/loadavg: 6.45 4.74 4.53 7/118 17925
/proc/meminfo: memFree=1103832/3368532 swapFree=1954888/1959888
[pid=16811] ppid=16809 vsize=0 CPUtime=442.54
/proc/16811/stat : 16811 (ttsth-5-0) Z 16809 16811 32205 0 -1 4203524 501230 0 0 0 44070 184 0 0 18 0 2 0 1132870080 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/16811/statm: 0 0 0 0 0 0 0
[pid=16811/tid=17064] ppid=16809 vsize=0 CPUtime=98.65
/proc/16811/task/17064/stat : 17064 (ttsth-5-0) R 16809 16811 32205 0 -1 4203588 102563 0 0 0 9818 47 0 0 25 0 2 0 1132874201 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) 442.54
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16811 and gives
#  childrusage.ru_utime.tv_sec=440
#  childrusage.ru_utime.tv_usec=700000
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=840000
# CPU time returned by wait4() is 442.54
# while last known CPU time is 442.54
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 240.433
CPU time (s): 442.54
CPU user time (s): 440.7
CPU system time (s): 1.84
CPU usage (%): 184.059
Max. virtual memory (cumulated for all children) (KiB): 2096688

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 13:14:20
IDJOB=1780333
IDBENCH=70974
IDSOLVER=632
FILE ID=/1780333-1243682060
PBS_JOBID=
Free space on /tmp= 15871 MiB

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

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED= 1879944766

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:       3098324 kB
Buffers:         54248 kB
Cached:         114908 kB
SwapCached:        720 kB
Active:         125692 kB
Inactive:        59004 kB
HighTotal:     2489216 kB
HighFree:      2354644 kB
LowTotal:       879316 kB
LowFree:        743680 kB
SwapTotal:     1959888 kB
SwapFree:      1954888 kB
Dirty:            9600 kB
Writeback:           0 kB
AnonPages:       15060 kB
Mapped:           6252 kB
Slab:            74376 kB
SReclaimable:    64988 kB
SUnreclaim:       9388 kB
PageTables:        712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   117276 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15871 MiB
End job on  at 2009-05-30 13:18:23