Trace number 1779148

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)Signal 549.85 549.793

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor128.cnf
MD5SUM065c126f0d55807310a398728b44423f
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 variables200440
Number of clauses599015
Sum of the clauses size1397699
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399342
Number of clauses of size 3199671
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1.11/1.19	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779148-1243677842.cnf 
1.11/1.19	c Using SATTIMEOUT of 10000
1.11/1.19	c Using SATRAM of 2047
1.11/1.19	c Size of subset node = 16
1.11/1.19	c Variables = 200440
1.11/1.19	c Clauses = 599015
1.11/1.19	c Literals = 1397699
1.11/1.19	c Reduced size:
1.11/1.19	c Variables = 200440
1.11/1.19	c Clauses = 598971
1.11/1.19	c Literals = 1397596
1.11/1.19	c a2
2.12/2.13	c a1
545.67/545.64	c Independent sub-problems = 1
545.67/545.64	c Sub-problem with 200422 variables and 598971 clauses
545.67/545.64	c using permutation method 4
545.67/545.64	c count = 1
545.67/545.64	c Ordering finished 545.480 seconds
545.67/545.64	c mapped 545.700 seconds
545.67/545.64	c permuted 545.700 seconds
545.67/545.64	c about to sort
545.86/545.81	c sorted

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-1779148-1243677842/watcher-1779148-1243677842 -o /tmp/evaluation-result-1779148-1243677842/solver-1779148-1243677842 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779148-1243677842.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.81 3.99 3.34 3/99 9600
/proc/meminfo: memFree=3056144/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=1144 CPUtime=0.01
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 170 0 0 0 1 0 0 0 18 0 1 0 1132448714 1171456 126 4294967295 134512640 135237372 3220433552 3220432076 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 286 126 75 177 0 108 0

[startup+0.050127 s]
/proc/loadavg: 3.81 3.99 3.34 3/99 9600
/proc/meminfo: memFree=3056144/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=3288 CPUtime=0.05
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 726 0 0 0 4 1 0 0 18 0 1 0 1132448714 3366912 682 4294967295 134512640 135237372 3220433552 3220433000 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 822 682 75 177 0 644 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3288

[startup+0.110105 s]
/proc/loadavg: 3.81 3.99 3.34 3/99 9600
/proc/meminfo: memFree=3056144/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=6128 CPUtime=0.11
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 1431 0 0 0 10 1 0 0 18 0 1 0 1132448714 6275072 1387 4294967295 134512640 135237372 3220433552 3220433000 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 1532 1387 75 177 0 1354 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6128

[startup+0.310087 s]
/proc/loadavg: 3.81 3.99 3.34 3/99 9600
/proc/meminfo: memFree=3056144/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=15824 CPUtime=0.31
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 3778 0 0 0 29 2 0 0 18 0 1 0 1132448714 16203776 3734 4294967295 134512640 135237372 3220433552 3220432348 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 3956 3735 75 177 0 3778 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 15824

[startup+0.710049 s]
/proc/loadavg: 3.81 3.99 3.34 3/99 9600
/proc/meminfo: memFree=3056144/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=34240 CPUtime=0.71
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 8320 0 0 0 68 3 0 0 18 0 1 0 1132448714 35061760 8276 4294967295 134512640 135237372 3220433552 3220433000 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 8560 8276 75 177 0 8382 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 34240

[startup+1.50997 s]
/proc/loadavg: 3.81 3.99 3.34 2/100 9601
/proc/meminfo: memFree=3014704/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=83700 CPUtime=1.51
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 20332 0 0 0 145 6 0 0 20 0 1 0 1132448714 85708800 20287 4294967295 134512640 135237372 3220433552 3220433088 134555531 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 20925 20287 76 177 0 20747 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 83700

[startup+3.10982 s]
/proc/loadavg: 3.81 3.99 3.34 2/100 9601
/proc/meminfo: memFree=2975372/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=111264 CPUtime=3.11
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 30214 0 0 0 300 11 0 0 25 0 1 0 1132448714 113934336 27077 4294967295 134512640 135237372 3220433552 3220432680 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 27816 27077 77 177 0 27638 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 111264

[startup+6.30951 s]
/proc/loadavg: 3.58 3.94 3.33 2/100 9601
/proc/meminfo: memFree=2948036/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=111396 CPUtime=6.31
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 30270 0 0 0 620 11 0 0 25 0 1 0 1132448714 114069504 27133 4294967295 134512640 135237372 3220433552 3220432912 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 27849 27133 77 177 0 27671 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 111396

