Trace number 1776808

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) 552.56 293.239

General information on the benchmark

Namevelev-engi-uns-1.0-4nd.cnf
MD5SUM700f8e86139a93fca212e22efa0f7d2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.66
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses67586
Sum of the clauses size190944
Maximum clause length58
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256649
Number of clauses of size 35901
Number of clauses of size 4437
Number of clauses of size 5591
Number of clauses of size over 54007

Solver Data

0.11/0.13	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776808-1243675705.cnf 
0.11/0.13	c Using SATTIMEOUT of 10000
0.11/0.13	c Using SATRAM of 2047
0.11/0.13	c Size of subset node = 16
0.11/0.13	c Variables = 7000
0.11/0.13	c Clauses = 67586
0.11/0.13	c Literals = 190944
0.11/0.13	c Reduced size:
0.11/0.13	c Variables = 7000
0.11/0.13	c Clauses = 67033
0.11/0.13	c Literals = 189444
0.11/0.13	c a2
0.42/0.43	c a1
1.82/1.85	c Independent sub-problems = 1
1.82/1.85	c Sub-problem with 6912 variables and 67033 clauses
1.82/1.85	c using permutation method 4
1.82/1.85	c count = 1
1.82/1.85	c Ordering finished 1.820 seconds
1.82/1.85	c mapped 1.850 seconds
1.82/1.85	c permuted 1.850 seconds
1.82/1.85	c about to sort
1.82/1.87	c sorted
2.82/2.83	c clauses now 67033
2.82/2.83	c init finished 1.920 seconds
2.82/2.83	c tree built 2.830 seconds
2.82/2.83	c 
2.82/2.83	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
2.82/2.83	c ---------------------------------|----------------------------------|------------------------------------------------------
2.82/2.83	c ................................ | ..........                       |                        2.8           0.0             
2.82/2.83	c ................................ | ..........                     1 |                        2.8           0.4             
2.82/2.83	c ................................ | ..........                     2 |                        2.8           0.7             
2.82/2.83	c ................................ | ..........                     3 |                        2.8           1.1             
2.82/2.83	c ................................ | ..........                     4 |                        2.8           1.4             
2.82/2.83	c ................................ | ..........                     5 |                        2.8           1.8             
2.82/2.83	c ................................ | ..........                  1000 | 2                      2.8         353.4           91
200.01/105.94	c ................................ | ..........               2511000 | 96394                200.1       12550.6     34555167
400.11/210.91	c ................................ | ..........               3123000 | 128959               400.1        7805.0     89433919

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-1776808-1243675705/watcher-1776808-1243675705 -o /tmp/evaluation-result-1776808-1243675705/solver-1776808-1243675705 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776808-1243675705.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: 7.04 5.75 5.73 6/112 997
/proc/meminfo: memFree=3035856/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=868 CPUtime=0.01
/proc/997/stat : 997 (ttsth-5-0) R 995 997 20065 0 -1 4194304 46 0 0 0 0 1 0 0 25 0 1 0 1132234616 888832 3 4294967295 134512640 135237372 3213593600 3213593600 134512976 0 0 0 0 0 0 0 17 1 0 0 0
/proc/997/statm: 217 3 0 177 0 39 0

[startup+0.100144 s]
/proc/loadavg: 7.04 5.75 5.73 6/112 997
/proc/meminfo: memFree=3035856/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=5696 CPUtime=0.11
/proc/997/stat : 997 (ttsth-5-0) R 995 997 20065 0 -1 4202496 1250 0 0 0 9 2 0 0 25 0 1 0 1132234616 5832704 1205 4294967295 134512640 135237372 3213593600 3213593328 134533700 0 0 0 0 0 0 0 17 1 0 0 0
/proc/997/statm: 1424 1205 75 177 0 1246 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5696

[startup+0.210131 s]
/proc/loadavg: 7.04 5.75 5.73 6/112 997
/proc/meminfo: memFree=3035856/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=13856 CPUtime=0.22
/proc/997/stat : 997 (ttsth-5-0) R 995 997 20065 0 -1 4202496 3206 0 0 0 20 2 0 0 25 0 1 0 1132234616 14188544 3160 4294967295 134512640 135237372 3213593600 3213592128 134680326 0 0 0 0 0 0 0 17 1 0 0 0
/proc/997/statm: 3464 3160 76 177 0 3286 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 13856

