Trace number 1778863

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) 144.92 36.6346

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate016.cnf
MD5SUMcb3e934c498918abbc8bcf7f964c0d21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.73
Satisfiable
(Un)Satisfiability was proved
Number of variables2087
Number of clauses6212
Sum of the clauses size14492
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24140
Number of clauses of size 32070
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778863-1243677436.cnf 
0.00/0.00	c Using SATTIMEOUT of 10000
0.00/0.00	c Using SATRAM of 2047
0.00/0.00	c Size of subset node = 16
0.00/0.00	c Variables = 2087
0.00/0.00	c Clauses = 6212
0.00/0.00	c Literals = 14492
0.00/0.00	c Reduced size:
0.00/0.00	c Variables = 2087
0.00/0.00	c Clauses = 6208
0.00/0.00	c Literals = 14485
0.00/0.00	c a2
0.00/0.01	c a1
0.22/0.26	c Independent sub-problems = 1
0.22/0.26	c Sub-problem with 2085 variables and 6208 clauses
0.22/0.26	c using permutation method 4
0.22/0.26	c count = 2
0.22/0.26	c Ordering finished 0.270 seconds
0.22/0.26	c mapped 0.270 seconds
0.22/0.26	c permuted 0.270 seconds
0.22/0.26	c about to sort
0.22/0.26	c sorted
0.22/0.30	c clauses now 6208
0.22/0.30	c init finished 0.280 seconds
0.22/0.30	c tree built 0.310 seconds
0.22/0.30	c 
0.22/0.30	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.22/0.30	c ---------------------------------|----------------------------------|------------------------------------------------------
0.22/0.30	c ................................ | ..........                       |                        0.3           0.0             
0.22/0.30	c ................................ | ..........                     1 |                        0.3           3.2             
0.22/0.30	c ................................ | ..........                     2 |                        0.3           6.5             
0.22/0.30	c ................................ | ..........                     3 |                        0.3           9.7             
0.22/0.30	c ................................ | ..........                     4 |                        0.3          12.9             
0.22/0.30	c ................................ | ..........                     5 |                        0.3          16.1             
0.22/0.30	c ................................ | ..........                  1000 | 11                     0.3        3225.8          517

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-1778863-1243677436/watcher-1778863-1243677436 -o /tmp/evaluation-result-1778863-1243677436/solver-1778863-1243677436 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778863-1243677436.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: 1.69 2.82 2.27 3/98 16534
/proc/meminfo: memFree=3106612/3368532 swapFree=1959840/1959888
[pid=16534] ppid=16532 vsize=1140 CPUtime=0.01
/proc/16534/stat : 16534 (ttsth-5-0) R 16532 16534 30226 0 -1 4202496 171 0 0 0 1 0 0 0 18 0 1 0 949320334 1167360 127 4294967295 134512640 135237372 3217641440 3217639964 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16534/statm: 285 128 75 177 0 107 0

[startup+0.031939 s]
/proc/loadavg: 1.69 2.82 2.27 3/98 16534
/proc/meminfo: memFree=3106612/3368532 swapFree=1959840/1959888
[pid=16534] ppid=16532 vsize=2064 CPUtime=0.04
/proc/16534/stat : 16534 (ttsth-5-0) R 16532 16534 30226 0 -1 4202496 422 0 0 0 4 0 0 0 18 0 1 0 949320334 2113536 378 4294967295 134512640 135237372 3217641440 3217640800 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16534/statm: 516 378 77 177 0 338 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2064

[startup+0.111932 s]
/proc/loadavg: 1.69 2.82 2.27 3/98 16534
/proc/meminfo: memFree=3106612/3368532 swapFree=1959840/1959888
[pid=16534] ppid=16532 vsize=2196 CPUtime=0.12
/proc/16534/stat : 16534 (ttsth-5-0) R 16532 16534 30226 0 -1 4202496 432 0 0 0 12 0 0 0 18 0 1 0 949320334 2248704 388 4294967295 134512640 135237372 3217641440 3217640800 134600848 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16534/statm: 549 388 77 177 0 371 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 2196

[startup+0.311916 s]
/proc/loadavg: 1.69 2.82 2.27 3/98 16534
/proc/meminfo: memFree=3106612/3368532 swapFree=1959840/1959888
[pid=16534] ppid=16532 vsize=42452 CPUtime=0.32
/proc/16534/stat : 16534 (ttsth-5-0) S 16532 16534 30226 0 -1 4202496 2371 0 0 0 32 0 0 0 18 0 5 0 949320334 43470848 2327 4294967295 134512640 135237372 3217641440 3217641036 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16534/statm: 10613 2327 95 177 0 10435 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 42452

