Trace number 1779163

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) 421.02 234.959

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.21/0.30	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779163-1243678056.cnf 
0.21/0.30	c Using SATTIMEOUT of 10000
0.21/0.30	c Using SATRAM of 2047
0.21/0.30	c Size of subset node = 16
0.21/0.30	c Variables = 51064
0.21/0.30	c Clauses = 152039
0.21/0.30	c Literals = 354755
0.21/0.30	c Reduced size:
0.21/0.30	c Variables = 51064
0.21/0.30	c Clauses = 151995
0.21/0.30	c Literals = 354652
0.21/0.30	c a2
0.51/0.54	c a1
16.22/16.28	c Independent sub-problems = 1
16.22/16.28	c Sub-problem with 51046 variables and 151995 clauses
16.22/16.28	c using permutation method 4
16.22/16.28	c count = 1
16.22/16.28	c Ordering finished 16.230 seconds
16.22/16.28	c mapped 16.290 seconds
16.22/16.28	c permuted 16.290 seconds
16.22/16.28	c about to sort
16.32/16.33	c sorted
17.42/17.41	c clauses now 151995
17.42/17.41	c init finished 16.650 seconds
17.42/17.41	c tree built 17.420 seconds
17.42/17.41	c 
17.42/17.41	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
17.42/17.41	c ---------------------------------|----------------------------------|------------------------------------------------------
17.42/17.41	c ................................ | ..........                       |                       17.4           0.0             
17.42/17.41	c ................................ | ..........                     1 |                       17.4           0.1             
17.42/17.41	c ................................ | ..........                     2 |                       17.4           0.1             
17.42/17.41	c ................................ | ..........                     3 |                       17.4           0.2             
17.42/17.41	c ................................ | ..........                     4 |                       17.4           0.2             
17.42/17.41	c ................................ | ..........                     5 |                       17.4           0.3             
17.42/17.42	c ................................ | ..........                  1000 |                       17.4          57.4            6
200.10/116.41	c ................................ | ..........               1806000 | 109053               200.1        9025.5     55428094
399.90/223.87	c ................................ | ..........               3007000 | 192697               400.0        7516.9    102118361

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-1779163-1243678056/watcher-1779163-1243678056 -o /tmp/evaluation-result-1779163-1243678056/solver-1779163-1243678056 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779163-1243678056.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: 4.74 4.79 5.45 5/111 8263
/proc/meminfo: memFree=3024596/3368532 swapFree=1953788/1959888
[pid=8263] ppid=8261 vsize=1140 CPUtime=0.01
/proc/8263/stat : 8263 (ttsth-5-0) R 8261 8263 20065 0 -1 4202496 178 0 0 0 1 0 0 0 25 0 1 0 1132469714 1167360 134 4294967295 134512640 135237372 3215922752 3215922400 134524807 0 0 0 0 0 0 0 17 3 0 0 0
/proc/8263/statm: 285 134 75 177 0 107 0

[startup+0.104083 s]
/proc/loadavg: 4.74 4.79 5.45 5/111 8263
/proc/meminfo: memFree=3024596/3368532 swapFree=1953788/1959888
[pid=8263] ppid=8261 vsize=5728 CPUtime=0.11
/proc/8263/stat : 8263 (ttsth-5-0) R 8261 8263 20065 0 -1 4202496 1311 0 0 0 11 0 0 0 25 0 1 0 1132469714 5865472 1267 4294967295 134512640 135237372 3215922752 3215921320 134685012 0 0 0 0 0 0 0 17 3 0 0 0
/proc/8263/statm: 1432 1267 75 177 0 1254 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5728

[startup+0.204082 s]
/proc/loadavg: 4.74 4.79 5.45 5/111 8263
/proc/meminfo: memFree=3024596/3368532 swapFree=1953788/1959888
[pid=8263] ppid=8261 vsize=12136 CPUtime=0.21
/proc/8263/stat : 8263 (ttsth-5-0) R 8261 8263 20065 0 -1 4202496 2564 0 0 0 21 0 0 0 25 0 1 0 1132469714 12427264 2520 4294967295 134512640 135237372 3215922752 3215922464 134537094 0 0 0 0 0 0 0 17 3 0 0 0
/proc/8263/statm: 3034 2520 75 177 0 2856 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 12136

