Trace number 1779628

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) 819.8 210.245

General information on the benchmark

NameAPPLICATIONS/aprove09/
AProVE09-17.cnf
MD5SUM7c312337e643719c8d3ae6a851030951
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.44
Satisfiable
(Un)Satisfiability was proved
Number of variables33894
Number of clauses108759
Sum of the clauses size274969
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 251306
Number of clauses of size 357452
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.21/0.27	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779628-1243679512.cnf 
0.21/0.27	c Using SATTIMEOUT of 10000
0.21/0.27	c Using SATRAM of 2047
0.21/0.27	c Size of subset node = 16
0.21/0.27	c Variables = 33894
0.21/0.27	c Clauses = 108759
0.21/0.27	c Literals = 274969
0.21/0.27	c Reduced size:
0.21/0.27	c Variables = 33894
0.21/0.27	c Clauses = 106474
0.21/0.27	c Literals = 269472
0.21/0.27	c a2
0.41/0.46	c a1
5.91/5.95	c Independent sub-problems = 1
5.91/5.95	c Sub-problem with 32980 variables and 106474 clauses
5.91/5.95	c using permutation method 4
5.91/5.95	c count = 1
5.91/5.95	c Ordering finished 5.910 seconds
5.91/5.95	c mapped 5.950 seconds
5.91/5.95	c permuted 5.950 seconds
5.91/5.95	c about to sort
5.91/5.98	c sorted
6.61/6.65	c clauses now 106474
6.61/6.65	c init finished 6.190 seconds
6.61/6.65	c tree built 6.660 seconds
6.61/6.65	c 
6.61/6.65	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
6.61/6.65	c ---------------------------------|----------------------------------|------------------------------------------------------
6.61/6.65	c ................................ | ..........                       |                        6.7           0.0             
6.61/6.65	c ................................ | ..........                     1 |                        6.7           0.2             
6.61/6.65	c ................................ | ..........                     2 |                        6.7           0.3             
6.61/6.65	c ................................ | ..........                     3 |                        6.7           0.5             
6.61/6.65	c ................................ | ..........                     4 |                        6.7           0.6             
6.61/6.65	c ................................ | ..........                     5 |                        6.7           0.8             
6.61/6.66	c ................................ | ..........                  1000 | 21                     6.7         150.2          500
200.07/55.11	c ................................ | ..........               3775000 | 161516               200.1       18864.6     34025764
399.73/105.10	c ................................ | ..........               6923000 | 317915               400.1       17305.3     66142251
599.86/155.15	c ................................ | ..........               9801000 | 446999               600.0       16334.5     88217053
800.39/205.36	c ................................ | ..........              12864000 | 600608               800.6       16068.1    112507333

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-1779628-1243679512/watcher-1779628-1243679512 -o /tmp/evaluation-result-1779628-1243679512/solver-1779628-1243679512 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779628-1243679512.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.73 3.68 3.36 3/98 23689
/proc/meminfo: memFree=3078028/3368532 swapFree=1959840/1959888
[pid=23689] ppid=23687 vsize=1140 CPUtime=0
/proc/23689/stat : 23689 (ttsth-5-0) R 23687 23689 30226 0 -1 4202496 174 0 0 0 0 0 0 0 18 0 1 0 949527981 1167360 130 4294967295 134512640 135237372 3214081152 3214079676 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23689/statm: 285 130 75 177 0 107 0

[startup+0.093789 s]
/proc/loadavg: 2.73 3.68 3.36 3/98 23689
/proc/meminfo: memFree=3078028/3368532 swapFree=1959840/1959888
[pid=23689] ppid=23687 vsize=5200 CPUtime=0.09
/proc/23689/stat : 23689 (ttsth-5-0) R 23687 23689 30226 0 -1 4202496 1188 0 0 0 9 0 0 0 18 0 1 0 949527981 5324800 1144 4294967295 134512640 135237372 3214081152 3214080600 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23689/statm: 1300 1144 75 177 0 1122 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5200

