Trace number 1717402

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 711.832 712.057

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.19/2.26	c Command: HOME/tts-5-0 HOME/instance-1717402-1240628041.cnf 
2.19/2.26	c Using SATTIMEOUT of 1200
2.19/2.26	c Using SATRAM of 1800
2.19/2.26	c Size of subset node = 16
2.19/2.26	c Variables = 199571
2.19/2.26	c Clauses = 912286
2.19/2.26	c Literals = 2345308
2.19/2.26	c Reduced size:
2.19/2.26	c Variables = 196689
2.19/2.26	c Clauses = 911986
2.19/2.26	c Literals = 2344972
2.19/2.26	c a2
39.48/39.55	c a1
702.89/703.18	c Independent sub-problems = 1
702.89/703.18	c Sub-problem with 196655 variables and 911986 clauses
702.89/703.18	c using permutation method 4
702.89/703.18	c count = 1
702.89/703.18	c Ordering finished 702.470 seconds
702.89/703.18	c mapped 703.080 seconds
702.89/703.18	c permuted 703.080 seconds
702.89/703.18	c about to sort
703.29/703.53	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-1717402-1240628041/watcher-1717402-1240628041 -o /tmp/evaluation-result-1717402-1240628041/solver-1717402-1240628041 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1717402-1240628041.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.98 0.99 3/64 16891
/proc/meminfo: memFree=977904/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=1008 CPUtime=0
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 129 0 0 0 0 0 0 0 18 0 1 0 90837448 1032192 113 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 252 113 67 165 0 85 0

