Trace number 1779268

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) 440.26 214.943

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-05.cnf
MD5SUM2802e980ef7a0af021d80df126a2e28c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark20.68
Satisfiable
(Un)Satisfiability was proved
Number of variables68827
Number of clauses224473
Sum of the clauses size581793
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291368
Number of clauses of size 3132976
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.41/0.41	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779268-1243678749.cnf 
0.41/0.41	c Using SATTIMEOUT of 10000
0.41/0.41	c Using SATRAM of 2047
0.41/0.41	c Size of subset node = 16
0.41/0.41	c Variables = 68827
0.41/0.41	c Clauses = 224473
0.41/0.41	c Literals = 581793
0.41/0.41	c Reduced size:
0.41/0.41	c Variables = 68827
0.41/0.41	c Clauses = 223830
0.41/0.41	c Literals = 580123
0.41/0.41	c a2
0.81/0.82	c a1
30.60/30.61	c Independent sub-problems = 1
30.60/30.61	c Sub-problem with 68570 variables and 223830 clauses
30.60/30.61	c using permutation method 4
30.60/30.61	c count = 1
30.60/30.61	c Ordering finished 30.520 seconds
30.60/30.61	c mapped 30.600 seconds
30.60/30.61	c permuted 30.610 seconds
30.60/30.61	c about to sort
30.60/30.68	c sorted
32.00/32.03	c clauses now 223830
32.00/32.03	c init finished 31.130 seconds
32.00/32.03	c tree built 32.020 seconds
32.00/32.03	c 
32.00/32.03	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
32.00/32.03	c ---------------------------------|----------------------------------|------------------------------------------------------
32.00/32.03	c ................................ | ..........                       |                       32.0           0.0             
32.00/32.03	c ................................ | ..........                     1 |                       32.0           0.0             
32.00/32.03	c ................................ | ..........                     2 |                       32.0           0.1             
32.00/32.03	c ................................ | ..........                     3 |                       32.0           0.1             
32.00/32.03	c ................................ | ..........                     4 |                       32.0           0.1             
32.00/32.03	c ................................ | ..........                     5 |                       32.0           0.2             
32.00/32.03	c ................................ | ..........                  1000 |                       32.0          31.2            4
199.87/107.79	c ................................ | ..........               2418000 | 186669               200.0       12088.2     43493895
399.80/197.60	c ................................ | ..........               4316000 | 358336               400.0       10789.7     98340249

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-1779268-1243678749/watcher-1779268-1243678749 -o /tmp/evaluation-result-1779268-1243678749/solver-1779268-1243678749 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779268-1243678749.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.09 3.33 3.86 5/119 10410
/proc/meminfo: memFree=3069052/3368532 swapFree=1959840/1959888
[pid=10410] ppid=10408 vsize=1140 CPUtime=0
/proc/10410/stat : 10410 (ttsth-5-0) R 10408 10410 10612 0 -1 4202496 172 0 0 0 0 0 0 0 18 0 1 0 1132537777 1167360 127 4294967295 134512640 135237372 3215240592 3215239116 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/10410/statm: 285 127 74 177 0 107 0

[startup+0.06986 s]
/proc/loadavg: 3.09 3.33 3.86 5/119 10410
/proc/meminfo: memFree=3069052/3368532 swapFree=1959840/1959888
[pid=10410] ppid=10408 vsize=4156 CPUtime=0.07
/proc/10410/stat : 10410 (ttsth-5-0) R 10408 10410 10612 0 -1 4202496 932 0 0 0 6 1 0 0 18 0 1 0 1132537777 4255744 887 4294967295 134512640 135237372 3215240592 3215239116 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/10410/statm: 1039 887 75 177 0 861 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4156

