Trace number 1776313

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) 1192.69 300.434

General information on the benchmark

Nameindustrial/grieu/
vmpc_30.cnf
MD5SUM8df6cfaff4435ad2a04367a34fb047c1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark56.41
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses133080
Sum of the clauses size348570
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252290
Number of clauses of size 380730
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.11/0.19	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776313-1243673764.cnf 
0.11/0.19	c Using SATTIMEOUT of 10000
0.11/0.19	c Using SATRAM of 2047
0.11/0.19	c Size of subset node = 16
0.11/0.19	c Variables = 900
0.11/0.19	c Clauses = 133080
0.11/0.19	c Literals = 348570
0.11/0.19	c Reduced size:
0.11/0.19	c Variables = 900
0.11/0.19	c Clauses = 133080
0.11/0.19	c Literals = 348570
0.11/0.19	c a2
0.40/0.49	c a1
1.01/1.07	c Independent sub-problems = 1
1.01/1.07	c Sub-problem with 900 variables and 133080 clauses
1.01/1.07	c using permutation method 4
1.01/1.07	c count = 1
1.01/1.07	c Ordering finished 1.010 seconds
1.01/1.07	c mapped 1.070 seconds
1.01/1.07	c permuted 1.070 seconds
1.01/1.07	c about to sort
1.11/1.11	c sorted
1.90/1.93	c clauses now 133080
1.90/1.93	c init finished 1.140 seconds
1.90/1.93	c tree built 1.940 seconds
1.90/1.93	c 
1.90/1.93	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
1.90/1.93	c ---------------------------------|----------------------------------|------------------------------------------------------
1.90/1.93	c ................................ | ..........                       |                        1.9           0.0             
1.90/1.93	c ................................ | ..........                     1 |                        1.9           0.5             
1.90/1.93	c ................................ | ..........                     2 |                        1.9           1.0             
1.90/1.93	c ................................ | ..........                     3 |                        1.9           1.5             
1.90/1.93	c ................................ | ..........                     4 |                        1.9           2.1             
1.90/1.93	c ................................ | ..........                     5 |                        1.9           2.6             
1.90/1.95	c ................................ | ..........                  1000 | 1                      1.9         512.8         2469
200.42/51.73	c ................................ | ..........                399000 | 19428                200.5        1990.2     40866115
400.46/101.85	c ................................ | ..........                595000 | 31833                400.6        1485.1     64361139
600.29/151.88	c ................................ | ..........                765000 | 39113                600.6        1273.8     82646821
801.45/202.12	c ................................ | ..........                917000 | 46631                801.5        1144.1     99210982
1001.31/252.34	c ................................ | *.........               1054000 | 53728               1001.5        1052.5    114229402

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-1776313-1243673764/watcher-1776313-1243673764 -o /tmp/evaluation-result-1776313-1243673764/solver-1776313-1243673764 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776313-1243673764.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.64 2.19 1.34 3/99 28816
/proc/meminfo: memFree=3117736/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=1140 CPUtime=0.01
/proc/28816/stat : 28816 (ttsth-5-0) R 28814 28816 20984 0 -1 4202496 170 0 0 0 1 0 0 0 18 0 1 0 1132040789 1167360 125 4294967295 134512640 135237372 3213462496 3213461944 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/28816/statm: 285 125 75 177 0 107 0

[startup+0.092611 s]
/proc/loadavg: 3.64 2.19 1.34 3/99 28816
/proc/meminfo: memFree=3117736/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=5340 CPUtime=0.1
/proc/28816/stat : 28816 (ttsth-5-0) R 28814 28816 20984 0 -1 4202496 1216 0 0 0 9 1 0 0 18 0 1 0 1132040789 5468160 1171 4294967295 134512640 135237372 3213462496 3213461944 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/28816/statm: 1335 1172 75 177 0 1157 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5340

[startup+0.102613 s]
/proc/loadavg: 3.64 2.19 1.34 3/99 28816
/proc/meminfo: memFree=3117736/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=5736 CPUtime=0.11
/proc/28816/stat : 28816 (ttsth-5-0) R 28814 28816 20984 0 -1 4202496 1333 0 0 0 10 1 0 0 18 0 1 0 1132040789 5873664 1288 4294967295 134512640 135237372 3213462496 3213461944 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/28816/statm: 1434 1288 75 177 0 1256 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5736

