Trace number 1776253

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) 553.56 138.837

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

Solver Data

0.00/0.00	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776253-1243673622.cnf 
0.00/0.00	c Using SATTIMEOUT of 10000
0.00/0.00	c Using SATRAM of 2047
0.00/0.00	c Size of subset node = 16
0.00/0.00	c Variables = 1400
0.00/0.00	c Clauses = 4732
0.00/0.00	c Literals = 12300
0.00/0.00	c Reduced size:
0.00/0.00	c Variables = 1400
0.00/0.00	c Clauses = 4687
0.00/0.00	c Literals = 12210
0.00/0.00	c a2
0.00/0.01	c a1
0.10/0.13	c Independent sub-problems = 1
0.10/0.13	c Sub-problem with 1397 variables and 4687 clauses
0.10/0.13	c using permutation method 4
0.10/0.13	c count = 2
0.10/0.13	c Ordering finished 0.130 seconds
0.10/0.13	c mapped 0.130 seconds
0.10/0.13	c permuted 0.130 seconds
0.10/0.13	c about to sort
0.10/0.13	c sorted
0.10/0.16	c clauses now 4687
0.10/0.16	c init finished 0.140 seconds
0.10/0.16	c tree built 0.160 seconds
0.10/0.16	c 
0.10/0.16	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.10/0.16	c ---------------------------------|----------------------------------|------------------------------------------------------
0.10/0.16	c ................................ | ..........                       |                        0.2           0.0             
0.10/0.16	c ................................ | ..........                     1 |                        0.2           6.2             
0.10/0.16	c ................................ | ..........                     2 |                        0.2          12.5             
0.10/0.16	c ................................ | ..........                     3 |                        0.2          18.8             
0.10/0.16	c ................................ | ..........                     4 |                        0.2          25.0             
0.10/0.16	c ................................ | ..........                     5 |                        0.2          31.2             
0.10/0.16	c ................................ | ..........                  1000 | 8                      0.2        6250.0          281
199.88/50.24	c ................................ | ..........               2134000 | 203661               200.0       10668.9     56385141
399.84/100.28	c ................................ | ..........               3610000 | 330795               400.1        9021.8     89274850

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-1776253-1243673622/watcher-1776253-1243673622 -o /tmp/evaluation-result-1776253-1243673622/solver-1776253-1243673622 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776253-1243673622.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: 1.15 1.00 0.87 3/100 28397
/proc/meminfo: memFree=3119208/3368532 swapFree=1953580/1959888
[pid=28397] ppid=28395 vsize=1144 CPUtime=0
/proc/28397/stat : 28397 (ttsth-5-0) R 28395 28397 20984 0 -1 4202496 164 0 0 0 0 0 0 0 18 0 1 0 1132026590 1171456 120 4294967295 134512640 135237372 3218096208 3218094732 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/28397/statm: 286 121 75 177 0 108 0

[startup+0.104303 s]
/proc/loadavg: 1.15 1.00 0.87 3/100 28397
/proc/meminfo: memFree=3119208/3368532 swapFree=1953580/1959888
[pid=28397] ppid=28395 vsize=1940 CPUtime=0.1
/proc/28397/stat : 28397 (ttsth-5-0) R 28395 28397 20984 0 -1 4202496 373 0 0 0 10 0 0 0 18 0 1 0 1132026590 1986560 329 4294967295 134512640 135237372 3218096208 3218095376 134749343 0 0 0 0 0 0 0 17 3 0 0 0
/proc/28397/statm: 485 329 77 177 0 307 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1940

[startup+0.214298 s]
/proc/loadavg: 1.15 1.00 0.87 3/100 28397
/proc/meminfo: memFree=3119208/3368532 swapFree=1953580/1959888
[pid=28397] ppid=28395 vsize=42748 CPUtime=0.3
/proc/28397/stat : 28397 (ttsth-5-0) S 28395 28397 20984 0 -1 4202496 2212 0 0 0 29 1 0 0 18 0 5 0 1132026590 43773952 2168 4294967295 134512640 135237372 3218096208 3218095804 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28397/statm: 10687 2169 95 177 0 10509 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 42748

