Trace number 1581464

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 688.668 689.159

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

85.93/86.06	c Command: HOME/tts-5-0 HOME/instance-1581464-1238929093.cnf 
85.93/86.06	c Using SATTIMEOUT of 1200
85.93/86.06	c Using SATRAM of 1800
85.93/86.06	c Size of subset node = 16
85.93/86.06	c Variables = 259616
85.93/86.06	c Clauses = 1374599
85.93/86.06	c Literals = 3310772
85.93/86.06	c Reduced size:
85.93/86.06	c Variables = 259616
85.93/86.06	c Clauses = 1058485
85.93/86.06	c Literals = 2608655
85.93/86.06	c a2
89.03/89.13	c a1
683.44/683.86	c Independent sub-problems = 1
683.44/683.86	c Sub-problem with 203039 variables and 1058485 clauses
683.44/683.86	c using permutation method 4
683.44/683.86	c count = 1
683.44/683.86	c Ordering finished 682.930 seconds
683.44/683.86	c mapped 683.590 seconds
683.44/683.86	c permuted 683.600 seconds
683.44/683.86	c about to sort
683.84/684.20	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-1581464-1238929093/watcher-1581464-1238929093 -o /tmp/evaluation-result-1581464-1238929093/solver-1581464-1238929093 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1581464-1238929093.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.99 1.00 3/74 24875
/proc/meminfo: memFree=1473984/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=1008 CPUtime=0
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 153 0 0 0 0 0 0 0 18 0 1 0 1165570582 1032192 137 1992294400 134512640 135191068 4294956224 18446744073709551615 134710783 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 252 137 68 165 0 85 0

[startup+0.034466 s]
/proc/loadavg: 0.99 0.99 1.00 3/74 24875
/proc/meminfo: memFree=1473984/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=2352 CPUtime=0.03
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 468 0 0 0 3 0 0 0 18 0 1 0 1165570582 2408448 452 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 588 452 68 165 0 421 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2352

[startup+0.101476 s]
/proc/loadavg: 0.99 0.99 1.00 3/74 24875
/proc/meminfo: memFree=1473984/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=5356 CPUtime=0.09
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 1203 0 0 0 9 0 0 0 18 0 1 0 1165570582 5484544 1187 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 1339 1188 68 165 0 1172 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+0.30151 s]
/proc/loadavg: 0.99 0.99 1.00 3/74 24875
/proc/meminfo: memFree=1473984/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=14524 CPUtime=0.29
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 3421 0 0 0 28 1 0 0 19 0 1 0 1165570582 14872576 3405 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 3631 3405 68 165 0 3464 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14524

[startup+0.701578 s]
/proc/loadavg: 0.99 0.99 1.00 3/74 24875
/proc/meminfo: memFree=1473984/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=30828 CPUtime=0.69
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 7365 0 0 0 66 3 0 0 23 0 1 0 1165570582 31567872 7350 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 7707 7350 68 165 0 7540 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30828