[startup+0.108782 s]
/proc/loadavg: 2.73 3.68 3.36 3/98 23689
/proc/meminfo: memFree=3078028/3368532 swapFree=1959840/1959888
[pid=23689] ppid=23687 vsize=5860 CPUtime=0.11
/proc/23689/stat : 23689 (ttsth-5-0) R 23687 23689 30226 0 -1 4202496 1354 0 0 0 11 0 0 0 18 0 1 0 949527981 6000640 1310 4294967295 134512640 135237372 3214081152 3214079676 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23689/statm: 1465 1310 75 177 0 1287 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5860

[startup+0.308769 s]
/proc/loadavg: 2.73 3.68 3.36 3/98 23689
/proc/meminfo: memFree=3078028/3368532 swapFree=1959840/1959888
[pid=23689] ppid=23687 vsize=14264 CPUtime=0.31
/proc/23689/stat : 23689 (ttsth-5-0) R 23687 23689 30226 0 -1 4202496 3351 0 0 0 30 1 0 0 18 0 1 0 949527981 14606336 3307 4294967295 134512640 135237372 3214081152 3214080420 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23689/statm: 3566 3309 76 177 0 3388 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 14264

[startup+0.708734 s]
/proc/loadavg: 2.73 3.68 3.36 3/98 23689
/proc/meminfo: memFree=3078028/3368532 swapFree=1959840/1959888
[pid=23689] ppid=23687 vsize=20464 CPUtime=0.71
/proc/23689/stat : 23689 (ttsth-5-0) R 23687 23689 30226 0 -1 4202496 5299 0 0 0 70 1 0 0 18 0 1 0 949527981 20955136 4875 4294967295 134512640 135237372 3214081152 3214080480 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23689/statm: 5116 4875 77 177 0 4938 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 20464

[startup+1.50867 s]
/proc/loadavg: 2.73 3.68 3.36 2/99 23690
/proc/meminfo: memFree=3059380/3368532 swapFree=1959840/1959888
[pid=23689] ppid=23687 vsize=20808 CPUtime=1.51
/proc/23689/stat : 23689 (ttsth-5-0) R 23687 23689 30226 0 -1 4202496 5357 0 0 0 150 1 0 0 20 0 1 0 949527981 21307392 4933 4294967295 134512640 135237372 3214081152 3214080480 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23689/statm: 5202 4933 77 177 0 5024 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 20808

[startup+3.10854 s]
/proc/loadavg: 2.73 3.68 3.36 2/99 23690
/proc/meminfo: memFree=3058892/3368532 swapFree=1959840/1959888
[pid=23689] ppid=23687 vsize=21112 CPUtime=3.11
/proc/23689/stat : 23689 (ttsth-5-0) R 23687 23689 30226 0 -1 4202496 5464 0 0 0 309 2 0 0 25 0 1 0 949527981 21618688 5040 4294967295 134512640 135237372 3214081152 3214080512 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23689/statm: 5278 5040 77 177 0 5100 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 21112

[startup+6.30828 s]
/proc/loadavg: 2.59 3.63 3.35 2/99 23690
/proc/meminfo: memFree=3057732/3368532 swapFree=1959840/1959888
[pid=23689] ppid=23687 vsize=110364 CPUtime=6.31
/proc/23689/stat : 23689 (ttsth-5-0) R 23687 23689 30226 0 -1 4202496 27864 0 0 0 623 8 0 0 25 0 1 0 949527981 113012736 27336 4294967295 134512640 135237372 3214081152 3212729400 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/23689/statm: 27591 27337 88 177 0 27413 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 110364