[startup+0.711894 s]
/proc/loadavg: 1.69 2.82 2.27 3/98 16534
/proc/meminfo: memFree=3106612/3368532 swapFree=1959840/1959888
[pid=16534] ppid=16532 vsize=64680 CPUtime=1.87
/proc/16534/stat : 16534 (ttsth-5-0) S 16532 16534 30226 0 -1 4202496 7632 0 0 0 183 4 0 0 18 0 5 0 949320334 66232320 7588 4294967295 134512640 135237372 3217641440 3217641036 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16534/statm: 16170 7588 95 177 0 15992 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 64680

[startup+1.51183 s]
/proc/loadavg: 1.69 2.82 2.27 5/103 16539
/proc/meminfo: memFree=3059992/3368532 swapFree=1959840/1959888
[pid=16534] ppid=16532 vsize=112624 CPUtime=5.07
/proc/16534/stat : 16534 (ttsth-5-0) S 16532 16534 30226 0 -1 4202496 19595 0 0 0 501 6 0 0 18 0 5 0 949320334 115326976 19551 4294967295 134512640 135237372 3217641440 3217641036 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16534/statm: 28156 19551 95 177 0 27978 0
[pid=16534/tid=16536] ppid=16532 vsize=112624 CPUtime=1.19
/proc/16534/task/16536/stat : 16536 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 4592 0 0 0 117 2 0 0 20 0 5 0 949320365 115326976 19551 4294967295 134512640 135237372 3217641440 3086162120 134562275 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16534/tid=16537] ppid=16532 vsize=112624 CPUtime=1.2
/proc/16534/task/16537/stat : 16537 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 4194 0 0 0 118 2 0 0 20 0 5 0 949320365 115326976 19551 4294967295 134512640 135237372 3217641440 3077813984 134591056 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16534/tid=16538] ppid=16532 vsize=112624 CPUtime=1.18
/proc/16534/task/16538/stat : 16538 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 5012 0 0 0 116 2 0 0 18 0 5 0 949320365 115326976 19551 4294967295 134512640 135237372 3217641440 3069420824 134519944 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=16534/tid=16539] ppid=16532 vsize=112624 CPUtime=1.19
/proc/16534/task/16539/stat : 16539 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 3526 0 0 0 119 0 0 0 19 0 5 0 949320365 115326976 19551 4294967295 134512640 135237372 3217641440 3061057936 134593331 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 112624

[startup+3.1117 s]
/proc/loadavg: 1.69 2.82 2.27 5/103 16539
/proc/meminfo: memFree=2992692/3368532 swapFree=1959840/1959888
[pid=16534] ppid=16532 vsize=212756 CPUtime=11.47
/proc/16534/stat : 16534 (ttsth-5-0) S 16532 16534 30226 0 -1 4202496 44632 0 0 0 1130 17 0 0 18 0 5 0 949320334 217862144 44588 4294967295 134512640 135237372 3217641440 3217641036 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16534/statm: 53189 44590 95 177 0 53011 0
[pid=16534/tid=16536] ppid=16532 vsize=212756 CPUtime=2.79
/proc/16534/task/16536/stat : 16536 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 11525 0 0 0 274 5 0 0 25 0 5 0 949320365 217862144 44591 4294967295 134512640 135237372 3217641440 3086199088 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16534/tid=16537] ppid=16532 vsize=212756 CPUtime=2.8
/proc/16534/task/16537/stat : 16537 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 10670 0 0 0 276 4 0 0 23 0 5 0 949320365 217862144 44591 4294967295 134512640 135237372 3217641440 3077793632 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16534/tid=16538] ppid=16532 vsize=212756 CPUtime=2.78
/proc/16534/task/16538/stat : 16538 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 10852 0 0 0 272 6 0 0 20 0 5 0 949320365 217862144 44591 4294967295 134512640 135237372 3217641440 3069389680 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=16534/tid=16539] ppid=16532 vsize=212756 CPUtime=2.79
/proc/16534/task/16539/stat : 16539 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 9317 0 0 0 277 2 0 0 21 0 5 0 949320365 217862144 44591 4294967295 134512640 135237372 3217641440 3061038352 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.47
Current children cumulated vsize (KiB) 212756

