Trace number 1775625

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)? (MO) 801.946 801.962

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-10-17-u.cnf
MD5SUM9ce7c48a28ddd5790e38607bb893dd38
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 variables293864
Number of clauses1370917
Sum of the clauses size3163902
Maximum clause length10
Minimum clause length1
Number of clauses of size 124516
Number of clauses of size 21065117
Number of clauses of size 3226184
Number of clauses of size 46120
Number of clauses of size 524480
Number of clauses of size over 524500

Solver Data

55.31/55.36	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1775625-1244916391.cnf 
55.31/55.36	c Using SATTIMEOUT of 10000
55.31/55.36	c Using SATRAM of 2047
55.31/55.36	c Size of subset node = 16
55.31/55.36	c Variables = 293864
55.31/55.36	c Clauses = 1370917
55.31/55.36	c Literals = 3163902
55.31/55.36	c Reduced size:
55.31/55.36	c Variables = 293864
55.31/55.36	c Clauses = 1039153
55.31/55.36	c Literals = 2444361
55.31/55.36	c a2
56.68/56.77	c a1
797.89/797.98	c Independent sub-problems = 1
797.89/797.98	c Sub-problem with 226079 variables and 1039153 clauses
797.89/797.98	c using permutation method 4
797.89/797.98	c count = 1
797.89/797.98	c Ordering finished 797.470 seconds
797.89/797.98	c mapped 797.900 seconds
797.89/797.98	c permuted 797.910 seconds
797.89/797.98	c about to sort
798.09/798.18	c sorted

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-1775625-1244916391/watcher-1775625-1244916391 -o /tmp/evaluation-result-1775625-1244916391/solver-1775625-1244916391 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1775625-1244916391.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.09 1.06 0.89 2/184 15957
/proc/meminfo: memFree=19077788/36427776 swapFree=4488/8176
[pid=15957] ppid=15955 vsize=1408 CPUtime=0
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 231 0 0 0 0 0 0 0 20 0 1 0 650945607 1441792 187 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134639534 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 352 188 75 177 0 174 0

[startup+0.072761 s]
/proc/loadavg: 1.09 1.06 0.89 2/184 15957
/proc/meminfo: memFree=19077788/36427776 swapFree=4488/8176
[pid=15957] ppid=15955 vsize=6312 CPUtime=0.06
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 1463 0 0 0 4 2 0 0 20 0 1 0 650945607 6463488 1419 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 1578 1421 75 177 0 1400 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6312

[startup+0.100747 s]
/proc/loadavg: 1.09 1.06 0.89 2/184 15957
/proc/meminfo: memFree=19077788/36427776 swapFree=4488/8176
[pid=15957] ppid=15955 vsize=8604 CPUtime=0.1
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 2016 0 0 0 8 2 0 0 20 0 1 0 650945607 8810496 1972 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 2151 1973 75 177 0 1973 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8604

[startup+0.300784 s]
/proc/loadavg: 1.09 1.06 0.89 2/184 15957
/proc/meminfo: memFree=19077788/36427776 swapFree=4488/8176
[pid=15957] ppid=15955 vsize=24272 CPUtime=0.3
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 5870 0 0 0 26 4 0 0 20 0 1 0 650945607 24854528 5826 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134732535 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 6068 5827 75 177 0 5890 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 24272

[startup+0.700827 s]
/proc/loadavg: 1.09 1.06 0.89 2/184 15957
/proc/meminfo: memFree=19077788/36427776 swapFree=4488/8176
[pid=15957] ppid=15955 vsize=52028 CPUtime=0.7
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 12700 0 0 0 64 6 0 0 20 0 1 0 650945607 53276672 12656 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 13007 12657 75 177 0 12829 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 52028

[startup+1.50086 s]
/proc/loadavg: 1.09 1.06 0.89 2/185 15958
/proc/meminfo: memFree=19007624/36427776 swapFree=4860/79764
[pid=15957] ppid=15955 vsize=94992 CPUtime=1.5
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 22875 0 0 0 140 10 0 0 20 0 1 0 650945607 97271808 22831 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134534121 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 23748 22831 75 177 0 23570 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 94992

[startup+3.10104 s]
/proc/loadavg: 1.09 1.06 0.89 2/185 15958
/proc/meminfo: memFree=18987012/36427776 swapFree=4864/100576
[pid=15957] ppid=15955 vsize=94992 CPUtime=3.1
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 22875 0 0 0 300 10 0 0 20 0 1 0 650945607 97271808 22831 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134534041 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 23748 22831 75 177 0 23570 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 94992

