Trace number 1775985

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 (16 threads)? (TO) 1000.03 1000.05

General information on the benchmark

Nameindustrial/palacios/hard/
safe-50-h49-unsat.cnf
MD5SUMafc9746f162b3434bc79ea21bd1704d5
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 variables615037
Number of clauses2098249
Sum of the clauses size5069473
Maximum clause length101
Minimum clause length1
Number of clauses of size 150
Number of clauses of size 21488062
Number of clauses of size 3602029
Number of clauses of size 4238
Number of clauses of size 5148
Number of clauses of size over 57722

Solver Data

2.78/2.81	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1775985-1244923824.cnf 
2.78/2.81	c Using SATTIMEOUT of 10000
2.78/2.81	c Using SATRAM of 2047
2.78/2.81	c Size of subset node = 16
2.78/2.81	c Variables = 620037
2.78/2.81	c Clauses = 2098249
2.78/2.81	c Literals = 5069473
2.78/2.81	c Reduced size:
2.78/2.81	c Variables = 615037
2.78/2.81	c Clauses = 2098099
2.78/2.81	c Literals = 5069173
2.78/2.81	c a2
7.28/7.39	c a1

Verifier Data

sh: BIN/SAT-verifier: No such file or directory

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1775985-1244923824/watcher-1775985-1244923824 -o /tmp/evaluation-result-1775985-1244923824/solver-1775985-1244923824 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1775985-1244923824.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: 1.20 1.42 3.85 2/184 17170
/proc/meminfo: memFree=19036324/36427776 swapFree=3864/8180
[pid=17170] ppid=17168 vsize=1584 CPUtime=0
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 280 0 0 0 0 0 0 0 20 0 1 0 651688882 1622016 237 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134732614 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 396 238 75 177 0 218 0

[startup+0.017032 s]
/proc/loadavg: 1.20 1.42 3.85 2/184 17170
/proc/meminfo: memFree=19036324/36427776 swapFree=3864/8180
[pid=17170] ppid=17168 vsize=1996 CPUtime=0
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 399 0 0 0 0 0 0 0 20 0 1 0 651688882 2043904 356 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134732614 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 499 358 75 177 0 321 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1996

[startup+0.101033 s]
/proc/loadavg: 1.20 1.42 3.85 2/184 17170
/proc/meminfo: memFree=19036324/36427776 swapFree=3864/8180
[pid=17170] ppid=17168 vsize=7716 CPUtime=0.1
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 1777 0 0 0 10 0 0 0 20 0 1 0 651688882 7901184 1734 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134639534 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 1929 1734 75 177 0 1751 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7716

[startup+0.301054 s]
/proc/loadavg: 1.20 1.42 3.85 2/184 17170
/proc/meminfo: memFree=19036324/36427776 swapFree=3864/8180
[pid=17170] ppid=17168 vsize=21536 CPUtime=0.3
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 5136 0 0 0 28 2 0 0 20 0 1 0 651688882 22052864 5093 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134732614 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 5384 5094 75 177 0 5206 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 21536

[startup+0.701086 s]
/proc/loadavg: 1.20 1.42 3.85 2/184 17170
/proc/meminfo: memFree=19036324/36427776 swapFree=3864/8180
[pid=17170] ppid=17168 vsize=48104 CPUtime=0.7
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 11643 0 0 0 64 6 0 0 20 0 1 0 651688882 49258496 11600 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134536395 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 12026 11601 75 177 0 11848 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 48104

[startup+1.50115 s]
/proc/loadavg: 1.20 1.42 3.85 2/185 17171
/proc/meminfo: memFree=18971320/36427776 swapFree=4072/73228
[pid=17170] ppid=17168 vsize=101804 CPUtime=1.5
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 24634 0 0 0 138 12 0 0 20 0 1 0 651688882 104247296 24591 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134639534 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 25451 24592 75 177 0 25273 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 101804

[startup+3.10128 s]
/proc/loadavg: 1.19 1.41 3.83 2/185 17171
/proc/meminfo: memFree=18901432/36427776 swapFree=3996/143560
[pid=17170] ppid=17168 vsize=238596 CPUtime=3.08
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 57000 0 0 0 284 24 0 0 20 0 1 0 651688882 244322304 56957 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134732614 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 59682 56959 76 177 0 59504 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 238596

[startup+6.30153 s]
/proc/loadavg: 1.19 1.41 3.83 2/185 17171
/proc/meminfo: memFree=18688460/36427776 swapFree=4616/356560
[pid=17170] ppid=17168 vsize=371832 CPUtime=6.28
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 87295 0 0 0 592 36 0 0 20 0 1 0 651688882 380755968 86916 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134680273 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 92958 86916 76 177 0 92780 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 371832