[startup+0.31012 s]
/proc/loadavg: 7.04 5.75 5.73 6/112 997
/proc/meminfo: memFree=3035856/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=13856 CPUtime=0.32
/proc/997/stat : 997 (ttsth-5-0) R 995 997 20065 0 -1 4202496 3206 0 0 0 30 2 0 0 25 0 1 0 1132234616 14188544 3160 4294967295 134512640 135237372 3213593600 3213592512 134680723 0 0 0 0 0 0 0 17 1 0 0 0
/proc/997/statm: 3464 3160 76 177 0 3286 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 13856

[startup+0.710093 s]
/proc/loadavg: 7.04 5.75 5.73 6/112 997
/proc/meminfo: memFree=3035856/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=13908 CPUtime=0.72
/proc/997/stat : 997 (ttsth-5-0) R 995 997 20065 0 -1 4202496 3434 0 0 0 70 2 0 0 25 0 1 0 1132234616 14241792 3255 4294967295 134512640 135237372 3213593600 3213592928 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/997/statm: 3477 3255 77 177 0 3299 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13908

[startup+1.51002 s]
/proc/loadavg: 6.88 5.74 5.73 6/113 1008
/proc/meminfo: memFree=3023056/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=13908 CPUtime=1.52
/proc/997/stat : 997 (ttsth-5-0) R 995 997 20065 0 -1 4202496 3434 0 0 0 150 2 0 0 25 0 1 0 1132234616 14241792 3255 4294967295 134512640 135237372 3213593600 3213592928 134555299 0 0 0 0 0 0 0 17 1 0 0 0
/proc/997/statm: 3477 3255 77 177 0 3299 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 13908

[startup+3.10989 s]
/proc/loadavg: 6.88 5.74 5.73 6/113 1017
/proc/meminfo: memFree=3004684/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=82024 CPUtime=3.12
/proc/997/stat : 997 (ttsth-5-0) S 995 997 20065 0 -1 4202496 12510 0 0 0 308 4 0 0 25 0 5 0 1132234616 83992576 12265 4294967295 134512640 135237372 3213593600 3213593196 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/997/statm: 20506 12265 95 177 0 20328 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 82024

[startup+6.30963 s]
/proc/loadavg: 6.89 5.76 5.73 8/116 1052
/proc/meminfo: memFree=2978932/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=92332 CPUtime=8.84
/proc/997/stat : 997 (ttsth-5-0) S 995 997 20065 0 -1 4202496 15255 0 0 0 878 6 0 0 25 0 5 0 1132234616 94547968 15010 4294967295 134512640 135237372 3213593600 3213593196 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/997/statm: 23083 15010 95 177 0 22905 0
[pid=997/tid=1024] ppid=995 vsize=92332 CPUtime=1.5
/proc/997/task/1024/stat : 1024 (ttsth-5-0) R 995 997 20065 0 -1 4202560 513 0 0 0 150 0 0 0 25 0 5 0 1132234899 94547968 15010 4294967295 134512640 135237372 3213593600 3083729520 134591970 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=997/tid=1025] ppid=995 vsize=92332 CPUtime=1.69
/proc/997/task/1025/stat : 1025 (ttsth-5-0) R 995 997 20065 0 -1 4202560 463 0 0 0 168 1 0 0 25 0 5 0 1132234899 94547968 15010 4294967295 134512640 135237372 3213593600 3075143856 134551475 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=997/tid=1026] ppid=995 vsize=92332 CPUtime=1.36
/proc/997/task/1026/stat : 1026 (ttsth-5-0) R 995 997 20065 0 -1 4202560 1246 0 0 0 135 1 0 0 25 0 5 0 1132234899 94547968 15010 4294967295 134512640 135237372 3213593600 3066727668 134636382 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=997/tid=1027] ppid=995 vsize=92332 CPUtime=1.45
/proc/997/task/1027/stat : 1027 (ttsth-5-0) R 995 997 20065 0 -1 4202560 881 0 0 0 145 0 0 0 25 0 5 0 1132234906 94547968 15010 4294967295 134512640 135237372 3213593600 3058513264 134561524 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.84
Current children cumulated vsize (KiB) 92332