[startup+0.302591 s]
/proc/loadavg: 3.64 2.19 1.34 3/99 28816
/proc/meminfo: memFree=3117736/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=16608 CPUtime=0.3
/proc/28816/stat : 28816 (ttsth-5-0) R 28814 28816 20984 0 -1 4202496 4037 0 0 0 28 2 0 0 18 0 1 0 1132040789 17006592 3991 4294967295 134512640 135237372 3213462496 3213461784 134519994 0 0 0 0 0 0 0 17 2 0 0 0
/proc/28816/statm: 4152 3991 76 177 0 3974 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16608

[startup+0.702552 s]
/proc/loadavg: 3.64 2.19 1.34 3/99 28816
/proc/meminfo: memFree=3117736/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=16476 CPUtime=0.7
/proc/28816/stat : 28816 (ttsth-5-0) R 28814 28816 20984 0 -1 4202496 5517 0 0 0 68 2 0 0 18 0 1 0 1132040789 16871424 3923 4294967295 134512640 135237372 3213462496 3213461540 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/28816/statm: 4119 3924 77 177 0 3941 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 16476

[startup+1.50248 s]
/proc/loadavg: 3.64 2.19 1.34 2/100 28817
/proc/meminfo: memFree=3100928/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=20624 CPUtime=1.5
/proc/28816/stat : 28816 (ttsth-5-0) R 28814 28816 20984 0 -1 4202496 6963 0 0 0 148 2 0 0 20 0 1 0 1132040789 21118976 4979 4294967295 134512640 135237372 3213462496 3213427108 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/28816/statm: 5156 4979 88 177 0 4978 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 20624

[startup+3.10233 s]
/proc/loadavg: 3.64 2.19 1.34 6/104 28821
/proc/meminfo: memFree=3087456/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=92640 CPUtime=6.46
/proc/28816/stat : 28816 (ttsth-5-0) S 28814 28816 20984 0 -1 4202496 16763 0 0 0 641 5 0 0 21 0 5 0 1132040789 94863360 14649 4294967295 134512640 135237372 3213462496 3213462092 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28816/statm: 23160 14649 95 177 0 22982 0
[pid=28816/tid=28818] ppid=28814 vsize=92640 CPUtime=1.15
/proc/28816/task/28818/stat : 28818 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 2028 0 0 0 115 0 0 0 25 0 5 0 1132040982 94863360 14649 4294967295 134512640 135237372 3213462496 3083583712 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28816/tid=28819] ppid=28814 vsize=92640 CPUtime=1.13
/proc/28816/task/28819/stat : 28819 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 1871 0 0 0 111 2 0 0 25 0 5 0 1132040983 94863360 14649 4294967295 134512640 135237372 3213462496 3075187424 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28816/tid=28820] ppid=28814 vsize=92640 CPUtime=1.12
/proc/28816/task/28820/stat : 28820 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 1914 0 0 0 112 0 0 0 25 0 5 0 1132040983 94863360 14649 4294967295 134512640 135237372 3213462496 3066810528 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28821] ppid=28814 vsize=92640 CPUtime=1.12
/proc/28816/task/28821/stat : 28821 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 1972 0 0 0 111 1 0 0 25 0 5 0 1132040983 94863360 14649 4294967295 134512640 135237372 3213462496 3058403936 134561428 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 92640

[startup+6.30203 s]
/proc/loadavg: 3.67 2.22 1.35 5/104 28821
/proc/meminfo: memFree=3008292/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=162344 CPUtime=19.25
/proc/28816/stat : 28816 (ttsth-5-0) S 28814 28816 20984 0 -1 4202496 34166 0 0 0 1914 11 0 0 21 0 5 0 1132040789 166240256 32052 4294967295 134512640 135237372 3213462496 3213462092 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28816/statm: 40586 32052 95 177 0 40408 0
[pid=28816/tid=28818] ppid=28814 vsize=162344 CPUtime=4.35
/proc/28816/task/28818/stat : 28818 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 6327 0 0 0 434 1 0 0 25 0 5 0 1132040982 166240256 32052 4294967295 134512640 135237372 3213462496 3083558944 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28816/tid=28819] ppid=28814 vsize=162344 CPUtime=4.32
/proc/28816/task/28819/stat : 28819 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 6230 0 0 0 430 2 0 0 25 0 5 0 1132040983 166240256 32054 4294967295 134512640 135237372 3213462496 3075176432 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28816/tid=28820] ppid=28814 vsize=162344 CPUtime=4.32
/proc/28816/task/28820/stat : 28820 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 6034 0 0 0 429 3 0 0 25 0 5 0 1132040983 166240256 32054 4294967295 134512640 135237372 3213462496 3066812784 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28821] ppid=28814 vsize=162344 CPUtime=4.32
/proc/28816/task/28821/stat : 28821 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 6599 0 0 0 429 3 0 0 25 0 5 0 1132040983 166240256 32054 4294967295 134512640 135237372 3213462496 3058419644 134550041 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.25
Current children cumulated vsize (KiB) 162344