[startup+0.092241 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 16891
/proc/meminfo: memFree=977904/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=3972 CPUtime=0.08
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 870 0 0 0 8 0 0 0 18 0 1 0 90837448 4067328 854 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 993 854 68 165 0 826 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3972

[startup+0.101241 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 16891
/proc/meminfo: memFree=977904/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=4236 CPUtime=0.09
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 949 0 0 0 9 0 0 0 18 0 1 0 90837448 4337664 933 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 1059 933 68 165 0 892 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4236

[startup+0.301263 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 16891
/proc/meminfo: memFree=977904/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=11272 CPUtime=0.29
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 2668 0 0 0 28 1 0 0 19 0 1 0 90837448 11542528 2652 1992294400 134512640 135191068 4294956224 18446744073709551615 134869766 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 2818 2652 68 165 0 2651 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11272

[startup+0.70131 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 16891
/proc/meminfo: memFree=977904/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=25220 CPUtime=0.69
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 6122 0 0 0 66 3 0 0 22 0 1 0 90837448 25825280 6106 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 6305 6106 68 165 0 6138 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25220

[startup+1.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16892
/proc/meminfo: memFree=943464/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=53240 CPUtime=1.49
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 13001 0 0 0 143 6 0 0 25 0 1 0 90837448 54517760 12985 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 13310 12985 68 165 0 13143 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53240

[startup+3.10159 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16892
/proc/meminfo: memFree=915304/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=210308 CPUtime=3.09
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 44725 0 0 0 289 20 0 0 25 0 1 0 90837448 215355392 44709 1992294400 134512640 135191068 4294956224 18446744073709551615 134554925 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 52577 44709 69 165 0 52410 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 210308

[startup+6.30196 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 16892
/proc/meminfo: memFree=530856/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=748052 CPUtime=6.3
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 137546 0 0 0 563 67 0 0 25 0 1 0 90837448 766005248 137530 1992294400 134512640 135191068 4294956224 18446744073709551615 134554935 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 187013 137531 69 165 0 186846 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 748052

[startup+12.7017 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 16892
/proc/meminfo: memFree=421096/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=763608 CPUtime=12.69
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 150091 0 0 0 1198 71 0 0 25 0 1 0 90837448 781934592 138822 1992294400 134512640 135191068 4294956224 18446744073709551615 134710767 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 190902 138822 69 165 0 190735 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 763608

[startup+25.5012 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 16892
/proc/meminfo: memFree=421288/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=763916 CPUtime=25.48
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 192364 0 0 0 2462 86 0 0 25 0 1 0 90837448 782249984 138842 1992294400 134512640 135191068 4294956224 18446744073709551615 134519820 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 190979 138842 69 165 0 190812 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 763916

[startup+51.1012 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 16892
/proc/meminfo: memFree=865640/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=117448 CPUtime=51.07
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 240050 0 0 0 4993 114 0 0 25 0 1 0 90837448 120266752 27906 1992294400 134512640 135191068 4294956224 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 29362 27906 71 165 0 29195 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 117448

[startup+102.305 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 16892
/proc/meminfo: memFree=816936/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=162672 CPUtime=102.27
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 252117 0 0 0 10107 120 0 0 25 0 1 0 90837448 166576128 39973 1992294400 134512640 135191068 4294956224 18446744073709551615 134600557 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 40668 39973 71 165 0 40501 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 162672

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16892
/proc/meminfo: memFree=814952/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=164820 CPUtime=162.24
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 252618 0 0 0 16104 120 0 0 25 0 1 0 90837448 168775680 40474 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 41205 40474 71 165 0 41038 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 164820

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16892
/proc/meminfo: memFree=813352/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=166780 CPUtime=222.23
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 253013 0 0 0 22102 121 0 0 25 0 1 0 90837448 170782720 40869 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 41695 40869 71 165 0 41528 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 166780

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16892
/proc/meminfo: memFree=812968/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=167044 CPUtime=282.21
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 253099 0 0 0 28100 121 0 0 25 0 1 0 90837448 171053056 40955 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 41761 40955 71 165 0 41594 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 167044

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16892
/proc/meminfo: memFree=812776/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=167176 CPUtime=342.2
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 253152 0 0 0 34099 121 0 0 25 0 1 0 90837448 171188224 41008 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 41794 41008 71 165 0 41627 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 167176

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16892
/proc/meminfo: memFree=812584/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=167308 CPUtime=402.18
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 253190 0 0 0 40097 121 0 0 25 0 1 0 90837448 171323392 41046 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 41827 41046 71 165 0 41660 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 167308

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16898
/proc/meminfo: memFree=812328/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=167440 CPUtime=462.16
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 253226 0 0 0 46094 122 0 0 25 0 1 0 90837448 171458560 41082 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 41860 41082 71 165 0 41693 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 167440

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16898
/proc/meminfo: memFree=812264/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=167572 CPUtime=522.14
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 253260 0 0 0 52092 122 0 0 25 0 1 0 90837448 171593728 41116 1992294400 134512640 135191068 4294956224 18446744073709551615 134600355 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 41893 41116 71 165 0 41726 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 167572

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16898
/proc/meminfo: memFree=812136/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=167704 CPUtime=582.12
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 253291 0 0 0 58090 122 0 0 25 0 1 0 90837448 171728896 41147 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 41926 41147 71 165 0 41759 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 167704

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16898
/proc/meminfo: memFree=811944/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=167704 CPUtime=642.11
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 253325 0 0 0 64089 122 0 0 25 0 1 0 90837448 171728896 41181 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 41926 41181 71 165 0 41759 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 167704

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16898
/proc/meminfo: memFree=811816/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=167836 CPUtime=702.09
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 253551 0 0 0 70087 122 0 0 25 0 1 0 90837448 171864064 41407 1992294400 134512640 135191068 4294956224 18446744073709551615 134690362 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 41959 41407 71 165 0 41792 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 167836

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

[startup+703.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16898
/proc/meminfo: memFree=734376/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=247024 CPUtime=703.7
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 275616 0 0 0 70239 131 0 0 25 0 1 0 90837448 252952576 60799 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 61756 60801 82 165 0 61589 0
Current children cumulated CPU time (s) 703.7
Current children cumulated vsize (KiB) 247024

[startup+707.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16898
/proc/meminfo: memFree=646504/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=345780 CPUtime=706.89
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 300789 0 0 0 70548 141 0 0 25 0 1 0 90837448 354078720 85586 1992294400 134512640 135191068 4294956224 18446744073709551615 134699114 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 86445 85586 85 165 0 86278 0
Current children cumulated CPU time (s) 706.89
Current children cumulated vsize (KiB) 345780

[startup+710.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16898
/proc/meminfo: memFree=623720/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=369204 CPUtime=710.09
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4194304 306794 0 0 0 70866 143 0 0 25 0 1 0 90837448 378064896 91591 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 92301 91592 85 165 0 92134 0
Current children cumulated CPU time (s) 710.09
Current children cumulated vsize (KiB) 369204

[startup+711.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16898
/proc/meminfo: memFree=594216/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=385164 CPUtime=710.88
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4195840 310806 0 0 0 70885 203 0 0 25 0 1 0 90837448 394407936 95592 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 0 0 0
/proc/16891/statm: 96291 95592 85 165 0 96124 0
Current children cumulated CPU time (s) 710.88
Current children cumulated vsize (KiB) 385164

[startup+711.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16898
/proc/meminfo: memFree=594216/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=385164 CPUtime=711.27
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4195840 310806 0 0 0 70885 242 0 0 25 0 1 0 90837448 394407936 95592 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 96291 95592 85 165 0 96124 0
Current children cumulated CPU time (s) 711.27
Current children cumulated vsize (KiB) 385164

[startup+711.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16898
/proc/meminfo: memFree=298664/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=385164 CPUtime=711.67
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4195840 311389 0 0 0 70885 282 0 0 25 0 1 0 90837448 394407936 95592 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 96291 95592 85 165 0 96124 0
Current children cumulated CPU time (s) 711.67
Current children cumulated vsize (KiB) 385164

[startup+712.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16898
/proc/meminfo: memFree=298664/2055920 swapFree=4192956/4192956
[pid=16891] ppid=16889 vsize=0 CPUtime=711.77
/proc/16891/stat : 16891 (tts-5-0) R 16889 16891 16057 0 -1 4195844 311413 0 0 0 70885 292 0 0 25 0 1 0 90837448 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/16891/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 711.77
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 712.057
CPU time (s): 711.832
CPU user time (s): 708.851
CPU system time (s): 2.98055
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 773164

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

runsolver used 0.594909 second user time and 1.42578 second system time

The end

Launcher Data

Begin job on node20 at 2009-04-25 04:54:02
IDJOB=1717402
IDBENCH=20414
IDSOLVER=505
FILE ID=node20/1717402-1240628041
PBS_JOBID= 9186335
Free space on /tmp= 66228 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h35-unknown.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717402-1240628041/watcher-1717402-1240628041 -o /tmp/evaluation-result-1717402-1240628041/solver-1717402-1240628041 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1717402-1240628041.cnf

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

MD5SUM BENCH= 5e044c9f89a347ff1731180a403693c1
RANDOM SEED=1172286692

node20.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.214
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	: 5931.00
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.214
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:        978392 kB
Buffers:         77112 kB
Cached:         900456 kB
SwapCached:          0 kB
Active:         147260 kB
Inactive:       844272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        978392 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           17532 kB
Writeback:           0 kB
Mapped:          23704 kB
Slab:            72012 kB
Committed_AS:   334568 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= 65856 MiB
End job on node20 at 2009-04-25 05:05:54