Trace number 1775548

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 679.49 695.481

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-5-17-s.cnf
MD5SUMcd6cb5ea01688ce5beec6e625055ac90
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1026.24
Satisfiable
(Un)Satisfiability was proved
Number of variables252328
Number of clauses1189896
Sum of the clauses size2752826
Maximum clause length10
Minimum clause length1
Number of clauses of size 118837
Number of clauses of size 2919648
Number of clauses of size 3204591
Number of clauses of size 45200
Number of clauses of size 520800
Number of clauses of size over 520820

Solver Data

19.69/19.80	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775548-1243671492.cnf 
19.69/19.80	c Using SATTIMEOUT of 10000
19.69/19.80	c Using SATRAM of 2047
19.69/19.80	c Size of subset node = 16
19.69/19.80	c Variables = 252328
19.69/19.80	c Clauses = 1189896
19.69/19.80	c Literals = 2752826
19.69/19.80	c Reduced size:
19.69/19.80	c Variables = 252328
19.69/19.80	c Clauses = 962994
19.69/19.80	c Literals = 2265594
19.69/19.80	c a2
21.49/21.60	c a1
674.99/675.38	c Independent sub-problems = 1
674.99/675.38	c Sub-problem with 206237 variables and 962994 clauses
674.99/675.38	c using permutation method 4
674.99/675.38	c count = 1
674.99/675.38	c Ordering finished 674.570 seconds
674.99/675.38	c mapped 675.050 seconds
674.99/675.38	c permuted 675.050 seconds
674.99/675.38	c about to sort
675.29/675.64	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-1775548-1243671492/watcher-1775548-1243671492 -o /tmp/evaluation-result-1775548-1243671492/solver-1775548-1243671492 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775548-1243671492.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: 2.03 2.03 2.00 4/113 32245
/proc/meminfo: memFree=3195836/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=1276 CPUtime=0.01
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 206 0 0 0 1 0 0 0 24 0 1 0 1131813335 1306624 161 4294967295 134512640 135237372 3217022800 3217022304 134735332 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 319 161 75 177 0 141 0

[startup+0.039096 s]
/proc/loadavg: 2.03 2.03 2.00 4/113 32245
/proc/meminfo: memFree=3195836/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=2620 CPUtime=0.04
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 549 0 0 0 4 0 0 0 24 0 1 0 1131813335 2682880 504 4294967295 134512640 135237372 3217022800 3217022248 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 655 504 75 177 0 477 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2620

[startup+0.109085 s]
/proc/loadavg: 2.03 2.03 2.00 4/113 32245
/proc/meminfo: memFree=3195836/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=6416 CPUtime=0.11
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 1511 0 0 0 11 0 0 0 25 0 1 0 1131813335 6569984 1466 4294967295 134512640 135237372 3217022800 3217021324 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 1604 1467 75 177 0 1426 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6416

[startup+0.309068 s]
/proc/loadavg: 2.03 2.03 2.00 4/113 32245
/proc/meminfo: memFree=3195836/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=17564 CPUtime=0.31
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 4241 0 0 0 30 1 0 0 25 0 1 0 1131813335 17985536 4196 4294967295 134512640 135237372 3217022800 3217021324 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 4391 4196 75 177 0 4213 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17564

[startup+0.709037 s]
/proc/loadavg: 2.03 2.03 2.00 4/113 32245
/proc/meminfo: memFree=3195836/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=36640 CPUtime=0.71
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 8933 0 0 0 68 3 0 0 25 0 1 0 1131813335 37519360 8888 4294967295 134512640 135237372 3217022800 3217022164 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 9160 8888 75 177 0 8982 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 36640

[startup+1.50897 s]
/proc/loadavg: 2.10 2.04 2.01 4/114 32250
/proc/meminfo: memFree=3144528/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=83332 CPUtime=1.51
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 18866 0 0 0 147 4 0 0 25 0 1 0 1131813335 85331968 18821 4294967295 134512640 135237372 3217022800 3217022528 134533697 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 20833 18821 75 177 0 20655 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 83332

[startup+3.10883 s]
/proc/loadavg: 2.10 2.04 2.01 4/114 32250
/proc/meminfo: memFree=3116728/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=83332 CPUtime=3.11
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 19850 0 0 0 307 4 0 0 25 0 1 0 1131813335 85331968 19805 4294967295 134512640 135237372 3217022800 3217022492 134534259 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 20833 19805 75 177 0 20655 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 83332

