Trace number 1778818

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) 509.03 238.843

General information on the benchmark

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor032.cnf
MD5SUM25c7914ccc82f6f574febbd03924feed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19
Satisfiable
(Un)Satisfiability was proved
Number of variables16239
Number of clauses48332
Sum of the clauses size112772
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 232220
Number of clauses of size 316110
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.08/0.10	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778818-1243677028.cnf 
0.08/0.10	c Using SATTIMEOUT of 10000
0.08/0.10	c Using SATRAM of 2047
0.08/0.10	c Size of subset node = 16
0.08/0.10	c Variables = 16239
0.08/0.10	c Clauses = 48332
0.08/0.10	c Literals = 112772
0.08/0.10	c Reduced size:
0.08/0.10	c Variables = 16239
0.08/0.10	c Clauses = 48308
0.08/0.10	c Literals = 112717
0.08/0.10	c a2
0.11/0.16	c a1
2.31/2.38	c Independent sub-problems = 1
2.31/2.38	c Sub-problem with 16229 variables and 48308 clauses
2.31/2.38	c using permutation method 4
2.31/2.38	c count = 1
2.31/2.38	c Ordering finished 2.370 seconds
2.31/2.38	c mapped 2.390 seconds
2.31/2.38	c permuted 2.390 seconds
2.31/2.38	c about to sort
2.31/2.40	c sorted
2.61/2.70	c clauses now 48308
2.61/2.70	c init finished 2.500 seconds
2.61/2.70	c tree built 2.710 seconds
2.61/2.70	c 
2.61/2.70	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
2.61/2.70	c ---------------------------------|----------------------------------|------------------------------------------------------
2.61/2.70	c ................................ | ..........                       |                        2.7           0.0             
2.61/2.70	c ................................ | ..........                     1 |                        2.7           0.4             
2.61/2.70	c ................................ | ..........                     2 |                        2.7           0.7             
2.61/2.70	c ................................ | ..........                     3 |                        2.7           1.1             
2.61/2.70	c ................................ | ..........                     4 |                        2.7           1.5             
2.61/2.70	c ................................ | ..........                     5 |                        2.7           1.8             
2.61/2.70	c *............................... | ..........                     6 |                        2.7           2.2            2
2.61/2.70	c *............................... | ..........                  1000 |                        2.7         369.0           14
199.93/101.56	c *............................... | ..........               1693000 | 130698               200.1        8460.8     51530165
400.04/190.60	c *............................... | ..........               3304000 | 255791               400.3        8254.4     97834476

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-1778818-1243677028/watcher-1778818-1243677028 -o /tmp/evaluation-result-1778818-1243677028/solver-1778818-1243677028 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778818-1243677028.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.54 4.64 4.33 4/113 25865
/proc/meminfo: memFree=3122688/3368532 swapFree=1954888/1959888
[pid=25865] ppid=25863 vsize=1008 CPUtime=0.01
/proc/25865/stat : 25865 (ttsth-5-0) R 25863 25865 32205 0 -1 4202496 138 0 0 0 1 0 0 0 25 0 1 0 1132366769 1032192 94 4294967295 134512640 135237372 3218616528 3218615396 134885886 0 0 0 0 0 0 0 17 2 0 0 0
/proc/25865/statm: 252 94 75 177 0 74 0

[startup+0.080471 s]
/proc/loadavg: 3.54 4.64 4.33 4/113 25865
/proc/meminfo: memFree=3122688/3368532 swapFree=1954888/1959888
[pid=25865] ppid=25863 vsize=4404 CPUtime=0.08
/proc/25865/stat : 25865 (ttsth-5-0) R 25863 25865 32205 0 -1 4202496 968 0 0 0 8 0 0 0 25 0 1 0 1132366769 4509696 924 4294967295 134512640 135237372 3218616528 3218616220 134534262 0 0 0 0 0 0 0 17 2 0 0 0
/proc/25865/statm: 1101 924 75 177 0 923 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4404