[startup+12.7091 s]
/proc/loadavg: 6.90 5.78 5.74 8/116 1052
/proc/meminfo: memFree=2962364/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=108636 CPUtime=21.32
/proc/997/stat : 997 (ttsth-5-0) S 995 997 20065 0 -1 4202496 19349 0 0 0 2122 10 0 0 25 0 5 0 1132234616 111243264 19104 4294967295 134512640 135237372 3213593600 3213593196 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/997/statm: 27159 19104 95 177 0 26981 0
[pid=997/tid=1024] ppid=995 vsize=108636 CPUtime=4.64
/proc/997/task/1024/stat : 1024 (ttsth-5-0) R 995 997 20065 0 -1 4202560 1365 0 0 0 463 1 0 0 25 0 5 0 1132234899 111243264 19104 4294967295 134512640 135237372 3213593600 3083677440 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=997/tid=1025] ppid=995 vsize=108636 CPUtime=4.72
/proc/997/task/1025/stat : 1025 (ttsth-5-0) R 995 997 20065 0 -1 4202560 812 0 0 0 471 1 0 0 25 0 5 0 1132234899 111243264 19104 4294967295 134512640 135237372 3213593600 3075265200 134680503 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=997/tid=1026] ppid=995 vsize=108636 CPUtime=4.57
/proc/997/task/1026/stat : 1026 (ttsth-5-0) R 995 997 20065 0 -1 4202560 2738 0 0 0 456 1 0 0 25 0 5 0 1132234899 111243264 19104 4294967295 134512640 135237372 3213593600 3066917184 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=997/tid=1027] ppid=995 vsize=108636 CPUtime=4.55
/proc/997/task/1027/stat : 1027 (ttsth-5-0) R 995 997 20065 0 -1 4202560 2282 0 0 0 452 3 0 0 25 0 5 0 1132234906 111243264 19104 4294967295 134512640 135237372 3213593600 3058673216 134550989 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.32
Current children cumulated vsize (KiB) 108636

[startup+25.508 s]
/proc/loadavg: 6.99 5.85 5.76 8/116 1053
/proc/meminfo: memFree=2927880/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=143408 CPUtime=45.86
/proc/997/stat : 997 (ttsth-5-0) S 995 997 20065 0 -1 4202496 27878 0 0 0 4574 12 0 0 25 0 5 0 1132234616 146849792 27633 4294967295 134512640 135237372 3213593600 3213593196 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/997/statm: 35852 27633 95 177 0 35674 0
[pid=997/tid=1024] ppid=995 vsize=143408 CPUtime=11.14
/proc/997/task/1024/stat : 1024 (ttsth-5-0) R 995 997 20065 0 -1 4202560 3928 0 0 0 1113 1 0 0 25 0 5 0 1132234899 146849792 27633 4294967295 134512640 135237372 3213593600 3083941248 134680262 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=997/tid=1025] ppid=995 vsize=143408 CPUtime=10.92
/proc/997/task/1025/stat : 1025 (ttsth-5-0) R 995 997 20065 0 -1 4202560 2221 0 0 0 1091 1 0 0 25 0 5 0 1132234899 146849792 27633 4294967295 134512640 135237372 3213593600 3075131824 134562373 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=997/tid=1026] ppid=995 vsize=143408 CPUtime=10.41
/proc/997/task/1026/stat : 1026 (ttsth-5-0) R 995 997 20065 0 -1 4202560 4059 0 0 0 1039 2 0 0 25 0 5 0 1132234899 146849792 27633 4294967295 134512640 135237372 3213593600 3066864032 134591106 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=997/tid=1027] ppid=995 vsize=143408 CPUtime=10.55
/proc/997/task/1027/stat : 1027 (ttsth-5-0) R 995 997 20065 0 -1 4202560 5518 0 0 0 1051 4 0 0 25 0 5 0 1132234906 146849792 27633 4294967295 134512640 135237372 3213593600 3058730944 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.86
Current children cumulated vsize (KiB) 143408