[startup+12.7078 s]
/proc/loadavg: 2.79 3.66 3.35 5/103 23694
/proc/meminfo: memFree=2844312/3368532 swapFree=1959840/1959888
[pid=23689] ppid=23687 vsize=280248 CPUtime=30.75
/proc/23689/stat : 23689 (ttsth-5-0) S 23687 23689 30226 0 -1 4202496 61738 0 0 0 3052 23 0 0 25 0 5 0 949527981 286973952 61106 4294967295 134512640 135237372 3214081152 3214080748 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23689/statm: 70062 61106 95 177 0 69884 0
[pid=23689/tid=23691] ppid=23687 vsize=280248 CPUtime=6.05
/proc/23689/task/23691/stat : 23691 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 7033 0 0 0 598 7 0 0 25 0 5 0 949528647 286973952 61106 4294967295 134512640 135237372 3214081152 3078803152 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23689/tid=23692] ppid=23687 vsize=280248 CPUtime=6.01
/proc/23689/task/23692/stat : 23692 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 6280 0 0 0 598 3 0 0 25 0 5 0 949528647 286973952 61106 4294967295 134512640 135237372 3214081152 3070428320 134564213 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23689/tid=23693] ppid=23687 vsize=280248 CPUtime=6
/proc/23689/task/23693/stat : 23693 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 7336 0 0 0 598 2 0 0 25 0 5 0 949528647 286973952 61106 4294967295 134512640 135237372 3214081152 3062034272 134590501 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23689/tid=23694] ppid=23687 vsize=280248 CPUtime=6.03
/proc/23689/task/23694/stat : 23694 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 6646 0 0 0 601 2 0 0 25 0 5 0 949528647 286973952 61106 4294967295 134512640 135237372 3214081152 3054183408 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 30.75
Current children cumulated vsize (KiB) 280248

[startup+25.5067 s]
/proc/loadavg: 3.05 3.67 3.36 6/103 23697
/proc/meminfo: memFree=2706332/3368532 swapFree=1959840/1959888
[pid=23689] ppid=23687 vsize=420400 CPUtime=81.93
/proc/23689/stat : 23689 (ttsth-5-0) S 23687 23689 30226 0 -1 4202496 94806 0 0 0 8158 35 0 0 25 0 5 0 949527981 430489600 94174 4294967295 134512640 135237372 3214081152 3214080748 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23689/statm: 105100 94174 95 177 0 104922 0
[pid=23689/tid=23691] ppid=23687 vsize=420400 CPUtime=18.85
/proc/23689/task/23691/stat : 23691 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 14857 0 0 0 1874 11 0 0 25 0 5 0 949528647 430489600 94174 4294967295 134512640 135237372 3214081152 3079159420 134680502 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23689/tid=23692] ppid=23687 vsize=420400 CPUtime=18.81
/proc/23689/task/23692/stat : 23692 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 13549 0 0 0 1875 6 0 0 25 0 5 0 949528647 430489600 94174 4294967295 134512640 135237372 3214081152 3070905684 134680504 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23689/tid=23693] ppid=23687 vsize=420400 CPUtime=18.78
/proc/23689/task/23693/stat : 23693 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 17263 0 0 0 1872 6 0 0 25 0 5 0 949528647 430489600 94174 4294967295 134512640 135237372 3214081152 3062582816 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23689/tid=23694] ppid=23687 vsize=420400 CPUtime=18.83
/proc/23689/task/23694/stat : 23694 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 14694 0 0 0 1880 3 0 0 25 0 5 0 949528647 430489600 94174 4294967295 134512640 135237372 3214081152 3054156304 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 81.93
Current children cumulated vsize (KiB) 420400

[startup+51.1046 s]
/proc/loadavg: 3.38 3.70 3.38 5/103 23881
/proc/meminfo: memFree=2448516/3368532 swapFree=1959840/1959888
[pid=23689] ppid=23687 vsize=693272 CPUtime=184.07
/proc/23689/stat : 23689 (ttsth-5-0) S 23687 23689 30226 0 -1 4202496 160011 0 0 0 18341 66 0 0 25 0 5 0 949527981 709910528 159379 4294967295 134512640 135237372 3214081152 3214080748 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23689/statm: 173318 159379 95 177 0 173140 0
[pid=23689/tid=23691] ppid=23687 vsize=693272 CPUtime=44.41
/proc/23689/task/23691/stat : 23691 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 30365 0 0 0 4425 16 0 0 25 0 5 0 949528647 709910528 159379 4294967295 134512640 135237372 3214081152 3077678960 134680346 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23689/tid=23692] ppid=23687 vsize=693272 CPUtime=44.28
/proc/23689/task/23692/stat : 23692 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 32661 0 0 0 4412 16 0 0 25 0 5 0 949528647 709910528 159379 4294967295 134512640 135237372 3214081152 3070468480 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23689/tid=23693] ppid=23687 vsize=693272 CPUtime=44.36
/proc/23689/task/23693/stat : 23693 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 31284 0 0 0 4423 13 0 0 25 0 5 0 949528647 709910528 159379 4294967295 134512640 135237372 3214081152 3062582112 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23689/tid=23694] ppid=23687 vsize=693272 CPUtime=44.36
/proc/23689/task/23694/stat : 23694 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 31258 0 0 0 4424 12 0 0 25 0 5 0 949528647 709910528 159379 4294967295 134512640 135237372 3214081152 3054121728 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 184.07
Current children cumulated vsize (KiB) 693272

