Trace number 1776928

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) 328.78 148.836

General information on the benchmark

Namecmu-bmc-longmult15.cnf
MD5SUM21b49b73035bb6e7a1dd17830907ac9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.81
Satisfiable
(Un)Satisfiability was proved
Number of variables7807
Number of clauses24351
Sum of the clauses size58557
Maximum clause length18
Minimum clause length1
Number of clauses of size 153
Number of clauses of size 216386
Number of clauses of size 36700
Number of clauses of size 4908
Number of clauses of size 516
Number of clauses of size over 5288

Solver Data

0.10/0.11	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776928-1243676713.cnf 
0.10/0.11	c Using SATTIMEOUT of 10000
0.10/0.11	c Using SATRAM of 2047
0.10/0.11	c Size of subset node = 16
0.10/0.11	c Variables = 7807
0.10/0.11	c Clauses = 24351
0.10/0.11	c Literals = 58557
0.10/0.11	c Reduced size:
0.10/0.11	c Variables = 7807
0.10/0.11	c Clauses = 22375
0.10/0.11	c Literals = 53147
0.10/0.11	c a2
0.10/0.15	c a1
0.79/0.90	c Independent sub-problems = 1
0.79/0.90	c Sub-problem with 7447 variables and 22375 clauses
0.79/0.90	c using permutation method 4
0.79/0.90	c count = 1
0.79/0.90	c Ordering finished 0.880 seconds
0.79/0.90	c mapped 0.890 seconds
0.79/0.90	c permuted 0.890 seconds
0.79/0.90	c about to sort
0.89/0.90	c sorted
1.00/1.04	c clauses now 22375
1.00/1.04	c init finished 0.940 seconds
1.00/1.04	c tree built 1.040 seconds
1.00/1.04	c 
1.00/1.04	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
1.00/1.04	c ---------------------------------|----------------------------------|------------------------------------------------------
1.00/1.04	c ................................ | ..........                       |                        1.0           0.0             
1.00/1.04	c ................................ | ..........                     1 |                        1.0           1.0             
1.00/1.04	c ................................ | ..........                     2 |                        1.0           1.9             
1.00/1.04	c ................................ | ..........                     3 |                        1.0           2.9             
1.00/1.04	c ................................ | ..........                     4 |                        1.0           3.8             
1.00/1.04	c ................................ | ..........                     5 |                        1.0           4.8             
1.00/1.04	c ****............................ | ..........                    21 |                        1.0          20.2            8
1.00/1.04	c ****............................ | ..........                    22 |                        1.0          21.2            8
1.00/1.04	c ****............................ | ..........                    23 |                        1.0          22.1            8
1.00/1.05	c ****............................ | ..........                  1000 | 1                      1.0         961.5           67
200.04/90.74	c ****............................ | ..........               2861000 | 154561               200.1       14297.9     83701039

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-1776928-1243676713/watcher-1776928-1243676713 -o /tmp/evaluation-result-1776928-1243676713/solver-1776928-1243676713 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776928-1243676713.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: 6.29 6.37 6.15 5/117 750
/proc/meminfo: memFree=3087004/3368532 swapFree=1959840/1959888
[pid=750] ppid=748 vsize=1404 CPUtime=0.01
/proc/750/stat : 750 (ttsth-5-0) R 748 750 10612 0 -1 4202496 230 0 0 0 1 0 0 0 19 0 1 0 1132334152 1437696 186 4294967295 134512640 135237372 3215050080 3215049636 134738753 0 0 0 0 0 0 0 17 2 0 0 0
/proc/750/statm: 351 186 75 177 0 173 0

[startup+0.047999 s]
/proc/loadavg: 6.29 6.37 6.15 5/117 750
/proc/meminfo: memFree=3087004/3368532 swapFree=1959840/1959888
[pid=750] ppid=748 vsize=2776 CPUtime=0.04
/proc/750/stat : 750 (ttsth-5-0) R 748 750 10612 0 -1 4202496 556 0 0 0 4 0 0 0 19 0 1 0 1132334152 2842624 512 4294967295 134512640 135237372 3215050080 3215049772 134534311 0 0 0 0 0 0 0 17 2 0 0 0
/proc/750/statm: 694 512 75 177 0 516 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2776

[startup+0.107981 s]
/proc/loadavg: 6.29 6.37 6.15 5/117 750
/proc/meminfo: memFree=3087004/3368532 swapFree=1959840/1959888
[pid=750] ppid=748 vsize=2776 CPUtime=0.1
/proc/750/stat : 750 (ttsth-5-0) R 748 750 10612 0 -1 4202496 556 0 0 0 10 0 0 0 19 0 1 0 1132334152 2842624 512 4294967295 134512640 135237372 3215050080 3215049772 134534269 0 0 0 0 0 0 0 17 2 0 0 0
/proc/750/statm: 694 512 75 177 0 516 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2776