[startup+0.110464 s]
/proc/loadavg: 3.54 4.64 4.33 4/113 25865
/proc/meminfo: memFree=3122688/3368532 swapFree=1954888/1959888
[pid=25865] ppid=25863 vsize=7632 CPUtime=0.11
/proc/25865/stat : 25865 (ttsth-5-0) R 25863 25865 32205 0 -1 4202496 1772 0 0 0 11 0 0 0 25 0 1 0 1132366769 7815168 1727 4294967295 134512640 135237372 3218616528 3218607512 134758929 0 0 0 0 0 0 0 17 2 0 0 0
/proc/25865/statm: 1908 1727 76 177 0 1730 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7632

[startup+0.310446 s]
/proc/loadavg: 3.54 4.64 4.33 4/113 25865
/proc/meminfo: memFree=3122688/3368532 swapFree=1954888/1959888
[pid=25865] ppid=25863 vsize=9916 CPUtime=0.31
/proc/25865/stat : 25865 (ttsth-5-0) R 25863 25865 32205 0 -1 4202496 2443 0 0 0 31 0 0 0 25 0 1 0 1132366769 10153984 2302 4294967295 134512640 135237372 3218616528 3218615656 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/25865/statm: 2479 2302 77 177 0 2301 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9916

[startup+0.710412 s]
/proc/loadavg: 3.54 4.64 4.33 4/113 25865
/proc/meminfo: memFree=3122688/3368532 swapFree=1954888/1959888
[pid=25865] ppid=25863 vsize=10048 CPUtime=0.71
/proc/25865/stat : 25865 (ttsth-5-0) R 25863 25865 32205 0 -1 4202496 2463 0 0 0 71 0 0 0 25 0 1 0 1132366769 10289152 2322 4294967295 134512640 135237372 3218616528 3218615656 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/25865/statm: 2512 2322 77 177 0 2334 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 10048

[startup+1.51034 s]
/proc/loadavg: 3.50 4.61 4.33 4/114 25866
/proc/meminfo: memFree=3113760/3368532 swapFree=1954888/1959888
[pid=25865] ppid=25863 vsize=10256 CPUtime=1.51
/proc/25865/stat : 25865 (ttsth-5-0) R 25863 25865 32205 0 -1 4202496 2508 0 0 0 151 0 0 0 25 0 1 0 1132366769 10502144 2367 4294967295 134512640 135237372 3218616528 3218615656 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/25865/statm: 2564 2367 77 177 0 2386 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 10256

[startup+3.11021 s]
/proc/loadavg: 3.50 4.61 4.33 4/114 25870
/proc/meminfo: memFree=3112872/3368532 swapFree=1954888/1959888
[pid=25865] ppid=25863 vsize=103804 CPUtime=3.48
/proc/25865/stat : 25865 (ttsth-5-0) S 25863 25865 32205 0 -1 4202496 18372 0 0 0 344 4 0 0 25 0 5 0 1132366769 106295296 18183 4294967295 134512640 135237372 3218616528 3218616124 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25865/statm: 25951 18183 95 177 0 25773 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 103804

[startup+6.30994 s]
/proc/loadavg: 3.50 4.61 4.33 7/118 25879
/proc/meminfo: memFree=3025532/3368532 swapFree=1954888/1959888
[pid=25865] ppid=25863 vsize=137044 CPUtime=9.88
/proc/25865/stat : 25865 (ttsth-5-0) S 25863 25865 32205 0 -1 4202496 26462 0 0 0 981 7 0 0 25 0 5 0 1132366769 140333056 26273 4294967295 134512640 135237372 3218616528 3218616124 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25865/statm: 34261 26273 95 177 0 34083 0
[pid=25865/tid=25872] ppid=25863 vsize=137044 CPUtime=2.07
/proc/25865/task/25872/stat : 25872 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 3514 0 0 0 206 1 0 0 25 0 5 0 1132367040 140333056 26273 4294967295 134512640 135237372 3218616528 3084360544 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25865/tid=25873] ppid=25863 vsize=137044 CPUtime=1.53
/proc/25865/task/25873/stat : 25873 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 2505 0 0 0 153 0 0 0 25 0 5 0 1132367040 140333056 26273 4294967295 134512640 135237372 3218616528 3075946720 134680217 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25865/tid=25874] ppid=25863 vsize=137044 CPUtime=2.11
/proc/25865/task/25874/stat : 25874 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 2185 0 0 0 208 3 0 0 25 0 5 0 1132367040 140333056 26273 4294967295 134512640 135237372 3218616528 3067521744 134590541 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25865/tid=25875] ppid=25863 vsize=137044 CPUtime=1.46
/proc/25865/task/25875/stat : 25875 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 1376 0 0 0 146 0 0 0 25 0 5 0 1132367040 140333056 26273 4294967295 134512640 135237372 3218616528 3059103760 134590501 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (KiB) 137044

