Trace number 1775863

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) 385.01 195.438

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark451.51
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data

0.31/0.35	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775863-1243672543.cnf 
0.31/0.35	c Using SATTIMEOUT of 10000
0.31/0.35	c Using SATRAM of 2047
0.31/0.35	c Size of subset node = 16
0.31/0.35	c Variables = 52382
0.31/0.35	c Clauses = 182485
0.31/0.35	c Literals = 472601
0.31/0.35	c Reduced size:
0.31/0.35	c Variables = 52382
0.31/0.35	c Clauses = 181871
0.31/0.35	c Literals = 470932
0.31/0.35	c a2
0.71/0.70	c a1
15.28/15.34	c Independent sub-problems = 1
15.28/15.34	c Sub-problem with 52201 variables and 181871 clauses
15.28/15.34	c using permutation method 4
15.28/15.34	c count = 1
15.28/15.34	c Ordering finished 15.240 seconds
15.28/15.34	c mapped 15.320 seconds
15.28/15.34	c permuted 15.320 seconds
15.28/15.34	c about to sort
15.38/15.40	c sorted
16.98/17.08	c clauses now 181871
16.98/17.08	c init finished 15.720 seconds
16.98/17.08	c tree built 17.060 seconds
16.98/17.08	c 
16.98/17.08	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
16.98/17.08	c ---------------------------------|----------------------------------|------------------------------------------------------
16.98/17.08	c ................................ | ..........                       |                       17.1           0.0             
16.98/17.08	c ................................ | ..........                     1 |                       17.1           0.1             
16.98/17.08	c ................................ | ..........                     2 |                       17.1           0.1             
16.98/17.08	c ................................ | ..........                     3 |                       17.1           0.2             
16.98/17.08	c ................................ | ..........                     4 |                       17.1           0.2             
16.98/17.08	c ................................ | ..........                     5 |                       17.1           0.3             
16.98/17.08	c ................................ | ..........                  1000 | 4                     17.1          58.6          149
199.98/104.94	c ................................ | ..........               2087000 | 109825               200.0       10432.9     52947210

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-1775863-1243672543/watcher-1775863-1243672543 -o /tmp/evaluation-result-1775863-1243672543/solver-1775863-1243672543 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775863-1243672543.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.05 3.25 2.97 4/104 5420
/proc/meminfo: memFree=2222632/3368532 swapFree=1954076/1959888
[pid=5420] ppid=5418 vsize=1144 CPUtime=0.01
/proc/5420/stat : 5420 (ttsth-5-0) R 5418 5420 2540 0 -1 4202496 165 0 0 0 1 0 0 0 25 0 1 0 1121355444 1171456 121 4294967295 134512640 135237372 3216219776 3216218372 134887114 0 0 0 0 0 0 0 17 1 0 0 0
/proc/5420/statm: 286 121 75 177 0 108 0

[startup+0.11323 s]
/proc/loadavg: 3.05 3.25 2.97 4/104 5420
/proc/meminfo: memFree=2222632/3368532 swapFree=1954076/1959888
[pid=5420] ppid=5418 vsize=5868 CPUtime=0.12
/proc/5420/stat : 5420 (ttsth-5-0) R 5418 5420 2540 0 -1 4202496 1339 0 0 0 12 0 0 0 25 0 1 0 1121355444 6008832 1295 4294967295 134512640 135237372 3216219776 3216218372 134887101 0 0 0 0 0 0 0 17 1 0 0 0
/proc/5420/statm: 1467 1295 75 177 0 1289 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5868

[startup+0.203227 s]
/proc/loadavg: 3.05 3.25 2.97 4/104 5420
/proc/meminfo: memFree=2222632/3368532 swapFree=1954076/1959888
[pid=5420] ppid=5418 vsize=10012 CPUtime=0.21
/proc/5420/stat : 5420 (ttsth-5-0) R 5418 5420 2540 0 -1 4202496 2331 0 0 0 21 0 0 0 25 0 1 0 1121355444 10252288 2287 4294967295 134512640 135237372 3216219776 3216218372 134887194 0 0 0 0 0 0 0 17 1 0 0 0
/proc/5420/statm: 2503 2287 75 177 0 2325 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10012

[startup+0.30322 s]
/proc/loadavg: 3.05 3.25 2.97 4/104 5420
/proc/meminfo: memFree=2222632/3368532 swapFree=1954076/1959888
[pid=5420] ppid=5418 vsize=13940 CPUtime=0.31
/proc/5420/stat : 5420 (ttsth-5-0) R 5418 5420 2540 0 -1 4202496 3259 0 0 0 30 1 0 0 25 0 1 0 1121355444 14274560 3215 4294967295 134512640 135237372 3216219776 3216219468 134534661 0 0 0 0 0 0 0 17 1 0 0 0
/proc/5420/statm: 3485 3215 75 177 0 3307 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 13940