[startup+0.109858 s]
/proc/loadavg: 3.09 3.33 3.86 5/119 10410
/proc/meminfo: memFree=3069052/3368532 swapFree=1959840/1959888
[pid=10410] ppid=10408 vsize=5992 CPUtime=0.11
/proc/10410/stat : 10410 (ttsth-5-0) R 10408 10410 10612 0 -1 4202496 1397 0 0 0 10 1 0 0 18 0 1 0 1132537777 6135808 1352 4294967295 134512640 135237372 3215240592 3215240040 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/10410/statm: 1498 1352 75 177 0 1320 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5992

[startup+0.309848 s]
/proc/loadavg: 3.09 3.33 3.86 5/119 10410
/proc/meminfo: memFree=3069052/3368532 swapFree=1959840/1959888
[pid=10410] ppid=10408 vsize=17220 CPUtime=0.31
/proc/10410/stat : 10410 (ttsth-5-0) R 10408 10410 10612 0 -1 4202496 3698 0 0 0 30 1 0 0 18 0 1 0 1132537777 17633280 3653 4294967295 134512640 135237372 3215240592 3215240316 134533782 0 0 0 0 0 0 0 17 0 0 0 0
/proc/10410/statm: 4305 3653 75 177 0 4127 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17220

[startup+0.709829 s]
/proc/loadavg: 3.09 3.33 3.86 5/119 10410
/proc/meminfo: memFree=3069052/3368532 swapFree=1959840/1959888
[pid=10410] ppid=10408 vsize=33724 CPUtime=0.71
/proc/10410/stat : 10410 (ttsth-5-0) R 10408 10410 10612 0 -1 4202496 8110 0 0 0 66 5 0 0 18 0 1 0 1132537777 34533376 8064 4294967295 134512640 135237372 3215240592 3215239184 134680329 0 0 0 0 0 0 0 17 0 0 0 0
/proc/10410/statm: 8431 8064 76 177 0 8253 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 33724

[startup+1.50979 s]
/proc/loadavg: 3.09 3.33 3.86 4/120 10415
/proc/meminfo: memFree=3035916/3368532 swapFree=1959840/1959888
[pid=10410] ppid=10408 vsize=41636 CPUtime=1.51
/proc/10410/stat : 10410 (ttsth-5-0) R 10408 10410 10612 0 -1 4202496 10900 0 0 0 145 6 0 0 20 0 1 0 1132537777 42635264 10077 4294967295 134512640 135237372 3215240592 3215239920 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/10410/statm: 10409 10077 77 177 0 10231 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 41636

[startup+3.1097 s]
/proc/loadavg: 3.08 3.32 3.86 4/120 10415
/proc/meminfo: memFree=3028516/3368532 swapFree=1959840/1959888
[pid=10410] ppid=10408 vsize=41976 CPUtime=3.11
/proc/10410/stat : 10410 (ttsth-5-0) R 10408 10410 10612 0 -1 4202496 10985 0 0 0 305 6 0 0 25 0 1 0 1132537777 42983424 10162 4294967295 134512640 135237372 3215240592 3215239952 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/10410/statm: 10494 10162 77 177 0 10316 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 41976

[startup+6.30954 s]
/proc/loadavg: 3.08 3.32 3.86 4/119 10420
/proc/meminfo: memFree=3027960/3368532 swapFree=1959840/1959888
[pid=10410] ppid=10408 vsize=42856 CPUtime=6.31
/proc/10410/stat : 10410 (ttsth-5-0) R 10408 10410 10612 0 -1 4202496 11145 0 0 0 625 6 0 0 25 0 1 0 1132537777 43884544 10322 4294967295 134512640 135237372 3215240592 3215239952 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/10410/statm: 10714 10322 77 177 0 10536 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 42856

[startup+12.7092 s]
/proc/loadavg: 3.07 3.31 3.85 4/118 10432
/proc/meminfo: memFree=3026860/3368532 swapFree=1959840/1959888
[pid=10410] ppid=10408 vsize=43968 CPUtime=12.71
/proc/10410/stat : 10410 (ttsth-5-0) R 10408 10410 10612 0 -1 4202496 11411 0 0 0 1265 6 0 0 25 0 1 0 1132537777 45023232 10588 4294967295 134512640 135237372 3215240592 3215239952 134600960 0 0 0 0 0 0 0 17 0 0 0 0
/proc/10410/statm: 10992 10588 77 177 0 10814 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 43968