[startup+6.31144 s]
/proc/loadavg: 1.87 2.84 2.28 5/103 16539
/proc/meminfo: memFree=2791060/3368532 swapFree=1959840/1959888
[pid=16534] ppid=16532 vsize=407768 CPUtime=24.27
/proc/16534/stat : 16534 (ttsth-5-0) S 16532 16534 30226 0 -1 4202496 93346 0 0 0 2389 38 0 0 18 0 5 0 949320334 417554432 93302 4294967295 134512640 135237372 3217641440 3217641036 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16534/statm: 101942 93302 95 177 0 101764 0
[pid=16534/tid=16536] ppid=16532 vsize=407768 CPUtime=5.99
/proc/16534/task/16536/stat : 16536 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 24207 0 0 0 588 11 0 0 25 0 5 0 949320365 417554432 93302 4294967295 134512640 135237372 3217641440 3086153584 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16534/tid=16537] ppid=16532 vsize=407768 CPUtime=6
/proc/16534/task/16537/stat : 16537 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 23882 0 0 0 590 10 0 0 25 0 5 0 949320365 417554432 93302 4294967295 134512640 135237372 3217641440 3077776076 134636641 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16534/tid=16538] ppid=16532 vsize=407768 CPUtime=5.98
/proc/16534/task/16538/stat : 16538 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 22136 0 0 0 589 9 0 0 25 0 5 0 949320365 417554432 93302 4294967295 134512640 135237372 3217641440 3069424800 134590777 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=16534/tid=16539] ppid=16532 vsize=407768 CPUtime=5.99
/proc/16534/task/16539/stat : 16539 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 20850 0 0 0 591 8 0 0 25 0 5 0 949320365 417554432 93302 4294967295 134512640 135237372 3217641440 3061087104 134562320 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.27
Current children cumulated vsize (KiB) 407768

[startup+12.7109 s]
/proc/loadavg: 2.04 2.86 2.29 5/103 16540
/proc/meminfo: memFree=2377752/3368532 swapFree=1959840/1959888
[pid=16534] ppid=16532 vsize=806648 CPUtime=49.87
/proc/16534/stat : 16534 (ttsth-5-0) S 16532 16534 30226 0 -1 4202496 193108 0 0 0 4917 70 0 0 18 0 5 0 949320334 826007552 193064 4294967295 134512640 135237372 3217641440 3217641036 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16534/statm: 201662 193065 95 177 0 201484 0
[pid=16534/tid=16536] ppid=16532 vsize=806648 CPUtime=12.39
/proc/16534/task/16536/stat : 16536 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 50465 0 0 0 1217 22 0 0 25 0 5 0 949320365 826007552 193066 4294967295 134512640 135237372 3217641440 3086275216 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16534/tid=16537] ppid=16532 vsize=806648 CPUtime=12.4
/proc/16534/task/16537/stat : 16537 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 51893 0 0 0 1220 20 0 0 25 0 5 0 949320365 826007552 193066 4294967295 134512640 135237372 3217641440 3077876384 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16534/tid=16538] ppid=16532 vsize=806648 CPUtime=12.38
/proc/16534/task/16538/stat : 16538 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 45365 0 0 0 1222 16 0 0 25 0 5 0 949320365 826007552 193066 4294967295 134512640 135237372 3217641440 3069429024 134680464 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=16534/tid=16539] ppid=16532 vsize=806648 CPUtime=12.39
/proc/16534/task/16539/stat : 16539 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 43116 0 0 0 1227 12 0 0 25 0 5 0 949320365 826007552 193066 4294967295 134512640 135237372 3217641440 3061101040 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.87
Current children cumulated vsize (KiB) 806648