[startup+12.7114 s]
/proc/loadavg: 3.70 2.25 1.37 6/104 28822
/proc/meminfo: memFree=2895852/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=268556 CPUtime=44.87
/proc/28816/stat : 28816 (ttsth-5-0) S 28814 28816 20984 0 -1 4202496 60726 0 0 0 4461 26 0 0 21 0 5 0 1132040789 275001344 58612 4294967295 134512640 135237372 3213462496 3213462092 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28816/statm: 67139 58612 95 177 0 66961 0
[pid=28816/tid=28818] ppid=28814 vsize=268556 CPUtime=10.75
/proc/28816/task/28818/stat : 28818 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 12776 0 0 0 1068 7 0 0 25 0 5 0 1132040982 275001344 58612 4294967295 134512640 135237372 3213462496 3083586752 134561428 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28816/tid=28819] ppid=28814 vsize=268556 CPUtime=10.73
/proc/28816/task/28819/stat : 28819 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 13383 0 0 0 1065 8 0 0 25 0 5 0 1132040983 275001344 58612 4294967295 134512640 135237372 3213462496 3075184892 134636641 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28816/tid=28820] ppid=28814 vsize=268556 CPUtime=10.72
/proc/28816/task/28820/stat : 28820 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 12831 0 0 0 1067 5 0 0 25 0 5 0 1132040983 275001344 58612 4294967295 134512640 135237372 3213462496 3066807696 134590938 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28821] ppid=28814 vsize=268556 CPUtime=10.73
/proc/28816/task/28821/stat : 28821 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 12758 0 0 0 1069 4 0 0 25 0 5 0 1132040983 275001344 58612 4294967295 134512640 135237372 3213462496 3058434064 134590180 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 44.87
Current children cumulated vsize (KiB) 268556

[startup+25.5102 s]
/proc/loadavg: 3.92 2.37 1.42 6/105 28913
/proc/meminfo: memFree=2707436/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=449272 CPUtime=95.83
/proc/28816/stat : 28816 (ttsth-5-0) S 28814 28816 20984 0 -1 4202496 105897 0 0 0 9539 44 0 0 21 0 5 0 1132040789 460054528 103783 4294967295 134512640 135237372 3213462496 3213462092 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28816/statm: 112318 103783 95 177 0 112140 0
[pid=28816/tid=28818] ppid=28814 vsize=449272 CPUtime=23.42
/proc/28816/task/28818/stat : 28818 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 24161 0 0 0 2331 11 0 0 25 0 5 0 1132040982 460054528 103783 4294967295 134512640 135237372 3213462496 3083578768 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28816/tid=28819] ppid=28814 vsize=449272 CPUtime=23.48
/proc/28816/task/28819/stat : 28819 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 25953 0 0 0 2334 14 0 0 25 0 5 0 1132040983 460054528 103783 4294967295 134512640 135237372 3213462496 3075195248 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28816/tid=28820] ppid=28814 vsize=449272 CPUtime=23.47
/proc/28816/task/28820/stat : 28820 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 22659 0 0 0 2339 8 0 0 25 0 5 0 1132040983 460054528 103783 4294967295 134512640 135237372 3213462496 3066810768 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28821] ppid=28814 vsize=449272 CPUtime=23.52
/proc/28816/task/28821/stat : 28821 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 24146 0 0 0 2343 9 0 0 25 0 5 0 1132040983 460054528 103783 4294967295 134512640 135237372 3213462496 3058420576 134562344 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 95.83
Current children cumulated vsize (KiB) 449272