[startup+6.30855 s]
/proc/loadavg: 2.10 2.04 2.01 4/114 32254
/proc/meminfo: memFree=3116312/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=83332 CPUtime=6.31
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 19850 0 0 0 627 4 0 0 25 0 1 0 1131813335 85331968 19805 4294967295 134512640 135237372 3217022800 3217022492 134534056 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 20833 19805 75 177 0 20655 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 83332

[startup+12.708 s]
/proc/loadavg: 2.24 2.07 2.02 4/114 32266
/proc/meminfo: memFree=3116276/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=83332 CPUtime=12.71
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 19850 0 0 0 1267 4 0 0 25 0 1 0 1131813335 85331968 19805 4294967295 134512640 135237372 3217022800 3217022492 134534210 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 20833 19805 75 177 0 20655 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 83332

[startup+25.5069 s]
/proc/loadavg: 2.36 2.10 2.03 4/114 32465
/proc/meminfo: memFree=3016932/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=180464 CPUtime=25.49
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 57226 0 0 0 2534 15 0 0 25 0 1 0 1131813335 184795136 44275 4294967295 134512640 135237372 3217022800 3217022128 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 45116 44275 77 177 0 44938 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 180464

[startup+51.1147 s]
/proc/loadavg: 2.58 2.17 2.05 4/114 32509
/proc/meminfo: memFree=3013108/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=185148 CPUtime=51.1
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 58318 0 0 0 5095 15 0 0 25 0 1 0 1131813335 189591552 45367 4294967295 134512640 135237372 3217022800 3217022160 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 46287 45367 77 177 0 46109 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 185148

[startup+102.31 s]
/proc/loadavg: 2.83 2.31 2.10 4/116 300
/proc/meminfo: memFree=3007676/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=190388 CPUtime=102.27
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 59546 0 0 0 10211 16 0 0 25 0 1 0 1131813335 194957312 46595 4294967295 134512640 135237372 3217022800 3217022128 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 47597 46595 77 177 0 47419 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 190388

[startup+162.305 s]
/proc/loadavg: 2.93 2.43 2.16 4/114 575
/proc/meminfo: memFree=3004552/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=192500 CPUtime=162.24
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 60204 0 0 0 16208 16 0 0 25 0 1 0 1131813335 197120000 47253 4294967295 134512640 135237372 3217022800 3217022160 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 48125 47253 77 177 0 47947 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 192500

[startup+222.31 s]
/proc/loadavg: 2.97 2.53 2.21 4/114 852
/proc/meminfo: memFree=3003628/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=193028 CPUtime=222.23
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 60353 0 0 0 22207 16 0 0 25 0 1 0 1131813335 197660672 47402 4294967295 134512640 135237372 3217022800 3217022160 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 48257 47402 77 177 0 48079 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 193028

[startup+282.315 s]
/proc/loadavg: 2.99 2.62 2.25 4/114 1148
/proc/meminfo: memFree=3003288/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=195984 CPUtime=282.2
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 60469 0 0 0 28204 16 0 0 25 0 1 0 1131813335 200687616 47518 4294967295 134512640 135237372 3217022800 3217022160 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 48996 47518 77 177 0 48818 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 195984

[startup+342.31 s]
/proc/loadavg: 2.99 2.68 2.30 4/114 1437
/proc/meminfo: memFree=3002576/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=196248 CPUtime=342.16
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 60572 0 0 0 34200 16 0 0 25 0 1 0 1131813335 200957952 47621 4294967295 134512640 135237372 3217022800 3217022160 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 49062 47621 77 177 0 48884 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 196248

[startup+402.304 s]
/proc/loadavg: 2.99 2.74 2.34 4/114 1714
/proc/meminfo: memFree=3002328/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=196512 CPUtime=402.12
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 60645 0 0 0 40196 16 0 0 25 0 1 0 1131813335 201228288 47694 4294967295 134512640 135237372 3217022800 3217022160 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 49128 47694 77 177 0 48950 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 196512

[startup+462.309 s]
/proc/loadavg: 2.99 2.78 2.38 4/114 1991
/proc/meminfo: memFree=3002072/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=196776 CPUtime=462.1
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 60715 0 0 0 46194 16 0 0 25 0 1 0 1131813335 201498624 47764 4294967295 134512640 135237372 3217022800 3217022160 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 49194 47764 77 177 0 49016 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 196776