[startup+6.30126 s]
/proc/loadavg: 1.08 1.06 0.89 2/185 15958
/proc/meminfo: memFree=18987176/36427776 swapFree=4612/100316
[pid=15957] ppid=15955 vsize=94992 CPUtime=6.3
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 22875 0 0 0 620 10 0 0 20 0 1 0 650945607 97271808 22831 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134534262 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 23748 22831 75 177 0 23570 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 94992

[startup+12.7018 s]
/proc/loadavg: 1.08 1.06 0.90 2/185 15958
/proc/meminfo: memFree=18987316/36427776 swapFree=4612/100700
[pid=15957] ppid=15955 vsize=94992 CPUtime=12.7
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 22875 0 0 0 1260 10 0 0 20 0 1 0 650945607 97271808 22831 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134534215 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 23748 22831 75 177 0 23570 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 94992

[startup+25.5028 s]
/proc/loadavg: 1.06 1.06 0.90 2/185 15958
/proc/meminfo: memFree=18987728/36427776 swapFree=4612/100432
[pid=15957] ppid=15955 vsize=94992 CPUtime=25.5
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 22875 0 0 0 2540 10 0 0 20 0 1 0 650945607 97271808 22831 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134534262 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 23748 22831 75 177 0 23570 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 94992

[startup+51.1009 s]
/proc/loadavg: 1.04 1.05 0.90 2/185 15958
/proc/meminfo: memFree=18988100/36427776 swapFree=4612/100716
[pid=15957] ppid=15955 vsize=94992 CPUtime=51.1
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 22875 0 0 0 5100 10 0 0 20 0 1 0 650945607 97271808 22831 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134534272 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 23748 22831 75 177 0 23570 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 94992

[startup+102.313 s]
/proc/loadavg: 1.02 1.04 0.90 2/185 15958
/proc/meminfo: memFree=18874144/36427776 swapFree=4620/214132
[pid=15957] ppid=15955 vsize=209712 CPUtime=102.31
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 65569 0 0 0 10207 24 0 0 20 0 1 0 650945607 214745088 51259 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134600972 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 52428 51259 77 177 0 52250 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 209712

[startup+162.302 s]
/proc/loadavg: 1.04 1.05 0.91 2/185 15958
/proc/meminfo: memFree=18869804/36427776 swapFree=4620/218920
[pid=15957] ppid=15955 vsize=213012 CPUtime=162.29
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 66602 0 0 0 16205 24 0 0 20 0 1 0 650945607 218124288 52292 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134555248 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 53253 52292 77 177 0 53075 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 213012

[startup+222.303 s]
/proc/loadavg: 1.01 1.04 0.91 2/185 15963
/proc/meminfo: memFree=18869184/36427776 swapFree=4620/219480
[pid=15957] ppid=15955 vsize=216232 CPUtime=222.29
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 66802 0 0 0 22205 24 0 0 20 0 1 0 650945607 221421568 52492 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134600975 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 54058 52492 77 177 0 53880 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 216232

[startup+282.303 s]
/proc/loadavg: 1.00 1.03 0.91 2/185 15963
/proc/meminfo: memFree=18868316/36427776 swapFree=4620/220044
[pid=15957] ppid=15955 vsize=216760 CPUtime=282.29
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 66943 0 0 0 28205 24 0 0 20 0 1 0 650945607 221962240 52633 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134600966 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 54190 52633 77 177 0 54012 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 216760

[startup+342.3 s]
/proc/loadavg: 1.00 1.02 0.91 2/185 15963
/proc/meminfo: memFree=18867820/36427776 swapFree=4620/220512
[pid=15957] ppid=15955 vsize=217156 CPUtime=342.3
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 67060 0 0 0 34206 24 0 0 20 0 1 0 650945607 222367744 52750 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134600966 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 54289 52750 77 177 0 54111 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 217156

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 0.91 2/185 15963
/proc/meminfo: memFree=18867448/36427776 swapFree=4620/220896
[pid=15957] ppid=15955 vsize=217420 CPUtime=402.3
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 67159 0 0 0 40206 24 0 0 20 0 1 0 650945607 222638080 52849 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134600975 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 54355 52849 77 177 0 54177 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 217420

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 0.91 2/185 15963
/proc/meminfo: memFree=18867076/36427776 swapFree=4620/221260
[pid=15957] ppid=15955 vsize=217684 CPUtime=462.3
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 67252 0 0 0 46206 24 0 0 20 0 1 0 650945607 222908416 52942 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134600975 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 54421 52942 77 177 0 54243 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 217684

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 0.91 2/185 15968
/proc/meminfo: memFree=18867076/36427776 swapFree=4620/221556
[pid=15957] ppid=15955 vsize=217948 CPUtime=522.31
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 67324 0 0 0 52207 24 0 0 20 0 1 0 650945607 223178752 53014 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134600966 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 54487 53014 77 177 0 54309 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 217948