[startup+0.703188 s]
/proc/loadavg: 3.05 3.25 2.97 4/104 5420
/proc/meminfo: memFree=2222632/3368532 swapFree=1954076/1959888
[pid=5420] ppid=5418 vsize=26528 CPUtime=0.71
/proc/5420/stat : 5420 (ttsth-5-0) R 5418 5420 2540 0 -1 4202496 6379 0 0 0 70 1 0 0 25 0 1 0 1121355444 27164672 6334 4294967295 134512640 135237372 3216219776 3216219040 134681633 0 0 0 0 0 0 0 17 1 0 0 0
/proc/5420/statm: 6632 6334 76 177 0 6454 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 26528

[startup+1.50314 s]
/proc/loadavg: 3.05 3.25 2.97 4/105 5421
/proc/meminfo: memFree=2190012/3368532 swapFree=1954076/1959888
[pid=5420] ppid=5418 vsize=34096 CPUtime=1.51
/proc/5420/stat : 5420 (ttsth-5-0) R 5418 5420 2540 0 -1 4202496 8899 0 0 0 150 1 0 0 25 0 1 0 1121355444 34914304 8239 4294967295 134512640 135237372 3216219776 3216219136 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/5420/statm: 8524 8239 77 177 0 8346 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 34096

[startup+3.10303 s]
/proc/loadavg: 3.05 3.25 2.97 4/105 5421
/proc/meminfo: memFree=2189568/3368532 swapFree=1954076/1959888
[pid=5420] ppid=5418 vsize=34436 CPUtime=3.11
/proc/5420/stat : 5420 (ttsth-5-0) R 5418 5420 2540 0 -1 4202496 8984 0 0 0 310 1 0 0 25 0 1 0 1121355444 35262464 8324 4294967295 134512640 135237372 3216219776 3216219104 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/5420/statm: 8609 8324 77 177 0 8431 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 34436

[startup+6.30281 s]
/proc/loadavg: 3.05 3.25 2.97 4/105 5421
/proc/meminfo: memFree=2188852/3368532 swapFree=1954076/1959888
[pid=5420] ppid=5418 vsize=35316 CPUtime=6.3
/proc/5420/stat : 5420 (ttsth-5-0) R 5418 5420 2540 0 -1 4202496 9148 0 0 0 628 2 0 0 25 0 1 0 1121355444 36163584 8488 4294967295 134512640 135237372 3216219776 3216219136 134600963 0 0 0 0 0 0 0 17 1 0 0 0
/proc/5420/statm: 8829 8488 77 177 0 8651 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 35316

[startup+12.7024 s]
/proc/loadavg: 3.13 3.26 2.98 4/105 5421
/proc/meminfo: memFree=2187476/3368532 swapFree=1954076/1959888
[pid=5420] ppid=5418 vsize=36692 CPUtime=12.68
/proc/5420/stat : 5420 (ttsth-5-0) R 5418 5420 2540 0 -1 4202496 9500 0 0 0 1264 4 0 0 25 0 1 0 1121355444 37572608 8840 4294967295 134512640 135237372 3216219776 3216219136 134600960 0 0 0 0 0 0 0 17 1 0 0 0
/proc/5420/statm: 9173 8840 77 177 0 8995 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 36692

[startup+25.5115 s]
/proc/loadavg: 3.63 3.36 3.01 7/109 5426
/proc/meminfo: memFree=1908064/3368532 swapFree=1954076/1959888
[pid=5420] ppid=5418 vsize=352368 CPUtime=33.84
/proc/5420/stat : 5420 (ttsth-5-0) S 5418 5420 2540 0 -1 4202496 80408 0 0 0 3351 33 0 0 25 0 5 0 1121355444 360824832 79198 4294967295 134512640 135237372 3216219776 3216219372 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5420/statm: 88092 79198 95 177 0 87914 0
[pid=5420/tid=5423] ppid=5418 vsize=352368 CPUtime=4.76
/proc/5420/task/5423/stat : 5423 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 6060 0 0 0 470 6 0 0 25 0 5 0 1121357153 360824832 79198 4294967295 134512640 135237372 3216219776 3075017656 134561445 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5420/tid=5424] ppid=5418 vsize=352368 CPUtime=3.61
/proc/5420/task/5424/stat : 5424 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 4617 0 0 0 361 0 0 0 25 0 5 0 1121357153 360824832 79199 4294967295 134512640 135237372 3216219776 3066687744 134551477 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=352368 CPUtime=4.17
/proc/5420/task/5425/stat : 5425 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 6444 0 0 0 417 0 0 0 25 0 5 0 1121357153 360824832 79199 4294967295 134512640 135237372 3216219776 3058300336 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=352368 CPUtime=4.25
/proc/5420/task/5426/stat : 5426 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 6267 0 0 0 420 5 0 0 25 0 5 0 1121357155 360824832 79199 4294967295 134512640 135237372 3216219776 3047972288 134680223 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 33.84
Current children cumulated vsize (KiB) 352368