[startup+12.7094 s]
/proc/loadavg: 4.03 4.69 4.35 8/118 25887
/proc/meminfo: memFree=2954676/3368532 swapFree=1954888/1959888
[pid=25865] ppid=25863 vsize=210484 CPUtime=22.66
/proc/25865/stat : 25865 (ttsth-5-0) S 25863 25865 32205 0 -1 4202496 44118 0 0 0 2252 14 0 0 25 0 5 0 1132366769 215535616 43929 4294967295 134512640 135237372 3218616528 3218616124 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25865/statm: 52621 43929 95 177 0 52443 0
[pid=25865/tid=25872] ppid=25863 vsize=210484 CPUtime=5.35
/proc/25865/task/25872/stat : 25872 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 8080 0 0 0 533 2 0 0 25 0 5 0 1132367040 215535616 43929 4294967295 134512640 135237372 3218616528 3084326480 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25865/tid=25873] ppid=25863 vsize=210484 CPUtime=4.63
/proc/25865/task/25873/stat : 25873 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 8593 0 0 0 460 3 0 0 25 0 5 0 1132367040 215535616 43929 4294967295 134512640 135237372 3218616528 3075846380 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25865/tid=25874] ppid=25863 vsize=210484 CPUtime=5.36
/proc/25865/task/25874/stat : 25874 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 4666 0 0 0 532 4 0 0 25 0 5 0 1132367040 215535616 43929 4294967295 134512640 135237372 3218616528 3067586944 134680474 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25865/tid=25875] ppid=25863 vsize=210484 CPUtime=4.61
/proc/25865/task/25875/stat : 25875 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 5897 0 0 0 459 2 0 0 25 0 5 0 1132367040 215535616 43929 4294967295 134512640 135237372 3218616528 3058888064 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.66
Current children cumulated vsize (KiB) 210484

[startup+25.5083 s]
/proc/loadavg: 4.34 4.73 4.37 7/118 25907
/proc/meminfo: memFree=2831716/3368532 swapFree=1954888/1959888
[pid=25865] ppid=25863 vsize=333772 CPUtime=48.05
/proc/25865/stat : 25865 (ttsth-5-0) S 25863 25865 32205 0 -1 4202496 73641 0 0 0 4787 18 0 0 25 0 5 0 1132366769 341782528 73452 4294967295 134512640 135237372 3218616528 3218616124 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25865/statm: 83443 73452 95 177 0 83265 0
[pid=25865/tid=25872] ppid=25863 vsize=333772 CPUtime=11.75
/proc/25865/task/25872/stat : 25872 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 16213 0 0 0 1172 3 0 0 25 0 5 0 1132367040 341782528 73452 4294967295 134512640 135237372 3218616528 3084347296 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25865/tid=25873] ppid=25863 vsize=333772 CPUtime=10.98
/proc/25865/task/25873/stat : 25873 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 17651 0 0 0 1094 4 0 0 25 0 5 0 1132367040 341782528 73452 4294967295 134512640 135237372 3218616528 3075674544 134680336 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25865/tid=25874] ppid=25863 vsize=333772 CPUtime=11.67
/proc/25865/task/25874/stat : 25874 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 9160 0 0 0 1162 5 0 0 25 0 5 0 1132367040 341782528 73452 4294967295 134512640 135237372 3218616528 3067621728 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25865/tid=25875] ppid=25863 vsize=333772 CPUtime=10.94
/proc/25865/task/25875/stat : 25875 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 13735 0 0 0 1091 3 0 0 25 0 5 0 1132367040 341782528 73452 4294967295 134512640 135237372 3218616528 3058923472 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 48.05
Current children cumulated vsize (KiB) 333772