[startup+12.7021 s]
/proc/loadavg: 1.16 1.40 3.80 2/185 17171
/proc/meminfo: memFree=18664056/36427776 swapFree=4620/381680
[pid=17170] ppid=17168 vsize=380312 CPUtime=12.68
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 142950 0 0 0 1202 66 0 0 20 0 1 0 651688882 389439488 93078 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600966 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 95078 93078 77 177 0 94900 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 380312

[startup+25.5031 s]
/proc/loadavg: 1.13 1.39 3.77 2/185 17171
/proc/meminfo: memFree=18664212/36427776 swapFree=4620/381588
[pid=17170] ppid=17168 vsize=380620 CPUtime=25.48
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 143005 0 0 0 2482 66 0 0 20 0 1 0 651688882 389754880 93133 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600972 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 95155 93133 77 177 0 94977 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 380620

[startup+51.1011 s]
/proc/loadavg: 1.09 1.35 3.70 2/185 17171
/proc/meminfo: memFree=18664088/36427776 swapFree=4620/382292
[pid=17170] ppid=17168 vsize=380936 CPUtime=51.11
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 143102 0 0 0 5043 68 0 0 20 0 1 0 651688882 390078464 93230 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600966 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 95234 93230 77 177 0 95056 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 380936

[startup+102.309 s]
/proc/loadavg: 1.03 1.29 3.54 2/185 17171
/proc/meminfo: memFree=18663096/36427776 swapFree=4620/382816
[pid=17170] ppid=17168 vsize=381752 CPUtime=102.32
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 143293 0 0 0 10164 68 0 0 20 0 1 0 651688882 390914048 93421 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600975 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 95438 93421 77 177 0 95260 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 381752

[startup+162.302 s]
/proc/loadavg: 1.01 1.24 3.39 2/185 17171
/proc/meminfo: memFree=18661980/36427776 swapFree=4620/384352
[pid=17170] ppid=17168 vsize=382792 CPUtime=162.31
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 143523 0 0 0 16163 68 0 0 20 0 1 0 651688882 391979008 93651 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600972 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 95698 93651 77 177 0 95520 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 382792

[startup+222.303 s]
/proc/loadavg: 1.00 1.19 3.23 2/185 17171
/proc/meminfo: memFree=18661112/36427776 swapFree=4620/385020
[pid=17170] ppid=17168 vsize=383452 CPUtime=222.31
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 143747 0 0 0 22163 68 0 0 20 0 1 0 651688882 392654848 93875 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600972 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 95863 93875 77 177 0 95685 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 383452

[startup+282.304 s]
/proc/loadavg: 1.00 1.16 3.10 2/185 17176
/proc/meminfo: memFree=18660120/36427776 swapFree=4620/385936
[pid=17170] ppid=17168 vsize=384884 CPUtime=282.31
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 143985 0 0 0 28163 68 0 0 20 0 1 0 651688882 394121216 94113 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600966 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 96221 94113 77 177 0 96043 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 384884

[startup+342.301 s]
/proc/loadavg: 1.00 1.12 2.96 2/185 17176
/proc/meminfo: memFree=18659624/36427776 swapFree=4620/386460
[pid=17170] ppid=17168 vsize=385280 CPUtime=342.3
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 144108 0 0 0 34162 68 0 0 20 0 1 0 651688882 394526720 94236 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600975 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 96320 94236 77 177 0 96142 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 385280

[startup+402.305 s]
/proc/loadavg: 1.00 1.10 2.84 2/185 17179
/proc/meminfo: memFree=18659748/36427776 swapFree=4620/386632
[pid=17170] ppid=17168 vsize=385412 CPUtime=402.32
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 144153 0 0 0 40164 68 0 0 20 0 1 0 651688882 394661888 94281 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600975 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 96353 94281 77 177 0 96175 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 385412

[startup+462.302 s]
/proc/loadavg: 1.00 1.08 2.72 2/185 17179
/proc/meminfo: memFree=18659624/36427776 swapFree=4620/386744
[pid=17170] ppid=17168 vsize=385544 CPUtime=462.31
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 144181 0 0 0 46163 68 0 0 20 0 1 0 651688882 394797056 94309 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600975 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 96386 94309 77 177 0 96208 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 385544

[startup+522.303 s]
/proc/loadavg: 1.00 1.06 2.61 2/185 17179
/proc/meminfo: memFree=18659500/36427776 swapFree=4620/386816
[pid=17170] ppid=17168 vsize=385676 CPUtime=522.32
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 144200 0 0 0 52164 68 0 0 20 0 1 0 651688882 394932224 94328 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600972 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 96419 94328 77 177 0 96241 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 385676

[startup+582.304 s]
/proc/loadavg: 1.00 1.05 2.50 2/185 17184
/proc/meminfo: memFree=18659500/36427776 swapFree=4620/386904
[pid=17170] ppid=17168 vsize=385676 CPUtime=582.32
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 144221 0 0 0 58164 68 0 0 20 0 1 0 651688882 394932224 94349 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600975 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 96419 94349 77 177 0 96241 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 385676