[startup+51.1178 s]
/proc/loadavg: 4.27 2.58 1.51 5/104 29010
/proc/meminfo: memFree=2440024/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=718988 CPUtime=198.02
/proc/28816/stat : 28816 (ttsth-5-0) S 28814 28816 20984 0 -1 4202496 173310 0 0 0 19728 74 0 0 21 0 5 0 1132040789 736243712 171196 4294967295 134512640 135237372 3213462496 3213462092 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28816/statm: 179747 171196 95 177 0 179569 0
[pid=28816/tid=28818] ppid=28814 vsize=718988 CPUtime=48.91
/proc/28816/task/28818/stat : 28818 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 41386 0 0 0 4869 22 0 0 25 0 5 0 1132040982 736243712 171196 4294967295 134512640 135237372 3213462496 3083590816 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28816/tid=28819] ppid=28814 vsize=718988 CPUtime=49.04
/proc/28816/task/28819/stat : 28819 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 42521 0 0 0 4884 20 0 0 25 0 5 0 1132040983 736243712 171196 4294967295 134512640 135237372 3213462496 3075217232 134562355 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28820] ppid=28814 vsize=718988 CPUtime=49.03
/proc/28816/task/28820/stat : 28820 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 39666 0 0 0 4890 13 0 0 25 0 5 0 1132040983 736243712 171196 4294967295 134512640 135237372 3213462496 3066817776 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28816/tid=28821] ppid=28814 vsize=718988 CPUtime=49.1
/proc/28816/task/28821/stat : 28821 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 40759 0 0 0 4893 17 0 0 25 0 5 0 1132040983 736243712 171196 4294967295 134512640 135237372 3213462496 3058430848 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 198.02
Current children cumulated vsize (KiB) 718988

[startup+102.313 s]
/proc/loadavg: 4.29 2.84 1.66 7/104 29195
/proc/meminfo: memFree=2048912/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=1104912 CPUtime=402.46
/proc/28816/stat : 28816 (ttsth-5-0) S 28814 28816 20984 0 -1 4202496 269778 0 0 0 40133 113 0 0 21 0 5 0 1132040789 1131429888 267664 4294967295 134512640 135237372 3213462496 3213462092 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28816/statm: 276228 267664 95 177 0 276050 0
[pid=28816/tid=28818] ppid=28814 vsize=1104912 CPUtime=99.98
/proc/28816/task/28818/stat : 28818 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 65217 0 0 0 9968 30 0 0 25 0 5 0 1132040982 1131429888 267664 4294967295 134512640 135237372 3213462496 3083581968 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28819] ppid=28814 vsize=1104912 CPUtime=100.18
/proc/28816/task/28819/stat : 28819 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 67049 0 0 0 9993 25 0 0 25 0 5 0 1132040983 1131429888 267664 4294967295 134512640 135237372 3213462496 3075211584 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28816/tid=28820] ppid=28814 vsize=1104912 CPUtime=100.12
/proc/28816/task/28820/stat : 28820 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 63715 0 0 0 9982 30 0 0 25 0 5 0 1132040983 1131429888 267664 4294967295 134512640 135237372 3213462496 3066816912 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28816/tid=28821] ppid=28814 vsize=1104912 CPUtime=100.25
/proc/28816/task/28821/stat : 28821 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 64819 0 0 0 9999 26 0 0 25 0 5 0 1132040983 1131429888 267664 4294967295 134512640 135237372 3213462496 3058421328 134562344 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 402.46
Current children cumulated vsize (KiB) 1104912