[startup+522.314 s]
/proc/loadavg: 2.99 2.82 2.41 4/114 2268
/proc/meminfo: memFree=3001800/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=196908 CPUtime=522.06
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 60781 0 0 0 52190 16 0 0 25 0 1 0 1131813335 201633792 47830 4294967295 134512640 135237372 3217022800 3217022160 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 49227 47830 77 177 0 49049 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 196908

[startup+582.309 s]
/proc/loadavg: 2.99 2.85 2.45 4/114 2550
/proc/meminfo: memFree=3001660/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=197040 CPUtime=582.03
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 60837 0 0 0 58187 16 0 0 25 0 1 0 1131813335 201768960 47886 4294967295 134512640 135237372 3217022800 3217022160 134600707 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 49260 47886 77 177 0 49082 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 197040

[startup+642.314 s]
/proc/loadavg: 2.99 2.87 2.48 4/114 2832
/proc/meminfo: memFree=3001568/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=197304 CPUtime=642
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 60883 0 0 0 64184 16 0 0 25 0 1 0 1131813335 202039296 47932 4294967295 134512640 135237372 3217022800 3217022160 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 49326 47932 77 177 0 49148 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 197304

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

[startup+665.512 s]
/proc/loadavg: 2.99 2.88 2.49 4/114 2873
/proc/meminfo: memFree=3002096/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=197304 CPUtime=665.19
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4202496 60898 0 0 0 66503 16 0 0 25 0 1 0 1131813335 202039296 47947 4294967295 134512640 135237372 3217022800 3217022160 134600738 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 49326 47947 77 177 0 49148 0
Current children cumulated CPU time (s) 665.19
Current children cumulated vsize (KiB) 197304

[startup+678.311 s]
/proc/loadavg: 2.99 2.89 2.49 4/114 2889
/proc/meminfo: memFree=2495188/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=751160 CPUtime=677.96
/proc/32245/stat : 32245 (ttsth-5-0) R 32243 32245 32205 0 -1 4204032 202735 0 0 0 67726 70 0 0 25 0 1 0 1131813335 769187840 186734 4294967295 134512640 135237372 3217022800 3208646656 134730080 0 0 0 0 0 0 0 17 0 0 0 0
/proc/32245/statm: 187790 186734 104 177 0 187612 0
Current children cumulated CPU time (s) 677.96
Current children cumulated vsize (KiB) 751160

[startup+684.71 s]
/proc/loadavg: 2.99 2.89 2.50 3/114 3084
/proc/meminfo: memFree=2005344/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=751160 CPUtime=678.72
/proc/32245/stat : 32245 (ttsth-5-0) D 32243 32245 32205 0 -1 4204032 202735 0 0 0 67726 146 0 0 18 0 1 0 1131813335 769187840 186734 4294967295 134512640 135237372 3217022800 3208646656 134730080 0 0 0 0 3222693324 0 0 17 0 0 0 0
/proc/32245/statm: 187790 186734 104 177 0 187612 0
Current children cumulated CPU time (s) 678.72
Current children cumulated vsize (KiB) 751160

[startup+691.109 s]
/proc/loadavg: 3.30 2.96 2.52 3/114 3092
/proc/meminfo: memFree=1849704/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=751160 CPUtime=679.01
/proc/32245/stat : 32245 (ttsth-5-0) D 32243 32245 32205 0 -1 4204032 202735 0 0 0 67726 175 0 0 18 0 1 0 1131813335 769187840 186734 4294967295 134512640 135237372 3217022800 3208646656 134730080 0 0 0 0 3222693324 0 0 17 0 0 0 0
/proc/32245/statm: 187790 186734 104 177 0 187612 0
Current children cumulated CPU time (s) 679.01
Current children cumulated vsize (KiB) 751160

[startup+692.709 s]
/proc/loadavg: 3.30 2.96 2.52 3/114 3092
/proc/meminfo: memFree=1824744/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=751160 CPUtime=679.14
/proc/32245/stat : 32245 (ttsth-5-0) D 32243 32245 32205 0 -1 4204032 202735 0 0 0 67726 188 0 0 18 0 1 0 1131813335 769187840 186734 4294967295 134512640 135237372 3217022800 3208646656 134730080 0 0 0 0 3222693324 0 0 17 2 0 0 0
/proc/32245/statm: 187790 186734 104 177 0 187612 0
Current children cumulated CPU time (s) 679.14
Current children cumulated vsize (KiB) 751160

