Trace number 1779103

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) 322.68 81.3438

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray02_32.cnf
MD5SUMda0c445b72f13d929ab0690c3bfa81ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark601.74
Satisfiable
(Un)Satisfiability was proved
Number of variables4252
Number of clauses12563
Sum of the clauses size29311
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 28374
Number of clauses of size 34187
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779103-1243677758.cnf 
0.00/0.01	c Using SATTIMEOUT of 10000
0.00/0.01	c Using SATRAM of 2047
0.00/0.01	c Size of subset node = 16
0.00/0.01	c Variables = 4252
0.00/0.01	c Clauses = 12563
0.00/0.01	c Literals = 29311
0.00/0.01	c Reduced size:
0.00/0.01	c Variables = 4252
0.00/0.01	c Clauses = 12559
0.00/0.01	c Literals = 29304
0.00/0.01	c a2
0.00/0.03	c a1
0.42/0.42	c Independent sub-problems = 1
0.42/0.42	c Sub-problem with 4250 variables and 12559 clauses
0.42/0.42	c using permutation method 4
0.42/0.42	c count = 1
0.42/0.42	c Ordering finished 0.420 seconds
0.42/0.42	c mapped 0.430 seconds
0.42/0.42	c permuted 0.430 seconds
0.42/0.42	c about to sort
0.42/0.42	c sorted
0.42/0.49	c clauses now 12559
0.42/0.49	c init finished 0.460 seconds
0.42/0.49	c tree built 0.500 seconds
0.42/0.49	c 
0.42/0.49	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.42/0.49	c ---------------------------------|----------------------------------|------------------------------------------------------
0.42/0.49	c ................................ | ..........                       |                        0.5           0.0             
0.42/0.49	c ................................ | ..........                     1 |                        0.5           2.0             
0.42/0.49	c ................................ | ..........                     2 |                        0.5           4.0             
0.42/0.49	c ................................ | ..........                     3 |                        0.5           6.0             
0.42/0.49	c ................................ | ..........                     4 |                        0.5           8.0             
0.42/0.49	c ................................ | ..........                     5 |                        0.5          10.0             
0.42/0.49	c ................................ | ..........                  1000 | 1                      0.5        2000.0          190
199.75/50.49	c ................................ | ..........               1094000 | 45345                200.0        5469.2     80348492

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-1779103-1243677758/watcher-1779103-1243677758 -o /tmp/evaluation-result-1779103-1243677758/solver-1779103-1243677758 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779103-1243677758.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.92 4.01 3.29 3/99 9186
/proc/meminfo: memFree=3069548/3368532 swapFree=1953580/1959888
[pid=9186] ppid=9184 vsize=1144 CPUtime=0.01
/proc/9186/stat : 9186 (ttsth-5-0) R 9184 9186 20984 0 -1 4202496 170 0 0 0 1 0 0 0 18 0 1 0 1132440197 1171456 126 4294967295 134512640 135237372 3217647584 3217647032 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/9186/statm: 286 126 74 177 0 108 0

[startup+0.08121 s]
/proc/loadavg: 3.92 4.01 3.29 3/99 9186
/proc/meminfo: memFree=3069548/3368532 swapFree=1953580/1959888
[pid=9186] ppid=9184 vsize=3312 CPUtime=0.09
/proc/9186/stat : 9186 (ttsth-5-0) R 9184 9186 20984 0 -1 4202496 723 0 0 0 9 0 0 0 18 0 1 0 1132440197 3391488 679 4294967295 134512640 135237372 3217647584 3217646912 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/9186/statm: 828 679 77 177 0 650 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3312

[startup+0.111206 s]
/proc/loadavg: 3.92 4.01 3.29 3/99 9186
/proc/meminfo: memFree=3069548/3368532 swapFree=1953580/1959888
[pid=9186] ppid=9184 vsize=3312 CPUtime=0.12
/proc/9186/stat : 9186 (ttsth-5-0) R 9184 9186 20984 0 -1 4202496 731 0 0 0 12 0 0 0 18 0 1 0 1132440197 3391488 687 4294967295 134512640 135237372 3217647584 3217646912 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/9186/statm: 828 687 77 177 0 650 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 3312