[startup+162.307 s]
/proc/loadavg: 4.66 3.18 1.84 5/104 29387
/proc/meminfo: memFree=1697784/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=1458672 CPUtime=642.25
/proc/28816/stat : 28816 (ttsth-5-0) S 28814 28816 20984 0 -1 4202496 358191 0 0 0 64069 156 0 0 21 0 5 0 1132040789 1493680128 356077 4294967295 134512640 135237372 3213462496 3213462092 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28816/statm: 364668 356077 95 177 0 364490 0
[pid=28816/tid=28818] ppid=28814 vsize=1458672 CPUtime=159.97
/proc/28816/task/28818/stat : 28818 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 85971 0 0 0 15962 35 0 0 25 0 5 0 1132040982 1493680128 356077 4294967295 134512640 135237372 3213462496 3083576608 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28819] ppid=28814 vsize=1458672 CPUtime=160.17
/proc/28816/task/28819/stat : 28819 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 89477 0 0 0 15982 35 0 0 25 0 5 0 1132040983 1493680128 356077 4294967295 134512640 135237372 3213462496 3075203360 134587166 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28816/tid=28820] ppid=28814 vsize=1458672 CPUtime=160.07
/proc/28816/task/28820/stat : 28820 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 86473 0 0 0 15965 42 0 0 25 0 5 0 1132040983 1493680128 356077 4294967295 134512640 135237372 3213462496 3066812624 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28816/tid=28821] ppid=28814 vsize=1458672 CPUtime=160.11
/proc/28816/task/28821/stat : 28821 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 87292 0 0 0 15969 42 0 0 25 0 5 0 1132040983 1493680128 356077 4294967295 134512640 135237372 3213462496 3058404608 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 1458672

[startup+222.311 s]
/proc/loadavg: 4.87 3.48 2.03 7/105 29557
/proc/meminfo: memFree=1390608/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=1762804 CPUtime=881.54
/proc/28816/stat : 28816 (ttsth-5-0) S 28814 28816 20984 0 -1 4202496 434253 0 0 0 87965 189 0 0 21 0 5 0 1132040789 1805111296 432139 4294967295 134512640 135237372 3213462496 3213462092 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28816/statm: 440701 432139 95 177 0 440523 0
[pid=28816/tid=28818] ppid=28814 vsize=1762804 CPUtime=219.98
/proc/28816/task/28818/stat : 28818 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 105242 0 0 0 21956 42 0 0 25 0 5 0 1132040982 1805111296 432139 4294967295 134512640 135237372 3213462496 3083585632 134562344 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28819] ppid=28814 vsize=1762804 CPUtime=220.18
/proc/28816/task/28819/stat : 28819 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 107971 0 0 0 21972 46 0 0 25 0 5 0 1132040983 1805111296 432140 4294967295 134512640 135237372 3213462496 3075202576 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28816/tid=28820] ppid=28814 vsize=1762804 CPUtime=220.03
/proc/28816/task/28820/stat : 28820 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 106114 0 0 0 21954 49 0 0 25 0 5 0 1132040983 1805111296 432140 4294967295 134512640 135237372 3213462496 3066810000 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28816/tid=28821] ppid=28814 vsize=1762804 CPUtime=219.42
/proc/28816/task/28821/stat : 28821 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 105949 0 0 0 21892 50 0 0 25 0 5 0 1132040983 1805111296 432140 4294967295 134512640 135237372 3213462496 3058415488 134590200 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 881.54
Current children cumulated vsize (KiB) 1762804

