Trace number 1719690

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-0? (TO) 1200.23 1200.76

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
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 variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

7.69/7.77	c Command: HOME/tts-5-0 HOME/instance-1719690-1240648476.cnf 
7.69/7.77	c Using SATTIMEOUT of 1200
7.69/7.77	c Using SATRAM of 1800
7.69/7.77	c Size of subset node = 16
7.69/7.77	c Variables = 154309
7.69/7.77	c Clauses = 3230738
7.69/7.77	c Literals = 9429252
7.69/7.77	c Reduced size:
7.69/7.77	c Variables = 154309
7.69/7.77	c Clauses = 3230707
7.69/7.77	c Literals = 9429186
7.69/7.77	c a2
53.67/53.78	c a1

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-1719690-1240648476/watcher-1719690-1240648476 -o /tmp/evaluation-result-1719690-1240648476/solver-1719690-1240648476 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1719690-1240648476.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.03 1.02 1.11 3/64 22826
/proc/meminfo: memFree=1642248/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1008 CPUtime=0
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 135 0 0 0 0 0 0 0 19 0 1 0 92874157 1032192 119 1992294400 134512640 135191068 4294956240 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 252 119 68 165 0 85 0

[startup+0.010367 s]
/proc/loadavg: 1.03 1.02 1.11 3/64 22826
/proc/meminfo: memFree=1642248/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1140 CPUtime=0
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 189 0 0 0 0 0 0 0 19 0 1 0 92874157 1167360 173 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 285 174 68 165 0 118 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1140

[startup+0.101379 s]
/proc/loadavg: 1.03 1.02 1.11 3/64 22826
/proc/meminfo: memFree=1642248/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=4624 CPUtime=0.09
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 1055 0 0 0 9 0 0 0 19 0 1 0 92874157 4734976 1039 1992294400 134512640 135191068 4294956240 18446744073709551615 134697295 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 1156 1040 68 165 0 989 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4624

[startup+0.301397 s]
/proc/loadavg: 1.03 1.02 1.11 3/64 22826
/proc/meminfo: memFree=1642248/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=12056 CPUtime=0.29
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 2884 0 0 0 28 1 0 0 20 0 1 0 92874157 12345344 2868 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 3014 2868 68 165 0 2847 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12056

[startup+0.701443 s]
/proc/loadavg: 1.03 1.02 1.11 3/64 22826
/proc/meminfo: memFree=1642248/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=26796 CPUtime=0.69
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 6523 0 0 0 65 4 0 0 24 0 1 0 92874157 27439104 6507 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 6699 6508 68 165 0 6532 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26796

[startup+1.50253 s]
/proc/loadavg: 1.03 1.02 1.11 2/65 22827
/proc/meminfo: memFree=1606336/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=56268 CPUtime=1.49
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 13762 0 0 0 142 7 0 0 25 0 1 0 92874157 57618432 13746 1992294400 134512640 135191068 4294956240 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 14067 13746 68 165 0 13900 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56268

[startup+3.10172 s]
/proc/loadavg: 1.03 1.02 1.11 2/65 22827
/proc/meminfo: memFree=1566656/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=114988 CPUtime=3.09
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 28007 0 0 0 295 14 0 0 25 0 1 0 92874157 117747712 27991 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 28747 27991 68 165 0 28580 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114988

[startup+6.30108 s]
/proc/loadavg: 1.03 1.02 1.11 2/65 22827
/proc/meminfo: memFree=1454912/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=211972 CPUtime=6.29
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 51663 0 0 0 603 26 0 0 25 0 1 0 92874157 217059328 51647 1992294400 134512640 135191068 4294956240 18446744073709551615 134522451 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 52993 51647 68 165 0 52826 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 211972

[startup+12.7018 s]
/proc/loadavg: 1.03 1.02 1.11 2/65 22827
/proc/meminfo: memFree=799296/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1022680 CPUtime=12.68
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 234377 0 0 0 1163 105 0 0 25 0 1 0 92874157 1047224320 234361 1992294400 134512640 135191068 4294956240 18446744073709551615 134710783 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 255670 234363 69 165 0 255503 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1022680