[startup+51.1059 s]
/proc/loadavg: 7.13 5.97 5.81 8/116 1057
/proc/meminfo: memFree=2830768/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=244752 CPUtime=94.97
/proc/997/stat : 997 (ttsth-5-0) S 995 997 20065 0 -1 4202496 52679 0 0 0 9475 22 0 0 25 0 5 0 1132234616 250626048 52434 4294967295 134512640 135237372 3213593600 3213593196 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/997/statm: 61188 52434 95 177 0 61010 0
[pid=997/tid=1024] ppid=995 vsize=244752 CPUtime=23.94
/proc/997/task/1024/stat : 1024 (ttsth-5-0) R 995 997 20065 0 -1 4202560 13838 0 0 0 2387 7 0 0 25 0 5 0 1132234899 250626048 52434 4294967295 134512640 135237372 3213593600 3083943692 134749365 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=997/tid=1025] ppid=995 vsize=244752 CPUtime=22.97
/proc/997/task/1025/stat : 1025 (ttsth-5-0) R 995 997 20065 0 -1 4202560 4919 0 0 0 2296 1 0 0 25 0 5 0 1132234899 250626048 52434 4294967295 134512640 135237372 3213593600 3075607184 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=997/tid=1026] ppid=995 vsize=244752 CPUtime=22.41
/proc/997/task/1026/stat : 1026 (ttsth-5-0) R 995 997 20065 0 -1 4202560 10682 0 0 0 2237 4 0 0 25 0 5 0 1132234899 250626048 52434 4294967295 134512640 135237372 3213593600 3067268688 134562341 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=997/tid=1027] ppid=995 vsize=244752 CPUtime=22.82
/proc/997/task/1027/stat : 1027 (ttsth-5-0) R 995 997 20065 0 -1 4202560 11088 0 0 0 2276 6 0 0 25 0 5 0 1132234906 250626048 52434 4294967295 134512640 135237372 3213593600 3058565568 134591065 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 94.97
Current children cumulated vsize (KiB) 244752

[startup+102.312 s]
/proc/loadavg: 7.40 6.22 5.90 8/116 1243
/proc/meminfo: memFree=2458320/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=627676 CPUtime=193.43
/proc/997/stat : 997 (ttsth-5-0) S 995 997 20065 0 -1 4202496 145026 0 0 0 19279 64 0 0 25 0 5 0 1132234616 642740224 144781 4294967295 134512640 135237372 3213593600 3213593196 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/997/statm: 156919 144781 95 177 0 156741 0
[pid=997/tid=1024] ppid=995 vsize=627676 CPUtime=49.14
/proc/997/task/1024/stat : 1024 (ttsth-5-0) R 995 997 20065 0 -1 4202560 71190 0 0 0 4884 30 0 0 25 0 5 0 1132234899 642740224 144781 4294967295 134512640 135237372 3213593600 3083981112 134519962 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=997/tid=1025] ppid=995 vsize=627676 CPUtime=47.31
/proc/997/task/1025/stat : 1025 (ttsth-5-0) R 995 997 20065 0 -1 4202560 16717 0 0 0 4726 5 0 0 25 0 5 0 1132234899 642740224 144781 4294967295 134512640 135237372 3213593600 3075321648 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=997/tid=1026] ppid=995 vsize=627676 CPUtime=47.01
/proc/997/task/1026/stat : 1026 (ttsth-5-0) R 995 997 20065 0 -1 4202560 22521 0 0 0 4692 9 0 0 25 0 5 0 1132234899 642740224 144781 4294967295 134512640 135237372 3213593600 3067015052 134749296 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=997/tid=1027] ppid=995 vsize=627676 CPUtime=47.13
/proc/997/task/1027/stat : 1027 (ttsth-5-0) R 995 997 20065 0 -1 4202560 22446 0 0 0 4697 16 0 0 25 0 5 0 1132234906 642740224 144781 4294967295 134512640 135237372 3213593600 3058664944 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 193.43
Current children cumulated vsize (KiB) 627676

[startup+162.307 s]
/proc/loadavg: 7.38 6.44 5.99 8/116 1431
/proc/meminfo: memFree=1972188/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=1141736 CPUtime=306.84
/proc/997/stat : 997 (ttsth-5-0) S 995 997 20065 0 -1 4202496 268092 0 0 0 30585 99 0 0 25 0 5 0 1132234616 1169137664 267847 4294967295 134512640 135237372 3213593600 3213593196 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/997/statm: 285434 267847 95 177 0 285256 0
[pid=997/tid=1024] ppid=995 vsize=1141736 CPUtime=77.54
/proc/997/task/1024/stat : 1024 (ttsth-5-0) R 995 997 20065 0 -1 4202560 144702 0 0 0 7708 46 0 0 25 0 5 0 1132234899 1169137664 267847 4294967295 134512640 135237372 3213593600 3084042288 134591433 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=997/tid=1025] ppid=995 vsize=1141736 CPUtime=75.92
/proc/997/task/1025/stat : 1025 (ttsth-5-0) R 995 997 20065 0 -1 4202560 24990 0 0 0 7586 6 0 0 25 0 5 0 1132234899 1169137664 267847 4294967295 134512640 135237372 3213593600 3075425616 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=997/tid=1026] ppid=995 vsize=1141736 CPUtime=75.11
/proc/997/task/1026/stat : 1026 (ttsth-5-0) R 995 997 20065 0 -1 4202560 36819 0 0 0 7492 19 0 0 25 0 5 0 1132234899 1169137664 267847 4294967295 134512640 135237372 3213593600 3066975344 134591163 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=997/tid=1027] ppid=995 vsize=1141736 CPUtime=75.43
/proc/997/task/1027/stat : 1027 (ttsth-5-0) R 995 997 20065 0 -1 4202560 49429 0 0 0 7519 24 0 0 25 0 5 0 1132234906 1169137664 267847 4294967295 134512640 135237372 3213593600 3058868252 134519936 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 306.84
Current children cumulated vsize (KiB) 1141736