[startup+102.32 s]
/proc/loadavg: 3.78 3.76 3.41 5/103 23888
/proc/meminfo: memFree=1900812/3368532 swapFree=1959840/1959888
[pid=23689] ppid=23687 vsize=1263868 CPUtime=388.93
/proc/23689/stat : 23689 (ttsth-5-0) S 23687 23689 30226 0 -1 4202496 295206 0 0 0 38769 124 0 0 25 0 5 0 949527981 1294200832 294574 4294967295 134512640 135237372 3214081152 3214080748 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23689/statm: 315967 294574 95 177 0 315789 0
[pid=23689/tid=23691] ppid=23687 vsize=1263868 CPUtime=95.63
/proc/23689/task/23691/stat : 23691 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 70462 0 0 0 9536 27 0 0 25 0 5 0 949528647 1294200832 294575 4294967295 134512640 135237372 3214081152 3078801696 134591433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23689/tid=23692] ppid=23687 vsize=1263868 CPUtime=95.5
/proc/23689/task/23692/stat : 23692 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 64065 0 0 0 9526 24 0 0 25 0 5 0 949528647 1294200832 294575 4294967295 134512640 135237372 3214081152 3070946944 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23689/tid=23693] ppid=23687 vsize=1263868 CPUtime=95.56
/proc/23689/task/23693/stat : 23693 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 62834 0 0 0 9520 36 0 0 25 0 5 0 949528647 1294200832 294575 4294967295 134512640 135237372 3214081152 3062069072 134680242 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23689/tid=23694] ppid=23687 vsize=1263868 CPUtime=95.58
/proc/23689/task/23694/stat : 23694 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 63403 0 0 0 9530 28 0 0 25 0 5 0 949528647 1294200832 294575 4294967295 134512640 135237372 3214081152 3054194352 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 388.93
Current children cumulated vsize (KiB) 1263868

