Trace number 1715830

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 652.579 652.834

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-15-s.cnf
MD5SUMa6b04ec2cace5c4e6bef212c7f2df796
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark228.902
Satisfiable
(Un)Satisfiability was proved
Number of variables261020
Number of clauses1211106
Sum of the clauses size2788072
Maximum clause length10
Minimum clause length1
Number of clauses of size 119537
Number of clauses of size 2952032
Number of clauses of size 3190917
Number of clauses of size 45400
Number of clauses of size 521600
Number of clauses of size over 521620

Solver Data

67.16/67.22	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1715830-1240608074.cnf 
67.16/67.22	c Using SATTIMEOUT of 1200
67.16/67.22	c Using SATRAM of 1800
67.16/67.22	c Size of subset node = 16
67.16/67.22	c Variables = 261020
67.16/67.22	c Clauses = 1211106
67.16/67.22	c Literals = 2788072
67.16/67.22	c Reduced size:
67.16/67.22	c Variables = 261020
67.16/67.22	c Clauses = 921005
67.16/67.22	c Literals = 2155005
67.16/67.22	c a2
69.46/69.55	c a1
647.17/647.43	c Independent sub-problems = 1
647.17/647.43	c Sub-problem with 202120 variables and 921005 clauses
647.17/647.43	c using permutation method 4
647.17/647.43	c count = 1
647.17/647.43	c Ordering finished 646.690 seconds
647.17/647.43	c mapped 647.300 seconds
647.17/647.43	c permuted 647.310 seconds
647.17/647.43	c about to sort
647.47/647.73	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-1715830-1240608074/watcher-1715830-1240608074 -o /tmp/evaluation-result-1715830-1240608074/solver-1715830-1240608074 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1715830-1240608074.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 13438
/proc/meminfo: memFree=1011840/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=932 CPUtime=0
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 88840347 954368 116 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 233 116 77 176 0 55 0

