Trace number 1717442

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-19Signal 702.814 703.253

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h35-unknown.cnf
MD5SUM5e044c9f89a347ff1731180a403693c1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.512
Satisfiable
(Un)Satisfiability was proved
Number of variables196689
Number of clauses912286
Sum of the clauses size2345308
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2717679
Number of clauses of size 3188110
Number of clauses of size 41747
Number of clauses of size 5138
Number of clauses of size over 54336

Solver Data

2.09/2.16	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1717442-1240628293.cnf 
2.09/2.16	c Using SATTIMEOUT of 1200
2.09/2.16	c Using SATRAM of 1800
2.09/2.16	c Size of subset node = 16
2.09/2.16	c Variables = 199571
2.09/2.16	c Clauses = 912286
2.09/2.16	c Literals = 2345308
2.09/2.16	c Reduced size:
2.09/2.16	c Variables = 196689
2.09/2.16	c Clauses = 911986
2.09/2.16	c Literals = 2344972
2.09/2.16	c a2
39.28/39.33	c a1
692.70/692.94	c Independent sub-problems = 1
692.70/692.94	c Sub-problem with 196655 variables and 911986 clauses
692.70/692.94	c using permutation method 4
692.70/692.94	c count = 1
692.70/692.94	c Ordering finished 692.210 seconds
692.70/692.94	c mapped 692.830 seconds
692.70/692.94	c permuted 692.830 seconds
692.70/692.94	c about to sort
692.99/693.28	c sorted

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1717442-1240628293/watcher-1717442-1240628293 -o /tmp/evaluation-result-1717442-1240628293/solver-1717442-1240628293 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1717442-1240628293.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 30161
/proc/meminfo: memFree=1437024/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=932 CPUtime=0
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 134 0 0 0 0 0 0 0 18 0 1 0 90855429 954368 118 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 233 118 77 176 0 55 0

