Trace number 1556220

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
tts tts-5-0Signal 547.871 548.1

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor128.cnf
MD5SUM065c126f0d55807310a398728b44423f
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 variables200440
Number of clauses599015
Sum of the clauses size1397699
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399342
Number of clauses of size 3199671
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1.39/1.44	c Command: HOME/tts-5-0 HOME/instance-1556220-1238747673.cnf 
1.39/1.44	c Using SATTIMEOUT of 1200
1.39/1.44	c Using SATRAM of 1800
1.39/1.44	c Size of subset node = 16
1.39/1.44	c Variables = 200440
1.39/1.44	c Clauses = 599015
1.39/1.44	c Literals = 1397699
1.39/1.44	c Reduced size:
1.39/1.44	c Variables = 200440
1.39/1.44	c Clauses = 598971
1.39/1.44	c Literals = 1397596
1.39/1.44	c a2
2.59/2.68	c a1
543.68/543.94	c Independent sub-problems = 1
543.68/543.94	c Sub-problem with 200422 variables and 598971 clauses
543.68/543.94	c using permutation method 4
543.68/543.94	c count = 1
543.68/543.94	c Ordering finished 543.540 seconds
543.68/543.94	c mapped 543.810 seconds
543.68/543.94	c permuted 543.820 seconds
543.68/543.94	c about to sort
543.89/544.14	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-1556220-1238747673/watcher-1556220-1238747673 -o /tmp/evaluation-result-1556220-1238747673/solver-1556220-1238747673 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1556220-1238747673.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: 0.99 0.97 0.99 3/64 29673
/proc/meminfo: memFree=1788520/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=1008 CPUtime=0
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 134 0 0 0 0 0 0 0 18 0 1 0 1147432371 1032192 118 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 252 119 68 165 0 85 0