[startup+25.5085 s]
/proc/loadavg: 3.06 3.30 3.84 5/118 10449
/proc/meminfo: memFree=3025844/3368532 swapFree=1959840/1959888
[pid=10410] ppid=10408 vsize=44892 CPUtime=25.51
/proc/10410/stat : 10410 (ttsth-5-0) R 10408 10410 10612 0 -1 4202496 11671 0 0 0 2545 6 0 0 25 0 1 0 1132537777 45969408 10848 4294967295 134512640 135237372 3215240592 3215239952 134600718 0 0 0 0 0 0 0 17 0 0 0 0
/proc/10410/statm: 11223 10848 77 177 0 11045 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 44892

[startup+51.1072 s]
/proc/loadavg: 4.06 3.50 3.89 7/122 10681
/proc/meminfo: memFree=2657700/3368532 swapFree=1959840/1959888
[pid=10410] ppid=10408 vsize=450768 CPUtime=71.22
/proc/10410/stat : 10410 (ttsth-5-0) S 10408 10410 10612 0 -1 4202496 106062 0 0 0 7088 34 0 0 25 0 5 0 1132537777 461586432 104672 4294967295 134512640 135237372 3215240592 3215240188 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10410/statm: 112692 104672 95 177 0 112514 0
[pid=10410/tid=10462] ppid=10408 vsize=450768 CPUtime=11.31
/proc/10410/task/10462/stat : 10462 (ttsth-5-0) R 10408 10410 10612 0 -1 4202560 23515 0 0 0 1127 4 0 0 25 0 5 0 1132540980 461586432 104672 4294967295 134512640 135237372 3215240592 3072133296 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10410/tid=10463] ppid=10408 vsize=450768 CPUtime=7.44
/proc/10410/task/10463/stat : 10463 (ttsth-5-0) R 10408 10410 10612 0 -1 4202560 4064 0 0 0 741 3 0 0 25 0 5 0 1132540980 461586432 104672 4294967295 134512640 135237372 3215240592 3063737344 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10410/tid=10464] ppid=10408 vsize=450768 CPUtime=10.92
/proc/10410/task/10464/stat : 10464 (ttsth-5-0) R 10408 10410 10612 0 -1 4202560 4615 0 0 0 1089 3 0 0 25 0 5 0 1132540980 461586432 104672 4294967295 134512640 135237372 3215240592 3055809264 134680282 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10410/tid=10465] ppid=10408 vsize=450768 CPUtime=9.53
/proc/10410/task/10465/stat : 10465 (ttsth-5-0) R 10408 10410 10612 0 -1 4202560 3409 0 0 0 952 1 0 0 25 0 5 0 1132540980 461586432 104672 4294967295 134512640 135237372 3215240592 3047705428 134636382 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 71.22
Current children cumulated vsize (KiB) 450768