[startup+0.307973 s]
/proc/loadavg: 6.29 6.37 6.15 5/117 750
/proc/meminfo: memFree=3087004/3368532 swapFree=1959840/1959888
[pid=750] ppid=748 vsize=5312 CPUtime=0.29
/proc/750/stat : 750 (ttsth-5-0) R 748 750 10612 0 -1 4202496 1218 0 0 0 29 0 0 0 20 0 1 0 1132334152 5439488 1173 4294967295 134512640 135237372 3215050080 3215049408 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/750/statm: 1328 1173 77 177 0 1150 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5312

[startup+0.707949 s]
/proc/loadavg: 6.29 6.37 6.15 5/117 750
/proc/meminfo: memFree=3087004/3368532 swapFree=1959840/1959888
[pid=750] ppid=748 vsize=5624 CPUtime=0.69
/proc/750/stat : 750 (ttsth-5-0) R 748 750 10612 0 -1 4202496 1269 0 0 0 69 0 0 0 21 0 1 0 1132334152 5758976 1224 4294967295 134512640 135237372 3215050080 3215049264 134735855 0 0 0 0 0 0 0 17 2 0 0 0
/proc/750/statm: 1406 1224 77 177 0 1228 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5624

[startup+1.50791 s]
/proc/loadavg: 6.29 6.37 6.15 4/118 755
/proc/meminfo: memFree=3059108/3368532 swapFree=1959840/1959888
[pid=750] ppid=748 vsize=72224 CPUtime=1.92
/proc/750/stat : 750 (ttsth-5-0) S 748 750 10612 0 -1 4202496 10197 0 0 0 191 1 0 0 22 0 5 0 1132334152 73957376 10130 4294967295 134512640 135237372 3215050080 3215049676 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/750/statm: 18056 10130 95 177 0 17878 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 72224

[startup+3.10783 s]
/proc/loadavg: 6.29 6.37 6.15 7/122 759
/proc/meminfo: memFree=3035280/3368532 swapFree=1959840/1959888
[pid=750] ppid=748 vsize=104620 CPUtime=5.12
/proc/750/stat : 750 (ttsth-5-0) S 748 750 10612 0 -1 4202496 17828 0 0 0 510 2 0 0 22 0 5 0 1132334152 107130880 17761 4294967295 134512640 135237372 3215050080 3215049676 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/750/statm: 26155 17761 95 177 0 25977 0
[pid=750/tid=756] ppid=748 vsize=104620 CPUtime=1.01
/proc/750/task/756/stat : 756 (ttsth-5-0) R 748 750 10612 0 -1 4202560 1173 0 0 0 100 1 0 0 25 0 5 0 1132334257 107130880 17761 4294967295 134512640 135237372 3215050080 3086005248 134751534 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=750/tid=757] ppid=748 vsize=104620 CPUtime=1.04
/proc/750/task/757/stat : 757 (ttsth-5-0) R 748 750 10612 0 -1 4202560 3181 0 0 0 104 0 0 0 25 0 5 0 1132334257 107130880 17761 4294967295 134512640 135237372 3215050080 3077738748 134636382 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=750/tid=758] ppid=748 vsize=104620 CPUtime=1.01
/proc/750/task/758/stat : 758 (ttsth-5-0) R 748 750 10612 0 -1 4202560 2718 0 0 0 101 0 0 0 25 0 5 0 1132334257 107130880 17761 4294967295 134512640 135237372 3215050080 3069257232 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=750/tid=759] ppid=748 vsize=104620 CPUtime=1.02
/proc/750/task/759/stat : 759 (ttsth-5-0) R 748 750 10612 0 -1 4202560 3001 0 0 0 102 0 0 0 25 0 5 0 1132334261 107130880 17761 4294967295 134512640 135237372 3215050080 3060823048 134519944 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 104620

