Trace number 1780273

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)? (TO) 993.61 1000.04

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L200_coli.sat.cnf
MD5SUM853982f8646333d217e35d938b7eb00b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark895.28
Satisfiable
(Un)Satisfiability was proved
Number of variables670867
Number of clauses3513333
Sum of the clauses size10259569
Maximum clause length11
Minimum clause length1
Number of clauses of size 159077
Number of clauses of size 2795777
Number of clauses of size 32146608
Number of clauses of size 4393835
Number of clauses of size 5117437
Number of clauses of size over 5599

Solver Data

9.72/9.76	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780273-1243681342.cnf 
9.72/9.76	c Using SATTIMEOUT of 10000
9.72/9.76	c Using SATRAM of 2047
9.72/9.76	c Size of subset node = 16
9.72/9.76	c Variables = 670867
9.72/9.76	c Clauses = 3513333
9.72/9.76	c Literals = 10259569
9.72/9.76	c Reduced size:
9.72/9.76	c Variables = 670867
9.72/9.76	c Clauses = 3003709
9.72/9.76	c Literals = 8943305
9.72/9.76	c a2
17.72/17.75	c a1

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-1780273-1243681342/watcher-1780273-1243681342 -o /tmp/evaluation-result-1780273-1243681342/solver-1780273-1243681342 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780273-1243681342.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: 6.71 7.18 7.16 5/111 18989
/proc/meminfo: memFree=2931428/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=1008 CPUtime=0.01
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 146 0 0 0 1 0 0 0 25 0 1 0 1132798737 1032192 101 4294967295 134512640 135237372 3215371696 3215371252 134738798 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 252 101 74 177 0 74 0

[startup+0.10149 s]
/proc/loadavg: 6.71 7.18 7.16 5/111 18989
/proc/meminfo: memFree=2931428/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=5072 CPUtime=0.11
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 1151 0 0 0 11 0 0 0 25 0 1 0 1132798737 5193728 1106 4294967295 134512640 135237372 3215371696 3215370564 134885886 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 1268 1106 75 177 0 1090 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5072

[startup+0.211482 s]
/proc/loadavg: 6.71 7.18 7.16 5/111 18989
/proc/meminfo: memFree=2931428/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=9344 CPUtime=0.22
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 2216 0 0 0 22 0 0 0 25 0 1 0 1132798737 9568256 2171 4294967295 134512640 135237372 3215371696 3215370564 134883945 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 2336 2171 75 177 0 2158 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9344

[startup+0.311474 s]
/proc/loadavg: 6.71 7.18 7.16 5/111 18989
/proc/meminfo: memFree=2931428/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=13176 CPUtime=0.32
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 3185 0 0 0 32 0 0 0 25 0 1 0 1132798737 13492224 3140 4294967295 134512640 135237372 3215371696 3215371200 134735175 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 3294 3140 75 177 0 3116 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 13176

[startup+0.711444 s]
/proc/loadavg: 6.71 7.18 7.16 5/111 18989
/proc/meminfo: memFree=2931428/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=28708 CPUtime=0.72
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 7059 0 0 0 71 1 0 0 25 0 1 0 1132798737 29396992 7014 4294967295 134512640 135237372 3215371696 3215371144 134731128 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 7177 7014 75 177 0 6999 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 28708

[startup+1.51137 s]
/proc/loadavg: 6.71 7.18 7.16 5/112 18990
/proc/meminfo: memFree=2888168/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=59896 CPUtime=1.52
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 14763 0 0 0 148 4 0 0 25 0 1 0 1132798737 61333504 14718 4294967295 134512640 135237372 3215371696 3215370292 134887207 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 14974 14718 75 177 0 14796 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 59896

[startup+3.11124 s]
/proc/loadavg: 6.71 7.18 7.16 5/112 18990
/proc/meminfo: memFree=2845544/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=122572 CPUtime=3.12
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 30140 0 0 0 301 11 0 0 25 0 1 0 1132798737 125513728 30095 4294967295 134512640 135237372 3215371696 3215370564 134884223 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 30643 30095 75 177 0 30465 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 122572

[startup+6.31098 s]
/proc/loadavg: 6.49 7.12 7.14 5/112 18991
/proc/meminfo: memFree=2719892/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=241208 CPUtime=6.32
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 58853 0 0 0 606 26 0 0 25 0 1 0 1132798737 246996992 58808 4294967295 134512640 135237372 3215371696 3215371388 134534130 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 60302 58808 75 177 0 60124 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 241208

[startup+12.7104 s]
/proc/loadavg: 6.37 7.09 7.13 5/112 18991
/proc/meminfo: memFree=2479392/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=464944 CPUtime=12.72
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 117639 0 0 0 1223 49 0 0 25 0 1 0 1132798737 476102656 112867 4294967295 134512640 135237372 3215371696 3215370032 134680242 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 116236 112867 76 177 0 116058 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 464944