[startup+0.311186 s]
/proc/loadavg: 3.92 4.01 3.29 3/99 9186
/proc/meminfo: memFree=3069548/3368532 swapFree=1953580/1959888
[pid=9186] ppid=9184 vsize=3444 CPUtime=0.32
/proc/9186/stat : 9186 (ttsth-5-0) R 9184 9186 20984 0 -1 4202496 760 0 0 0 32 0 0 0 18 0 1 0 1132440197 3526656 716 4294967295 134512640 135237372 3217647584 3217646912 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/9186/statm: 861 716 77 177 0 683 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 3444

[startup+0.711157 s]
/proc/loadavg: 3.92 4.01 3.29 3/99 9186
/proc/meminfo: memFree=3069548/3368532 swapFree=1953580/1959888
[pid=9186] ppid=9184 vsize=61492 CPUtime=1.29
/proc/9186/stat : 9186 (ttsth-5-0) S 9184 9186 20984 0 -1 4202496 6959 0 0 0 126 3 0 0 18 0 5 0 1132440197 62967808 6915 4294967295 134512640 135237372 3217647584 3217647180 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9186/statm: 15373 6915 95 177 0 15195 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 61492

[startup+1.51108 s]
/proc/loadavg: 3.92 4.01 3.29 6/104 9191
/proc/meminfo: memFree=3029152/3368532 swapFree=1953580/1959888
[pid=9186] ppid=9184 vsize=95460 CPUtime=4.49
/proc/9186/stat : 9186 (ttsth-5-0) S 9184 9186 20984 0 -1 4202496 15464 0 0 0 441 8 0 0 18 0 5 0 1132440197 97751040 15420 4294967295 134512640 135237372 3217647584 3217647180 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9186/statm: 23865 15420 95 177 0 23687 0
[pid=9186/tid=9188] ppid=9184 vsize=95460 CPUtime=1.01
/proc/9186/task/9188/stat : 9188 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 3084 0 0 0 99 2 0 0 19 0 5 0 1132440247 97751040 15420 4294967295 134512640 135237372 3217647584 3085893488 134591217 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=9186/tid=9189] ppid=9184 vsize=95460 CPUtime=1.01
/proc/9186/task/9189/stat : 9189 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 2786 0 0 0 99 2 0 0 21 0 5 0 1132440247 97751040 15421 4294967295 134512640 135237372 3217647584 3077484288 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9186/tid=9190] ppid=9184 vsize=95460 CPUtime=0.99
/proc/9186/task/9190/stat : 9190 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 2535 0 0 0 98 1 0 0 18 0 5 0 1132440247 97751040 15421 4294967295 134512640 135237372 3217647584 3069105376 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9186/tid=9191] ppid=9184 vsize=95460 CPUtime=0.98
/proc/9186/task/9191/stat : 9191 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 2616 0 0 0 97 1 0 0 19 0 5 0 1132440247 97751040 15421 4294967295 134512640 135237372 3217647584 3060682400 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 95460

[startup+3.11093 s]
/proc/loadavg: 3.92 4.01 3.29 6/104 9191
/proc/meminfo: memFree=2988452/3368532 swapFree=1953580/1959888
[pid=9186] ppid=9184 vsize=148252 CPUtime=10.89
/proc/9186/stat : 9186 (ttsth-5-0) S 9184 9186 20984 0 -1 4202496 28696 0 0 0 1077 12 0 0 18 0 5 0 1132440197 151810048 28652 4294967295 134512640 135237372 3217647584 3217647180 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9186/statm: 37063 28654 95 177 0 36885 0
[pid=9186/tid=9188] ppid=9184 vsize=148252 CPUtime=2.61
/proc/9186/task/9188/stat : 9188 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 6571 0 0 0 259 2 0 0 23 0 5 0 1132440247 151810048 28654 4294967295 134512640 135237372 3217647584 3085918496 134749353 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=9186/tid=9189] ppid=9184 vsize=148252 CPUtime=2.61
/proc/9186/task/9189/stat : 9189 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 6128 0 0 0 257 4 0 0 25 0 5 0 1132440247 151810048 28654 4294967295 134512640 135237372 3217647584 3077469600 134587552 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9186/tid=9190] ppid=9184 vsize=148252 CPUtime=2.59
/proc/9186/task/9190/stat : 9190 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 5806 0 0 0 258 1 0 0 16 0 5 0 1132440247 151810048 28654 4294967295 134512640 135237372 3217647584 3069089584 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9186/tid=9191] ppid=9184 vsize=148252 CPUtime=2.58
/proc/9186/task/9191/stat : 9191 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 5749 0 0 0 255 3 0 0 20 0 5 0 1132440247 151810048 28654 4294967295 134512640 135237372 3217647584 3060750032 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.89
Current children cumulated vsize (KiB) 148252