[startup+222.312 s]
/proc/loadavg: 7.47 6.64 6.09 8/116 1619
/proc/meminfo: memFree=1488064/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=1642120 CPUtime=419.82
/proc/997/stat : 997 (ttsth-5-0) S 995 997 20065 0 -1 4202496 387538 0 0 0 41838 144 0 0 25 0 5 0 1132234616 1681530880 387293 4294967295 134512640 135237372 3213593600 3213593196 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/997/statm: 410530 387293 95 177 0 410352 0
[pid=997/tid=1024] ppid=995 vsize=1642120 CPUtime=105.74
/proc/997/task/1024/stat : 1024 (ttsth-5-0) R 995 997 20065 0 -1 4202560 217544 0 0 0 10498 76 0 0 25 0 5 0 1132234899 1681530880 387293 4294967295 134512640 135237372 3213593600 3084038928 134749343 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=997/tid=1025] ppid=995 vsize=1642120 CPUtime=104.04
/proc/997/task/1025/stat : 1025 (ttsth-5-0) R 995 997 20065 0 -1 4202560 34376 0 0 0 10395 9 0 0 25 0 5 0 1132234899 1681530880 387293 4294967295 134512640 135237372 3213593600 3075404992 134562278 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=997/tid=1026] ppid=995 vsize=1642120 CPUtime=103.81
/proc/997/task/1026/stat : 1026 (ttsth-5-0) R 995 997 20065 0 -1 4202560 52839 0 0 0 10356 25 0 0 25 0 5 0 1132234899 1681530880 387293 4294967295 134512640 135237372 3213593600 3067158656 134591177 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=997/tid=1027] ppid=995 vsize=1642120 CPUtime=103.4
/proc/997/task/1027/stat : 1027 (ttsth-5-0) R 995 997 20065 0 -1 4202560 70627 0 0 0 10310 30 0 0 25 0 5 0 1132234906 1681530880 387293 4294967295 134512640 135237372 3213593600 3058640240 134680467 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 419.82
Current children cumulated vsize (KiB) 1642120