[startup+102.315 s]
/proc/loadavg: 5.73 4.04 4.04 9/123 10825
/proc/meminfo: memFree=2151700/3368532 swapFree=1959840/1959888
[pid=10410] ppid=10408 vsize=974164 CPUtime=189.1
/proc/10410/stat : 10410 (ttsth-5-0) S 10408 10410 10612 0 -1 4202496 230873 0 0 0 18824 86 0 0 25 0 5 0 1132537777 997543936 229483 4294967295 134512640 135237372 3215240592 3215240188 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10410/statm: 243541 229483 95 177 0 243363 0
[pid=10410/tid=10462] ppid=10408 vsize=974164 CPUtime=39.89
/proc/10410/task/10462/stat : 10462 (ttsth-5-0) R 10408 10410 10612 0 -1 4202560 74532 0 0 0 3962 27 0 0 25 0 5 0 1132540980 997543936 229483 4294967295 134512640 135237372 3215240592 3072157244 134749365 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10410/tid=10463] ppid=10408 vsize=974164 CPUtime=36.95
/proc/10410/task/10463/stat : 10463 (ttsth-5-0) R 10408 10410 10612 0 -1 4202560 45656 0 0 0 3684 11 0 0 25 0 5 0 1132540980 997543936 229483 4294967295 134512640 135237372 3215240592 3063826528 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10410/tid=10464] ppid=10408 vsize=974164 CPUtime=48.03
/proc/10410/task/10464/stat : 10464 (ttsth-5-0) R 10408 10410 10612 0 -1 4202560 31274 0 0 0 4783 20 0 0 25 0 5 0 1132540980 997543936 229483 4294967295 134512640 135237372 3215240592 3055477808 134749345 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10410/tid=10465] ppid=10408 vsize=974164 CPUtime=32.21
/proc/10410/task/10465/stat : 10465 (ttsth-5-0) R 10408 10410 10612 0 -1 4202560 8952 0 0 0 3216 5 0 0 25 0 5 0 1132540980 997543936 229483 4294967295 134512640 135237372 3215240592 3047437008 134680474 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 189.1
Current children cumulated vsize (KiB) 974164

[startup+162.311 s]
/proc/loadavg: 6.13 4.46 4.19 7/122 11037
/proc/meminfo: memFree=1560056/3368532 swapFree=1959840/1959888
[pid=10410] ppid=10408 vsize=1605448 CPUtime=326.21
/proc/10410/stat : 10410 (ttsth-5-0) S 10408 10410 10612 0 -1 4202496 380553 0 0 0 32484 137 0 0 25 0 5 0 1132537777 1643978752 379163 4294967295 134512640 135237372 3215240592 3215240188 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10410/statm: 401362 379163 95 177 0 401184 0
[pid=10410/tid=10462] ppid=10408 vsize=1605448 CPUtime=72.13
/proc/10410/task/10462/stat : 10462 (ttsth-5-0) R 10408 10410 10612 0 -1 4202560 131225 0 0 0 7162 51 0 0 25 0 5 0 1132540980 1643978752 379164 4294967295 134512640 135237372 3215240592 3071854576 134749353 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=10410/tid=10463] ppid=10408 vsize=1605448 CPUtime=69.85
/proc/10410/task/10463/stat : 10463 (ttsth-5-0) R 10408 10410 10612 0 -1 4202560 82112 0 0 0 6961 24 0 0 25 0 5 0 1132540980 1643978752 379164 4294967295 134512640 135237372 3215240592 3063857100 134549925 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10410/tid=10464] ppid=10408 vsize=1605448 CPUtime=78
/proc/10410/task/10464/stat : 10464 (ttsth-5-0) R 10408 10410 10612 0 -1 4202560 79465 0 0 0 7771 29 0 0 25 0 5 0 1132540980 1643978752 379164 4294967295 134512640 135237372 3215240592 3055450400 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10410/tid=10465] ppid=10408 vsize=1605448 CPUtime=74.21
/proc/10410/task/10465/stat : 10465 (ttsth-5-0) R 10408 10410 10612 0 -1 4202560 17293 0 0 0 7411 10 0 0 25 0 5 0 1132540980 1643978752 379164 4294967295 134512640 135237372 3215240592 3047448600 134519962 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 326.21
Current children cumulated vsize (KiB) 1605448



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+214.809 s]
/proc/loadavg: 6.52 4.83 4.33 7/122 11304
/proc/meminfo: memFree=1087984/3368532 swapFree=1959840/1959888
[pid=10410] ppid=10408 vsize=2096692 CPUtime=440.12
/proc/10410/stat : 10410 (ttsth-5-0) S 10408 10410 10612 0 -1 4202496 496535 0 0 0 43841 171 0 0 25 0 5 0 1132537777 2147012608 495145 4294967295 134512640 135237372 3215240592 3215240188 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10410/statm: 524173 495145 95 177 0 523995 0
[pid=10410/tid=10462] ppid=10408 vsize=2096692 CPUtime=99.79
/proc/10410/task/10462/stat : 10462 (ttsth-5-0) R 10408 10410 10612 0 -1 4202560 174757 0 0 0 9916 63 0 0 25 0 5 0 1132540980 2147012608 495145 4294967295 134512640 135237372 3215240592 3071862912 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10410/tid=10463] ppid=10408 vsize=2096692 CPUtime=95.75
/proc/10410/task/10463/stat : 10463 (ttsth-5-0) R 10408 10410 10612 0 -1 4202560 107787 0 0 0 9542 33 0 0 25 0 5 0 1132540980 2147012608 495145 4294967295 134512640 135237372 3215240592 3063856064 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=10410/tid=10464] ppid=10408 vsize=2096692 CPUtime=102.63
/proc/10410/task/10464/stat : 10464 (ttsth-5-0) R 10408 10410 10612 0 -1 4202560 120845 0 0 0 10222 41 0 0 25 0 5 0 1132540980 2147012608 495145 4294967295 134512640 135237372 3215240592 3055473788 134549925 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=10410/tid=10465] ppid=10408 vsize=2096692 CPUtime=109.93
/proc/10410/task/10465/stat : 10465 (ttsth-5-0) R 10408 10410 10612 0 -1 4202560 22687 0 0 0 10982 11 0 0 25 0 5 0 1132540980 2147012608 495145 4294967295 134512640 135237372 3215240592 3047320752 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 440.12
Current children cumulated vsize (KiB) 2096692

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

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