[startup+6.31062 s]
/proc/loadavg: 4.01 4.03 3.29 6/104 9191
/proc/meminfo: memFree=2884144/3368532 swapFree=1953580/1959888
[pid=9186] ppid=9184 vsize=239944 CPUtime=23.68
/proc/9186/stat : 9186 (ttsth-5-0) S 9184 9186 20984 0 -1 4202496 51704 0 0 0 2347 21 0 0 18 0 5 0 1132440197 245702656 51660 4294967295 134512640 135237372 3217647584 3217647180 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9186/statm: 59986 51660 95 177 0 59808 0
[pid=9186/tid=9188] ppid=9184 vsize=239944 CPUtime=5.81
/proc/9186/task/9188/stat : 9188 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 13407 0 0 0 577 4 0 0 25 0 5 0 1132440247 245702656 51660 4294967295 134512640 135237372 3217647584 3085931216 134591177 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=9186/tid=9189] ppid=9184 vsize=239944 CPUtime=5.8
/proc/9186/task/9189/stat : 9189 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 11387 0 0 0 573 7 0 0 25 0 5 0 1132440247 245702656 51660 4294967295 134512640 135237372 3217647584 3077538752 134680262 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=9186/tid=9190] ppid=9184 vsize=239944 CPUtime=5.79
/proc/9186/task/9190/stat : 9190 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 11112 0 0 0 576 3 0 0 17 0 5 0 1132440247 245702656 51660 4294967295 134512640 135237372 3217647584 3069103132 134636641 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9186/tid=9191] ppid=9184 vsize=239944 CPUtime=5.78
/proc/9186/task/9191/stat : 9191 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 11354 0 0 0 573 5 0 0 25 0 5 0 1132440247 245702656 51660 4294967295 134512640 135237372 3217647584 3060669596 134636641 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.68
Current children cumulated vsize (KiB) 239944

[startup+12.71 s]
/proc/loadavg: 4.09 4.04 3.30 6/104 9374
/proc/meminfo: memFree=2720108/3368532 swapFree=1953580/1959888
[pid=9186] ppid=9184 vsize=400364 CPUtime=48.97
/proc/9186/stat : 9186 (ttsth-5-0) S 9184 9186 20984 0 -1 4202496 91835 0 0 0 4866 31 0 0 18 0 5 0 1132440197 409972736 91791 4294967295 134512640 135237372 3217647584 3217647180 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9186/statm: 100091 91792 95 177 0 99913 0
[pid=9186/tid=9188] ppid=9184 vsize=400364 CPUtime=12.18
/proc/9186/task/9188/stat : 9188 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 23504 0 0 0 1213 5 0 0 25 0 5 0 1132440247 409972736 91792 4294967295 134512640 135237372 3217647584 3085931088 134562380 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=9186/tid=9189] ppid=9184 vsize=400364 CPUtime=12.06
/proc/9186/task/9189/stat : 9189 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 20746 0 0 0 1197 9 0 0 25 0 5 0 1132440247 409972736 91792 4294967295 134512640 135237372 3217647584 3077535408 134680273 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9186/tid=9190] ppid=9184 vsize=400364 CPUtime=12.17
/proc/9186/task/9190/stat : 9190 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 20363 0 0 0 1213 4 0 0 25 0 5 0 1132440247 409972736 91793 4294967295 134512640 135237372 3217647584 3069116368 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9186/tid=9191] ppid=9184 vsize=400364 CPUtime=12.06
/proc/9186/task/9191/stat : 9191 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 22780 0 0 0 1195 11 0 0 25 0 5 0 1132440247 409972736 91793 4294967295 134512640 135237372 3217647584 3060746576 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 48.97
Current children cumulated vsize (KiB) 400364