[startup+642.305 s]
/proc/loadavg: 1.00 1.04 2.41 2/185 17184
/proc/meminfo: memFree=18659500/36427776 swapFree=4620/387004
[pid=17170] ppid=17168 vsize=385808 CPUtime=642.32
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 144246 0 0 0 64164 68 0 0 20 0 1 0 651688882 395067392 94374 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600975 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 96452 94374 77 177 0 96274 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 385808

[startup+702.302 s]
/proc/loadavg: 1.00 1.03 2.32 2/185 17184
/proc/meminfo: memFree=18659376/36427776 swapFree=4620/387080
[pid=17170] ppid=17168 vsize=385808 CPUtime=702.32
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 144265 0 0 0 70164 68 0 0 20 0 1 0 651688882 395067392 94393 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600975 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 96452 94393 77 177 0 96274 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 385808

[startup+762.31 s]
/proc/loadavg: 1.00 1.02 2.23 2/185 17184
/proc/meminfo: memFree=18659376/36427776 swapFree=4620/387140
[pid=17170] ppid=17168 vsize=385808 CPUtime=762.33
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 144281 0 0 0 76165 68 0 0 20 0 1 0 651688882 395067392 94409 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600966 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 96452 94409 77 177 0 96274 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 385808

[startup+822.303 s]
/proc/loadavg: 1.00 1.02 2.15 2/185 17184
/proc/meminfo: memFree=18659252/36427776 swapFree=4620/387224
[pid=17170] ppid=17168 vsize=385940 CPUtime=822.31
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 144302 0 0 0 82163 68 0 0 20 0 1 0 651688882 395202560 94430 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600975 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 96485 94430 77 177 0 96307 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 385940

[startup+882.304 s]
/proc/loadavg: 1.00 1.01 2.08 2/185 17189
/proc/meminfo: memFree=18658756/36427776 swapFree=4620/387292
[pid=17170] ppid=17168 vsize=385940 CPUtime=882.32
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 144321 0 0 0 88164 68 0 0 20 0 1 0 651688882 395202560 94449 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600966 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 96485 94449 77 177 0 96307 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 385940

[startup+942.305 s]
/proc/loadavg: 1.00 1.00 2.01 2/185 17189
/proc/meminfo: memFree=18658756/36427776 swapFree=4620/387384
[pid=17170] ppid=17168 vsize=386072 CPUtime=942.32
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 144344 0 0 0 94164 68 0 0 20 0 1 0 651688882 395337728 94472 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600975 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 96518 94472 77 177 0 96340 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 386072



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000 s]
/proc/loadavg: 1.00 1.00 1.94 2/185 17189
/proc/meminfo: memFree=18658632/36427776 swapFree=4620/387432
[pid=17170] ppid=17168 vsize=386072 CPUtime=1000.03
/proc/17170/stat : 17170 (ttsth-5-0) R 17168 17170 15497 0 -1 4202496 144360 0 0 0 99935 68 0 0 20 0 1 0 651688882 395337728 94488 18446744073709551615 134512640 135237372 4293276992 18446744073709551615 134600975 0 0 1 0 0 0 0 17 12 0 0 0 0 0
/proc/17170/statm: 96518 94488 77 177 0 96340 0
Current children cumulated CPU time (s) 1000.03
Current children cumulated vsize (KiB) 386072

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.05
CPU time (s): 1000.03
CPU user time (s): 999.322
CPU system time (s): 0.712044
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 397900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 999.322
system time used= 0.712044
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144360
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= 1533

runsolver used 2.56816 second user time and 6.15238 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-13 22:10:24
IDJOB=1775985
IDBENCH=20408
IDSOLVER=634
FILE ID=xenhost3-49/1775985-1244923824
PBS_JOBID=
Free space on /tmp= 6988 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT07/industrial/palacios/hard/safe-50-h49-unsat.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775985-1244923824/watcher-1775985-1244923824 -o /tmp/evaluation-result-1775985-1244923824/solver-1775985-1244923824 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1775985-1244923824.cnf

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

MD5SUM BENCH= afc9746f162b3434bc79ea21bd1704d5
RANDOM SEED= 142518780

Linux xenhost3-49 2.6.27.5 #1 SMP Mon Mar 30 10:34:22 CEST 2009 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 10
initial apicid	: 10
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 26
initial apicid	: 26
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 9
initial apicid	: 9
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 25
initial apicid	: 25
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 11
initial apicid	: 11
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 27
initial apicid	: 27
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:     36427776 kB
MemFree:      19036324 kB
Buffers:        461284 kB
Cached:       14153412 kB
SwapCached:          0 kB
Active:        4107868 kB
Inactive:     10515508 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           41076 kB
Writeback:           0 kB
AnonPages:        8180 kB
Mapped:           3864 kB
Slab:           713712 kB
SReclaimable:   686484 kB
SUnreclaim:      27228 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 6988 MiB
End job on xenhost3-49 at 2009-06-13 22:27:07