[startup+51.1161 s]
/proc/loadavg: 5.28 4.92 4.44 8/119 26066
/proc/meminfo: memFree=2619692/3368532 swapFree=1954888/1959888
[pid=25865] ppid=25863 vsize=560084 CPUtime=99.19
/proc/25865/stat : 25865 (ttsth-5-0) S 25863 25865 32205 0 -1 4202496 127262 0 0 0 9876 43 0 0 25 0 5 0 1132366769 573526016 127073 4294967295 134512640 135237372 3218616528 3218616124 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25865/statm: 140021 127073 95 177 0 139843 0
[pid=25865/tid=25872] ppid=25863 vsize=560084 CPUtime=24.55
/proc/25865/task/25872/stat : 25872 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 30473 0 0 0 2443 12 0 0 25 0 5 0 1132367040 573526016 127073 4294967295 134512640 135237372 3218616528 3084240784 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25865/tid=25873] ppid=25863 vsize=560084 CPUtime=23.73
/proc/25865/task/25873/stat : 25873 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 35506 0 0 0 2363 10 0 0 25 0 5 0 1132367040 573526016 127073 4294967295 134512640 135237372 3218616528 3075756000 134562320 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25865/tid=25874] ppid=25863 vsize=560084 CPUtime=24.39
/proc/25865/task/25874/stat : 25874 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 17015 0 0 0 2431 8 0 0 25 0 5 0 1132367040 573526016 127073 4294967295 134512640 135237372 3218616528 3067458960 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25865/tid=25875] ppid=25863 vsize=560084 CPUtime=23.81
/proc/25865/task/25875/stat : 25875 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 27386 0 0 0 2371 10 0 0 25 0 5 0 1132367040 573526016 127073 4294967295 134512640 135237372 3218616528 3059098208 134680285 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.19
Current children cumulated vsize (KiB) 560084

[startup+102.312 s]
/proc/loadavg: 5.93 5.17 4.55 7/118 26208
/proc/meminfo: memFree=2228280/3368532 swapFree=1954888/1959888
[pid=25865] ppid=25863 vsize=968796 CPUtime=201.93
/proc/25865/stat : 25865 (ttsth-5-0) S 25863 25865 32205 0 -1 4202496 224267 0 0 0 20110 83 0 0 25 0 5 0 1132366769 992047104 224078 4294967295 134512640 135237372 3218616528 3218616124 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25865/statm: 242199 224078 95 177 0 242021 0
[pid=25865/tid=25872] ppid=25863 vsize=968796 CPUtime=50.61
/proc/25865/task/25872/stat : 25872 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 55535 0 0 0 5041 20 0 0 25 0 5 0 1132367040 992047104 224078 4294967295 134512640 135237372 3218616528 3084329824 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25865/tid=25873] ppid=25863 vsize=968796 CPUtime=49.53
/proc/25865/task/25873/stat : 25873 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 60770 0 0 0 4929 24 0 0 25 0 5 0 1132367040 992047104 224078 4294967295 134512640 135237372 3218616528 3075688672 134562380 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25865/tid=25874] ppid=25863 vsize=968796 CPUtime=49.85
/proc/25865/task/25874/stat : 25874 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 40749 0 0 0 4966 19 0 0 25 0 5 0 1132367040 992047104 224078 4294967295 134512640 135237372 3218616528 3067487424 134680470 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25865/tid=25875] ppid=25863 vsize=968796 CPUtime=49.24
/proc/25865/task/25875/stat : 25875 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 50331 0 0 0 4907 17 0 0 25 0 5 0 1132367040 992047104 224078 4294967295 134512640 135237372 3218616528 3058955728 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 201.93
Current children cumulated vsize (KiB) 968796