[startup+282.307 s]
/proc/loadavg: 7.34 6.76 6.16 8/116 1812
/proc/meminfo: memFree=1125552/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=2032056 CPUtime=531.83
/proc/997/stat : 997 (ttsth-5-0) S 995 997 20065 0 -1 4202496 479105 0 0 0 53006 177 0 0 25 0 5 0 1132234616 2080825344 478860 4294967295 134512640 135237372 3213593600 3213593196 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/997/statm: 508014 478860 95 177 0 507836 0
[pid=997/tid=1024] ppid=995 vsize=2032056 CPUtime=133.91
/proc/997/task/1024/stat : 1024 (ttsth-5-0) R 995 997 20065 0 -1 4202560 277839 0 0 0 13302 89 0 0 25 0 5 0 1132234899 2080825344 478860 4294967295 134512640 135237372 3213593600 3084041904 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=997/tid=1025] ppid=995 vsize=2032056 CPUtime=131.82
/proc/997/task/1025/stat : 1025 (ttsth-5-0) R 995 997 20065 0 -1 4202560 42832 0 0 0 13162 20 0 0 25 0 5 0 1132234899 2080825344 478860 4294967295 134512640 135237372 3213593600 3075393692 134565958 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=997/tid=1026] ppid=995 vsize=2032056 CPUtime=132.01
/proc/997/task/1026/stat : 1026 (ttsth-5-0) R 995 997 20065 0 -1 4202560 63827 0 0 0 13172 29 0 0 25 0 5 0 1132234899 2080825344 478860 4294967295 134512640 135237372 3213593600 3067059184 134562399 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=997/tid=1027] ppid=995 vsize=2032056 CPUtime=131.25
/proc/997/task/1027/stat : 1027 (ttsth-5-0) R 995 997 20065 0 -1 4202560 82455 0 0 0 13090 35 0 0 25 0 5 0 1132234906 2080825344 478860 4294967295 134512640 135237372 3213593600 3058569712 134562351 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 531.83
Current children cumulated vsize (KiB) 2032056



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+293.106 s]
/proc/loadavg: 7.36 6.79 6.18 8/116 1812
/proc/meminfo: memFree=1060120/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=2096972 CPUtime=552.45
/proc/997/stat : 997 (ttsth-5-0) S 995 997 20065 0 -1 4202496 494280 0 0 0 55065 180 0 0 25 0 5 0 1132234616 2147299328 494035 4294967295 134512640 135237372 3213593600 3213593196 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/997/statm: 524243 494035 95 177 0 524065 0
[pid=997/tid=1024] ppid=995 vsize=2096972 CPUtime=139.14
/proc/997/task/1024/stat : 1024 (ttsth-5-0) R 995 997 20065 0 -1 4202560 288378 0 0 0 13823 91 0 0 25 0 5 0 1132234899 2147299328 494043 4294967295 134512640 135237372 3213593600 3084028148 134561106 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=997/tid=1025] ppid=995 vsize=2096972 CPUtime=137.02
/proc/997/task/1025/stat : 1025 (ttsth-5-0) R 995 997 20065 0 -1 4202560 43709 0 0 0 13682 20 0 0 25 0 5 0 1132234899 2147299328 494043 4294967295 134512640 135237372 3213593600 3075354160 134593473 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=997/tid=1026] ppid=995 vsize=2096972 CPUtime=137
/proc/997/task/1026/stat : 1026 (ttsth-5-0) R 995 997 20065 0 -1 4202560 65843 0 0 0 13670 30 0 0 25 0 5 0 1132234899 2147299328 494043 4294967295 134512640 135237372 3213593600 3067105712 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=997/tid=1027] ppid=995 vsize=2096972 CPUtime=136.45
/proc/997/task/1027/stat : 1027 (ttsth-5-0) R 995 997 20065 0 -1 4202560 84206 0 0 0 13610 35 0 0 25 0 5 0 1132234906 2147299328 494043 4294967295 134512640 135237372 3213593600 3058617952 134562331 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 552.45
Current children cumulated vsize (KiB) 2096972

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

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

[startup+293.216 s]
/proc/loadavg: 7.36 6.79 6.18 8/116 1812
/proc/meminfo: memFree=1060120/3368532 swapFree=1953788/1959888
[pid=997] ppid=995 vsize=0 CPUtime=552.54
/proc/997/stat : 997 (ttsth-5-0) Z 995 997 20065 0 -1 4203524 494298 0 0 0 55066 188 0 0 18 0 2 0 1132234616 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/997/statm: 0 0 0 0 0 0 0
[pid=997/tid=1027] ppid=995 vsize=0 CPUtime=136.53
/proc/997/task/1027/stat : 1027 (ttsth-5-0) R 995 997 20065 0 -1 4203588 84206 0 0 0 13610 43 0 0 25 0 2 0 1132234906 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) 552.54
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 293.239
CPU time (s): 552.56
CPU user time (s): 550.66
CPU system time (s): 1.9
CPU usage (%): 188.433
Max. virtual memory (cumulated for all children) (KiB): 2096972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 550.66
system time used= 1.9
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 494298
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= 2281
involuntary context switches= 15885

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 11:28:25
IDJOB=1776808
IDBENCH=69594
IDSOLVER=632
FILE ID=/1776808-1243675705
PBS_JOBID=
Free space on /tmp= 6476 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT_RACE08/cnf/velev-engi-uns-1.0-4nd.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776808-1243675705/watcher-1776808-1243675705 -o /tmp/evaluation-result-1776808-1243675705/solver-1776808-1243675705 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776808-1243675705.cnf

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

MD5SUM BENCH= 700f8e86139a93fca212e22efa0f7d2b
RANDOM SEED= 884021207

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.061
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.41
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.061
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.061
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.061
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:       3035856 kB
Buffers:        114052 kB
Cached:         100216 kB
SwapCached:       2256 kB
Active:         153308 kB
Inactive:        77720 kB
HighTotal:     2489216 kB
HighFree:      2370188 kB
LowTotal:       879316 kB
LowFree:        665668 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            2032 kB
Writeback:           0 kB
AnonPages:       15996 kB
Mapped:           5280 kB
Slab:            91084 kB
SReclaimable:    77084 kB
SUnreclaim:      14000 kB
PageTables:        704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   112680 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6476 MiB
End job on  at 2009-05-30 11:33:20