[startup+0.304074 s]
/proc/loadavg: 4.74 4.79 5.45 5/111 8263
/proc/meminfo: memFree=3024596/3368532 swapFree=1953788/1959888
[pid=8263] ppid=8261 vsize=14316 CPUtime=0.31
/proc/8263/stat : 8263 (ttsth-5-0) R 8261 8263 20065 0 -1 4202496 3328 0 0 0 31 0 0 0 25 0 1 0 1132469714 14659584 3284 4294967295 134512640 135237372 3215922752 3215922144 134749343 0 0 0 0 0 0 0 17 3 0 0 0
/proc/8263/statm: 3579 3284 76 177 0 3401 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 14316

[startup+0.704039 s]
/proc/loadavg: 4.74 4.79 5.45 5/111 8263
/proc/meminfo: memFree=3024596/3368532 swapFree=1953788/1959888
[pid=8263] ppid=8261 vsize=26428 CPUtime=0.71
/proc/8263/stat : 8263 (ttsth-5-0) R 8261 8263 20065 0 -1 4202496 6919 0 0 0 70 1 0 0 25 0 1 0 1132469714 27062272 6326 4294967295 134512640 135237372 3215922752 3215922048 134520044 0 0 0 0 0 0 0 17 3 0 0 0
/proc/8263/statm: 6607 6326 77 177 0 6429 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 26428

[startup+1.50397 s]
/proc/loadavg: 4.74 4.79 5.45 5/112 8264
/proc/meminfo: memFree=2996880/3368532 swapFree=1953788/1959888
[pid=8263] ppid=8261 vsize=29068 CPUtime=1.51
/proc/8263/stat : 8263 (ttsth-5-0) R 8261 8263 20065 0 -1 4202496 7581 0 0 0 150 1 0 0 25 0 1 0 1132469714 29765632 6988 4294967295 134512640 135237372 3215922752 3215922112 134600960 0 0 0 0 0 0 0 17 3 0 0 0
/proc/8263/statm: 7267 6988 77 177 0 7089 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 29068

[startup+3.10383 s]
/proc/loadavg: 4.74 4.79 5.45 5/112 8264
/proc/meminfo: memFree=2996584/3368532 swapFree=1953788/1959888
[pid=8263] ppid=8261 vsize=29376 CPUtime=3.11
/proc/8263/stat : 8263 (ttsth-5-0) R 8261 8263 20065 0 -1 4202496 7654 0 0 0 310 1 0 0 25 0 1 0 1132469714 30081024 7061 4294967295 134512640 135237372 3215922752 3215922080 134555272 0 0 0 0 0 0 0 17 3 0 0 0
/proc/8263/statm: 7344 7061 77 177 0 7166 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 29376

[startup+6.30357 s]
/proc/loadavg: 4.68 4.78 5.44 5/112 8265
/proc/meminfo: memFree=2995896/3368532 swapFree=1953788/1959888
[pid=8263] ppid=8261 vsize=30120 CPUtime=6.31
/proc/8263/stat : 8263 (ttsth-5-0) R 8261 8263 20065 0 -1 4202496 7812 0 0 0 630 1 0 0 25 0 1 0 1132469714 30842880 7219 4294967295 134512640 135237372 3215922752 3215922112 134600960 0 0 0 0 0 0 0 17 3 0 0 0
/proc/8263/statm: 7530 7219 77 177 0 7352 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 30120

[startup+12.703 s]
/proc/loadavg: 4.62 4.77 5.44 5/112 8267
/proc/meminfo: memFree=2994532/3368532 swapFree=1953788/1959888
[pid=8263] ppid=8261 vsize=31496 CPUtime=12.71
/proc/8263/stat : 8263 (ttsth-5-0) R 8261 8263 20065 0 -1 4202496 8101 0 0 0 1270 1 0 0 25 0 1 0 1132469714 32251904 7508 4294967295 134512640 135237372 3215922752 3215922112 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/8263/statm: 7874 7508 77 177 0 7696 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 31496