[startup+0.314288 s]
/proc/loadavg: 1.15 1.00 0.87 3/100 28397
/proc/meminfo: memFree=3119208/3368532 swapFree=1953580/1959888
[pid=28397] ppid=28395 vsize=47444 CPUtime=0.7
/proc/28397/stat : 28397 (ttsth-5-0) S 28395 28397 20984 0 -1 4202496 3167 0 0 0 69 1 0 0 18 0 5 0 1132026590 48582656 3123 4294967295 134512640 135237372 3218096208 3218095804 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28397/statm: 11861 3123 95 177 0 11683 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 47444

[startup+0.71425 s]
/proc/loadavg: 1.15 1.00 0.87 3/100 28397
/proc/meminfo: memFree=3119208/3368532 swapFree=1953580/1959888
[pid=28397] ppid=28395 vsize=61176 CPUtime=2.3
/proc/28397/stat : 28397 (ttsth-5-0) S 28395 28397 20984 0 -1 4202496 6592 0 0 0 227 3 0 0 18 0 5 0 1132026590 62644224 6548 4294967295 134512640 135237372 3218096208 3218095804 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28397/statm: 15294 6548 95 177 0 15116 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 61176

[startup+1.51417 s]
/proc/loadavg: 1.38 1.05 0.89 5/105 28402
/proc/meminfo: memFree=3083000/3368532 swapFree=1953580/1959888
[pid=28397] ppid=28395 vsize=85308 CPUtime=5.5
/proc/28397/stat : 28397 (ttsth-5-0) S 28395 28397 20984 0 -1 4202496 12658 0 0 0 546 4 0 0 18 0 5 0 1132026590 87355392 12614 4294967295 134512640 135237372 3218096208 3218095804 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28397/statm: 21327 12614 95 177 0 21149 0
[pid=28397/tid=28399] ppid=28395 vsize=85308 CPUtime=1.34
/proc/28397/task/28399/stat : 28399 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 2674 0 0 0 133 1 0 0 21 0 5 0 1132026606 87355392 12614 4294967295 134512640 135237372 3218096208 3086838464 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28397/tid=28400] ppid=28395 vsize=85308 CPUtime=1.33
/proc/28397/task/28400/stat : 28400 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 2430 0 0 0 132 1 0 0 19 0 5 0 1132026606 87355392 12614 4294967295 134512640 135237372 3218096208 3078451296 134588901 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28397/tid=28401] ppid=28395 vsize=85308 CPUtime=1.35
/proc/28397/task/28401/stat : 28401 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 3385 0 0 0 134 1 0 0 20 0 5 0 1132026606 87355392 12614 4294967295 134512640 135237372 3218096208 3070059088 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28397/tid=28402] ppid=28395 vsize=85308 CPUtime=1.33
/proc/28397/task/28402/stat : 28402 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 2573 0 0 0 132 1 0 0 21 0 5 0 1132026606 87355392 12614 4294967295 134512640 135237372 3218096208 3061676848 134680288 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 85308

[startup+3.11402 s]
/proc/loadavg: 1.38 1.05 0.89 6/105 28402
/proc/meminfo: memFree=3048812/3368532 swapFree=1953580/1959888
[pid=28397] ppid=28395 vsize=135652 CPUtime=11.9
/proc/28397/stat : 28397 (ttsth-5-0) S 28395 28397 20984 0 -1 4202496 25246 0 0 0 1182 8 0 0 18 0 5 0 1132026590 138907648 25202 4294967295 134512640 135237372 3218096208 3218095804 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28397/statm: 33913 25203 95 177 0 33735 0
[pid=28397/tid=28399] ppid=28395 vsize=135652 CPUtime=2.94
/proc/28397/task/28399/stat : 28399 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 4743 0 0 0 292 2 0 0 25 0 5 0 1132026606 138907648 25203 4294967295 134512640 135237372 3218096208 3086840048 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28397/tid=28400] ppid=28395 vsize=135652 CPUtime=2.93
/proc/28397/task/28400/stat : 28400 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 6056 0 0 0 290 3 0 0 22 0 5 0 1132026606 138907648 25203 4294967295 134512640 135237372 3218096208 3078483984 134587952 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28397/tid=28401] ppid=28395 vsize=135652 CPUtime=2.95
/proc/28397/task/28401/stat : 28401 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 7858 0 0 0 293 2 0 0 25 0 5 0 1132026606 138907648 25203 4294967295 134512640 135237372 3218096208 3070038976 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28397/tid=28402] ppid=28395 vsize=135652 CPUtime=2.93
/proc/28397/task/28402/stat : 28402 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 4994 0 0 0 292 1 0 0 25 0 5 0 1132026606 138907648 25203 4294967295 134512640 135237372 3218096208 3061667472 134562351 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 135652