[startup+25.5094 s]
/proc/loadavg: 5.92 6.95 7.08 5/112 18994
/proc/meminfo: memFree=2551168/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=389436 CPUtime=25.52
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 141492 0 0 0 2498 54 0 0 25 0 1 0 1132798737 398782464 95221 4294967295 134512640 135237372 3215371696 3215371024 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 97359 95221 77 177 0 97181 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 389436

[startup+51.1073 s]
/proc/loadavg: 5.33 6.73 7.00 5/112 18995
/proc/meminfo: memFree=2513352/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=427416 CPUtime=51.12
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 150935 0 0 0 5054 58 0 0 25 0 1 0 1132798737 437673984 104664 4294967295 134512640 135237372 3215371696 3215371024 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 106854 104664 77 177 0 106676 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 427416

[startup+102.313 s]
/proc/loadavg: 5.10 6.47 6.90 5/112 19183
/proc/meminfo: memFree=2406292/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=535292 CPUtime=101.81
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 177336 0 0 0 10115 66 0 0 25 0 1 0 1132798737 548139008 131065 4294967295 134512640 135237372 3215371696 3215371024 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 133823 131065 77 177 0 133645 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 535292

[startup+162.318 s]
/proc/loadavg: 4.69 6.11 6.75 5/112 19369
/proc/meminfo: memFree=2388036/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=552800 CPUtime=161.05
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 182729 0 0 0 16038 67 0 0 25 0 1 0 1132798737 566067200 135634 4294967295 134512640 135237372 3215371696 3215371056 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 138200 135634 77 177 0 138022 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 552800

[startup+222.313 s]
/proc/loadavg: 4.58 5.81 6.60 5/112 19561
/proc/meminfo: memFree=2387756/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=552800 CPUtime=220.65
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 182729 0 0 0 21997 68 0 0 25 0 1 0 1132798737 566067200 135634 4294967295 134512640 135237372 3215371696 3215371056 134600960 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 138200 135634 77 177 0 138022 0
Current children cumulated CPU time (s) 220.65
Current children cumulated vsize (KiB) 552800

[startup+282.308 s]
/proc/loadavg: 4.67 5.60 6.48 6/112 19749
/proc/meminfo: memFree=2387416/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=552800 CPUtime=280.46
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 182729 0 0 0 27978 68 0 0 25 0 1 0 1132798737 566067200 135634 4294967295 134512640 135237372 3215371696 3215371056 134600718 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 138200 135634 77 177 0 138022 0
Current children cumulated CPU time (s) 280.46
Current children cumulated vsize (KiB) 552800

[startup+342.313 s]
/proc/loadavg: 4.77 5.44 6.36 5/112 19940
/proc/meminfo: memFree=2387948/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=552932 CPUtime=340.09
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 182734 0 0 0 33941 68 0 0 25 0 1 0 1132798737 566202368 135639 4294967295 134512640 135237372 3215371696 3215371056 134600718 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 138233 135639 77 177 0 138055 0
Current children cumulated CPU time (s) 340.09
Current children cumulated vsize (KiB) 552932

[startup+402.308 s]
/proc/loadavg: 4.65 5.27 6.25 6/113 20088
/proc/meminfo: memFree=2387660/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=553592 CPUtime=399.84
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 182903 0 0 0 39916 68 0 0 25 0 1 0 1132798737 566878208 135808 4294967295 134512640 135237372 3215371696 3215371056 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 138398 135808 77 177 0 138220 0
Current children cumulated CPU time (s) 399.84
Current children cumulated vsize (KiB) 553592

[startup+462.313 s]
/proc/loadavg: 4.60 5.12 6.13 7/113 20218
/proc/meminfo: memFree=2387568/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=553592 CPUtime=459.52
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 182927 0 0 0 45884 68 0 0 25 0 1 0 1132798737 566878208 135832 4294967295 134512640 135237372 3215371696 3215371056 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 138398 135832 77 177 0 138220 0
Current children cumulated CPU time (s) 459.52
Current children cumulated vsize (KiB) 553592

[startup+522.308 s]
/proc/loadavg: 4.53 5.02 6.03 7/113 20342
/proc/meminfo: memFree=2387220/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=553724 CPUtime=519.05
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 182934 0 0 0 51837 68 0 0 25 0 1 0 1132798737 567013376 135839 4294967295 134512640 135237372 3215371696 3215371056 134600978 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 138431 135839 77 177 0 138253 0
Current children cumulated CPU time (s) 519.05
Current children cumulated vsize (KiB) 553724

[startup+582.303 s]
/proc/loadavg: 4.51 4.95 5.94 5/112 20514
/proc/meminfo: memFree=2387268/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=553724 CPUtime=578.64
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 182944 0 0 0 57796 68 0 0 25 0 1 0 1132798737 567013376 135849 4294967295 134512640 135237372 3215371696 3215371056 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 138431 135849 77 177 0 138253 0
Current children cumulated CPU time (s) 578.64
Current children cumulated vsize (KiB) 553724