[startup+282.306 s]
/proc/loadavg: 4.73 3.68 2.18 7/105 29711
/proc/meminfo: memFree=1131452/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=2024884 CPUtime=1120.89
/proc/28816/stat : 28816 (ttsth-5-0) S 28814 28816 20984 0 -1 4202496 499818 0 0 0 111866 223 0 0 21 0 5 0 1132040789 2073481216 497704 4294967295 134512640 135237372 3213462496 3213462092 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28816/statm: 506221 497704 95 177 0 506043 0
[pid=28816/tid=28818] ppid=28814 vsize=2024884 CPUtime=279.96
/proc/28816/task/28818/stat : 28818 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 120748 0 0 0 27947 49 0 0 25 0 5 0 1132040982 2073481216 497704 4294967295 134512640 135237372 3213462496 3083581468 134562323 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28819] ppid=28814 vsize=2024884 CPUtime=280.16
/proc/28816/task/28819/stat : 28819 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 123467 0 0 0 27968 48 0 0 25 0 5 0 1132040983 2073481216 497704 4294967295 134512640 135237372 3213462496 3075197872 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28816/tid=28820] ppid=28814 vsize=2024884 CPUtime=279.82
/proc/28816/task/28820/stat : 28820 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 125022 0 0 0 27913 69 0 0 25 0 5 0 1132040983 2073481216 497704 4294967295 134512640 135237372 3213462496 3066810112 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28816/tid=28821] ppid=28814 vsize=2024884 CPUtime=279.02
/proc/28816/task/28821/stat : 28821 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 121603 0 0 0 27847 55 0 0 25 0 5 0 1132040983 2073481216 497704 4294967295 134512640 135237372 3213462496 3058421840 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1120.89
Current children cumulated vsize (KiB) 2024884



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+300.314 s]
/proc/loadavg: 4.72 3.75 2.24 6/104 29766
/proc/meminfo: memFree=1055928/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=2096404 CPUtime=1192.57
/proc/28816/stat : 28816 (ttsth-5-0) S 28814 28816 20984 0 -1 4202496 517658 0 0 0 119025 232 0 0 21 0 5 0 1132040789 2146717696 515544 4294967295 134512640 135237372 3213462496 3213462092 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28816/statm: 524101 515544 95 177 0 523923 0
[pid=28816/tid=28818] ppid=28814 vsize=2096404 CPUtime=297.96
/proc/28816/task/28818/stat : 28818 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 125265 0 0 0 29744 52 0 0 25 0 5 0 1132040982 2146717696 515544 4294967295 134512640 135237372 3213462496 3083584304 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28816/tid=28819] ppid=28814 vsize=2096404 CPUtime=298.17
/proc/28816/task/28819/stat : 28819 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 127836 0 0 0 29768 49 0 0 25 0 5 0 1132040983 2146717696 515544 4294967295 134512640 135237372 3213462496 3075196768 134562336 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28816/tid=28820] ppid=28814 vsize=2096404 CPUtime=297.82
/proc/28816/task/28820/stat : 28820 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 129724 0 0 0 29709 73 0 0 25 0 5 0 1132040983 2146717696 515544 4294967295 134512640 135237372 3213462496 3066801072 134590146 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28816/tid=28821] ppid=28814 vsize=2096404 CPUtime=296.68
/proc/28816/task/28821/stat : 28821 (ttsth-5-0) R 28814 28816 20984 0 -1 4202560 125855 0 0 0 29612 56 0 0 25 0 5 0 1132040983 2146717696 515544 4294967295 134512640 135237372 3213462496 3058423968 134562309 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1192.57
Current children cumulated vsize (KiB) 2096404

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

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

[startup+300.414 s]
/proc/loadavg: 4.72 3.75 2.24 6/104 29766
/proc/meminfo: memFree=1055928/3368532 swapFree=1953580/1959888
[pid=28816] ppid=28814 vsize=0 CPUtime=1192.67
/proc/28816/stat : 28816 (ttsth-5-0) Z 28814 28816 20984 0 -1 4203524 517666 0 0 0 119027 240 0 0 18 0 2 0 1132040789 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/28816/statm: 0 0 0 0 0 0 0
[pid=28816/tid=28819] ppid=28814 vsize=0 CPUtime=298.26
/proc/28816/task/28819/stat : 28819 (ttsth-5-0) R 28814 28816 20984 0 -1 4203588 127842 0 0 0 29769 57 0 0 25 0 2 0 1132040983 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1192.67
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 300.434
CPU time (s): 1192.69
CPU user time (s): 1190.27
CPU system time (s): 2.42
CPU usage (%): 396.989
Max. virtual memory (cumulated for all children) (KiB): 2096404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1190.27
system time used= 2.42
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517666
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= 765
involuntary context switches= 22667

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 10:56:04
IDJOB=1776313
IDBENCH=20487
IDSOLVER=632
FILE ID=/1776313-1243673764
PBS_JOBID=
Free space on /tmp= 15883 MiB

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

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

MD5SUM BENCH= 8df6cfaff4435ad2a04367a34fb047c1
RANDOM SEED= 1008057686

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:       3117736 kB
Buffers:         74056 kB
Cached:          75404 kB
SwapCached:       2424 kB
Active:         130384 kB
Inactive:        29620 kB
HighTotal:     2489216 kB
HighFree:      2400384 kB
LowTotal:       879316 kB
LowFree:        717352 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            2708 kB
Writeback:           0 kB
AnonPages:        9412 kB
Mapped:           4764 kB
Slab:            80440 kB
SReclaimable:    71536 kB
SUnreclaim:       8904 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93564 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15883 MiB
End job on  at 2009-05-30 11:01:06