[startup+25.5088 s]
/proc/loadavg: 4.14 4.06 3.32 5/104 9377
/proc/meminfo: memFree=2396244/3368532 swapFree=1953580/1959888
[pid=9186] ppid=9184 vsize=715188 CPUtime=100.15
/proc/9186/stat : 9186 (ttsth-5-0) S 9184 9186 20984 0 -1 4202496 170559 0 0 0 9962 53 0 0 18 0 5 0 1132440197 732352512 170515 4294967295 134512640 135237372 3217647584 3217647180 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9186/statm: 178797 170515 95 177 0 178619 0
[pid=9186/tid=9188] ppid=9184 vsize=715188 CPUtime=24.98
/proc/9186/task/9188/stat : 9188 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 38682 0 0 0 2489 9 0 0 25 0 5 0 1132440247 732352512 170515 4294967295 134512640 135237372 3217647584 3085927584 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=9186/tid=9189] ppid=9184 vsize=715188 CPUtime=24.86
/proc/9186/task/9189/stat : 9189 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 41609 0 0 0 2464 22 0 0 25 0 5 0 1132440247 732352512 170515 4294967295 134512640 135237372 3217647584 3077578408 134733328 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9186/tid=9190] ppid=9184 vsize=715188 CPUtime=24.97
/proc/9186/task/9190/stat : 9190 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 39945 0 0 0 2491 6 0 0 25 0 5 0 1132440247 732352512 170516 4294967295 134512640 135237372 3217647584 3069122864 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9186/tid=9191] ppid=9184 vsize=715188 CPUtime=24.84
/proc/9186/task/9191/stat : 9191 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 45879 0 0 0 2470 14 0 0 25 0 5 0 1132440247 732352512 170516 4294967295 134512640 135237372 3217647584 3060763808 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.15
Current children cumulated vsize (KiB) 715188

