Trace number 1578956

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 827.044 827.557

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p0.cnf
MD5SUMd8dd0726277891eae9a2807dfd8946db
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1115.23
Satisfiable
(Un)Satisfiability was proved
Number of variables262253
Number of clauses1131732
Sum of the clauses size2644763
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2882815
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

72.26/72.31	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1578956-1238902833.cnf 
72.26/72.31	c Using SATTIMEOUT of 1200
72.26/72.31	c Using SATRAM of 1800
72.26/72.31	c Size of subset node = 16
72.26/72.31	c Variables = 262253
72.26/72.31	c Clauses = 1131732
72.26/72.31	c Literals = 2644763
72.26/72.31	c Reduced size:
72.26/72.31	c Variables = 262253
72.26/72.31	c Clauses = 869875
72.26/72.31	c Literals = 2059751
72.26/72.31	c a2
74.56/74.63	c a1
821.74/822.04	c Independent sub-problems = 1
821.74/822.04	c Sub-problem with 214109 variables and 869875 clauses
821.74/822.04	c using permutation method 4
821.74/822.04	c count = 1
821.74/822.04	c Ordering finished 821.340 seconds
821.74/822.04	c mapped 821.890 seconds
821.74/822.04	c permuted 821.900 seconds
821.74/822.04	c about to sort
822.03/822.33	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-1578956-1238902833/watcher-1578956-1238902833 -o /tmp/evaluation-result-1578956-1238902833/solver-1578956-1238902833 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1578956-1238902833.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.91 0.97 0.99 3/64 10905
/proc/meminfo: memFree=1590464/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=1064 CPUtime=0
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 145 0 0 0 0 0 0 0 18 0 1 0 1162948411 1089536 129 1992294400 134512640 135237372 4294956192 18446744073709551615 134749343 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 266 129 78 176 0 88 0

