Trace number 315417

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, and are wall clock time (not CPU 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
SAT7 2007-02-08? (TO) 1200.1 1200.42

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h30-unknown.cnf
MD5SUMfad87308d3751e996b7b3c35a13a7fd9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.2494
Satisfiable
(Un)Satisfiability was proved
Number of variables137341
Number of clauses724504
Sum of the clauses size1900318
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2588905
Number of clauses of size 3130263
Number of clauses of size 41197
Number of clauses of size 5111
Number of clauses of size over 53752

Solver Data (download as text)

3.09/3.11	c Starting solver ...
14.08/14.13	c Restarting after 101 conflicts
15.08/15.18	c Restarting after 251 conflicts
15.68/15.73	c Restarting after 476 conflicts
18.08/18.11	c Restarting after 814 conflicts
19.48/19.56	c Restarting after 1320 conflicts
22.08/22.10	c Restarting after 2081 conflicts
31.58/31.69	c Restarting after 3220 conflicts
41.98/42.01	c Restarting after 4928 conflicts
60.87/60.98	c Restarting after 7490 conflicts
70.27/70.30	c Restarting after 11335 conflicts
94.77/94.80	c Restarting after 17101 conflicts
123.75/123.88	c Restarting after 25751 conflicts
166.84/166.93	c Restarting after 38726 conflicts
218.93/219.01	c Restarting after 58187 conflicts
314.11/314.28	c Restarting after 87379 conflicts
466.17/466.40	c Restarting after 131168 conflicts
728.39/728.65	c Restarting after 196854 conflicts
1178.17/1178.58	c Restarting after 295381 conflicts

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node25/watcher-315417-1172653739 -o ROOT/results/node25/solver-315417-1172653739 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315417-1172653739/sat7_bin /tmp/evaluation/315417-1172653739/instance-315417-1172653739.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): 2400 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 0.97 0.98 3/64 27245
/proc/meminfo: memFree=1764192/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=5572 CPUtime=0
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 588 0 0 0 0 0 0 0 18 0 1 0 59996086 5705728 571 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 1393 575 88 220 0 1170 0

[startup+0.0527111 s]
/proc/loadavg: 1.00 0.97 0.98 3/64 27245
/proc/meminfo: memFree=1764192/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=12168 CPUtime=0.04
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 2887 0 0 0 3 1 0 0 18 0 1 0 59996086 12460032 2870 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 3042 2871 88 220 0 2819 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12168

[startup+0.101715 s]
/proc/loadavg: 1.00 0.97 0.98 3/64 27245
/proc/meminfo: memFree=1764192/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=16268 CPUtime=0.09
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 3825 0 0 0 8 1 0 0 18 0 1 0 59996086 16658432 3808 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 4067 3809 88 220 0 3844 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16268

[startup+0.301733 s]
/proc/loadavg: 1.00 0.97 0.98 3/64 27245
/proc/meminfo: memFree=1764192/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=20500 CPUtime=0.29
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 4375 0 0 0 28 1 0 0 19 0 1 0 59996086 20992000 4358 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 5125 4358 88 220 0 4902 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20500

[startup+0.701769 s]
/proc/loadavg: 1.00 0.97 0.98 3/64 27245
/proc/meminfo: memFree=1764192/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=20764 CPUtime=0.69
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 5002 0 0 0 67 2 0 0 23 0 1 0 59996086 21262336 4985 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 5191 4985 88 220 0 4968 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20764