[startup+694.309 s]
/proc/loadavg: 3.30 2.96 2.52 3/114 3096
/proc/meminfo: memFree=1712352/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=751160 CPUtime=679.32
/proc/32245/stat : 32245 (ttsth-5-0) D 32243 32245 32205 0 -1 4204032 203122 0 0 0 67726 206 0 0 18 0 1 0 1131813335 769187840 187121 4294967295 134512640 135237372 3217022800 3208646656 134730080 0 0 0 0 3222693324 0 0 17 2 0 0 0
/proc/32245/statm: 187790 187121 491 177 0 187612 0
Current children cumulated CPU time (s) 679.32
Current children cumulated vsize (KiB) 751160

[startup+695.109 s]
/proc/loadavg: 3.30 2.96 2.52 3/114 3100
/proc/meminfo: memFree=1660652/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=751160 CPUtime=679.41
/proc/32245/stat : 32245 (ttsth-5-0) D 32243 32245 32205 0 -1 4204032 203659 0 0 0 67726 215 0 0 18 0 1 0 1131813335 769187840 187658 4294967295 134512640 135237372 3217022800 3208646656 134730080 0 0 0 0 3222693324 0 0 17 2 0 0 0
/proc/32245/statm: 187790 187658 1028 177 0 187612 0
Current children cumulated CPU time (s) 679.41
Current children cumulated vsize (KiB) 751160

[startup+695.309 s]
/proc/loadavg: 3.30 2.96 2.52 3/114 3100
/proc/meminfo: memFree=1660652/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=751160 CPUtime=679.43
/proc/32245/stat : 32245 (ttsth-5-0) D 32243 32245 32205 0 -1 4204032 203704 0 0 0 67726 217 0 0 18 0 1 0 1131813335 769187840 187703 4294967295 134512640 135237372 3217022800 3208646656 134730080 0 0 0 0 3222693324 0 0 17 2 0 0 0
/proc/32245/statm: 187790 187703 1073 177 0 187612 0
Current children cumulated CPU time (s) 679.43
Current children cumulated vsize (KiB) 751160

[startup+695.409 s]
/proc/loadavg: 3.30 2.96 2.52 3/114 3100
/proc/meminfo: memFree=1660652/3368532 swapFree=1954888/1959888
[pid=32245] ppid=32243 vsize=751160 CPUtime=679.43
/proc/32245/stat : 32245 (ttsth-5-0) D 32243 32245 32205 0 -1 4204032 203704 0 0 0 67726 217 0 0 18 0 1 0 1131813335 769187840 187703 4294967295 134512640 135237372 3217022800 3208646656 134730080 0 0 0 0 3222693324 0 0 17 2 0 0 0
/proc/32245/statm: 187790 187703 1073 177 0 187612 0
Current children cumulated CPU time (s) 679.43
Current children cumulated vsize (KiB) 751160

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 695.481
CPU time (s): 679.49
CPU user time (s): 677.26
CPU system time (s): 2.23
CPU usage (%): 97.7007
Max. virtual memory (cumulated for all children) (KiB): 751160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 677.26
system time used= 2.23
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203704
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= 92
involuntary context switches= 3937

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 10:18:12
IDJOB=1775548
IDBENCH=20348
IDSOLVER=632
FILE ID=/1775548-1243671492
PBS_JOBID=
Free space on /tmp= 15859 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-5-17-s.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775548-1243671492/watcher-1775548-1243671492 -o /tmp/evaluation-result-1775548-1243671492/solver-1775548-1243671492 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775548-1243671492.cnf

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

MD5SUM BENCH= cd6cb5ea01688ce5beec6e625055ac90
RANDOM SEED= 1323209112

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.43
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:       3197760 kB
Buffers:         14992 kB
Cached:          82172 kB
SwapCached:        720 kB
Active:          96972 kB
Inactive:        15800 kB
HighTotal:     2489216 kB
HighFree:      2388116 kB
LowTotal:       879316 kB
LowFree:        809644 kB
SwapTotal:     1959888 kB
SwapFree:      1954888 kB
Dirty:           22800 kB
Writeback:           0 kB
AnonPages:       14932 kB
Mapped:           6172 kB
Slab:            48656 kB
SReclaimable:    40916 kB
SUnreclaim:       7740 kB
PageTables:        740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   117272 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15127 MiB
End job on  at 2009-05-30 10:29:49