[startup+12.7089 s]
/proc/loadavg: 3.37 3.89 3.32 2/100 9603
/proc/meminfo: memFree=2947580/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=111900 CPUtime=12.71
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 30382 0 0 0 1260 11 0 0 25 0 1 0 1132448714 114585600 27245 4294967295 134512640 135237372 3220433552 3220432912 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 27975 27245 77 177 0 27797 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 111900

[startup+25.5077 s]
/proc/loadavg: 2.85 3.75 3.28 2/100 9605
/proc/meminfo: memFree=2946744/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=112852 CPUtime=25.51
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 30605 0 0 0 2540 11 0 0 25 0 1 0 1132448714 115560448 27468 4294967295 134512640 135237372 3220433552 3220432880 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 28213 27468 77 177 0 28035 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 112852

[startup+51.1052 s]
/proc/loadavg: 2.22 3.53 3.22 2/100 9788
/proc/meminfo: memFree=2944416/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=114624 CPUtime=51.11
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 31053 0 0 0 5100 11 0 0 25 0 1 0 1132448714 117374976 27916 4294967295 134512640 135237372 3220433552 3220432880 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 28656 27916 77 177 0 28478 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 114624

[startup+102.31 s]
/proc/loadavg: 1.53 3.14 3.10 2/100 9979
/proc/meminfo: memFree=2940560/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=119316 CPUtime=102.32
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 31922 0 0 0 10220 12 0 0 25 0 1 0 1132448714 122179584 28785 4294967295 134512640 135237372 3220433552 3220432912 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 29829 28785 77 177 0 29651 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 119316

[startup+162.315 s]
/proc/loadavg: 1.19 2.75 2.97 2/100 10170
/proc/meminfo: memFree=2940444/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=119580 CPUtime=162.33
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 31999 0 0 0 16220 13 0 0 25 0 1 0 1132448714 122449920 28862 4294967295 134512640 135237372 3220433552 3220432912 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 29895 28862 77 177 0 29717 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 119580

[startup+222.309 s]
/proc/loadavg: 1.07 2.43 2.84 2/100 10357
/proc/meminfo: memFree=2940868/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=119844 CPUtime=222.33
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 32063 0 0 0 22220 13 0 0 25 0 1 0 1132448714 122720256 28926 4294967295 134512640 135237372 3220433552 3220432912 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 29961 28926 77 177 0 29783 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 119844

[startup+282.313 s]
/proc/loadavg: 1.02 2.16 2.72 2/100 10545
/proc/meminfo: memFree=2940036/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=119976 CPUtime=282.34
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 32125 0 0 0 28221 13 0 0 25 0 1 0 1132448714 122855424 28988 4294967295 134512640 135237372 3220433552 3220432912 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 29994 28988 77 177 0 29816 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 119976

[startup+342.308 s]
/proc/loadavg: 1.01 1.95 2.61 2/100 10733
/proc/meminfo: memFree=2939688/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=120108 CPUtime=342.34
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 32176 0 0 0 34221 13 0 0 25 0 1 0 1132448714 122990592 29039 4294967295 134512640 135237372 3220433552 3220432912 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 30027 29039 77 177 0 29849 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 120108

[startup+402.302 s]
/proc/loadavg: 1.00 1.77 2.51 2/100 10922
/proc/meminfo: memFree=2939196/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=120240 CPUtime=402.34
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 32218 0 0 0 40221 13 0 0 25 0 1 0 1132448714 123125760 29081 4294967295 134512640 135237372 3220433552 3220432912 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 30060 29081 77 177 0 29882 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 120240

[startup+462.316 s]
/proc/loadavg: 1.00 1.63 2.41 2/100 11109
/proc/meminfo: memFree=2940064/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=120372 CPUtime=462.36
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 32259 0 0 0 46223 13 0 0 25 0 1 0 1132448714 123260928 29122 4294967295 134512640 135237372 3220433552 3220432912 134600704 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 30093 29122 77 177 0 29915 0
Current children cumulated CPU time (s) 462.36
Current children cumulated vsize (KiB) 120372

[startup+522.31 s]
/proc/loadavg: 1.00 1.51 2.32 3/100 11253
/proc/meminfo: memFree=2940140/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=120504 CPUtime=522.36
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 32297 0 0 0 52223 13 0 0 25 0 1 0 1132448714 123396096 29160 4294967295 134512640 135237372 3220433552 3220432912 134600738 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 30126 29160 77 177 0 29948 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 120504

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