[startup+0.0521041 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 10905
/proc/meminfo: memFree=1590464/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=2968 CPUtime=0.05
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 612 0 0 0 5 0 0 0 18 0 1 0 1162948411 3039232 596 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 742 597 78 176 0 564 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2968

[startup+0.10111 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 10905
/proc/meminfo: memFree=1590464/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=4884 CPUtime=0.09
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 1099 0 0 0 9 0 0 0 18 0 1 0 1162948411 5001216 1083 1992294400 134512640 135237372 4294956192 18446744073709551615 134952254 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 1254 1084 78 176 0 1076 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4884

[startup+0.30114 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 10905
/proc/meminfo: memFree=1590464/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=13120 CPUtime=0.29
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 3160 0 0 0 28 1 0 0 19 0 1 0 1162948411 13434880 3144 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 3280 3144 78 176 0 3102 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13120

[startup+0.701203 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 10905
/proc/meminfo: memFree=1590464/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=28124 CPUtime=0.69
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 6893 0 0 0 66 3 0 0 23 0 1 0 1162948411 28798976 6877 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 7031 6878 78 176 0 6853 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28124

[startup+1.50133 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 10906
/proc/meminfo: memFree=1551800/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=58784 CPUtime=1.49
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 14513 0 0 0 142 7 0 0 25 0 1 0 1162948411 60194816 14497 1992294400 134512640 135237372 4294956192 18446744073709551615 134536395 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 14696 14497 78 176 0 14518 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58784

[startup+3.10157 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1513976/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=80484 CPUtime=3.09
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 19079 0 0 0 300 9 0 0 25 0 1 0 1162948411 82415616 19063 1992294400 134512640 135237372 4294956192 18446744073709551615 134534272 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 20121 19063 78 176 0 19943 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80484

[startup+6.30106 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1514168/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=80484 CPUtime=6.29
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 19079 0 0 0 620 9 0 0 25 0 1 0 1162948411 82415616 19063 1992294400 134512640 135237372 4294956192 18446744073709551615 134534262 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 20121 19063 78 176 0 19943 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80484

[startup+12.701 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1514232/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=80484 CPUtime=12.69
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 19079 0 0 0 1260 9 0 0 25 0 1 0 1162948411 82415616 19063 1992294400 134512640 135237372 4294956192 18446744073709551615 134534121 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 20121 19063 78 176 0 19943 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80484

[startup+25.502 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1514296/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=80484 CPUtime=25.48
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 19079 0 0 0 2539 9 0 0 25 0 1 0 1162948411 82415616 19063 1992294400 134512640 135237372 4294956192 18446744073709551615 134534272 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 20121 19063 78 176 0 19943 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 80484

[startup+51.1019 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1514424/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=80484 CPUtime=51.07
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 19079 0 0 0 5098 9 0 0 25 0 1 0 1162948411 82415616 19063 1992294400 134512640 135237372 4294956192 18446744073709551615 134534331 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 20121 19063 78 176 0 19943 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 80484

[startup+102.306 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1421624/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=173268 CPUtime=102.26
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 55408 0 0 0 10202 24 0 0 25 0 1 0 1162948411 177426432 42249 1992294400 134512640 135237372 4294956192 18446744073709551615 134600972 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 43317 42249 80 176 0 43139 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 173268

[startup+162.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1415672/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=179412 CPUtime=162.23
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 56887 0 0 0 16198 25 0 0 25 0 1 0 1162948411 183717888 43728 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 44853 43728 80 176 0 44675 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 179412

[startup+222.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1412472/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=181920 CPUtime=222.22
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 57671 0 0 0 22196 26 0 0 25 0 1 0 1162948411 186286080 44512 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 45480 44512 80 176 0 45302 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 181920

[startup+282.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1411704/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=182580 CPUtime=282.19
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 57850 0 0 0 28193 26 0 0 25 0 1 0 1162948411 186961920 44691 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 45645 44691 80 176 0 45467 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 182580

[startup+342.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1411320/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=182844 CPUtime=342.18
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 57950 0 0 0 34191 27 0 0 25 0 1 0 1162948411 187232256 44791 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 45711 44791 80 176 0 45533 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 182844

[startup+402.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1410936/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=183108 CPUtime=402.16
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 58041 0 0 0 40189 27 0 0 25 0 1 0 1162948411 187502592 44882 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 45777 44882 80 176 0 45599 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 183108

[startup+462.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1410616/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=183372 CPUtime=462.14
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 58116 0 0 0 46187 27 0 0 25 0 1 0 1162948411 187772928 44957 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 45843 44957 80 176 0 45665 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 183372

[startup+522.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1410232/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=183636 CPUtime=522.12
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 58209 0 0 0 52185 27 0 0 25 0 1 0 1162948411 188043264 45050 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 45909 45050 80 176 0 45731 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 183636

[startup+582.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1409976/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=183900 CPUtime=582.11
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 58258 0 0 0 58183 28 0 0 25 0 1 0 1162948411 188313600 45099 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 45975 45099 80 176 0 45797 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 183900

[startup+642.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1409784/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=184032 CPUtime=642.1
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 58312 0 0 0 64182 28 0 0 25 0 1 0 1162948411 188448768 45153 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 46008 45153 80 176 0 45830 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 184032

[startup+702.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1409400/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=186724 CPUtime=702.07
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 58378 0 0 0 70179 28 0 0 25 0 1 0 1162948411 191205376 45219 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 46681 45219 80 176 0 46503 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 186724

[startup+762.306 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1409144/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=186988 CPUtime=762.06
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 58440 0 0 0 76178 28 0 0 25 0 1 0 1162948411 191475712 45281 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 46747 45281 80 176 0 46569 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 186988

[startup+822.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1411384/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=184560 CPUtime=822.03
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4194304 61059 0 0 0 82174 29 0 0 25 0 1 0 1162948411 188989440 45350 1992294400 134512640 135237372 4294956192 18446744073709551615 134726769 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 46140 45350 89 176 0 45962 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 184560

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

[startup+825.502 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=1074936/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=536072 CPUtime=825.21
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4195840 148731 0 0 0 82423 98 0 0 25 0 1 0 1162948411 548937728 132525 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 134018 132525 94 176 0 133840 0
Current children cumulated CPU time (s) 825.21
Current children cumulated vsize (KiB) 536072

[startup+826.303 s]
/proc/loadavg: 1.00 0.98 0.99 2/65 10906
/proc/meminfo: memFree=835448/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=536072 CPUtime=826
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4195840 148731 0 0 0 82423 177 0 0 25 0 1 0 1162948411 548937728 132525 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/10905/statm: 134018 132525 94 176 0 133840 0
Current children cumulated CPU time (s) 826
Current children cumulated vsize (KiB) 536072

[startup+827.104 s]
/proc/loadavg: 1.16 1.02 1.01 3/65 10906
/proc/meminfo: memFree=594552/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=536072 CPUtime=826.58
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4195840 148731 0 0 0 82423 235 0 0 24 0 1 0 1162948411 548937728 132525 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/10905/statm: 134018 132525 94 176 0 133840 0
Current children cumulated CPU time (s) 826.58
Current children cumulated vsize (KiB) 536072

[startup+827.501 s]
/proc/loadavg: 1.16 1.02 1.01 3/65 10906
/proc/meminfo: memFree=594552/2055920 swapFree=4176696/4192956
[pid=10905] ppid=10903 vsize=0 CPUtime=826.97
/proc/10905/stat : 10905 (ttsth-5-0) R 10903 10905 7986 0 -1 4195844 150128 0 0 0 82423 274 0 0 25 0 1 0 1162948411 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/10905/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 826.97
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 827.557
CPU time (s): 827.044
CPU user time (s): 824.24
CPU system time (s): 2.80457
CPU usage (%): 99.938
Max. virtual memory (cumulated for all children) (KiB): 536072

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

runsolver used 0.657899 second user time and 1.86871 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-05 05:40:34
IDJOB=1578956
IDBENCH=70988
IDSOLVER=549
FILE ID=node34/1578956-1238902833
PBS_JOBID= 9086089
Free space on /tmp= 66520 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-15-10p0.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1578956-1238902833/watcher-1578956-1238902833 -o /tmp/evaluation-result-1578956-1238902833/solver-1578956-1238902833 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1578956-1238902833.cnf

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

MD5SUM BENCH= d8dd0726277891eae9a2807dfd8946db
RANDOM SEED=449152839

node34.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.259
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.259
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:       1590880 kB
Buffers:         45264 kB
Cached:         332780 kB
SwapCached:      10100 kB
Active:         176460 kB
Inactive:       213180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1590880 kB
SwapTotal:     4192956 kB
SwapFree:      4176696 kB
Dirty:           21416 kB
Writeback:           0 kB
Mapped:          17244 kB
Slab:            61388 kB
Committed_AS:  3130316 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= 66000 MiB
End job on node34 at 2009-04-05 05:54:22