Trace number 1715738

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 649.618 650.118

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-5-17-s.cnf
MD5SUMcd6cb5ea01688ce5beec6e625055ac90
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark693.225
Satisfiable
(Un)Satisfiability was proved
Number of variables252328
Number of clauses1189896
Sum of the clauses size2752826
Maximum clause length10
Minimum clause length1
Number of clauses of size 118837
Number of clauses of size 2919648
Number of clauses of size 3204591
Number of clauses of size 45200
Number of clauses of size 520800
Number of clauses of size over 520820

Solver Data

23.77/23.88	c Command: HOME/tts-5-0 HOME/instance-1715738-1240606937.cnf 
23.77/23.88	c Using SATTIMEOUT of 1200
23.77/23.88	c Using SATRAM of 1800
23.77/23.88	c Size of subset node = 16
23.77/23.88	c Variables = 252328
23.77/23.88	c Clauses = 1189896
23.77/23.88	c Literals = 2752826
23.77/23.88	c Reduced size:
23.77/23.88	c Variables = 252328
23.77/23.88	c Clauses = 962994
23.77/23.88	c Literals = 2265594
23.77/23.88	c a2
26.27/26.32	c a1
644.90/645.18	c Independent sub-problems = 1
644.90/645.18	c Sub-problem with 206237 variables and 962994 clauses
644.90/645.18	c using permutation method 4
644.90/645.18	c count = 1
644.90/645.18	c Ordering finished 644.620 seconds
644.90/645.18	c mapped 645.080 seconds
644.90/645.18	c permuted 645.080 seconds
644.90/645.18	c about to sort
645.30/645.50	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-1715738-1240606937/watcher-1715738-1240606937 -o /tmp/evaluation-result-1715738-1240606937/solver-1715738-1240606937 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1715738-1240606937.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.69 2/65 13460
/proc/meminfo: memFree=1301776/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=876 CPUtime=0
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 123 0 0 0 0 0 0 0 18 0 1 0 88722267 897024 107 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 219 107 67 165 0 52 0