[startup+51.1198 s]
/proc/loadavg: 4.83 3.67 3.12 7/109 5612
/proc/meminfo: memFree=1672476/3368532 swapFree=1954076/1959888
[pid=5420] ppid=5418 vsize=603244 CPUtime=87.59
/proc/5420/stat : 5420 (ttsth-5-0) S 5418 5420 2540 0 -1 4202496 139883 0 0 0 8703 56 0 0 25 0 5 0 1121355444 617721856 138673 4294967295 134512640 135237372 3216219776 3216219372 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5420/statm: 150811 138673 95 177 0 150633 0
[pid=5420/tid=5423] ppid=5418 vsize=603244 CPUtime=20.83
/proc/5420/task/5423/stat : 5423 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 27340 0 0 0 2068 15 0 0 25 0 5 0 1121357153 617721856 138673 4294967295 134512640 135237372 3216219776 3075063388 134634384 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5420/tid=5424] ppid=5418 vsize=603244 CPUtime=16.28
/proc/5420/task/5424/stat : 5424 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 15542 0 0 0 1625 3 0 0 25 0 5 0 1121357153 617721856 138673 4294967295 134512640 135237372 3216219776 3066684112 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=603244 CPUtime=16.68
/proc/5420/task/5425/stat : 5425 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 17719 0 0 0 1663 5 0 0 25 0 5 0 1121357153 617721856 138673 4294967295 134512640 135237372 3216219776 3058301296 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=603244 CPUtime=16.75
/proc/5420/task/5426/stat : 5426 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 22261 0 0 0 1664 11 0 0 25 0 5 0 1121357155 617721856 138673 4294967295 134512640 135237372 3216219776 3047980288 134562380 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 87.59
Current children cumulated vsize (KiB) 603244

[startup+102.316 s]
/proc/loadavg: 5.82 4.12 3.30 7/109 5798
/proc/meminfo: memFree=1191636/3368532 swapFree=1954076/1959888
[pid=5420] ppid=5418 vsize=1106424 CPUtime=194.8
/proc/5420/stat : 5420 (ttsth-5-0) S 5418 5420 2540 0 -1 4202496 258739 0 0 0 19369 111 0 0 25 0 5 0 1121355444 1132978176 257529 4294967295 134512640 135237372 3216219776 3216219372 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5420/statm: 276606 257529 95 177 0 276428 0
[pid=5420/tid=5423] ppid=5418 vsize=1106424 CPUtime=49.03
/proc/5420/task/5423/stat : 5423 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 79950 0 0 0 4863 40 0 0 25 0 5 0 1121357153 1132978176 257531 4294967295 134512640 135237372 3216219776 3075006016 134680474 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5420/tid=5424] ppid=5418 vsize=1106424 CPUtime=41.41
/proc/5420/task/5424/stat : 5424 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 39702 0 0 0 4128 13 0 0 25 0 5 0 1121357153 1132978176 257531 4294967295 134512640 135237372 3216219776 3066680176 134591429 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=1106424 CPUtime=44.65
/proc/5420/task/5425/stat : 5425 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 35095 0 0 0 4451 14 0 0 25 0 5 0 1121357153 1132978176 257531 4294967295 134512640 135237372 3216219776 3058267760 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=1106424 CPUtime=42.65
/proc/5420/task/5426/stat : 5426 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 46973 0 0 0 4243 22 0 0 25 0 5 0 1121357155 1132978176 257531 4294967295 134512640 135237372 3216219776 3047898640 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 194.8
Current children cumulated vsize (KiB) 1106424