[startup+6.30766 s]
/proc/loadavg: 6.27 6.37 6.15 6/122 763
/proc/meminfo: memFree=2975180/3368532 swapFree=1959840/1959888
[pid=750] ppid=748 vsize=162156 CPUtime=11.49
/proc/750/stat : 750 (ttsth-5-0) S 748 750 10612 0 -1 4202496 31506 0 0 0 1139 10 0 0 22 0 5 0 1132334152 166047744 31439 4294967295 134512640 135237372 3215050080 3215049676 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/750/statm: 40539 31439 95 177 0 40361 0
[pid=750/tid=756] ppid=748 vsize=162156 CPUtime=2.86
/proc/750/task/756/stat : 756 (ttsth-5-0) R 748 750 10612 0 -1 4202560 3844 0 0 0 284 2 0 0 25 0 5 0 1132334257 166047744 31439 4294967295 134512640 135237372 3215050080 3085917920 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=750/tid=757] ppid=748 vsize=162156 CPUtime=2.52
/proc/750/task/757/stat : 757 (ttsth-5-0) R 748 750 10612 0 -1 4202560 6773 0 0 0 251 1 0 0 25 0 5 0 1132334257 166047744 31439 4294967295 134512640 135237372 3215050080 3077597520 134592155 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=750/tid=758] ppid=748 vsize=162156 CPUtime=2.42
/proc/750/task/758/stat : 758 (ttsth-5-0) R 748 750 10612 0 -1 4202560 6180 0 0 0 241 1 0 0 25 0 5 0 1132334257 166047744 31439 4294967295 134512640 135237372 3215050080 3069234468 134634454 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=750/tid=759] ppid=748 vsize=162156 CPUtime=2.65
/proc/750/task/759/stat : 759 (ttsth-5-0) R 748 750 10612 0 -1 4202560 6954 0 0 0 260 5 0 0 25 0 5 0 1132334261 166047744 31439 4294967295 134512640 135237372 3215050080 3060826028 134562272 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.49
Current children cumulated vsize (KiB) 162156

[startup+12.7073 s]
/proc/loadavg: 6.25 6.36 6.15 7/122 776
/proc/meminfo: memFree=2850876/3368532 swapFree=1959840/1959888
[pid=750] ppid=748 vsize=294740 CPUtime=25.1
/proc/750/stat : 750 (ttsth-5-0) S 748 750 10612 0 -1 4202496 63325 0 0 0 2490 20 0 0 22 0 5 0 1132334152 301813760 63258 4294967295 134512640 135237372 3215050080 3215049676 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/750/statm: 73685 63259 95 177 0 73507 0
[pid=750/tid=756] ppid=748 vsize=294740 CPUtime=6.94
/proc/750/task/756/stat : 756 (ttsth-5-0) R 748 750 10612 0 -1 4202560 14710 0 0 0 686 8 0 0 25 0 5 0 1132334257 301813760 63259 4294967295 134512640 135237372 3215050080 3085745568 134562357 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=750/tid=757] ppid=748 vsize=294740 CPUtime=5.25
/proc/750/task/757/stat : 757 (ttsth-5-0) R 748 750 10612 0 -1 4202560 12820 0 0 0 524 1 0 0 25 0 5 0 1132334257 301813760 63259 4294967295 134512640 135237372 3215050080 3077717280 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=294740 CPUtime=6.21
/proc/750/task/758/stat : 758 (ttsth-5-0) R 748 750 10612 0 -1 4202560 14856 0 0 0 618 3 0 0 25 0 5 0 1132334257 301813760 63259 4294967295 134512640 135237372 3215050080 3069330496 134680499 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=750/tid=759] ppid=748 vsize=294740 CPUtime=5.66
/proc/750/task/759/stat : 759 (ttsth-5-0) R 748 750 10612 0 -1 4202560 13185 0 0 0 559 7 0 0 25 0 5 0 1132334261 301813760 63259 4294967295 134512640 135237372 3215050080 3060950176 134680364 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 294740

[startup+25.5067 s]
/proc/loadavg: 6.19 6.34 6.14 7/122 793
/proc/meminfo: memFree=2598640/3368532 swapFree=1959840/1959888
[pid=750] ppid=748 vsize=546700 CPUtime=54.29
/proc/750/stat : 750 (ttsth-5-0) S 748 750 10612 0 -1 4202496 123121 0 0 0 5394 35 0 0 22 0 5 0 1132334152 559820800 123054 4294967295 134512640 135237372 3215050080 3215049676 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/750/statm: 136675 123054 95 177 0 136497 0
[pid=750/tid=756] ppid=748 vsize=546700 CPUtime=16.94
/proc/750/task/756/stat : 756 (ttsth-5-0) R 748 750 10612 0 -1 4202560 33946 0 0 0 1682 12 0 0 25 0 5 0 1132334257 559820800 123054 4294967295 134512640 135237372 3215050080 3085587152 134680245 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=750/tid=757] ppid=748 vsize=546700 CPUtime=12.52
/proc/750/task/757/stat : 757 (ttsth-5-0) R 748 750 10612 0 -1 4202560 27656 0 0 0 1247 5 0 0 25 0 5 0 1132334257 559820800 123054 4294967295 134512640 135237372 3215050080 3077715504 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=546700 CPUtime=12.01
/proc/750/task/758/stat : 758 (ttsth-5-0) R 748 750 10612 0 -1 4202560 25896 0 0 0 1192 9 0 0 25 0 5 0 1132334257 559820800 123054 4294967295 134512640 135237372 3215050080 3069347344 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=750/tid=759] ppid=748 vsize=546700 CPUtime=11.78
/proc/750/task/759/stat : 759 (ttsth-5-0) R 748 750 10612 0 -1 4202560 27868 0 0 0 1170 8 0 0 25 0 5 0 1132334261 559820800 123054 4294967295 134512640 135237372 3215050080 3060937776 134562380 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 54.29
Current children cumulated vsize (KiB) 546700