[startup+25.5013 s]
/proc/loadavg: 1.02 1.02 1.10 2/65 22827
/proc/meminfo: memFree=495744/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1244956 CPUtime=25.49
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 293453 0 0 0 2419 130 0 0 25 0 1 0 92874157 1274834944 286520 1992294400 134512640 135191068 4294956240 18446744073709551615 134519815 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 311239 286520 69 165 0 311072 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1244956

[startup+51.1012 s]
/proc/loadavg: 1.01 1.02 1.10 2/65 22827
/proc/meminfo: memFree=495680/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1243124 CPUtime=51.07
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 297629 0 0 0 4976 131 0 0 25 0 1 0 92874157 1272958976 286411 1992294400 134512640 135191068 4294956240 18446744073709551615 134710777 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 310781 286411 69 165 0 310614 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1243124

[startup+102.306 s]
/proc/loadavg: 1.00 1.01 1.09 2/65 22827
/proc/meminfo: memFree=1118272/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=529600 CPUtime=102.25
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 336763 0 0 0 10065 160 0 0 25 0 1 0 92874157 542310400 130999 1992294400 134512640 135191068 4294956240 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 132400 130999 71 165 0 132233 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 529600

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.08 2/65 22827
/proc/meminfo: memFree=925312/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=740696 CPUtime=162.22
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 385295 0 0 0 16042 180 0 0 25 0 1 0 92874157 758472704 179531 1992294400 134512640 135191068 4294956240 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 185174 179531 71 165 0 185007 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 740696

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 22827
/proc/meminfo: memFree=765952/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=909636 CPUtime=222.2
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 424945 0 0 0 22023 197 0 0 25 0 1 0 92874157 931467264 219181 1992294400 134512640 135191068 4294956240 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 227409 219181 71 165 0 227242 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 909636

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 22829
/proc/meminfo: memFree=621888/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1053728 CPUtime=282.17
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460627 0 0 0 28005 212 0 0 25 0 1 0 92874157 1079017472 254863 1992294400 134512640 135191068 4294956240 18446744073709551615 134555288 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263432 254863 71 165 0 263265 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 1053728

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 22829
/proc/meminfo: memFree=620736/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1055804 CPUtime=342.13
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460983 0 0 0 34001 212 0 0 25 0 1 0 92874157 1081143296 255219 1992294400 134512640 135191068 4294956240 18446744073709551615 134600386 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263951 255219 71 165 0 263784 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 1055804

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 22829
/proc/meminfo: memFree=620672/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1055804 CPUtime=402.11
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460984 0 0 0 39999 212 0 0 25 0 1 0 92874157 1081143296 255220 1992294400 134512640 135191068 4294956240 18446744073709551615 134600394 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263951 255220 71 165 0 263784 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 1055804

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 22829
/proc/meminfo: memFree=620608/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1055804 CPUtime=462.08
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460985 0 0 0 45996 212 0 0 25 0 1 0 92874157 1081143296 255221 1992294400 134512640 135191068 4294956240 18446744073709551615 134600386 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263951 255221 71 165 0 263784 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 1055804

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 22829
/proc/meminfo: memFree=620608/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1055804 CPUtime=522.06
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460986 0 0 0 51994 212 0 0 25 0 1 0 92874157 1081143296 255222 1992294400 134512640 135191068 4294956240 18446744073709551615 134600386 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263951 255222 71 165 0 263784 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 1055804

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 22829
/proc/meminfo: memFree=620544/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1055804 CPUtime=582.04
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460987 0 0 0 57991 213 0 0 25 0 1 0 92874157 1081143296 255223 1992294400 134512640 135191068 4294956240 18446744073709551615 134600383 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263951 255223 71 165 0 263784 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 1055804

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 22829
/proc/meminfo: memFree=620480/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1055804 CPUtime=642.02
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460988 0 0 0 63989 213 0 0 25 0 1 0 92874157 1081143296 255224 1992294400 134512640 135191068 4294956240 18446744073709551615 134600386 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263951 255224 71 165 0 263784 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 1055804

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 22829
/proc/meminfo: memFree=620288/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1055804 CPUtime=701.99
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460988 0 0 0 69986 213 0 0 25 0 1 0 92874157 1081143296 255224 1992294400 134512640 135191068 4294956240 18446744073709551615 134600386 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263951 255224 71 165 0 263784 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 1055804

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 22829
/proc/meminfo: memFree=620288/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1055804 CPUtime=761.97
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460989 0 0 0 75984 213 0 0 25 0 1 0 92874157 1081143296 255225 1992294400 134512640 135191068 4294956240 18446744073709551615 134600394 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263951 255225 71 165 0 263784 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 1055804

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 22829
/proc/meminfo: memFree=620288/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1055804 CPUtime=821.94
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460989 0 0 0 81981 213 0 0 25 0 1 0 92874157 1081143296 255225 1992294400 134512640 135191068 4294956240 18446744073709551615 134600379 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263951 255225 71 165 0 263784 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 1055804

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 22829
/proc/meminfo: memFree=620224/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1055804 CPUtime=881.92
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460990 0 0 0 87979 213 0 0 25 0 1 0 92874157 1081143296 255226 1992294400 134512640 135191068 4294956240 18446744073709551615 134600386 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263951 255226 71 165 0 263784 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 1055804

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 22829
/proc/meminfo: memFree=620224/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1055804 CPUtime=941.9
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460990 0 0 0 93977 213 0 0 25 0 1 0 92874157 1081143296 255226 1992294400 134512640 135191068 4294956240 18446744073709551615 134600386 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263951 255226 71 165 0 263784 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 1055804

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22829
/proc/meminfo: memFree=620160/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1055804 CPUtime=1001.86
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460991 0 0 0 99973 213 0 0 25 0 1 0 92874157 1081143296 255227 1992294400 134512640 135191068 4294956240 18446744073709551615 134600386 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263951 255227 71 165 0 263784 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 1055804

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22829
/proc/meminfo: memFree=620224/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1055804 CPUtime=1061.84
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460991 0 0 0 105971 213 0 0 25 0 1 0 92874157 1081143296 255227 1992294400 134512640 135191068 4294956240 18446744073709551615 134600386 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263951 255227 71 165 0 263784 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 1055804

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22829
/proc/meminfo: memFree=620160/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1055804 CPUtime=1121.81
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460992 0 0 0 111968 213 0 0 25 0 1 0 92874157 1081143296 255228 1992294400 134512640 135191068 4294956240 18446744073709551615 134600379 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263951 255228 71 165 0 263784 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 1055804

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22829
/proc/meminfo: memFree=620096/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1055804 CPUtime=1181.77
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460993 0 0 0 117964 213 0 0 25 0 1 0 92874157 1081143296 255229 1992294400 134512640 135191068 4294956240 18446744073709551615 134600392 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263951 255229 71 165 0 263784 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 1055804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22829
/proc/meminfo: memFree=620096/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=1055804 CPUtime=1200.06
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4194304 460993 0 0 0 119793 213 0 0 25 0 1 0 92874157 1081143296 255229 1992294400 134512640 135191068 4294956240 18446744073709551615 134600386 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 263951 255229 71 165 0 263784 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 1055804

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22829
/proc/meminfo: memFree=620096/2055920 swapFree=4178508/4192956
[pid=22826] ppid=22824 vsize=0 CPUtime=1200.16
/proc/22826/stat : 22826 (tts-5-0) R 22824 22826 22734 0 -1 4195332 460993 0 0 0 119793 223 0 0 25 0 1 0 92874157 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/22826/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.76
CPU time (s): 1200.23
CPU user time (s): 1197.94
CPU system time (s): 2.28965
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 1258160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.94
system time used= 2.28965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460993
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= 2
involuntary context switches= 3356

runsolver used 0.953854 second user time and 2.51062 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-25 10:34:40
IDJOB=1719690
IDBENCH=69571
IDSOLVER=505
FILE ID=node63/1719690-1240648476
PBS_JOBID= 9186477
Free space on /tmp= 66272 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719690-1240648476/watcher-1719690-1240648476 -o /tmp/evaluation-result-1719690-1240648476/solver-1719690-1240648476 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1719690-1240648476.cnf

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=566149608

node63.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1642664 kB
Buffers:         29648 kB
Cached:         306032 kB
SwapCached:       7516 kB
Active:         104056 kB
Inactive:       241928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642664 kB
SwapTotal:     4192956 kB
SwapFree:      4178508 kB
Dirty:           69376 kB
Writeback:           0 kB
Mapped:          14880 kB
Slab:            52980 kB
Committed_AS:   486612 kB
PageTables:       1456 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= 66272 MiB
End job on node63 at 2009-04-25 10:54:43