[startup+25.512 s]
/proc/loadavg: 4.95 4.83 5.44 8/116 8272
/proc/meminfo: memFree=2724908/3368532 swapFree=1953788/1959888
[pid=8263] ppid=8261 vsize=331872 CPUtime=30.81
/proc/8263/stat : 8263 (ttsth-5-0) S 8261 8263 20065 0 -1 4202496 76630 0 0 0 3061 20 0 0 25 0 5 0 1132469714 339836928 75545 4294967295 134512640 135237372 3215922752 3215922348 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/8263/statm: 82968 75545 95 177 0 82790 0
[pid=8263/tid=8268] ppid=8261 vsize=331872 CPUtime=3.34
/proc/8263/task/8268/stat : 8268 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 4601 0 0 0 332 2 0 0 25 0 5 0 1132471455 339836928 75545 4294967295 134512640 135237372 3215922752 3073772864 134590186 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8263/tid=8269] ppid=8261 vsize=331872 CPUtime=3.32
/proc/8263/task/8269/stat : 8269 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 5393 0 0 0 332 0 0 0 25 0 5 0 1132471455 339836928 75545 4294967295 134512640 135237372 3215922752 3066882108 134681775 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8263/tid=8270] ppid=8261 vsize=331872 CPUtime=2.92
/proc/8263/task/8270/stat : 8270 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 5782 0 0 0 291 1 0 0 25 0 5 0 1132471455 339836928 75545 4294967295 134512640 135237372 3215922752 3057713040 134549896 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8263/tid=8271] ppid=8261 vsize=331872 CPUtime=3.81
/proc/8263/task/8271/stat : 8271 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 7294 0 0 0 377 4 0 0 25 0 5 0 1132471455 339836928 75545 4294967295 134512640 135237372 3215922752 3050137104 134680399 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 30.81
Current children cumulated vsize (KiB) 331872

[startup+51.1099 s]
/proc/loadavg: 5.79 5.03 5.50 8/116 8456
/proc/meminfo: memFree=2454464/3368532 swapFree=1953788/1959888
[pid=8263] ppid=8261 vsize=608944 CPUtime=79.19
/proc/8263/stat : 8263 (ttsth-5-0) S 8261 8263 20065 0 -1 4202496 144686 0 0 0 7872 47 0 0 25 0 5 0 1132469714 623558656 143601 4294967295 134512640 135237372 3215922752 3215922348 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/8263/statm: 152236 143601 95 177 0 152058 0
[pid=8263/tid=8268] ppid=8261 vsize=608944 CPUtime=15.75
/proc/8263/task/8268/stat : 8268 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 27525 0 0 0 1567 8 0 0 25 0 5 0 1132471455 623558656 143601 4294967295 134512640 135237372 3215922752 3072814976 134593171 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8263/tid=8269] ppid=8261 vsize=608944 CPUtime=15.12
/proc/8263/task/8269/stat : 8269 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 21658 0 0 0 1505 7 0 0 25 0 5 0 1132471455 623558656 143601 4294967295 134512640 135237372 3215922752 3066623488 134749343 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8263/tid=8270] ppid=8261 vsize=608944 CPUtime=15.39
/proc/8263/task/8270/stat : 8270 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 18112 0 0 0 1529 10 0 0 25 0 5 0 1132471455 623558656 143601 4294967295 134512640 135237372 3215922752 3057554496 134749353 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8263/tid=8271] ppid=8261 vsize=608944 CPUtime=15.51
/proc/8263/task/8271/stat : 8271 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 23831 0 0 0 1542 9 0 0 25 0 5 0 1132471455 623558656 143601 4294967295 134512640 135237372 3215922752 3050008380 134680506 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 79.19
Current children cumulated vsize (KiB) 608944

[startup+102.306 s]
/proc/loadavg: 6.73 5.40 5.59 8/116 8648
/proc/meminfo: memFree=1950032/3368532 swapFree=1953788/1959888
[pid=8263] ppid=8261 vsize=1126032 CPUtime=173.96
/proc/8263/stat : 8263 (ttsth-5-0) S 8261 8263 20065 0 -1 4202496 269305 0 0 0 17306 90 0 0 25 0 5 0 1132469714 1153056768 268220 4294967295 134512640 135237372 3215922752 3215922348 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/8263/statm: 281508 268220 95 177 0 281330 0
[pid=8263/tid=8268] ppid=8261 vsize=1126032 CPUtime=39.59
/proc/8263/task/8268/stat : 8268 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 74072 0 0 0 3936 23 0 0 25 0 5 0 1132471455 1153056768 268220 4294967295 134512640 135237372 3215922752 3074963072 134749353 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8263/tid=8269] ppid=8261 vsize=1126032 CPUtime=38.53
/proc/8263/task/8269/stat : 8269 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 42949 0 0 0 3840 13 0 0 25 0 5 0 1132471455 1153056768 268220 4294967295 134512640 135237372 3215922752 3065641152 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8263/tid=8270] ppid=8261 vsize=1126032 CPUtime=39.01
/proc/8263/task/8270/stat : 8270 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 43287 0 0 0 3879 22 0 0 25 0 5 0 1132471455 1153056768 268220 4294967295 134512640 135237372 3215922752 3057545760 134680336 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8263/tid=8271] ppid=8261 vsize=1126032 CPUtime=39.41
/proc/8263/task/8271/stat : 8271 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 55437 0 0 0 3922 19 0 0 25 0 5 0 1132471455 1153056768 268220 4294967295 134512640 135237372 3215922752 3046241352 134519962 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 173.96
Current children cumulated vsize (KiB) 1126032