[startup+162.312 s]
/proc/loadavg: 6.33 4.58 3.51 7/109 5990
/proc/meminfo: memFree=529516/3368532 swapFree=1954076/1959888
[pid=5420] ppid=5418 vsize=1810036 CPUtime=316.5
/proc/5420/stat : 5420 (ttsth-5-0) S 5418 5420 2540 0 -1 4202496 425081 0 0 0 31473 177 0 0 25 0 5 0 1121355444 1853476864 423871 4294967295 134512640 135237372 3216219776 3216219372 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5420/statm: 452509 423871 95 177 0 452331 0
[pid=5420/tid=5423] ppid=5418 vsize=1810036 CPUtime=77.93
/proc/5420/task/5423/stat : 5423 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 132694 0 0 0 7735 58 0 0 25 0 5 0 1121357153 1853476864 423871 4294967295 134512640 135237372 3216219776 3075043008 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5420/tid=5424] ppid=5418 vsize=1810036 CPUtime=72.35
/proc/5420/task/5424/stat : 5424 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 71354 0 0 0 7204 31 0 0 25 0 5 0 1121357153 1853476864 423871 4294967295 134512640 135237372 3216219776 3066590428 134636641 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=1810036 CPUtime=73.72
/proc/5420/task/5425/stat : 5425 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 85641 0 0 0 7341 31 0 0 25 0 5 0 1121357153 1853476864 423871 4294967295 134512640 135237372 3216219776 3058292736 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=1810036 CPUtime=75.45
/proc/5420/task/5426/stat : 5426 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 78371 0 0 0 7510 35 0 0 25 0 5 0 1121357155 1853476864 423871 4294967295 134512640 135237372 3216219776 3047880496 134562357 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 316.5
Current children cumulated vsize (KiB) 1810036



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+195.31 s]
/proc/loadavg: 6.46 4.80 3.62 7/109 5993
/proc/meminfo: memFree=253820/3368532 swapFree=1954076/1959888
[pid=5420] ppid=5418 vsize=2097428 CPUtime=384.88
/proc/5420/stat : 5420 (ttsth-5-0) S 5418 5420 2540 0 -1 4202496 492913 0 0 0 38284 204 0 0 25 0 5 0 1121355444 2147766272 491703 4294967295 134512640 135237372 3216219776 3216219372 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5420/statm: 524357 491703 95 177 0 524179 0
[pid=5420/tid=5423] ppid=5418 vsize=2097428 CPUtime=94.43
/proc/5420/task/5423/stat : 5423 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 151166 0 0 0 9374 69 0 0 25 0 5 0 1121357153 2147766272 491704 4294967295 134512640 135237372 3216219776 3075063520 134749353 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5420/tid=5424] ppid=5418 vsize=2097428 CPUtime=91.55
/proc/5420/task/5424/stat : 5424 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 87583 0 0 0 9121 34 0 0 25 0 5 0 1121357153 2147766272 491704 4294967295 134512640 135237372 3216219776 3066585712 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=2097428 CPUtime=89.79
/proc/5420/task/5425/stat : 5425 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 100819 0 0 0 8940 39 0 0 25 0 5 0 1121357153 2147766272 491704 4294967295 134512640 135237372 3216219776 3058257056 134562351 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=2097428 CPUtime=92.05
/proc/5420/task/5426/stat : 5426 (ttsth-5-0) R 5418 5420 2540 0 -1 4202560 96325 0 0 0 9165 40 0 0 25 0 5 0 1121357155 2147766272 491704 4294967295 134512640 135237372 3216219776 3047884880 134562351 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 384.88
Current children cumulated vsize (KiB) 2097428

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

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

[startup+195.43 s]
/proc/loadavg: 6.46 4.80 3.62 7/109 5993
/proc/meminfo: memFree=253820/3368532 swapFree=1954076/1959888
[pid=5420] ppid=5418 vsize=0 CPUtime=385.01
/proc/5420/stat : 5420 (ttsth-5-0) Z 5418 5420 2540 0 -1 4203524 492935 0 0 0 38287 214 0 0 18 0 2 0 1121355444 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/5420/statm: 0 0 0 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=0 CPUtime=89.91
/proc/5420/task/5425/stat : 5425 (ttsth-5-0) R 5418 5420 2540 0 -1 4203588 100827 0 0 0 8942 49 0 0 25 0 2 0 1121357153 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 385.01
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 5420 and gives
#  childrusage.ru_utime.tv_sec=382
#  childrusage.ru_utime.tv_usec=870000
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=140000
# CPU time returned by wait4() is 385.01
# while last known CPU time is 385.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 195.438
CPU time (s): 385.01
CPU user time (s): 382.87
CPU system time (s): 2.14
CPU usage (%): 196.998
Max. virtual memory (cumulated for all children) (KiB): 2097428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 382.87
system time used= 2.14
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 492935
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= 3431
involuntary context switches= 11280

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 10:35:43
IDJOB=1775863
IDBENCH=20398
IDSOLVER=632
FILE ID=tipi44/1775863-1243672543
PBS_JOBID=
Free space on /tmp= 15891 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775863-1243672543/watcher-1775863-1243672543 -o /tmp/evaluation-result-1775863-1243672543/solver-1775863-1243672543 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775863-1243672543.cnf

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED= 752166162

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:       2222780 kB
Buffers:        164236 kB
Cached:         665920 kB
SwapCached:       2180 kB
Active:         865688 kB
Inactive:       175680 kB
HighTotal:     2489216 kB
HighFree:      1614636 kB
LowTotal:       879316 kB
LowFree:        608144 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            4628 kB
Writeback:           0 kB
AnonPages:      210264 kB
Mapped:           5668 kB
Slab:            93904 kB
SReclaimable:    83472 kB
SUnreclaim:      10432 kB
PageTables:        748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   292824 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15891 MiB
End job on tipi44 at 2009-05-30 10:39:00