[startup+162.306 s]
/proc/loadavg: 6.09 5.36 4.66 7/118 26485
/proc/meminfo: memFree=1716520/3368532 swapFree=1954888/1959888
[pid=25865] ppid=25863 vsize=1513956 CPUtime=338.68
/proc/25865/stat : 25865 (ttsth-5-0) S 25863 25865 32205 0 -1 4202496 353108 0 0 0 33740 128 0 0 25 0 5 0 1132366769 1550290944 352919 4294967295 134512640 135237372 3218616528 3218616124 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25865/statm: 378489 352919 95 177 0 378311 0
[pid=25865/tid=25872] ppid=25863 vsize=1513956 CPUtime=83.11
/proc/25865/task/25872/stat : 25872 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 93478 0 0 0 8281 30 0 0 25 0 5 0 1132367040 1550290944 352919 4294967295 134512640 135237372 3218616528 3084244048 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25865/tid=25873] ppid=25863 vsize=1513956 CPUtime=82.83
/proc/25865/task/25873/stat : 25873 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 99249 0 0 0 8248 35 0 0 25 0 5 0 1132367040 1550290944 352919 4294967295 134512640 135237372 3218616528 3075871760 134590762 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25865/tid=25874] ppid=25863 vsize=1513956 CPUtime=82.67
/proc/25865/task/25874/stat : 25874 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 62990 0 0 0 8239 28 0 0 25 0 5 0 1132367040 1550290944 352919 4294967295 134512640 135237372 3218616528 3067618192 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25865/tid=25875] ppid=25863 vsize=1513956 CPUtime=87.36
/proc/25865/task/25875/stat : 25875 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 80509 0 0 0 8704 32 0 0 25 0 5 0 1132367040 1550290944 352919 4294967295 134512640 135237372 3218616528 3058995456 134562380 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 338.68
Current children cumulated vsize (KiB) 1513956

[startup+222.311 s]
/proc/loadavg: 6.23 5.55 4.76 7/118 26767
/proc/meminfo: memFree=1278800/3368532 swapFree=1954888/1959888
[pid=25865] ppid=25863 vsize=1972400 CPUtime=472.55
/proc/25865/stat : 25865 (ttsth-5-0) S 25863 25865 32205 0 -1 4202496 461560 0 0 0 47089 166 0 0 25 0 5 0 1132366769 2019737600 461371 4294967295 134512640 135237372 3218616528 3218616124 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25865/statm: 493100 461371 95 177 0 492922 0
[pid=25865/tid=25872] ppid=25863 vsize=1972400 CPUtime=114.75
/proc/25865/task/25872/stat : 25872 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 128259 0 0 0 11427 48 0 0 25 0 5 0 1132367040 2019737600 461371 4294967295 134512640 135237372 3218616528 3084352208 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25865/tid=25873] ppid=25863 vsize=1972400 CPUtime=112.23
/proc/25865/task/25873/stat : 25873 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 127941 0 0 0 11181 42 0 0 25 0 5 0 1132367040 2019737600 461371 4294967295 134512640 135237372 3218616528 3075722044 134562323 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25865/tid=25874] ppid=25863 vsize=1972400 CPUtime=116.85
/proc/25865/task/25874/stat : 25874 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 82612 0 0 0 11652 33 0 0 25 0 5 0 1132367040 2019737600 461371 4294967295 134512640 135237372 3218616528 3067614016 134564200 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25865/tid=25875] ppid=25863 vsize=1972400 CPUtime=126.02
/proc/25865/task/25875/stat : 25875 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 105866 0 0 0 12562 40 0 0 25 0 5 0 1132367040 2019737600 461371 4294967295 134512640 135237372 3218616528 3059101552 134680285 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 472.55
Current children cumulated vsize (KiB) 1972400



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+238.72 s]
/proc/loadavg: 6.32 5.60 4.79 8/118 26975
/proc/meminfo: memFree=1159496/3368532 swapFree=1954888/1959888
[pid=25865] ppid=25863 vsize=2097480 CPUtime=508.89
/proc/25865/stat : 25865 (ttsth-5-0) S 25863 25865 32205 0 -1 4202496 490949 0 0 0 50714 175 0 0 25 0 5 0 1132366769 2147819520 490760 4294967295 134512640 135237372 3218616528 3218616124 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25865/statm: 524370 490760 95 177 0 524192 0
[pid=25865/tid=25872] ppid=25863 vsize=2097480 CPUtime=123.45
/proc/25865/task/25872/stat : 25872 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 136823 0 0 0 12295 50 0 0 25 0 5 0 1132367040 2147819520 490760 4294967295 134512640 135237372 3218616528 3084341680 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25865/tid=25873] ppid=25863 vsize=2097480 CPUtime=121.13
/proc/25865/task/25873/stat : 25873 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 134786 0 0 0 12069 44 0 0 25 0 5 0 1132367040 2147819520 490760 4294967295 134512640 135237372 3218616528 3075677520 134680467 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25865/tid=25874] ppid=25863 vsize=2097480 CPUtime=126.99
/proc/25865/task/25874/stat : 25874 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 90653 0 0 0 12663 36 0 0 25 0 5 0 1132367040 2147819520 490760 4294967295 134512640 135237372 3218616528 3067593040 134562416 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25865/tid=25875] ppid=25863 vsize=2097480 CPUtime=134.61
/proc/25865/task/25875/stat : 25875 (ttsth-5-0) R 25863 25865 32205 0 -1 4202560 111805 0 0 0 13419 42 0 0 25 0 5 0 1132367040 2147819520 490760 4294967295 134512640 135237372 3218616528 3058951168 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 508.89
Current children cumulated vsize (KiB) 2097480

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

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