[startup+0.036334 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 30161
/proc/meminfo: memFree=1437024/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=2200 CPUtime=0.03
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 425 0 0 0 3 0 0 0 18 0 1 0 90855429 2252800 409 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 550 409 78 176 0 372 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2200

[startup+0.10134 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 30161
/proc/meminfo: memFree=1437024/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=4556 CPUtime=0.09
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 1023 0 0 0 9 0 0 0 18 0 1 0 90855429 4665344 1007 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 1139 1008 78 176 0 961 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4556

[startup+0.301359 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 30161
/proc/meminfo: memFree=1437024/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=11988 CPUtime=0.29
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 2842 0 0 0 28 1 0 0 19 0 1 0 90855429 12275712 2826 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 2997 2827 78 176 0 2819 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11988

[startup+0.701397 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 30161
/proc/meminfo: memFree=1437024/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=26596 CPUtime=0.69
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 6470 0 0 0 65 4 0 0 23 0 1 0 90855429 27234304 6454 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 6649 6455 78 176 0 6471 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26596

[startup+1.50248 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 30162
/proc/meminfo: memFree=1400472/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=56068 CPUtime=1.49
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 13760 0 0 0 142 7 0 0 25 0 1 0 90855429 57413632 13744 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 14017 13744 78 176 0 13839 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56068

[startup+3.10164 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 30162
/proc/meminfo: memFree=1374488/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=212828 CPUtime=3.09
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 46907 0 0 0 287 22 0 0 25 0 1 0 90855429 217935872 46891 1992294400 134512640 135237372 4294956192 18446744073709551615 134749343 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 53207 46891 79 176 0 53029 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 212828

[startup+6.30195 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 30162
/proc/meminfo: memFree=979488/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=762532 CPUtime=6.29
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 138709 0 0 0 560 69 0 0 25 0 1 0 90855429 780832768 138692 1992294400 134512640 135237372 4294956192 18446744073709551615 134749351 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 190633 138692 79 176 0 190455 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 762532

[startup+12.7016 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 30162
/proc/meminfo: memFree=880232/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=763664 CPUtime=12.68
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 150177 0 0 0 1196 72 0 0 25 0 1 0 90855429 781991936 138908 1992294400 134512640 135237372 4294956192 18446744073709551615 134519994 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 190916 138908 79 176 0 190738 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 763664

[startup+25.5019 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 30162
/proc/meminfo: memFree=879976/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=763972 CPUtime=25.49
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 192961 0 0 0 2461 88 0 0 25 0 1 0 90855429 782307328 138945 1992294400 134512640 135237372 4294956192 18446744073709551615 134519988 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 190993 138945 79 176 0 190815 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 763972

[startup+51.1014 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 30162
/proc/meminfo: memFree=1324520/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=117504 CPUtime=51.08
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 240069 0 0 0 4993 115 0 0 25 0 1 0 90855429 120324096 27925 1992294400 134512640 135237372 4294956192 18446744073709551615 134555272 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 29376 27925 80 176 0 29198 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 117504

[startup+102.305 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 30162
/proc/meminfo: memFree=1275880/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=162860 CPUtime=102.26
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 252132 0 0 0 10105 121 0 0 25 0 1 0 90855429 166768640 39988 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 40715 39988 80 176 0 40537 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 162860

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30162
/proc/meminfo: memFree=1273896/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=164876 CPUtime=162.25
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 252634 0 0 0 16103 122 0 0 25 0 1 0 90855429 168833024 40490 1992294400 134512640 135237372 4294956192 18446744073709551615 134600981 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 41219 40490 80 176 0 41041 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 164876

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30168
/proc/meminfo: memFree=1272232/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=166836 CPUtime=222.22
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 253033 0 0 0 22099 123 0 0 25 0 1 0 90855429 170840064 40889 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 41709 40889 80 176 0 41531 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 166836

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30168
/proc/meminfo: memFree=1271848/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=167100 CPUtime=282.2
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 253115 0 0 0 28097 123 0 0 25 0 1 0 90855429 171110400 40971 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 41775 40971 80 176 0 41597 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 167100

[startup+342.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 30168
/proc/meminfo: memFree=1271592/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=167232 CPUtime=342.19
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 253168 0 0 0 34095 124 0 0 25 0 1 0 90855429 171245568 41024 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 41808 41024 80 176 0 41630 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 167232

[startup+402.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 30168
/proc/meminfo: memFree=1271400/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=167364 CPUtime=402.17
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 253205 0 0 0 40093 124 0 0 25 0 1 0 90855429 171380736 41061 1992294400 134512640 135237372 4294956192 18446744073709551615 134600707 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 41841 41061 80 176 0 41663 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 167364

[startup+462.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 30168
/proc/meminfo: memFree=1271272/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=167496 CPUtime=462.15
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 253242 0 0 0 46091 124 0 0 25 0 1 0 90855429 171515904 41098 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 41874 41098 80 176 0 41696 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 167496

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30168
/proc/meminfo: memFree=1271208/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=167628 CPUtime=522.14
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 253275 0 0 0 52090 124 0 0 25 0 1 0 90855429 171651072 41131 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 41907 41131 80 176 0 41729 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 167628

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30168
/proc/meminfo: memFree=1271080/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=167760 CPUtime=582.12
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 253307 0 0 0 58088 124 0 0 25 0 1 0 90855429 171786240 41163 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 41940 41163 80 176 0 41762 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 167760

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30168
/proc/meminfo: memFree=1270952/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=167760 CPUtime=642.11
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4194304 253340 0 0 0 64086 125 0 0 25 0 1 0 90855429 171786240 41196 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 41940 41196 80 176 0 41762 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 167760

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30168
/proc/meminfo: memFree=688552/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=525008 CPUtime=702.08
/proc/30161/stat : 30161 (ttsth-5-0) D 30159 30161 29209 0 -1 4195840 345781 0 0 0 69901 307 0 0 25 0 1 0 90855429 537608192 130565 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/30161/statm: 131252 130565 94 176 0 131074 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 525008

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

[startup+702.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30168
/proc/meminfo: memFree=688552/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=525008 CPUtime=702.35
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4195840 345781 0 0 0 69901 334 0 0 25 0 1 0 90855429 537608192 130565 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 131252 130565 94 176 0 131074 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 525008

[startup+703.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30168
/proc/meminfo: memFree=433960/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=525008 CPUtime=702.65
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4195840 346370 0 0 0 69901 364 0 0 24 0 1 0 90855429 537608192 130565 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 131252 130565 94 176 0 131074 0
Current children cumulated CPU time (s) 702.65
Current children cumulated vsize (KiB) 525008

[startup+703.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30168
/proc/meminfo: memFree=433960/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=0 CPUtime=702.75
/proc/30161/stat : 30161 (ttsth-5-0) R 30159 30161 29209 0 -1 4195844 346372 0 0 0 69901 374 0 0 25 0 1 0 90855429 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/30161/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 702.75
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 703.253
CPU time (s): 702.814
CPU user time (s): 699.02
CPU system time (s): 3.79442
CPU usage (%): 99.9376
Max. virtual memory (cumulated for all children) (KiB): 769656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 699.02
system time used= 3.79442
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 346372
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= 4
involuntary context switches= 1660

runsolver used 0.484926 second user time and 1.52377 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-25 04:58:14
IDJOB=1717442
IDBENCH=20414
IDSOLVER=549
FILE ID=node70/1717442-1240628293
PBS_JOBID= 9186349
Free space on /tmp= 66320 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h35-unknown.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717442-1240628293/watcher-1717442-1240628293 -o /tmp/evaluation-result-1717442-1240628293/solver-1717442-1240628293 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1717442-1240628293.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= 5e044c9f89a347ff1731180a403693c1
RANDOM SEED=237159305

node70.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1437504 kB
Buffers:         52952 kB
Cached:         472612 kB
SwapCached:        144 kB
Active:         113644 kB
Inactive:       426028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1437504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           17520 kB
Writeback:           0 kB
Mapped:          23704 kB
Slab:            64764 kB
Committed_AS:   217448 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65808 MiB
End job on node70 at 2009-04-25 05:09:57