[startup+0.107481 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 13460
/proc/meminfo: memFree=1301776/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=5096 CPUtime=0.1
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 1159 0 0 0 10 0 0 0 18 0 1 0 88722267 5218304 1143 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 1274 1143 68 165 0 1107 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5096

[startup+0.20149 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 13460
/proc/meminfo: memFree=1301776/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=8972 CPUtime=0.19
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 2122 0 0 0 19 0 0 0 19 0 1 0 88722267 9187328 2106 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 2243 2106 68 165 0 2076 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8972

[startup+0.301503 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 13460
/proc/meminfo: memFree=1301776/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=12936 CPUtime=0.29
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 3129 0 0 0 29 0 0 0 19 0 1 0 88722267 13246464 3113 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 3234 3113 68 165 0 3067 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12936

[startup+0.701564 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 13460
/proc/meminfo: memFree=1301776/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=29908 CPUtime=0.69
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 7151 0 0 0 66 3 0 0 23 0 1 0 88722267 30625792 7135 1992294400 134512640 135191068 4294956240 18446744073709551615 134700210 0 0 4096 0 0 0 0 17 0 0 0
/proc/13460/statm: 7477 7135 68 165 0 7310 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29908

[startup+1.50165 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 13461
/proc/meminfo: memFree=1257992/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=59524 CPUtime=1.48
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 14688 0 0 0 141 7 0 0 25 0 1 0 88722267 60952576 14672 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 14881 14672 68 165 0 14714 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 59524

[startup+3.10186 s]
/proc/loadavg: 0.99 0.97 0.69 2/66 13461
/proc/meminfo: memFree=1222536/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=83200 CPUtime=3.07
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 19812 0 0 0 298 9 0 0 25 0 1 0 88722267 85196800 19796 1992294400 134512640 135191068 4294956240 18446744073709551615 134534177 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 20800 19796 68 165 0 20633 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 83200

[startup+6.30126 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 13461
/proc/meminfo: memFree=1222600/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=83200 CPUtime=6.28
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 19812 0 0 0 618 10 0 0 25 0 1 0 88722267 85196800 19796 1992294400 134512640 135191068 4294956240 18446744073709551615 134534143 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 20800 19796 68 165 0 20633 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 83200

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 13461
/proc/meminfo: memFree=1222728/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=83200 CPUtime=12.68
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 19812 0 0 0 1258 10 0 0 25 0 1 0 88722267 85196800 19796 1992294400 134512640 135191068 4294956240 18446744073709551615 134534141 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 20800 19796 68 165 0 20633 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 83200

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.70 2/66 13461
/proc/meminfo: memFree=1162120/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=143672 CPUtime=25.47
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 34959 0 0 0 2532 15 0 0 25 0 1 0 88722267 147120128 34943 1992294400 134512640 135191068 4294956240 18446744073709551615 134519812 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 35918 34943 69 165 0 35751 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 143672

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.71 2/66 13461
/proc/meminfo: memFree=1122184/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=183056 CPUtime=51.06
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 57875 0 0 0 5082 24 0 0 25 0 1 0 88722267 187449344 44960 1992294400 134512640 135191068 4294956240 18446744073709551615 134600629 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 45764 44960 71 165 0 45597 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 183056

[startup+102.301 s]
/proc/loadavg: 0.99 0.97 0.72 2/66 13461
/proc/meminfo: memFree=1117512/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=188672 CPUtime=102.25
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 59013 0 0 0 10200 25 0 0 25 0 1 0 88722267 193200128 46098 1992294400 134512640 135191068 4294956240 18446744073709551615 134600445 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 47168 46098 71 165 0 47001 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 188672

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.74 2/66 13461
/proc/meminfo: memFree=1113480/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=191840 CPUtime=162.23
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 60012 0 0 0 16197 26 0 0 25 0 1 0 88722267 196444160 47097 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 47960 47097 71 165 0 47793 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 191840

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.75 2/66 13461
/proc/meminfo: memFree=1112456/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=192632 CPUtime=222.22
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 60257 0 0 0 22195 27 0 0 25 0 1 0 88722267 197255168 47342 1992294400 134512640 135191068 4294956240 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 48158 47342 71 165 0 47991 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 192632

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.76 2/66 13461
/proc/meminfo: memFree=1111816/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=195720 CPUtime=282.2
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 60398 0 0 0 28193 27 0 0 25 0 1 0 88722267 200417280 47483 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 48930 47483 71 165 0 48763 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 195720

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.77 2/66 13461
/proc/meminfo: memFree=1111368/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=196116 CPUtime=342.18
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 60519 0 0 0 34191 27 0 0 25 0 1 0 88722267 200822784 47604 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 49029 47604 71 165 0 48862 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 196116

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.78 2/66 13461
/proc/meminfo: memFree=1111048/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=196380 CPUtime=402.16
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 60607 0 0 0 40189 27 0 0 25 0 1 0 88722267 201093120 47692 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 49095 47692 71 165 0 48928 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 196380

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.79 2/66 13461
/proc/meminfo: memFree=1110664/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=196644 CPUtime=462.15
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 60687 0 0 0 46187 28 0 0 25 0 1 0 88722267 201363456 47772 1992294400 134512640 135191068 4294956240 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 49161 47772 71 165 0 48994 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 196644

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.81 2/66 13461
/proc/meminfo: memFree=1110536/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=196908 CPUtime=522.13
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 60760 0 0 0 52185 28 0 0 25 0 1 0 88722267 201633792 47845 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 49227 47845 71 165 0 49060 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 196908

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 13461
/proc/meminfo: memFree=1110280/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=197040 CPUtime=582.12
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 60820 0 0 0 58184 28 0 0 25 0 1 0 88722267 201768960 47905 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 49260 47905 71 165 0 49093 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 197040

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 13461
/proc/meminfo: memFree=1110152/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=197172 CPUtime=642.1
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 60855 0 0 0 64182 28 0 0 25 0 1 0 88722267 201904128 47940 1992294400 134512640 135191068 4294956240 18446744073709551615 134600355 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 49293 47940 71 165 0 49126 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 197172

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

[startup+646.402 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 13461
/proc/meminfo: memFree=1106568/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=304448 CPUtime=646.2
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 89863 0 0 0 64581 39 0 0 25 0 1 0 88722267 311754752 75066 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 76112 75067 85 165 0 75945 0
Current children cumulated CPU time (s) 646.2
Current children cumulated vsize (KiB) 304448

[startup+648.006 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 13461
/proc/meminfo: memFree=935688/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=378880 CPUtime=647.8
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4194304 108664 0 0 0 64732 48 0 0 25 0 1 0 88722267 387973120 93383 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 94721 93385 85 165 0 94554 0
Current children cumulated CPU time (s) 647.8
Current children cumulated vsize (KiB) 378880

[startup+648.802 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 13461
/proc/meminfo: memFree=935688/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=389272 CPUtime=648.59
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4195840 111287 0 0 0 64753 106 0 0 25 0 1 0 88722267 398614528 95995 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 97318 95995 85 165 0 97151 0
Current children cumulated CPU time (s) 648.59
Current children cumulated vsize (KiB) 389272

[startup+649.602 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 13461
/proc/meminfo: memFree=709704/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=389272 CPUtime=649.34
/proc/13460/stat : 13460 (tts-5-0) D 13458 13460 13389 0 -1 4195840 111596 0 0 0 64753 181 0 0 25 0 1 0 88722267 398614528 95995 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/13460/statm: 97318 95995 85 165 0 97151 0
Current children cumulated CPU time (s) 649.34
Current children cumulated vsize (KiB) 389272

[startup+650.001 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 13461
/proc/meminfo: memFree=709704/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=389272 CPUtime=649.49
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4195840 112518 0 0 0 64753 196 0 0 25 0 1 0 88722267 398614528 95995 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 97318 95995 85 165 0 97151 0
Current children cumulated CPU time (s) 649.49
Current children cumulated vsize (KiB) 389272

[startup+650.101 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 13461
/proc/meminfo: memFree=802632/2055920 swapFree=4192952/4192956
[pid=13460] ppid=13458 vsize=0 CPUtime=649.59
/proc/13460/stat : 13460 (tts-5-0) R 13458 13460 13389 0 -1 4195844 112518 0 0 0 64753 206 0 0 25 0 1 0 88722267 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/13460/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 649.59
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 650.118
CPU time (s): 649.618
CPU user time (s): 647.54
CPU system time (s): 2.07868
CPU usage (%): 99.9232
Max. virtual memory (cumulated for all children) (KiB): 389272

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

runsolver used 0.762884 second user time and 1.61075 second system time

The end

Launcher Data

Begin job on node54 at 2009-04-24 23:02:19
IDJOB=1715738
IDBENCH=20348
IDSOLVER=505
FILE ID=node54/1715738-1240606937
PBS_JOBID= 9186264
Free space on /tmp= 66260 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-5-17-s.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1715738-1240606937/watcher-1715738-1240606937 -o /tmp/evaluation-result-1715738-1240606937/solver-1715738-1240606937 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1715738-1240606937.cnf

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

MD5SUM BENCH= cd6cb5ea01688ce5beec6e625055ac90
RANDOM SEED=389112567

node54.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.234
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.234
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:       1302256 kB
Buffers:         79532 kB
Cached:         578024 kB
SwapCached:          4 kB
Active:         159960 kB
Inactive:       512888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1302256 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           22316 kB
Writeback:           0 kB
Mapped:          25024 kB
Slab:            66740 kB
Committed_AS:   294016 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65884 MiB
End job on node54 at 2009-04-24 23:13:09