[startup+642.318 s]
/proc/loadavg: 4.53 4.89 5.86 5/112 20703
/proc/meminfo: memFree=2386920/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=553724 CPUtime=638.23
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 182952 0 0 0 63755 68 0 0 25 0 1 0 1132798737 567013376 135857 4294967295 134512640 135237372 3215371696 3215371056 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 138431 135857 77 177 0 138253 0
Current children cumulated CPU time (s) 638.23
Current children cumulated vsize (KiB) 553724

[startup+702.313 s]
/proc/loadavg: 4.42 4.80 5.77 6/112 20891
/proc/meminfo: memFree=2386672/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=553724 CPUtime=697.74
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 182960 0 0 0 69706 68 0 0 25 0 1 0 1132798737 567013376 135865 4294967295 134512640 135237372 3215371696 3215371056 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 138431 135865 77 177 0 138253 0
Current children cumulated CPU time (s) 697.74
Current children cumulated vsize (KiB) 553724

[startup+762.308 s]
/proc/loadavg: 4.58 4.78 5.70 5/112 21077
/proc/meminfo: memFree=2386920/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=553856 CPUtime=757.35
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 182963 0 0 0 75667 68 0 0 25 0 1 0 1132798737 567148544 135868 4294967295 134512640 135237372 3215371696 3215371056 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 138464 135868 77 177 0 138286 0
Current children cumulated CPU time (s) 757.35
Current children cumulated vsize (KiB) 553856

[startup+822.313 s]
/proc/loadavg: 4.75 4.79 5.64 6/112 21265
/proc/meminfo: memFree=2387028/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=553856 CPUtime=816.64
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 182971 0 0 0 81596 68 0 0 25 0 1 0 1132798737 567148544 135876 4294967295 134512640 135237372 3215371696 3215371056 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 138464 135876 77 177 0 138286 0
Current children cumulated CPU time (s) 816.64
Current children cumulated vsize (KiB) 553856

[startup+882.318 s]
/proc/loadavg: 4.89 4.79 5.58 5/112 21456
/proc/meminfo: memFree=2387112/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=553856 CPUtime=876.49
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 182980 0 0 0 87581 68 0 0 25 0 1 0 1132798737 567148544 135885 4294967295 134512640 135237372 3215371696 3215371056 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 138464 135885 77 177 0 138286 0
Current children cumulated CPU time (s) 876.49
Current children cumulated vsize (KiB) 553856

[startup+942.313 s]
/proc/loadavg: 4.94 4.79 5.53 6/113 21625
/proc/meminfo: memFree=2386592/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=553856 CPUtime=936.19
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 182988 0 0 0 93551 68 0 0 25 0 1 0 1132798737 567148544 135893 4294967295 134512640 135237372 3215371696 3215371056 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 138464 135893 77 177 0 138286 0
Current children cumulated CPU time (s) 936.19
Current children cumulated vsize (KiB) 553856



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.67 4.72 5.46 6/113 21741
/proc/meminfo: memFree=2387080/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=553856 CPUtime=993.58
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 182993 0 0 0 99290 68 0 0 25 0 1 0 1132798737 567148544 135898 4294967295 134512640 135237372 3215371696 3215371056 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 138464 135898 77 177 0 138286 0
Current children cumulated CPU time (s) 993.58
Current children cumulated vsize (KiB) 553856

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

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

[startup+1000.01 s]
/proc/loadavg: 4.67 4.72 5.46 6/113 21741
/proc/meminfo: memFree=2387080/3368532 swapFree=1953788/1959888
[pid=18989] ppid=18987 vsize=553856 CPUtime=993.58
/proc/18989/stat : 18989 (ttsth-5-0) R 18987 18989 20065 0 -1 4202496 182993 0 0 0 99290 68 0 0 25 0 1 0 1132798737 567148544 135898 4294967295 134512640 135237372 3215371696 3215371056 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/18989/statm: 138464 135898 77 177 0 138286 0
Current children cumulated CPU time (s) 993.58
Current children cumulated vsize (KiB) 553856

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.04
CPU time (s): 993.61
CPU user time (s): 992.9
CPU system time (s): 0.71
CPU usage (%): 99.3568
Max. virtual memory (cumulated for all children) (KiB): 554200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 992.9
system time used= 0.71
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182993
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= 1
involuntary context switches= 13817

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 13:02:22
IDJOB=1780273
IDBENCH=70965
IDSOLVER=632
FILE ID=/1780273-1243681342
PBS_JOBID=
Free space on /tmp= 6407 MiB

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

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

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED= 1603912396

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:       2931428 kB
Buffers:        123228 kB
Cached:         196944 kB
SwapCached:       2256 kB
Active:         232752 kB
Inactive:       104032 kB
HighTotal:     2489216 kB
HighFree:      2274652 kB
LowTotal:       879316 kB
LowFree:        656776 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:           73424 kB
Writeback:           0 kB
AnonPages:       16076 kB
Mapped:           5228 kB
Slab:            91760 kB
SReclaimable:    77208 kB
SUnreclaim:      14552 kB
PageTables:        696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   112680 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6407 MiB
End job on  at 2009-05-30 13:19:09