[startup+25.5099 s]
/proc/loadavg: 2.55 2.93 2.32 6/103 16723
/proc/meminfo: memFree=1653104/3368532 swapFree=1959840/1959888
[pid=16534] ppid=16532 vsize=1504220 CPUtime=100.74
/proc/16534/stat : 16534 (ttsth-5-0) S 16532 16534 30226 0 -1 4202496 367480 0 0 0 9937 137 0 0 18 0 5 0 949320334 1540321280 367436 4294967295 134512640 135237372 3217641440 3217641036 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16534/statm: 376055 367436 95 177 0 375877 0
[pid=16534/tid=16536] ppid=16532 vsize=1504220 CPUtime=25.12
/proc/16534/task/16536/stat : 16536 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 96701 0 0 0 2473 39 0 0 25 0 5 0 949320365 1540321280 367437 4294967295 134512640 135237372 3217641440 3086175920 134552723 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=16534/tid=16537] ppid=16532 vsize=1504220 CPUtime=25.13
/proc/16534/task/16537/stat : 16537 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 97941 0 0 0 2480 33 0 0 25 0 5 0 949320365 1540321280 367437 4294967295 134512640 135237372 3217641440 3077854880 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16534/tid=16538] ppid=16532 vsize=1504220 CPUtime=25.03
/proc/16534/task/16538/stat : 16538 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 87909 0 0 0 2467 36 0 0 25 0 5 0 949320365 1540321280 367438 4294967295 134512640 135237372 3217641440 3069467040 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16534/tid=16539] ppid=16532 vsize=1504220 CPUtime=25.15
/proc/16534/task/16539/stat : 16539 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 82659 0 0 0 2486 29 0 0 25 0 5 0 949320365 1540321280 367438 4294967295 134512640 135237372 3217641440 3061082784 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.74
Current children cumulated vsize (KiB) 1504220



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+36.509 s]
/proc/loadavg: 2.77 2.97 2.34 5/103 16724
/proc/meminfo: memFree=1043176/3368532 swapFree=1959840/1959888
[pid=16534] ppid=16532 vsize=2098300 CPUtime=144.74
/proc/16534/stat : 16534 (ttsth-5-0) S 16532 16534 30226 0 -1 4202496 516026 0 0 0 14283 191 0 0 18 0 5 0 949320334 2148659200 515982 4294967295 134512640 135237372 3217641440 3217641036 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16534/statm: 524575 515982 95 177 0 524397 0
[pid=16534/tid=16536] ppid=16532 vsize=2098300 CPUtime=36.12
/proc/16534/task/16536/stat : 16536 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 142562 0 0 0 3558 54 0 0 25 0 5 0 949320365 2148659200 515982 4294967295 134512640 135237372 3217641440 3086120048 134749353 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=16534/tid=16537] ppid=16532 vsize=2098300 CPUtime=36.13
/proc/16534/task/16537/stat : 16537 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 139382 0 0 0 3566 47 0 0 25 0 5 0 949320365 2148659200 515982 4294967295 134512640 135237372 3217641440 3077917040 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=16534/tid=16538] ppid=16532 vsize=2098300 CPUtime=36.03
/proc/16534/task/16538/stat : 16538 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 114131 0 0 0 3557 46 0 0 25 0 5 0 949320365 2148659200 515982 4294967295 134512640 135237372 3217641440 3069499776 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=16534/tid=16539] ppid=16532 vsize=2098300 CPUtime=36.15
/proc/16534/task/16539/stat : 16539 (ttsth-5-0) R 16532 16534 30226 0 -1 4202560 117680 0 0 0 3571 44 0 0 25 0 5 0 949320365 2148659200 515982 4294967295 134512640 135237372 3217641440 3061008652 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 144.74
Current children cumulated vsize (KiB) 2098300

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

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

[startup+36.6292 s]
/proc/loadavg: 2.77 2.97 2.34 5/103 16724
/proc/meminfo: memFree=1043176/3368532 swapFree=1959840/1959888
[pid=16534] ppid=16532 vsize=0 CPUtime=144.92
/proc/16534/stat : 16534 (ttsth-5-0) Z 16532 16534 30226 0 -1 4203524 516255 0 0 0 14290 202 0 0 18 0 2 0 949320334 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/16534/statm: 0 0 0 0 0 0 0
[pid=16534/tid=16536] ppid=16532 vsize=0 CPUtime=36.24
/proc/16534/task/16536/stat : 16536 (ttsth-5-0) R 16532 16534 30226 0 -1 4203588 142667 0 0 0 3559 65 0 0 25 0 2 0 949320365 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) 144.92
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 36.6346
CPU time (s): 144.92
CPU user time (s): 142.9
CPU system time (s): 2.02
CPU usage (%): 395.582
Max. virtual memory (cumulated for all children) (KiB): 2098300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.9
system time used= 2.02
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 516255
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= 2472
involuntary context switches= 2452

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-30 11:57:16
IDJOB=1778863
IDBENCH=70774
IDSOLVER=632
FILE ID=tipi39/1778863-1243677436
PBS_JOBID=
Free space on /tmp= 5744 MiB

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

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

MD5SUM BENCH= cb3e934c498918abbc8bcf7f964c0d21
RANDOM SEED= 1949970205

Linux tipi39 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.067
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.067
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.10
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.067
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.067
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:       3106612 kB
Buffers:         71036 kB
Cached:          83676 kB
SwapCached:          0 kB
Active:         105468 kB
Inactive:        65304 kB
HighTotal:     2489216 kB
HighFree:      2391904 kB
LowTotal:       879316 kB
LowFree:        714708 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            7692 kB
Writeback:           0 kB
AnonPages:       16076 kB
Mapped:           6188 kB
Slab:            80732 kB
SReclaimable:    70044 kB
SUnreclaim:      10688 kB
PageTables:        500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    94796 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5744 MiB
End job on tipi39 at 2009-05-30 11:57:54