[startup+51.1053 s]
/proc/loadavg: 6.18 6.33 6.15 7/122 1028
/proc/meminfo: memFree=2235552/3368532 swapFree=1959840/1959888
[pid=750] ppid=748 vsize=935408 CPUtime=111.37
/proc/750/stat : 750 (ttsth-5-0) S 748 750 10612 0 -1 4202496 215308 0 0 0 11071 66 0 0 22 0 5 0 1132334152 957857792 215241 4294967295 134512640 135237372 3215050080 3215049676 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/750/statm: 233852 215241 95 177 0 233674 0
[pid=750/tid=756] ppid=748 vsize=935408 CPUtime=33.54
/proc/750/task/756/stat : 756 (ttsth-5-0) R 748 750 10612 0 -1 4202560 62337 0 0 0 3334 20 0 0 25 0 5 0 1132334257 957857792 215241 4294967295 134512640 135237372 3215050080 3085743952 134562380 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=750/tid=757] ppid=748 vsize=935408 CPUtime=26.36
/proc/750/task/757/stat : 757 (ttsth-5-0) R 748 750 10612 0 -1 4202560 48296 0 0 0 2624 12 0 0 25 0 5 0 1132334257 957857792 215241 4294967295 134512640 135237372 3215050080 3077714640 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=935408 CPUtime=25.91
/proc/750/task/758/stat : 758 (ttsth-5-0) R 748 750 10612 0 -1 4202560 48311 0 0 0 2572 19 0 0 25 0 5 0 1132334257 957857792 215241 4294967295 134512640 135237372 3215050080 3069348128 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=750/tid=759] ppid=748 vsize=935408 CPUtime=24.52
/proc/750/task/759/stat : 759 (ttsth-5-0) R 748 750 10612 0 -1 4202560 48609 0 0 0 2438 14 0 0 25 0 5 0 1132334261 957857792 215241 4294967295 134512640 135237372 3215050080 3060938432 134562309 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 111.37
Current children cumulated vsize (KiB) 935408