[startup+51.1164 s]
/proc/loadavg: 4.09 4.05 3.34 5/104 9378
/proc/meminfo: memFree=1742456/3368532 swapFree=1953580/1959888
[pid=9186] ppid=9184 vsize=1377720 CPUtime=202.55
/proc/9186/stat : 9186 (ttsth-5-0) S 9184 9186 20984 0 -1 4202496 336191 0 0 0 20142 113 0 0 18 0 5 0 1132440197 1410785280 336147 4294967295 134512640 135237372 3217647584 3217647180 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9186/statm: 344430 336147 95 177 0 344252 0
[pid=9186/tid=9188] ppid=9184 vsize=1377720 CPUtime=50.59
/proc/9186/task/9188/stat : 9188 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 66537 0 0 0 5043 16 0 0 25 0 5 0 1132440247 1410785280 336147 4294967295 134512640 135237372 3217647584 3085924328 134680505 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=9186/tid=9189] ppid=9184 vsize=1377720 CPUtime=50.47
/proc/9186/task/9189/stat : 9189 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 92583 0 0 0 5008 39 0 0 25 0 5 0 1132440247 1410785280 336147 4294967295 134512640 135237372 3217647584 3077513664 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9186/tid=9190] ppid=9184 vsize=1377720 CPUtime=50.57
/proc/9186/task/9190/stat : 9190 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 87401 0 0 0 5033 24 0 0 25 0 5 0 1132440247 1410785280 336147 4294967295 134512640 135237372 3217647584 3069142300 134636641 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9186/tid=9191] ppid=9184 vsize=1377720 CPUtime=50.42
/proc/9186/task/9191/stat : 9191 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 85226 0 0 0 5010 32 0 0 25 0 5 0 1132440247 1410785280 336147 4294967295 134512640 135237372 3217647584 3060754672 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.55
Current children cumulated vsize (KiB) 1377720



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+81.2135 s]
/proc/loadavg: 4.05 4.04 3.36 5/104 9563
/proc/meminfo: memFree=1005616/3368532 swapFree=1953580/1959888
[pid=9186] ppid=9184 vsize=2096384 CPUtime=322.49
/proc/9186/stat : 9186 (ttsth-5-0) S 9184 9186 20984 0 -1 4202496 515873 0 0 0 32075 174 0 0 18 0 5 0 1132440197 2146697216 515829 4294967295 134512640 135237372 3217647584 3217647180 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9186/statm: 524096 515829 95 177 0 523918 0
[pid=9186/tid=9188] ppid=9184 vsize=2096384 CPUtime=80.67
/proc/9186/task/9188/stat : 9188 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 90749 0 0 0 8041 26 0 0 25 0 5 0 1132440247 2146697216 515829 4294967295 134512640 135237372 3217647584 3085930208 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=9186/tid=9189] ppid=9184 vsize=2096384 CPUtime=80.51
/proc/9186/task/9189/stat : 9189 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 137695 0 0 0 7998 53 0 0 25 0 5 0 1132440247 2146697216 515829 4294967295 134512640 135237372 3217647584 3077513340 134636641 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=9186/tid=9190] ppid=9184 vsize=2096384 CPUtime=80.55
/proc/9186/task/9190/stat : 9190 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 151319 0 0 0 8010 45 0 0 25 0 5 0 1132440247 2146697216 515829 4294967295 134512640 135237372 3217647584 3069131296 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=9186/tid=9191] ppid=9184 vsize=2096384 CPUtime=80.26
/proc/9186/task/9191/stat : 9191 (ttsth-5-0) R 9184 9186 20984 0 -1 4202560 131666 0 0 0 7978 48 0 0 25 0 5 0 1132440247 2146697216 515829 4294967295 134512640 135237372 3217647584 3060743936 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 322.49
Current children cumulated vsize (KiB) 2096384

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

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

[startup+81.3337 s]
/proc/loadavg: 4.05 4.04 3.36 2/102 9564
/proc/meminfo: memFree=2954036/3368532 swapFree=1953580/1959888
[pid=9186] ppid=9184 vsize=0 CPUtime=322.67
/proc/9186/stat : 9186 (ttsth-5-0) Z 9184 9186 20984 0 -1 4203524 515891 0 0 0 32083 184 0 0 18 0 2 0 1132440197 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/9186/statm: 0 0 0 0 0 0 0
[pid=9186/tid=9188] ppid=9184 vsize=0 CPUtime=80.79
/proc/9186/task/9188/stat : 9188 (ttsth-5-0) R 9184 9186 20984 0 -1 4203588 90749 0 0 0 8043 36 0 0 25 0 2 0 1132440247 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 322.67
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 81.3438
CPU time (s): 322.68
CPU user time (s): 320.83
CPU system time (s): 1.85
CPU usage (%): 396.687
Max. virtual memory (cumulated for all children) (KiB): 2096384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 320.83
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= 515891
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= 2784
involuntary context switches= 5853

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 12:02:38
IDJOB=1779103
IDBENCH=70811
IDSOLVER=632
FILE ID=/1779103-1243677758
PBS_JOBID=
Free space on /tmp= 15885 MiB

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

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

MD5SUM BENCH= da0c445b72f13d929ab0690c3bfa81ed
RANDOM SEED= 1469325334

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:       3069548 kB
Buffers:         77556 kB
Cached:         120220 kB
SwapCached:       2424 kB
Active:         132424 kB
Inactive:        75696 kB
HighTotal:     2489216 kB
HighFree:      2355908 kB
LowTotal:       879316 kB
LowFree:        713640 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:             916 kB
Writeback:           0 kB
AnonPages:        9624 kB
Mapped:           5212 kB
Slab:            80640 kB
SReclaimable:    71596 kB
SUnreclaim:       9044 kB
PageTables:        544 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= 15885 MiB
End job on  at 2009-05-30 12:04:01