[startup+1.50284 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1742488/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=29096 CPUtime=1.49
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 6179 0 0 0 147 2 0 0 25 0 1 0 59996086 29794304 6162 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 135029241 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 7274 6162 88 220 0 7051 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29096

[startup+3.10198 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1735448/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=44360 CPUtime=3.09
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 10190 0 0 0 304 5 0 0 25 0 1 0 59996086 45424640 10173 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134528402 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 11090 10173 89 220 0 10867 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44360

[startup+6.30127 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1720088/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=45508 CPUtime=6.29
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 11301 0 0 0 624 5 0 0 25 0 1 0 59996086 46600192 11057 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134533085 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 11377 11057 93 220 0 11154 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45508

[startup+12.7018 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1719896/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=45844 CPUtime=12.68
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 11384 0 0 0 1263 5 0 0 25 0 1 0 59996086 46944256 11140 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134536231 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 11461 11140 93 220 0 11238 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45844

[startup+25.502 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1718552/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=50080 CPUtime=25.48
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 11747 0 0 0 2543 5 0 0 25 0 1 0 59996086 51281920 11503 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134533382 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 12520 11503 95 220 0 12297 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50080

[startup+51.1013 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1715992/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=51684 CPUtime=51.08
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 12378 0 0 0 5102 6 0 0 25 0 1 0 59996086 52924416 12130 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532361 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 12921 12130 95 220 0 12698 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 51684

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1713176/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=55916 CPUtime=102.27
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 13094 0 0 0 10220 7 0 0 25 0 1 0 59996086 57257984 12846 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 13979 12846 95 220 0 13756 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 55916

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1708312/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=60276 CPUtime=162.24
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 14307 0 0 0 16216 8 0 0 25 0 1 0 59996086 61722624 14059 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 15069 14059 95 220 0 14846 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 60276

[startup+222.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1703384/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=64948 CPUtime=222.23
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 15517 0 0 0 22214 9 0 0 25 0 1 0 59996086 66506752 15269 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532331 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 16237 15269 95 220 0 16014 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 64948

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1698968/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=69316 CPUtime=282.22
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 16639 0 0 0 28211 11 0 0 25 0 1 0 59996086 70979584 16391 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 17329 16391 95 220 0 17106 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 69316

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1693656/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=74128 CPUtime=342.2
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 17935 0 0 0 34207 13 0 0 25 0 1 0 59996086 75907072 17687 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 18532 17687 95 220 0 18309 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 74128

[startup+402.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1689816/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=78720 CPUtime=402.18
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 18894 0 0 0 40204 14 0 0 25 0 1 0 59996086 80609280 18646 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134531427 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 19680 18646 95 220 0 19457 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 78720

[startup+462.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1685784/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=83528 CPUtime=462.16
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 19893 0 0 0 46201 15 0 0 25 0 1 0 59996086 85532672 19645 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 20882 19645 95 220 0 20659 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 83528

[startup+522.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1682072/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=84004 CPUtime=522.15
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 20824 0 0 0 52199 16 0 0 25 0 1 0 59996086 86020096 20576 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 21001 20576 95 220 0 20778 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 84004

[startup+582.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1679512/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=88440 CPUtime=582.13
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 21432 0 0 0 58197 16 0 0 25 0 1 0 59996086 90562560 21184 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 22110 21184 95 220 0 21887 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 88440

[startup+642.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1676440/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=92948 CPUtime=642.13
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 22201 0 0 0 64195 18 0 0 25 0 1 0 59996086 95178752 21953 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 23237 21953 95 220 0 23014 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 92948

[startup+702.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1673944/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=93344 CPUtime=702.1
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 22813 0 0 0 70192 18 0 0 25 0 1 0 59996086 95584256 22565 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 23336 22565 95 220 0 23113 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 93344

[startup+762.305 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1671192/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=97708 CPUtime=762.09
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 23501 0 0 0 76190 19 0 0 25 0 1 0 59996086 100052992 23253 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 24427 23253 95 220 0 24204 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 97708

[startup+822.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1668248/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=97900 CPUtime=822.07
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 24227 0 0 0 82187 20 0 0 25 0 1 0 59996086 100249600 23979 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532614 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 24475 23979 95 220 0 24252 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 97900

[startup+882.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1665560/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=102784 CPUtime=882.05
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 24949 0 0 0 88185 20 0 0 25 0 1 0 59996086 105250816 24635 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 25696 24635 95 220 0 25473 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 102784

[startup+942.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1663384/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=103076 CPUtime=942.03
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 25502 0 0 0 94182 21 0 0 25 0 1 0 59996086 105549824 25188 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 25769 25188 95 220 0 25546 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 103076

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1660952/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=107496 CPUtime=1002.03
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 26118 0 0 0 100181 22 0 0 25 0 1 0 59996086 110075904 25771 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 26874 25771 95 220 0 26651 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 107496

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1659160/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=107628 CPUtime=1062
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 26568 0 0 0 106178 22 0 0 25 0 1 0 59996086 110211072 26221 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 26907 26221 95 220 0 26684 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 107628

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1658328/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=107756 CPUtime=1121.99
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 26773 0 0 0 112177 22 0 0 25 0 1 0 59996086 110342144 26393 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 26939 26393 95 220 0 26716 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 107756

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1658328/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=107756 CPUtime=1181.97
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 26782 0 0 0 118175 22 0 0 25 0 1 0 59996086 110342144 26402 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134533066 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 26939 26402 95 220 0 26716 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 107756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1658328/2055920 swapFree=4183588/4192956
[pid=27245] ppid=27243 vsize=107916 CPUtime=1200.07
/proc/27245/stat : 27245 (sat7_bin) R 27243 27245 26322 0 -1 4194304 26794 0 0 0 119985 22 0 0 25 0 1 0 59996086 110505984 26414 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/27245/statm: 26979 26414 95 220 0 26756 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 107916

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.1
CPU user time (s): 1199.85
CPU system time (s): 0.246962
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 107916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.85
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26794
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= 8
involuntary context switches= 1631

runsolver used 0.733888 second user time and 2.55461 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Wed Feb 28 09:08:59 UTC 2007

IDJOB= 315417
IDBENCH= 20416
IDSOLVER= 101
FILE ID= node25/315417-1172653739

PBS_JOBID= 3981178

Free space on /tmp= 66532 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h30-unknown.cnf
COMMAND LINE= /tmp/evaluation/315417-1172653739/sat7_bin /tmp/evaluation/315417-1172653739/instance-315417-1172653739.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-315417-1172653739 -o ROOT/results/node25/solver-315417-1172653739 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315417-1172653739/sat7_bin /tmp/evaluation/315417-1172653739/instance-315417-1172653739.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  fad87308d3751e996b7b3c35a13a7fd9

RANDOM SEED= 179583501

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.232
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.232
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:       1764600 kB
Buffers:          8116 kB
Cached:         219748 kB
SwapCached:       3132 kB
Active:          90320 kB
Inactive:       161556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764600 kB
SwapTotal:     4192956 kB
SwapFree:      4183588 kB
Dirty:           14280 kB
Writeback:           0 kB
Mapped:          29932 kB
Slab:            25424 kB
Committed_AS:   199656 kB
PageTables:       1532 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= 66532 MiB

End job on node25 on Wed Feb 28 09:29:01 UTC 2007