[startup+524.72 s]
/proc/loadavg: 1.00 1.50 2.31 2/100 11296
/proc/meminfo: memFree=2940252/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=120504 CPUtime=524.77
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 32297 0 0 0 52464 13 0 0 25 0 1 0 1132448714 123396096 29160 4294967295 134512640 135237372 3220433552 3220432912 134600738 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 30126 29160 77 177 0 29948 0
Current children cumulated CPU time (s) 524.77
Current children cumulated vsize (KiB) 120504

[startup+537.509 s]
/proc/loadavg: 1.00 1.49 2.30 2/100 11302
/proc/meminfo: memFree=2940512/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=120504 CPUtime=537.56
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 32297 0 0 0 53743 13 0 0 25 0 1 0 1132448714 123396096 29160 4294967295 134512640 135237372 3220433552 3220432912 134600718 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 30126 29160 77 177 0 29948 0
Current children cumulated CPU time (s) 537.56
Current children cumulated vsize (KiB) 120504

[startup+543.908 s]
/proc/loadavg: 1.00 1.48 2.29 2/100 11303
/proc/meminfo: memFree=2940388/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=120504 CPUtime=543.96
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 32297 0 0 0 54383 13 0 0 25 0 1 0 1132448714 123396096 29160 4294967295 134512640 135237372 3220433552 3220432912 134600707 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 30126 29160 77 177 0 29948 0
Current children cumulated CPU time (s) 543.96
Current children cumulated vsize (KiB) 120504

[startup+547.108 s]
/proc/loadavg: 1.00 1.47 2.28 2/100 11304
/proc/meminfo: memFree=2647672/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=596540 CPUtime=547.16
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4202496 152425 0 0 0 54675 41 0 0 25 0 1 0 1132448714 610856960 148703 4294967295 134512640 135237372 3220433552 3220432820 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 149135 148704 88 177 0 148957 0
Current children cumulated CPU time (s) 547.16
Current children cumulated vsize (KiB) 596540

[startup+548.708 s]
/proc/loadavg: 1.00 1.47 2.28 2/100 11304
/proc/meminfo: memFree=2445004/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=652560 CPUtime=548.76
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4204032 166540 0 0 0 54792 84 0 0 25 0 1 0 1132448714 668221440 162591 4294967295 134512640 135237372 3220433552 3212054472 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 163140 162591 104 177 0 162962 0
Current children cumulated CPU time (s) 548.76
Current children cumulated vsize (KiB) 652560

[startup+549.508 s]
/proc/loadavg: 1.00 1.47 2.28 2/100 11304
/proc/meminfo: memFree=2180528/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=652560 CPUtime=549.56
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4204032 166540 0 0 0 54792 164 0 0 25 0 1 0 1132448714 668221440 162591 4294967295 134512640 135237372 3220433552 3212054472 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 163140 162591 104 177 0 162962 0
Current children cumulated CPU time (s) 549.56
Current children cumulated vsize (KiB) 652560

[startup+549.708 s]
/proc/loadavg: 1.00 1.47 2.28 2/100 11304
/proc/meminfo: memFree=2180528/3368532 swapFree=1953580/1959888
[pid=9600] ppid=9598 vsize=652560 CPUtime=549.76
/proc/9600/stat : 9600 (ttsth-5-0) R 9598 9600 20984 0 -1 4204032 167002 0 0 0 54792 184 0 0 25 0 1 0 1132448714 668221440 163053 4294967295 134512640 135237372 3220433552 3212054472 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/9600/statm: 163140 163053 566 177 0 162962 0
Current children cumulated CPU time (s) 549.76
Current children cumulated vsize (KiB) 652560

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 549.793
CPU time (s): 549.85
CPU user time (s): 547.92
CPU system time (s): 1.93
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 652560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 547.92
system time used= 1.93
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167003
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= 2
involuntary context switches= 1039

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 12:04:02
IDJOB=1779148
IDBENCH=70815
IDSOLVER=632
FILE ID=/1779148-1243677842
PBS_JOBID=
Free space on /tmp= 15875 MiB

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

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

MD5SUM BENCH= 065c126f0d55807310a398728b44423f
RANDOM SEED= 653384030

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:       3056440 kB
Buffers:         77568 kB
Cached:         133288 kB
SwapCached:       2424 kB
Active:         142596 kB
Inactive:        78412 kB
HighTotal:     2489216 kB
HighFree:      2342872 kB
LowTotal:       879316 kB
LowFree:        713568 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:           11624 kB
Writeback:           0 kB
AnonPages:        9500 kB
Mapped:           4940 kB
Slab:            80820 kB
SReclaimable:    71604 kB
SUnreclaim:       9216 kB
PageTables:        536 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= 15238 MiB
End job on  at 2009-05-30 12:13:13