[startup+162.311 s]
/proc/loadavg: 7.12 5.73 5.69 9/116 8836
/proc/meminfo: memFree=1528796/3368532 swapFree=1953788/1959888
[pid=8263] ppid=8261 vsize=1572304 CPUtime=286.87
/proc/8263/stat : 8263 (ttsth-5-0) S 8261 8263 20065 0 -1 4202496 375472 0 0 0 28551 136 0 0 25 0 5 0 1132469714 1610039296 374387 4294967295 134512640 135237372 3215922752 3215922348 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/8263/statm: 393076 374387 95 177 0 392898 0
[pid=8263/tid=8268] ppid=8261 vsize=1572304 CPUtime=67.34
/proc/8263/task/8268/stat : 8268 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 121801 0 0 0 6694 40 0 0 25 0 5 0 1132471455 1610039296 374387 4294967295 134512640 135237372 3215922752 3074979152 134591433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8263/tid=8269] ppid=8261 vsize=1572304 CPUtime=66.99
/proc/8263/task/8269/stat : 8269 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 65551 0 0 0 6673 26 0 0 25 0 5 0 1132471455 1610039296 374387 4294967295 134512640 135237372 3215922752 3066056592 134587151 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8263/tid=8270] ppid=8261 vsize=1572304 CPUtime=67.01
/proc/8263/task/8270/stat : 8270 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 69723 0 0 0 6668 33 0 0 25 0 5 0 1132471455 1610039296 374387 4294967295 134512640 135237372 3215922752 3057545120 134562328 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8263/tid=8271] ppid=8261 vsize=1572304 CPUtime=68.11
/proc/8263/task/8271/stat : 8271 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 64837 0 0 0 6787 24 0 0 25 0 5 0 1132471455 1610039296 374387 4294967295 134512640 135237372 3215922752 3046903920 134680464 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 286.87
Current children cumulated vsize (KiB) 1572304