[startup+102.323 s]
/proc/loadavg: 6.22 6.32 6.15 5/124 1291
/proc/meminfo: memFree=1595876/3368532 swapFree=1959840/1959888
[pid=750] ppid=748 vsize=1599788 CPUtime=225.14
/proc/750/stat : 750 (ttsth-5-0) S 748 750 10612 0 -1 4202496 372919 0 0 0 22398 116 0 0 22 0 5 0 1132334152 1638182912 372852 4294967295 134512640 135237372 3215050080 3215049676 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/750/statm: 399947 372852 95 177 0 399769 0
[pid=750/tid=756] ppid=748 vsize=1599788 CPUtime=64.89
/proc/750/task/756/stat : 756 (ttsth-5-0) R 748 750 10612 0 -1 4202560 121167 0 0 0 6448 41 0 0 25 0 5 0 1132334257 1638182912 372852 4294967295 134512640 135237372 3215050080 3085772784 134562380 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=750/tid=757] ppid=748 vsize=1599788 CPUtime=54.24
/proc/750/task/757/stat : 757 (ttsth-5-0) R 748 750 10612 0 -1 4202560 78155 0 0 0 5404 20 0 0 25 0 5 0 1132334257 1638182912 372852 4294967295 134512640 135237372 3215050080 3077761536 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=750/tid=758] ppid=748 vsize=1599788 CPUtime=50.22
/proc/750/task/758/stat : 758 (ttsth-5-0) R 748 750 10612 0 -1 4202560 84992 0 0 0 4997 25 0 0 25 0 5 0 1132334257 1638182912 372852 4294967295 134512640 135237372 3215050080 3069375616 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=750/tid=759] ppid=748 vsize=1599788 CPUtime=54.75
/proc/750/task/759/stat : 759 (ttsth-5-0) R 748 750 10612 0 -1 4202560 80850 0 0 0 5446 29 0 0 25 0 5 0 1132334261 1638182912 372852 4294967295 134512640 135237372 3215050080 3060950384 134562380 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 225.14
Current children cumulated vsize (KiB) 1599788



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+148.71 s]
/proc/loadavg: 6.36 6.33 6.16 9/123 1464
/proc/meminfo: memFree=1126124/3368532 swapFree=1959840/1959888
[pid=750] ppid=748 vsize=2096864 CPUtime=328.64
/proc/750/stat : 750 (ttsth-5-0) S 748 750 10612 0 -1 4202496 489824 0 0 0 32709 155 0 0 22 0 5 0 1132334152 2147188736 489757 4294967295 134512640 135237372 3215050080 3215049676 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/750/statm: 524216 489757 95 177 0 524038 0
[pid=750/tid=756] ppid=748 vsize=2096864 CPUtime=89.45
/proc/750/task/756/stat : 756 (ttsth-5-0) R 748 750 10612 0 -1 4202560 180009 0 0 0 8887 58 0 0 25 0 5 0 1132334257 2147188736 489759 4294967295 134512640 135237372 3215050080 3085640816 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=750/tid=757] ppid=748 vsize=2096864 CPUtime=80.46
/proc/750/task/757/stat : 757 (ttsth-5-0) R 748 750 10612 0 -1 4202560 99073 0 0 0 8019 27 0 0 25 0 5 0 1132334257 2147188736 489759 4294967295 134512640 135237372 3215050080 3077758560 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=2096864 CPUtime=76.83
/proc/750/task/758/stat : 758 (ttsth-5-0) R 748 750 10612 0 -1 4202560 105580 0 0 0 7649 34 0 0 25 0 5 0 1132334257 2147188736 489759 4294967295 134512640 135237372 3215050080 3069338384 134562344 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=750/tid=759] ppid=748 vsize=2096864 CPUtime=80.86
/proc/750/task/759/stat : 759 (ttsth-5-0) R 748 750 10612 0 -1 4202560 97409 0 0 0 8051 35 0 0 25 0 5 0 1132334261 2147188736 489759 4294967295 134512640 135237372 3215050080 3060939392 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 328.64
Current children cumulated vsize (KiB) 2096864

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

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

[startup+148.83 s]
/proc/loadavg: 6.36 6.33 6.16 9/123 1464
/proc/meminfo: memFree=1126124/3368532 swapFree=1959840/1959888
[pid=750] ppid=748 vsize=0 CPUtime=328.78
/proc/750/stat : 750 (ttsth-5-0) Z 748 750 10612 0 -1 4203524 489852 0 0 0 32713 165 0 0 18 0 2 0 1132334152 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/750/statm: 0 0 0 0 0 0 0
[pid=750/tid=758] ppid=748 vsize=0 CPUtime=76.94
/proc/750/task/758/stat : 758 (ttsth-5-0) R 748 750 10612 0 -1 4203588 105584 0 0 0 7650 44 0 0 25 0 2 0 1132334257 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) 328.78
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 148.836
CPU time (s): 328.78
CPU user time (s): 327.13
CPU system time (s): 1.65
CPU usage (%): 220.9
Max. virtual memory (cumulated for all children) (KiB): 2096864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 327.13
system time used= 1.65
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 489852
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= 6538
involuntary context switches= 4798

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 11:45:13
IDJOB=1776928
IDBENCH=69621
IDSOLVER=632
FILE ID=/1776928-1243676713
PBS_JOBID=
Free space on /tmp= 7982 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT_RACE08/cnf/cmu-bmc-longmult15.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776928-1243676713/watcher-1776928-1243676713 -o /tmp/evaluation-result-1776928-1243676713/solver-1776928-1243676713 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776928-1243676713.cnf

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

MD5SUM BENCH= 21b49b73035bb6e7a1dd17830907ac9d
RANDOM SEED= 507378041

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.073
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.073
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.12
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.073
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.073
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3087152 kB
Buffers:         88908 kB
Cached:          77592 kB
SwapCached:          0 kB
Active:         121096 kB
Inactive:        67820 kB
HighTotal:     2489216 kB
HighFree:      2389600 kB
LowTotal:       879316 kB
LowFree:        697552 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            1464 kB
Writeback:           0 kB
AnonPages:       22216 kB
Mapped:           8252 kB
Slab:            82912 kB
SReclaimable:    70756 kB
SUnreclaim:      12156 kB
PageTables:        804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   123548 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7982 MiB
End job on  at 2009-05-30 11:47:44