[startup+0.0606289 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 13438
/proc/meminfo: memFree=1011840/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=3240 CPUtime=0.05
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 694 0 0 0 5 0 0 0 18 0 1 0 88840347 3317760 678 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 810 678 78 176 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3240

[startup+0.101633 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 13438
/proc/meminfo: memFree=1011840/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=5024 CPUtime=0.09
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 1132 0 0 0 9 0 0 0 18 0 1 0 88840347 5144576 1116 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 1256 1117 78 176 0 1078 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5024

[startup+0.301662 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 13438
/proc/meminfo: memFree=1011840/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=13796 CPUtime=0.29
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 3231 0 0 0 28 1 0 0 19 0 1 0 88840347 14127104 3215 1992294400 134512640 135237372 4294956192 18446744073709551615 134639534 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 3449 3216 78 176 0 3271 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13796

[startup+0.701721 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 13438
/proc/meminfo: memFree=1011840/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=30760 CPUtime=0.69
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 7366 0 0 0 65 4 0 0 23 0 1 0 88840347 31498240 7350 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 7690 7350 78 176 0 7512 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30760

[startup+1.50184 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=972728/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=60244 CPUtime=1.49
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 14886 0 0 0 141 8 0 0 25 0 1 0 88840347 61689856 14870 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 15061 14870 78 176 0 14883 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60244

[startup+3.10107 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=931128/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=84768 CPUtime=3.08
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 20210 0 0 0 298 10 0 0 25 0 1 0 88840347 86802432 20194 1992294400 134512640 135237372 4294956192 18446744073709551615 134534080 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 21192 20194 78 176 0 21014 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84768

[startup+6.30153 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=931128/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=84768 CPUtime=6.28
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 20210 0 0 0 618 10 0 0 25 0 1 0 88840347 86802432 20194 1992294400 134512640 135237372 4294956192 18446744073709551615 134534272 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 21192 20194 78 176 0 21014 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84768

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=931264/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=84768 CPUtime=12.69
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 20210 0 0 0 1258 11 0 0 25 0 1 0 88840347 86802432 20194 1992294400 134512640 135237372 4294956192 18446744073709551615 134534272 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 21192 20194 78 176 0 21014 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84768

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=931328/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=84768 CPUtime=25.49
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 20210 0 0 0 2538 11 0 0 25 0 1 0 88840347 86802432 20194 1992294400 134512640 135237372 4294956192 18446744073709551615 134534259 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 21192 20194 78 176 0 21014 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84768

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=931392/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=84768 CPUtime=51.07
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 20210 0 0 0 5096 11 0 0 25 0 1 0 88840347 86802432 20194 1992294400 134512640 135237372 4294956192 18446744073709551615 134534132 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 21192 20194 78 176 0 21014 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84768

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=834112/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=181808 CPUtime=102.25
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 59826 0 0 0 10199 26 0 0 25 0 1 0 88840347 186171392 44468 1992294400 134512640 135237372 4294956192 18446744073709551615 134553889 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 45452 44468 80 176 0 45274 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 181808

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=829824/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=186520 CPUtime=162.23
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 60899 0 0 0 16196 27 0 0 25 0 1 0 88840347 190996480 45541 1992294400 134512640 135237372 4294956192 18446744073709551615 134600978 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 46630 45541 80 176 0 46452 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 186520

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=826304/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=189160 CPUtime=222.21
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 61753 0 0 0 22193 28 0 0 25 0 1 0 88840347 193699840 46395 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 47290 46395 80 176 0 47112 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 189160

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=825472/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=189820 CPUtime=282.19
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 61961 0 0 0 28191 28 0 0 25 0 1 0 88840347 194375680 46603 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 47455 46603 80 176 0 47277 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 189820

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=824960/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=190348 CPUtime=342.17
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 62093 0 0 0 34188 29 0 0 25 0 1 0 88840347 194916352 46735 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 47587 46735 80 176 0 47409 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 190348

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=824448/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=193304 CPUtime=402.15
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 62212 0 0 0 40186 29 0 0 25 0 1 0 88840347 197943296 46854 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 48326 46854 80 176 0 48148 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 193304

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=824128/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=193568 CPUtime=462.14
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 62298 0 0 0 46184 30 0 0 25 0 1 0 88840347 198213632 46940 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 48392 46940 80 176 0 48214 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 193568

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=823808/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=193832 CPUtime=522.11
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 62375 0 0 0 52181 30 0 0 25 0 1 0 88840347 198483968 47017 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 48458 47017 80 176 0 48280 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 193832

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=823552/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=193964 CPUtime=582.09
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 62445 0 0 0 58179 30 0 0 25 0 1 0 88840347 198619136 47087 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 48491 47087 80 176 0 48313 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 193964

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=823360/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=194096 CPUtime=642.07
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 62484 0 0 0 64177 30 0 0 25 0 1 0 88840347 198754304 47126 1992294400 134512640 135237372 4294956192 18446744073709551615 134600707 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 48524 47126 80 176 0 48346 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 194096

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

[startup+646.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=823360/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=194096 CPUtime=646.07
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 62484 0 0 0 64577 30 0 0 25 0 1 0 88840347 198754304 47126 1992294400 134512640 135237372 4294956192 18446744073709551615 134600707 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 48524 47126 80 176 0 48346 0
Current children cumulated CPU time (s) 646.07
Current children cumulated vsize (KiB) 194096

[startup+649.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=589376/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=451636 CPUtime=649.28
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4194304 129898 0 0 0 64870 58 0 0 25 0 1 0 88840347 462475264 111742 1992294400 134512640 135237372 4294956192 18446744073709551615 134582498 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 112909 111743 94 176 0 112731 0
Current children cumulated CPU time (s) 649.28
Current children cumulated vsize (KiB) 451636

[startup+651.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=393152/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=518916 CPUtime=650.86
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4195840 146865 0 0 0 64981 105 0 0 25 0 1 0 88840347 531369984 128310 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 129729 128310 94 176 0 129551 0
Current children cumulated CPU time (s) 650.86
Current children cumulated vsize (KiB) 518916

[startup+651.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=393152/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=518916 CPUtime=651.65
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4195840 146865 0 0 0 64981 184 0 0 25 0 1 0 88840347 531369984 128310 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/13438/statm: 129729 128310 94 176 0 129551 0
Current children cumulated CPU time (s) 651.65
Current children cumulated vsize (KiB) 518916

[startup+652.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=93312/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=518916 CPUtime=652.05
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4195840 146865 0 0 0 64981 224 0 0 25 0 1 0 88840347 531369984 128310 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/13438/statm: 129729 128310 94 176 0 129551 0
Current children cumulated CPU time (s) 652.05
Current children cumulated vsize (KiB) 518916

[startup+652.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=93312/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=518916 CPUtime=652.44
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4195840 147676 0 0 0 64981 263 0 0 25 0 1 0 88840347 531369984 128310 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 129729 128310 94 176 0 129551 0
Current children cumulated CPU time (s) 652.44
Current children cumulated vsize (KiB) 518916

[startup+652.802 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13439
/proc/meminfo: memFree=93312/2055920 swapFree=4192956/4192956
[pid=13438] ppid=13436 vsize=0 CPUtime=652.54
/proc/13438/stat : 13438 (ttsth-5-0) R 13436 13438 13225 0 -1 4195844 147676 0 0 0 64981 273 0 0 25 0 1 0 88840347 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/13438/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 652.54
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 652.834
CPU time (s): 652.579
CPU user time (s): 649.812
CPU system time (s): 2.76658
CPU usage (%): 99.9609
Max. virtual memory (cumulated for all children) (KiB): 518916

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

runsolver used 0.52292 second user time and 1.3228 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-24 23:21:16
IDJOB=1715830
IDBENCH=20352
IDSOLVER=549
FILE ID=node30/1715830-1240608074
PBS_JOBID= 9186284
Free space on /tmp= 66240 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-15-s.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1715830-1240608074/watcher-1715830-1240608074 -o /tmp/evaluation-result-1715830-1240608074/solver-1715830-1240608074 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1715830-1240608074.cnf

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

MD5SUM BENCH= a6b04ec2cace5c4e6bef212c7f2df796
RANDOM SEED=428883352

node30.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.265
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.265
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:       1012320 kB
Buffers:         94732 kB
Cached:         837888 kB
SwapCached:          0 kB
Active:         136912 kB
Inactive:       810096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1012320 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           22676 kB
Writeback:           0 kB
Mapped:          24168 kB
Slab:            82688 kB
Committed_AS:   354884 kB
PageTables:       1356 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= 65740 MiB
End job on node30 at 2009-04-24 23:32:09