[startup+582.304 s]
/proc/loadavg: 1.07 1.02 0.92 2/185 15968
/proc/meminfo: memFree=18866828/36427776 swapFree=4620/221840
[pid=15957] ppid=15955 vsize=218212 CPUtime=582.3
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 67396 0 0 0 58206 24 0 0 20 0 1 0 650945607 223449088 53086 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134600966 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 54553 53086 77 177 0 54375 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 218212

[startup+642.304 s]
/proc/loadavg: 1.02 1.01 0.92 2/185 15971
/proc/meminfo: memFree=18865960/36427776 swapFree=4620/222144
[pid=15957] ppid=15955 vsize=218344 CPUtime=642.32
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 67469 0 0 0 64208 24 0 0 20 0 1 0 650945607 223584256 53159 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134600966 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 54586 53159 77 177 0 54408 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 218344

[startup+702.301 s]
/proc/loadavg: 1.01 1.00 0.92 2/185 15971
/proc/meminfo: memFree=18865712/36427776 swapFree=4620/222364
[pid=15957] ppid=15955 vsize=218608 CPUtime=702.3
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 67525 0 0 0 70206 24 0 0 20 0 1 0 650945607 223854592 53215 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134600966 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 54652 53215 77 177 0 54474 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 218608

[startup+762.314 s]
/proc/loadavg: 1.00 1.00 0.92 2/185 15971
/proc/meminfo: memFree=18865588/36427776 swapFree=4620/222540
[pid=15957] ppid=15955 vsize=218740 CPUtime=762.31
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 67569 0 0 0 76207 24 0 0 20 0 1 0 650945607 223989760 53259 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134600972 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 54685 53259 77 177 0 54507 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 218740



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+801.805 s]
/proc/loadavg: 1.00 1.00 0.92 2/185 15971
/proc/meminfo: memFree=16986368/36427776 swapFree=4664/2098320
[pid=15957] ppid=15955 vsize=2101308 CPUtime=801.8
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4202496 540545 0 0 0 79998 182 0 0 20 0 1 0 650945607 2151739392 523191 18446744073709551615 134512640 135237372 4293260608 18446744073709551615 134732614 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 525327 523194 88 177 0 525149 0
Current children cumulated CPU time (s) 801.8
Current children cumulated vsize (KiB) 2101308

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

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

[startup+801.921 s]
/proc/loadavg: 1.00 1.00 0.92 2/185 15971
/proc/meminfo: memFree=16986368/36427776 swapFree=4664/2098320
[pid=15957] ppid=15955 vsize=0 CPUtime=801.9
/proc/15957/stat : 15957 (ttsth-5-0) R 15955 15957 15497 0 -1 4203524 540673 0 0 0 79998 192 0 0 20 0 1 0 650945607 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 17 15 0 0 0 0 0
/proc/15957/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 801.9
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 801.962
CPU time (s): 801.946
CPU user time (s): 799.942
CPU system time (s): 2.00413
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 2101308

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

runsolver used 2.04813 second user time and 4.8403 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-13 20:06:31
IDJOB=1775625
IDBENCH=20365
IDSOLVER=634
FILE ID=xenhost3-49/1775625-1244916391
PBS_JOBID=
Free space on /tmp= 7002 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-10-17-u.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775625-1244916391/watcher-1775625-1244916391 -o /tmp/evaluation-result-1775625-1244916391/solver-1775625-1244916391 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1775625-1244916391.cnf

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

MD5SUM BENCH= 9ce7c48a28ddd5790e38607bb893dd38
RANDOM SEED= 1509860722

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:      19077788 kB
Buffers:        445808 kB
Cached:       14138700 kB
SwapCached:          0 kB
Active:        4091804 kB
Inactive:     10500804 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           25472 kB
Writeback:           0 kB
AnonPages:        8176 kB
Mapped:           3824 kB
Slab:           703172 kB
SReclaimable:   675848 kB
SUnreclaim:      27324 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= 7002 MiB
End job on xenhost3-49 at 2009-06-13 20:19:56