[startup+6.31372 s]
/proc/loadavg: 1.38 1.05 0.89 5/104 28403
/proc/meminfo: memFree=2939196/3368532 swapFree=1953580/1959888
[pid=28397] ppid=28395 vsize=240368 CPUtime=24.69
/proc/28397/stat : 28397 (ttsth-5-0) S 28395 28397 20984 0 -1 4202496 51410 0 0 0 2454 15 0 0 18 0 5 0 1132026590 246136832 51366 4294967295 134512640 135237372 3218096208 3218095804 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28397/statm: 60092 51367 95 177 0 59914 0
[pid=28397/tid=28399] ppid=28395 vsize=240528 CPUtime=6.13
/proc/28397/task/28399/stat : 28399 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 11621 0 0 0 610 3 0 0 25 0 5 0 1132026606 246300672 51368 4294967295 134512640 135237372 3218096208 3086836448 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28397/tid=28400] ppid=28395 vsize=240528 CPUtime=6.13
/proc/28397/task/28400/stat : 28400 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 10982 0 0 0 610 3 0 0 25 0 5 0 1132026606 246300672 51368 4294967295 134512640 135237372 3218096208 3078450576 134587943 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28397/tid=28401] ppid=28395 vsize=240528 CPUtime=6.15
/proc/28397/task/28401/stat : 28401 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 14641 0 0 0 610 5 0 0 25 0 5 0 1132026606 246300672 51368 4294967295 134512640 135237372 3218096208 3070053456 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28397/tid=28402] ppid=28395 vsize=240528 CPUtime=6.13
/proc/28397/task/28402/stat : 28402 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 12572 0 0 0 609 4 0 0 25 0 5 0 1132026606 246300672 51368 4294967295 134512640 135237372 3218096208 3061671600 134749343 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 240368

[startup+12.7131 s]
/proc/loadavg: 1.86 1.17 0.93 5/104 28403
/proc/meminfo: memFree=2774540/3368532 swapFree=1953580/1959888
[pid=28397] ppid=28395 vsize=394928 CPUtime=50.28
/proc/28397/stat : 28397 (ttsth-5-0) S 28395 28397 20984 0 -1 4202496 90045 0 0 0 4997 31 0 0 18 0 5 0 1132026590 404406272 90001 4294967295 134512640 135237372 3218096208 3218095804 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28397/statm: 98732 90001 95 177 0 98554 0
[pid=28397/tid=28399] ppid=28395 vsize=394928 CPUtime=12.52
/proc/28397/task/28399/stat : 28399 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 20822 0 0 0 1244 8 0 0 25 0 5 0 1132026606 404406272 90001 4294967295 134512640 135237372 3218096208 3086837504 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28397/tid=28400] ppid=28395 vsize=394928 CPUtime=12.53
/proc/28397/task/28400/stat : 28400 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 20350 0 0 0 1248 5 0 0 25 0 5 0 1132026606 404406272 90001 4294967295 134512640 135237372 3218096208 3078414960 134549915 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28397/tid=28401] ppid=28395 vsize=394928 CPUtime=12.55
/proc/28397/task/28401/stat : 28401 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 25080 0 0 0 1243 12 0 0 25 0 5 0 1132026606 404406272 90002 4294967295 134512640 135237372 3218096208 3070100668 134636641 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28397/tid=28402] ppid=28395 vsize=394928 CPUtime=12.53
/proc/28397/task/28402/stat : 28402 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 22197 0 0 0 1247 6 0 0 25 0 5 0 1132026606 404406272 90002 4294967295 134512640 135237372 3218096208 3061689744 134562344 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 394928