[startup+162.316 s]
/proc/loadavg: 4.07 3.85 3.46 5/103 24074
/proc/meminfo: memFree=1477800/3368532 swapFree=1959840/1959888
[pid=23689] ppid=23687 vsize=1713572 CPUtime=628.62
/proc/23689/stat : 23689 (ttsth-5-0) S 23687 23689 30226 0 -1 4202496 401440 0 0 0 62679 183 0 0 25 0 5 0 949527981 1754697728 400808 4294967295 134512640 135237372 3214081152 3214080748 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23689/statm: 428393 400808 95 177 0 428215 0
[pid=23689/tid=23691] ppid=23687 vsize=1713572 CPUtime=155.61
/proc/23689/task/23691/stat : 23691 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 91362 0 0 0 15523 38 0 0 25 0 5 0 949528647 1754697728 400808 4294967295 134512640 135237372 3214081152 3077906560 134561410 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23689/tid=23692] ppid=23687 vsize=1713572 CPUtime=155.39
/proc/23689/task/23692/stat : 23692 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 94032 0 0 0 15495 44 0 0 25 0 5 0 949528647 1754697728 400808 4294967295 134512640 135237372 3214081152 3070458528 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23689/tid=23693] ppid=23687 vsize=1713572 CPUtime=155.46
/proc/23689/task/23693/stat : 23693 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 83831 0 0 0 15498 48 0 0 25 0 5 0 949528647 1754697728 400808 4294967295 134512640 135237372 3214081152 3062075456 134562320 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23689/tid=23694] ppid=23687 vsize=1713572 CPUtime=155.5
/proc/23689/task/23694/stat : 23694 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 97772 0 0 0 15506 44 0 0 25 0 5 0 949528647 1754697728 400808 4294967295 134512640 135237372 3214081152 3054207808 134552745 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 628.62
Current children cumulated vsize (KiB) 1713572



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+210.122 s]
/proc/loadavg: 4.17 3.91 3.51 6/103 24262
/proc/meminfo: memFree=1111988/3368532 swapFree=1959840/1959888
[pid=23689] ppid=23687 vsize=2096368 CPUtime=819.63
/proc/23689/stat : 23689 (ttsth-5-0) S 23687 23689 30226 0 -1 4202496 491885 0 0 0 81723 240 0 0 25 0 5 0 949527981 2146680832 491253 4294967295 134512640 135237372 3214081152 3214080748 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23689/statm: 524092 491253 95 177 0 523914 0
[pid=23689/tid=23691] ppid=23687 vsize=2096368 CPUtime=203.38
/proc/23689/task/23691/stat : 23691 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 126172 0 0 0 20279 59 0 0 25 0 5 0 949528647 2146680832 491253 4294967295 134512640 135237372 3214081152 3079172864 134749345 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23689/tid=23692] ppid=23687 vsize=2096368 CPUtime=203.1
/proc/23689/task/23692/stat : 23692 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 112734 0 0 0 20252 58 0 0 25 0 5 0 949528647 2146680832 491253 4294967295 134512640 135237372 3214081152 3071057596 134636641 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23689/tid=23693] ppid=23687 vsize=2096368 CPUtime=203.18
/proc/23689/task/23693/stat : 23693 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 99149 0 0 0 20260 58 0 0 25 0 5 0 949528647 2146680832 491253 4294967295 134512640 135237372 3214081152 3062041436 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23689/tid=23694] ppid=23687 vsize=2096368 CPUtime=203.31
/proc/23689/task/23694/stat : 23694 (ttsth-5-0) R 23687 23689 30226 0 -1 4202560 119387 0 0 0 20275 56 0 0 25 0 5 0 949528647 2146680832 491253 4294967295 134512640 135237372 3214081152 3053664780 134636641 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 819.63
Current children cumulated vsize (KiB) 2096368

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

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

[startup+210.232 s]
/proc/loadavg: 4.17 3.91 3.51 6/103 24262
/proc/meminfo: memFree=1111988/3368532 swapFree=1959840/1959888
[pid=23689] ppid=23687 vsize=0 CPUtime=819.79
/proc/23689/stat : 23689 (ttsth-5-0) Z 23687 23689 30226 0 -1 4203524 491898 0 0 0 81731 248 0 0 18 0 2 0 949527981 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/23689/statm: 0 0 0 0 0 0 0
[pid=23689/tid=23691] ppid=23687 vsize=0 CPUtime=203.48
/proc/23689/task/23691/stat : 23691 (ttsth-5-0) R 23687 23689 30226 0 -1 4203588 126177 0 0 0 20281 67 0 0 25 0 2 0 949528647 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) 819.79
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 210.245
CPU time (s): 819.8
CPU user time (s): 817.31
CPU system time (s): 2.49
CPU usage (%): 389.926
Max. virtual memory (cumulated for all children) (KiB): 2096368

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-30 12:31:52
IDJOB=1779628
IDBENCH=70882
IDSOLVER=632
FILE ID=tipi39/1779628-1243679512
PBS_JOBID=
Free space on /tmp= 5742 MiB

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

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

MD5SUM BENCH= 7c312337e643719c8d3ae6a851030951
RANDOM SEED= 1804513095

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.067
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.067
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.067
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:       3078028 kB
Buffers:         83564 kB
Cached:          96884 kB
SwapCached:          0 kB
Active:         121224 kB
Inactive:        75504 kB
HighTotal:     2489216 kB
HighFree:      2378604 kB
LowTotal:       879316 kB
LowFree:        699424 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            7260 kB
Writeback:           0 kB
AnonPages:       15856 kB
Mapped:           6188 kB
Slab:            84480 kB
SReclaimable:    73700 kB
SUnreclaim:      10780 kB
PageTables:        500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    94792 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5742 MiB
End job on tipi39 at 2009-05-30 12:35:25