[startup+1.50171 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24876
/proc/meminfo: memFree=1432056/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=62820 CPUtime=1.49
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 15591 0 0 0 141 8 0 0 25 0 1 0 1165570582 64327680 15575 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 15705 15575 68 165 0 15538 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62820

[startup+3.10198 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24876
/proc/meminfo: memFree=1392440/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=94036 CPUtime=3.07
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 22696 0 0 0 297 10 0 0 25 0 1 0 1165570582 96292864 22680 1992294400 134512640 135191068 4294956224 18446744073709551615 134533901 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 23509 22680 68 165 0 23342 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 94036

[startup+6.30153 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24876
/proc/meminfo: memFree=1383480/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=94036 CPUtime=6.27
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 22696 0 0 0 617 10 0 0 25 0 1 0 1165570582 96292864 22680 1992294400 134512640 135191068 4294956224 18446744073709551615 134534106 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 23509 22680 68 165 0 23342 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 94036

[startup+12.7026 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24876
/proc/meminfo: memFree=1383416/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=94036 CPUtime=12.67
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 22696 0 0 0 1257 10 0 0 25 0 1 0 1165570582 96292864 22680 1992294400 134512640 135191068 4294956224 18446744073709551615 134534096 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 23509 22680 68 165 0 23342 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 94036

[startup+25.5018 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24876
/proc/meminfo: memFree=1383544/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=94036 CPUtime=25.46
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 22696 0 0 0 2536 10 0 0 25 0 1 0 1165570582 96292864 22680 1992294400 134512640 135191068 4294956224 18446744073709551615 134534096 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 23509 22680 68 165 0 23342 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 94036

[startup+51.1011 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24876
/proc/meminfo: memFree=1383608/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=94036 CPUtime=51.05
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 22696 0 0 0 5094 11 0 0 25 0 1 0 1165570582 96292864 22680 1992294400 134512640 135191068 4294956224 18446744073709551615 134534381 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 23509 22680 68 165 0 23342 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 94036

[startup+102.307 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24876
/proc/meminfo: memFree=1272760/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=205656 CPUtime=102.22
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 67857 0 0 0 10194 28 0 0 25 0 1 0 1165570582 210591744 50361 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 51414 50361 71 165 0 51247 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 205656

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24876
/proc/meminfo: memFree=1266232/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=212328 CPUtime=162.2
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 69493 0 0 0 16190 30 0 0 25 0 1 0 1165570582 217423872 51997 1992294400 134512640 135191068 4294956224 18446744073709551615 134600626 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 53082 51997 71 165 0 52915 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 212328

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24882
/proc/meminfo: memFree=1261880/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=215496 CPUtime=222.16
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 70518 0 0 0 22185 31 0 0 25 0 1 0 1165570582 220667904 53022 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 53874 53022 71 165 0 53707 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 215496

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24882
/proc/meminfo: memFree=1261368/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=215892 CPUtime=282.13
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 70651 0 0 0 28182 31 0 0 25 0 1 0 1165570582 221073408 53155 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 53973 53155 71 165 0 53806 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 215892

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24882
/proc/meminfo: memFree=1261048/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=218716 CPUtime=342.11
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 70736 0 0 0 34180 31 0 0 25 0 1 0 1165570582 223965184 53240 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 54679 53240 71 165 0 54512 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 218716

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24882
/proc/meminfo: memFree=1260856/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=218980 CPUtime=402.07
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 70803 0 0 0 40176 31 0 0 25 0 1 0 1165570582 224235520 53307 1992294400 134512640 135191068 4294956224 18446744073709551615 134600626 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 54745 53307 71 165 0 54578 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 218980

[startup+462.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24882
/proc/meminfo: memFree=1260600/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=219244 CPUtime=462.04
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 70865 0 0 0 46173 31 0 0 25 0 1 0 1165570582 224505856 53369 1992294400 134512640 135191068 4294956224 18446744073709551615 134600352 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 54811 53369 71 165 0 54644 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 219244

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24882
/proc/meminfo: memFree=1260280/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=219376 CPUtime=522.02
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 70931 0 0 0 52171 31 0 0 25 0 1 0 1165570582 224641024 53435 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 54844 53435 71 165 0 54677 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 219376

[startup+582.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24882
/proc/meminfo: memFree=1260088/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=219640 CPUtime=581.98
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 70991 0 0 0 58167 31 0 0 25 0 1 0 1165570582 224911360 53495 1992294400 134512640 135191068 4294956224 18446744073709551615 134600626 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 54910 53495 71 165 0 54743 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 219640

[startup+642.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24882
/proc/meminfo: memFree=1259832/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=219772 CPUtime=641.96
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 71052 0 0 0 64165 31 0 0 25 0 1 0 1165570582 225046528 53556 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 54943 53556 71 165 0 54776 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 219772

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

[startup+665.506 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24882
/proc/meminfo: memFree=1259640/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=219904 CPUtime=665.14
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 71073 0 0 0 66483 31 0 0 25 0 1 0 1165570582 225181696 53577 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 54976 53577 71 165 0 54809 0
Current children cumulated CPU time (s) 665.14
Current children cumulated vsize (KiB) 219904

[startup+678.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24882
/proc/meminfo: memFree=1259640/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=219904 CPUtime=677.94
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 71086 0 0 0 67763 31 0 0 25 0 1 0 1165570582 225181696 53590 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 54976 53590 71 165 0 54809 0
Current children cumulated CPU time (s) 677.94
Current children cumulated vsize (KiB) 219904

[startup+684.701 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24882
/proc/meminfo: memFree=1260344/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=305264 CPUtime=684.33
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 95941 0 0 0 68392 41 0 0 25 0 1 0 1165570582 312590336 75335 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 76316 75335 82 165 0 76149 0
Current children cumulated CPU time (s) 684.33
Current children cumulated vsize (KiB) 305264

[startup+686.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24882
/proc/meminfo: memFree=1105976/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=371992 CPUtime=685.94
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4194304 112824 0 0 0 68546 48 0 0 25 0 1 0 1165570582 380919808 91991 1992294400 134512640 135191068 4294956224 18446744073709551615 134582664 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 92998 91992 85 165 0 92831 0
Current children cumulated CPU time (s) 685.94
Current children cumulated vsize (KiB) 371992

[startup+687.903 s]
/proc/loadavg: 0.99 0.99 1.00 2/75 24882
/proc/meminfo: memFree=1028344/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=424472 CPUtime=687.52
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4195840 126097 0 0 0 68642 110 0 0 25 0 1 0 1165570582 434659328 104996 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 1 0 0
/proc/24875/statm: 106118 104996 85 165 0 105951 0
Current children cumulated CPU time (s) 687.52
Current children cumulated vsize (KiB) 424472

[startup+688.701 s]
/proc/loadavg: 0.99 0.99 1.00 1/75 24882
/proc/meminfo: memFree=739448/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=424472 CPUtime=688.2
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4195840 126097 0 0 0 68642 178 0 0 25 0 1 0 1165570582 434659328 104996 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 106118 104996 85 165 0 105951 0
Current children cumulated CPU time (s) 688.2
Current children cumulated vsize (KiB) 424472

[startup+689.101 s]
/proc/loadavg: 0.99 0.99 1.00 1/75 24882
/proc/meminfo: memFree=739448/2055920 swapFree=4173168/4192956
[pid=24875] ppid=24873 vsize=0 CPUtime=688.6
/proc/24875/stat : 24875 (tts-5-0) R 24873 24875 24685 0 -1 4195844 127127 0 0 0 68642 218 0 0 25 0 1 0 1165570582 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/24875/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 688.6
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 689.159
CPU time (s): 688.668
CPU user time (s): 686.424
CPU system time (s): 2.24466
CPU usage (%): 99.9288
Max. virtual memory (cumulated for all children) (KiB): 424472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 686.424
system time used= 2.24466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127127
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= 5
involuntary context switches= 2049

runsolver used 0.648901 second user time and 2.0027 second system time

The end

Launcher Data

Begin job on node68 at 2009-04-05 12:58:15
IDJOB=1581464
IDBENCH=71037
IDSOLVER=505
FILE ID=node68/1581464-1238929093
PBS_JOBID= 9101437
Free space on /tmp= 66516 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581464-1238929093/watcher-1581464-1238929093 -o /tmp/evaluation-result-1581464-1238929093/solver-1581464-1238929093 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1581464-1238929093.cnf

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=1371820661

node68.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.270
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.270
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:       1474464 kB
Buffers:         60420 kB
Cached:         443184 kB
SwapCached:       9864 kB
Active:         233268 kB
Inactive:       282192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1474464 kB
SwapTotal:     4192956 kB
SwapFree:      4173168 kB
Dirty:           26756 kB
Writeback:           0 kB
Mapped:          17812 kB
Slab:            50944 kB
Committed_AS:  3244512 kB
PageTables:       2148 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= 66104 MiB
End job on node68 at 2009-04-05 13:09:44