[startup+25.5119 s]
/proc/loadavg: 2.19 1.26 0.96 5/104 28403
/proc/meminfo: memFree=2550972/3368532 swapFree=1953580/1959888
[pid=28397] ppid=28395 vsize=607860 CPUtime=101.47
/proc/28397/stat : 28397 (ttsth-5-0) S 28395 28397 20984 0 -1 4202496 143287 0 0 0 10096 51 0 0 18 0 5 0 1132026590 622448640 143243 4294967295 134512640 135237372 3218096208 3218095804 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28397/statm: 151965 143243 95 177 0 151787 0
[pid=28397/tid=28399] ppid=28395 vsize=607860 CPUtime=25.31
/proc/28397/task/28399/stat : 28399 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 31946 0 0 0 2520 11 0 0 25 0 5 0 1132026606 622448640 143243 4294967295 134512640 135237372 3218096208 3086842640 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28397/tid=28400] ppid=28395 vsize=607860 CPUtime=25.33
/proc/28397/task/28400/stat : 28400 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 32372 0 0 0 2524 9 0 0 25 0 5 0 1132026606 622448640 143243 4294967295 134512640 135237372 3218096208 3078450544 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28397/tid=28401] ppid=28395 vsize=607860 CPUtime=25.35
/proc/28397/task/28401/stat : 28401 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 39937 0 0 0 2516 19 0 0 25 0 5 0 1132026606 622448640 143243 4294967295 134512640 135237372 3218096208 3070109584 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28397/tid=28402] ppid=28395 vsize=607860 CPUtime=25.33
/proc/28397/task/28402/stat : 28402 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 37436 0 0 0 2521 12 0 0 25 0 5 0 1132026606 622448640 143243 4294967295 134512640 135237372 3218096208 3061673472 134562363 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 607860

[startup+51.1095 s]
/proc/loadavg: 2.93 1.51 1.05 5/104 28590
/proc/meminfo: memFree=2193260/3368532 swapFree=1953580/1959888
[pid=28397] ppid=28395 vsize=968632 CPUtime=203.48
/proc/28397/stat : 28397 (ttsth-5-0) S 28395 28397 20984 0 -1 4202496 233438 0 0 0 20258 90 0 0 18 0 5 0 1132026590 991879168 233394 4294967295 134512640 135237372 3218096208 3218095804 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28397/statm: 242158 233394 95 177 0 241980 0
[pid=28397/tid=28399] ppid=28395 vsize=968632 CPUtime=50.83
/proc/28397/task/28399/stat : 28399 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 46552 0 0 0 5063 20 0 0 25 0 5 0 1132026606 991879168 233394 4294967295 134512640 135237372 3218096208 3086835920 134562399 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28397/tid=28400] ppid=28395 vsize=968632 CPUtime=50.74
/proc/28397/task/28400/stat : 28400 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 58476 0 0 0 5053 21 0 0 25 0 5 0 1132026606 991879168 233394 4294967295 134512640 135237372 3218096208 3078445392 134588180 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28397/tid=28401] ppid=28395 vsize=968632 CPUtime=50.89
/proc/28397/task/28401/stat : 28401 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 58446 0 0 0 5061 28 0 0 25 0 5 0 1132026606 991879168 233394 4294967295 134512640 135237372 3218096208 3070080336 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28397/tid=28402] ppid=28395 vsize=968632 CPUtime=50.87
/proc/28397/task/28402/stat : 28402 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 68368 0 0 0 5066 21 0 0 25 0 5 0 1132026606 991879168 233394 4294967295 134512640 135237372 3218096208 3061668496 134562420 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.48
Current children cumulated vsize (KiB) 968632