[startup+238.83 s]
/proc/loadavg: 6.32 5.60 4.79 8/118 26975
/proc/meminfo: memFree=1159496/3368532 swapFree=1954888/1959888
[pid=25865] ppid=25863 vsize=0 CPUtime=509.01
/proc/25865/stat : 25865 (ttsth-5-0) Z 25863 25865 32205 0 -1 4203524 490950 0 0 0 50718 183 0 0 18 0 2 0 1132366769 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25865/statm: 0 0 0 0 0 0 0
[pid=25865/tid=25872] ppid=25863 vsize=0 CPUtime=123.55
/proc/25865/task/25872/stat : 25872 (ttsth-5-0) R 25863 25865 32205 0 -1 4203588 136824 0 0 0 12297 58 0 0 25 0 2 0 1132367040 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) 509.01
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 238.843
CPU time (s): 509.03
CPU user time (s): 507.18
CPU system time (s): 1.85
CPU usage (%): 213.123
Max. virtual memory (cumulated for all children) (KiB): 2097480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 507.18
system time used= 1.85
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 490950
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= 4952
involuntary context switches= 14456

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 11:50:28
IDJOB=1778818
IDBENCH=70768
IDSOLVER=632
FILE ID=/1778818-1243677028
PBS_JOBID=
Free space on /tmp= 15879 MiB

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

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

MD5SUM BENCH= 25c7914ccc82f6f574febbd03924feed
RANDOM SEED= 1577291846

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:       3122688 kB
Buffers:         53212 kB
Cached:          91108 kB
SwapCached:        720 kB
Active:         116496 kB
Inactive:        43680 kB
HighTotal:     2489216 kB
HighFree:      2379056 kB
LowTotal:       879316 kB
LowFree:        743632 kB
SwapTotal:     1959888 kB
SwapFree:      1954888 kB
Dirty:            9388 kB
Writeback:         176 kB
AnonPages:       15104 kB
Mapped:           6152 kB
Slab:            74920 kB
SReclaimable:    64868 kB
SUnreclaim:      10052 kB
PageTables:        736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   117280 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15879 MiB
End job on  at 2009-05-30 11:54:29