[startup+222.316 s]
/proc/loadavg: 7.43 6.07 5.81 6/116 9022
/proc/meminfo: memFree=1121644/3368532 swapFree=1953788/1959888
[pid=8263] ppid=8261 vsize=2000436 CPUtime=397.16
/proc/8263/stat : 8263 (ttsth-5-0) S 8261 8263 20065 0 -1 4202496 476290 0 0 0 39547 169 0 0 25 0 5 0 1132469714 2048446464 475205 4294967295 134512640 135237372 3215922752 3215922348 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/8263/statm: 500109 475205 95 177 0 499931 0
[pid=8263/tid=8268] ppid=8261 vsize=2000436 CPUtime=93.89
/proc/8263/task/8268/stat : 8268 (ttsth-5-0) D 8261 8263 20065 0 -1 4202560 168725 0 0 0 9338 51 0 0 25 0 5 0 1132471455 2048446464 475205 4294967295 134512640 135237372 3215922752 3074932976 134546034 0 0 0 0 3223098951 0 0 -1 3 0 0 0
[pid=8263/tid=8269] ppid=8261 vsize=2000436 CPUtime=94.5
/proc/8263/task/8269/stat : 8269 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 89973 0 0 0 9411 39 0 0 25 0 5 0 1132471455 2048446464 475205 4294967295 134512640 135237372 3215922752 3065932128 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8263/tid=8270] ppid=8261 vsize=2000436 CPUtime=93.91
/proc/8263/task/8270/stat : 8270 (ttsth-5-0) D 8261 8263 20065 0 -1 4202560 92853 0 0 0 9349 42 0 0 24 0 5 0 1132471455 2048446464 475205 4294967295 134512640 135237372 3215922752 3057375264 134758964 0 0 0 0 3223098951 0 0 -1 2 0 0 0
[pid=8263/tid=8271] ppid=8261 vsize=2000436 CPUtime=97.44
/proc/8263/task/8271/stat : 8271 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 71179 0 0 0 9720 24 0 0 25 0 5 0 1132471455 2048446464 475205 4294967295 134512640 135237372 3215922752 3047688848 134749343 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 397.16
Current children cumulated vsize (KiB) 2000436



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+234.815 s]
/proc/loadavg: 7.48 6.15 5.84 8/116 9025
/proc/meminfo: memFree=1030852/3368532 swapFree=1953788/1959888
[pid=8263] ppid=8261 vsize=2096920 CPUtime=420.9
/proc/8263/stat : 8263 (ttsth-5-0) S 8261 8263 20065 0 -1 4202496 498973 0 0 0 41910 180 0 0 25 0 5 0 1132469714 2147246080 497888 4294967295 134512640 135237372 3215922752 3215922348 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/8263/statm: 524230 497888 95 177 0 524052 0
[pid=8263/tid=8268] ppid=8261 vsize=2096920 CPUtime=99.85
/proc/8263/task/8268/stat : 8268 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 179000 0 0 0 9930 55 0 0 25 0 5 0 1132471455 2147246080 497888 4294967295 134512640 135237372 3215922752 3075001744 134550416 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8263/tid=8269] ppid=8261 vsize=2096920 CPUtime=100.42
/proc/8263/task/8269/stat : 8269 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 95482 0 0 0 9999 43 0 0 25 0 5 0 1132471455 2147246080 497888 4294967295 134512640 135237372 3215922752 3066647056 134680467 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8263/tid=8270] ppid=8261 vsize=2096920 CPUtime=99.71
/proc/8263/task/8270/stat : 8270 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 98537 0 0 0 9926 45 0 0 25 0 5 0 1132471455 2147246080 497888 4294967295 134512640 135237372 3215922752 3057630304 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=8263/tid=8271] ppid=8261 vsize=2096920 CPUtime=103.5
/proc/8263/task/8271/stat : 8271 (ttsth-5-0) R 8261 8263 20065 0 -1 4202560 72394 0 0 0 10326 24 0 0 25 0 5 0 1132471455 2147246080 497888 4294967295 134512640 135237372 3215922752 3046700336 134591163 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 420.9
Current children cumulated vsize (KiB) 2096920

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

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

[startup+234.935 s]
/proc/loadavg: 7.48 6.15 5.84 8/116 9025
/proc/meminfo: memFree=1030852/3368532 swapFree=1953788/1959888
[pid=8263] ppid=8261 vsize=0 CPUtime=421
/proc/8263/stat : 8263 (ttsth-5-0) Z 8261 8263 20065 0 -1 4203524 498986 0 0 0 41912 188 0 0 18 0 2 0 1132469714 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/8263/statm: 0 0 0 0 0 0 0
[pid=8263/tid=8269] ppid=8261 vsize=0 CPUtime=100.5
/proc/8263/task/8269/stat : 8269 (ttsth-5-0) R 8261 8263 20065 0 -1 4203588 95482 0 0 0 9999 51 0 0 25 0 2 0 1132471455 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) 421
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 234.959
CPU time (s): 421.02
CPU user time (s): 419.12
CPU system time (s): 1.9
CPU usage (%): 179.188
Max. virtual memory (cumulated for all children) (KiB): 2096920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 419.12
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= 498986
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= 2542
involuntary context switches= 17513

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 12:07:36
IDJOB=1779163
IDBENCH=70817
IDSOLVER=632
FILE ID=/1779163-1243678056
PBS_JOBID=
Free space on /tmp= 6474 MiB

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

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

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED= 1359680587

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:       3024596 kB
Buffers:        118548 kB
Cached:         109276 kB
SwapCached:       2256 kB
Active:         159136 kB
Inactive:        85664 kB
HighTotal:     2489216 kB
HighFree:      2362328 kB
LowTotal:       879316 kB
LowFree:        662268 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            3384 kB
Writeback:           0 kB
AnonPages:       16000 kB
Mapped:           5272 kB
Slab:            90552 kB
SReclaimable:    77120 kB
SUnreclaim:      13432 kB
PageTables:        668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   112684 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

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