[startup+0.100377 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 29673
/proc/meminfo: memFree=1788520/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=4672 CPUtime=0.09
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 1048 0 0 0 9 0 0 0 18 0 1 0 1147432371 4784128 1032 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 1168 1032 68 165 0 1001 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4672

[startup+0.201396 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 29673
/proc/meminfo: memFree=1788520/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=8416 CPUtime=0.19
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 1997 0 0 0 18 1 0 0 19 0 1 0 1147432371 8617984 1981 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 2104 1982 68 165 0 1937 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8416

[startup+0.301415 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 29673
/proc/meminfo: memFree=1788520/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=12248 CPUtime=0.29
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 2942 0 0 0 28 1 0 0 19 0 1 0 1147432371 12541952 2926 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 3062 2926 68 165 0 2895 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12248

[startup+0.701494 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 29673
/proc/meminfo: memFree=1788520/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=26988 CPUtime=0.69
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 6622 0 0 0 66 3 0 0 23 0 1 0 1147432371 27635712 6606 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 6747 6606 68 165 0 6580 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26988

[startup+1.50165 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1746976/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=57116 CPUtime=1.5
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 13679 0 0 0 144 6 0 0 25 0 1 0 1147432371 58486784 13663 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 14279 13664 69 165 0 14112 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 57116

[startup+3.10198 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1707104/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=77564 CPUtime=3.09
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 22449 0 0 0 299 10 0 0 25 0 1 0 1147432371 79425536 18504 1992294400 134512640 135191068 4294956224 18446744073709551615 134606624 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 19391 18504 70 165 0 19224 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77564

[startup+6.30162 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1679968/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=111240 CPUtime=6.29
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 31051 0 0 0 615 14 0 0 25 0 1 0 1147432371 113909760 27106 1992294400 134512640 135191068 4294956224 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 27810 27106 71 165 0 27643 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111240

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1679712/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=111668 CPUtime=12.69
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 31145 0 0 0 1255 14 0 0 25 0 1 0 1147432371 114348032 27200 1992294400 134512640 135191068 4294956224 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 27917 27200 71 165 0 27750 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 111668

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1679136/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=112224 CPUtime=25.48
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 31280 0 0 0 2534 14 0 0 25 0 1 0 1147432371 114917376 27335 1992294400 134512640 135191068 4294956224 18446744073709551615 134600629 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 28056 27335 71 165 0 27889 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 112224

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1677792/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=113600 CPUtime=51.07
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 31604 0 0 0 5092 15 0 0 25 0 1 0 1147432371 116326400 27659 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 28400 27659 71 165 0 28233 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 113600

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1675104/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=116484 CPUtime=102.26
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 32294 0 0 0 10210 16 0 0 25 0 1 0 1147432371 119279616 28349 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 29121 28349 71 165 0 28954 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 116484

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1673184/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=119348 CPUtime=162.23
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 32761 0 0 0 16207 16 0 0 25 0 1 0 1147432371 122212352 28816 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 29837 28816 71 165 0 29670 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 119348

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1672864/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=119612 CPUtime=222.22
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 32831 0 0 0 22205 17 0 0 25 0 1 0 1147432371 122482688 28886 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 29903 28886 71 165 0 29736 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 119612

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1672544/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=119744 CPUtime=282.19
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 32906 0 0 0 28202 17 0 0 25 0 1 0 1147432371 122617856 28961 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 29936 28961 71 165 0 29769 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 119744

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1672224/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=120008 CPUtime=342.16
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 32962 0 0 0 34199 17 0 0 25 0 1 0 1147432371 122888192 29017 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 30002 29017 71 165 0 29835 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 120008

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1671968/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=120140 CPUtime=402.14
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 33013 0 0 0 40197 17 0 0 25 0 1 0 1147432371 123023360 29068 1992294400 134512640 135191068 4294956224 18446744073709551615 134600366 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 30035 29068 71 165 0 29868 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 120140

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1671776/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=120272 CPUtime=462.11
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 33061 0 0 0 46194 17 0 0 25 0 1 0 1147432371 123158528 29116 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 30068 29116 71 165 0 29901 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 120272

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1671584/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=120404 CPUtime=522.09
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 33097 0 0 0 52192 17 0 0 25 0 1 0 1147432371 123293696 29152 1992294400 134512640 135191068 4294956224 18446744073709551615 134600355 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 30101 29152 71 165 0 29934 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 120404

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

[startup+524.806 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1671584/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=120404 CPUtime=524.59
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 33097 0 0 0 52442 17 0 0 25 0 1 0 1147432371 123293696 29152 1992294400 134512640 135191068 4294956224 18446744073709551615 134600355 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 30101 29152 71 165 0 29934 0
Current children cumulated CPU time (s) 524.59
Current children cumulated vsize (KiB) 120404

[startup+537.601 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1671584/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=120404 CPUtime=537.39
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 33097 0 0 0 53722 17 0 0 25 0 1 0 1147432371 123293696 29152 1992294400 134512640 135191068 4294956224 18446744073709551615 134600411 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 30101 29152 71 165 0 29934 0
Current children cumulated CPU time (s) 537.39
Current children cumulated vsize (KiB) 120404

[startup+544.001 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1671584/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=120404 CPUtime=543.79
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 34276 0 0 0 54361 18 0 0 25 0 1 0 1147432371 123293696 29746 1992294400 134512640 135191068 4294956224 18446744073709551615 134641931 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 30101 29746 80 165 0 29934 0
Current children cumulated CPU time (s) 543.79
Current children cumulated vsize (KiB) 120404

[startup+545.602 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1544096/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=245824 CPUtime=545.39
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4194304 65594 0 0 0 54508 31 0 0 25 0 1 0 1147432371 251723776 61023 1992294400 134512640 135191068 4294956224 18446744073709551615 134693975 0 0 4096 0 0 0 0 17 1 0 0
/proc/29673/statm: 61457 61023 85 165 0 61290 0
Current children cumulated CPU time (s) 545.39
Current children cumulated vsize (KiB) 245824

[startup+547.201 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1498784/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=298812 CPUtime=546.96
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4195840 79003 0 0 0 54631 65 0 0 24 0 1 0 1147432371 305983488 74227 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 0 0 0
/proc/29673/statm: 74703 74227 85 165 0 74536 0
Current children cumulated CPU time (s) 546.96
Current children cumulated vsize (KiB) 298812

[startup+547.601 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1498784/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=298812 CPUtime=547.36
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4195840 79003 0 0 0 54631 105 0 0 25 0 1 0 1147432371 305983488 74227 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 0 0 0
/proc/29673/statm: 74703 74227 85 165 0 74536 0
Current children cumulated CPU time (s) 547.36
Current children cumulated vsize (KiB) 298812

[startup+548.001 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29674
/proc/meminfo: memFree=1251872/2055920 swapFree=4175828/4192956
[pid=29673] ppid=29671 vsize=298812 CPUtime=547.76
/proc/29673/stat : 29673 (tts-5-0) R 29671 29673 29311 0 -1 4195840 79387 0 0 0 54631 145 0 0 25 0 1 0 1147432371 305983488 74227 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 0 0 0
/proc/29673/statm: 74703 74227 85 165 0 74536 0
Current children cumulated CPU time (s) 547.76
Current children cumulated vsize (KiB) 298812

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 548.1
CPU time (s): 547.871
CPU user time (s): 546.32
CPU system time (s): 1.55076
CPU usage (%): 99.9582
Max. virtual memory (cumulated for all children) (KiB): 298812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 546.32
system time used= 1.55076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79387
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= 3
involuntary context switches= 612

runsolver used 0.539917 second user time and 1.22081 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-03 10:34:34
IDJOB=1556220
IDBENCH=70815
IDSOLVER=505
FILE ID=node33/1556220-1238747673
PBS_JOBID= 9085420
Free space on /tmp= 66512 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor128.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556220-1238747673/watcher-1556220-1238747673 -o /tmp/evaluation-result-1556220-1238747673/solver-1556220-1238747673 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1556220-1238747673.cnf

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

MD5SUM BENCH= 065c126f0d55807310a398728b44423f
RANDOM SEED=848116888

node33.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.266
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.266
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:       1788936 kB
Buffers:         33716 kB
Cached:         156780 kB
SwapCached:      10920 kB
Active:          30536 kB
Inactive:       172472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788936 kB
SwapTotal:     4192956 kB
SwapFree:      4175828 kB
Dirty:           11300 kB
Writeback:           0 kB
Mapped:          18172 kB
Slab:            49968 kB
Committed_AS:  3298540 kB
PageTables:       1400 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= 66224 MiB
End job on node33 at 2009-04-03 10:43:42