[startup+102.305 s]
/proc/loadavg: 3.73 1.97 1.23 7/105 28606
/proc/meminfo: memFree=1647684/3368532 swapFree=1953580/1959888
[pid=28397] ppid=28395 vsize=1507832 CPUtime=408.17
/proc/28397/stat : 28397 (ttsth-5-0) S 28395 28397 20984 0 -1 4202496 368262 0 0 0 40660 157 0 0 18 0 5 0 1132026590 1544019968 368218 4294967295 134512640 135237372 3218096208 3218095804 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28397/statm: 376958 368218 95 177 0 376780 0
[pid=28397/tid=28399] ppid=28395 vsize=1507832 CPUtime=101.97
/proc/28397/task/28399/stat : 28399 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 69820 0 0 0 10167 30 0 0 25 0 5 0 1132026606 1544019968 368218 4294967295 134512640 135237372 3218096208 3086834768 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28397/tid=28400] ppid=28395 vsize=1507832 CPUtime=101.9
/proc/28397/task/28400/stat : 28400 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 93666 0 0 0 10160 30 0 0 25 0 5 0 1132026606 1544019968 368218 4294967295 134512640 135237372 3218096208 3078448128 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28397/tid=28401] ppid=28395 vsize=1507832 CPUtime=102.08
/proc/28397/task/28401/stat : 28401 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 91305 0 0 0 10157 51 0 0 25 0 5 0 1132026606 1544019968 368218 4294967295 134512640 135237372 3218096208 3070060256 134562344 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28397/tid=28402] ppid=28395 vsize=1507832 CPUtime=102.06
/proc/28397/task/28402/stat : 28402 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 111875 0 0 0 10160 46 0 0 25 0 5 0 1132026606 1544019968 368218 4294967295 134512640 135237372 3218096208 3061689056 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.17
Current children cumulated vsize (KiB) 1507832



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+138.711 s]
/proc/loadavg: 3.96 2.23 1.35 5/104 28779
/proc/meminfo: memFree=1057496/3368532 swapFree=1953580/1959888
[pid=28397] ppid=28395 vsize=2097420 CPUtime=553.41
/proc/28397/stat : 28397 (ttsth-5-0) S 28395 28397 20984 0 -1 4202496 515638 0 0 0 55113 228 0 0 18 0 5 0 1132026590 2147758080 515594 4294967295 134512640 135237372 3218096208 3218095804 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28397/statm: 524355 515594 95 177 0 524177 0
[pid=28397/tid=28399] ppid=28395 vsize=2097420 CPUtime=138.25
/proc/28397/task/28399/stat : 28399 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 101732 0 0 0 13776 49 0 0 25 0 5 0 1132026606 2147758080 515594 4294967295 134512640 135237372 3218096208 3086803132 134562272 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28397/tid=28400] ppid=28395 vsize=2097420 CPUtime=138.09
/proc/28397/task/28400/stat : 28400 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 115554 0 0 0 13767 42 0 0 25 0 5 0 1132026606 2147758080 515594 4294967295 134512640 135237372 3218096208 3078458016 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28397/tid=28401] ppid=28395 vsize=2097420 CPUtime=138.44
/proc/28397/task/28401/stat : 28401 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 134589 0 0 0 13774 70 0 0 25 0 5 0 1132026606 2147758080 515594 4294967295 134512640 135237372 3218096208 3070060528 134591433 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28397/tid=28402] ppid=28395 vsize=2097420 CPUtime=138.47
/proc/28397/task/28402/stat : 28402 (ttsth-5-0) R 28395 28397 20984 0 -1 4202560 162167 0 0 0 13780 67 0 0 25 0 5 0 1132026606 2147758080 515594 4294967295 134512640 135237372 3218096208 3061694480 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 553.41
Current children cumulated vsize (KiB) 2097420

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

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

[startup+138.831 s]
/proc/loadavg: 3.96 2.23 1.35 5/104 28779
/proc/meminfo: memFree=1057496/3368532 swapFree=1953580/1959888
[pid=28397] ppid=28395 vsize=0 CPUtime=553.56
/proc/28397/stat : 28397 (ttsth-5-0) Z 28395 28397 20984 0 -1 4203524 515701 0 0 0 55119 237 0 0 18 0 2 0 1132026590 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/28397/statm: 0 0 0 0 0 0 0
[pid=28397/tid=28401] ppid=28395 vsize=0 CPUtime=138.55
/proc/28397/task/28401/stat : 28401 (ttsth-5-0) R 28395 28397 20984 0 -1 4203588 134605 0 0 0 13776 79 0 0 25 0 2 0 1132026606 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 553.56
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 138.837
CPU time (s): 553.56
CPU user time (s): 551.19
CPU system time (s): 2.37
CPU usage (%): 398.711
Max. virtual memory (cumulated for all children) (KiB): 2097420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 551.19
system time used= 2.37
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 515701
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= 2713
involuntary context switches= 10284

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 10:53:42
IDJOB=1776253
IDBENCH=20472
IDSOLVER=632
FILE ID=/1776253-1243673622
PBS_JOBID=
Free space on /tmp= 15885 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776253-1243673622/watcher-1776253-1243673622 -o /tmp/evaluation-result-1776253-1243673622/solver-1776253-1243673622 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776253-1243673622.cnf

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

MD5SUM BENCH= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED= 870625733

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:       3119652 kB
Buffers:         74056 kB
Cached:          73372 kB
SwapCached:       2424 kB
Active:         128404 kB
Inactive:        29132 kB
HighTotal:     2489216 kB
HighFree:      2402860 kB
LowTotal:       879316 kB
LowFree:        716792 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            8016 kB
Writeback:           0 kB
AnonPages:        9856 kB
Mapped:           4984 kB
Slab:            80916 kB
SReclaimable:    71532 kB
SUnreclaim:       9384 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= 15885 MiB
End job on  at 2009-05-30 10:56:03