[startup+214.929 s]
/proc/loadavg: 6.52 4.83 4.33 7/122 11304
/proc/meminfo: memFree=1087984/3368532 swapFree=1959840/1959888
[pid=10410] ppid=10408 vsize=0 CPUtime=440.25
/proc/10410/stat : 10410 (ttsth-5-0) Z 10408 10410 10612 0 -1 4203524 496559 0 0 0 43845 180 0 0 18 0 2 0 1132537777 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/10410/statm: 0 0 0 0 0 0 0
[pid=10410/tid=10463] ppid=10408 vsize=0 CPUtime=95.84
/proc/10410/task/10463/stat : 10463 (ttsth-5-0) R 10408 10410 10612 0 -1 4203588 107787 0 0 0 9542 42 0 0 25 0 2 0 1132540980 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 440.25
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 214.943
CPU time (s): 440.26
CPU user time (s): 438.45
CPU system time (s): 1.81
CPU usage (%): 204.826
Max. virtual memory (cumulated for all children) (KiB): 2096692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 438.45
system time used= 1.81
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 496559
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= 3067
involuntary context switches= 13052

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 12:19:09
IDJOB=1779268
IDBENCH=70826
IDSOLVER=632
FILE ID=/1779268-1243678749
PBS_JOBID=
Free space on /tmp= 7978 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-05.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779268-1243678749/watcher-1779268-1243678749 -o /tmp/evaluation-result-1779268-1243678749/solver-1779268-1243678749 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779268-1243678749.cnf

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

MD5SUM BENCH= 2802e980ef7a0af021d80df126a2e28c
RANDOM SEED= 1300666794

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.073
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.073
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.073
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.073
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:       3069052 kB
Buffers:         92980 kB
Cached:          89424 kB
SwapCached:          0 kB
Active:         131384 kB
Inactive:        73260 kB
HighTotal:     2489216 kB
HighFree:      2377644 kB
LowTotal:       879316 kB
LowFree:        691408 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           14056 kB
Writeback:         100 kB
AnonPages:       22204 kB
Mapped:           8168 kB
Slab:            84564 kB
SReclaimable:    72012 kB
SUnreclaim:      12552 kB
PageTables:        780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   123556 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7978 MiB
End job on  at 2009-05-30 12:22:47