Trace number 328885

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
Spear FHS 1.0? (TO) 1200.15 1200.48

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k70.cnf
MD5SUM76ab26f3361f1050f9e94d7745be300c
Bench CategoryINDUST (industrial 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 variables43507
Number of clauses161270
Sum of the clauses size432842
Maximum clause length37
Minimum clause length1
Number of clauses of size 1928
Number of clauses of size 281196
Number of clauses of size 373000
Number of clauses of size 4366
Number of clauses of size 5705
Number of clauses of size over 55075

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/328885-1173126421/instance-328885-1173126421.cnf

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/node70/watcher-328885-1173126421 -o ROOT/results/node70/solver-328885-1173126421 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328885-1173126421/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/328885-1173126421/instance-328885-1173126421.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: 0.99 1.00 0.99 3/64 9335
/proc/meminfo: memFree=1211816/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=1396 CPUtime=0
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 38594352 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 349 138 121 302 0 44 0

[startup+0.057919 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 9335
/proc/meminfo: memFree=1211816/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=3048 CPUtime=0.05
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 517 0 0 0 5 0 0 0 18 0 1 0 38594352 3121152 501 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 762 502 129 302 0 457 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3048

[startup+0.101923 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 9335
/proc/meminfo: memFree=1211816/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=4592 CPUtime=0.09
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 949 0 0 0 9 0 0 0 18 0 1 0 38594352 4702208 827 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 1148 828 129 302 0 843 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4592

[startup+0.301942 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 9335
/proc/meminfo: memFree=1211816/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=10176 CPUtime=0.29
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 2677 0 0 0 27 2 0 0 19 0 1 0 38594352 10420224 2247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 2544 2247 129 302 0 2239 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10176

[startup+0.701983 s]
/proc/loadavg: 0.99 1.00 0.99 3/64 9335
/proc/meminfo: memFree=1211816/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=16848 CPUtime=0.69
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 4600 0 0 0 64 5 0 0 23 0 1 0 38594352 17252352 3617 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 4212 3617 140 302 0 3907 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16848

[startup+1.50106 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=1197472/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=17492 CPUtime=1.49
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 4747 0 0 0 144 5 0 0 25 0 1 0 38594352 17911808 3764 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 4373 3764 140 302 0 4068 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17492

[startup+3.10122 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=1196896/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=18120 CPUtime=3.09
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 4912 0 0 0 303 6 0 0 25 0 1 0 38594352 18554880 3929 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 4530 3929 140 302 0 4225 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18120

[startup+6.30155 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=1191008/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=28044 CPUtime=6.28
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 7469 0 0 0 621 7 0 0 25 0 1 0 38594352 28717056 6362 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 7011 6362 145 302 0 6706 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28044

[startup+12.7012 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=1182624/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=32392 CPUtime=12.69
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 8573 0 0 0 1259 10 0 0 25 0 1 0 38594352 33169408 7466 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 8098 7466 145 302 0 7793 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32392

[startup+25.5015 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=1174816/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=39868 CPUtime=25.48
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 10439 0 0 0 2532 16 0 0 25 0 1 0 38594352 40824832 9332 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 9967 9332 145 302 0 9662 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39868

[startup+51.101 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=1164192/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=50628 CPUtime=51.08
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 13156 0 0 0 5085 23 0 0 25 0 1 0 38594352 51843072 12016 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 12657 12016 145 302 0 12352 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 50628

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=1133280/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=81352 CPUtime=102.26
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 20886 0 0 0 10186 40 0 0 25 0 1 0 38594352 83304448 19681 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 20338 19681 145 302 0 20033 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 81352

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=1100512/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=114928 CPUtime=162.24
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 29294 0 0 0 16171 53 0 0 25 0 1 0 38594352 117686272 27960 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526837 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 28732 27960 145 302 0 28427 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 114928

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=1065824/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=149116 CPUtime=222.23
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 37870 0 0 0 22160 63 0 0 25 0 1 0 38594352 152694784 36536 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 37279 36536 145 302 0 36974 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 149116

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=1032416/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=182736 CPUtime=282.21
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 46286 0 0 0 28147 74 0 0 25 0 1 0 38594352 187121664 44952 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134538176 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 45684 44952 145 302 0 45379 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 182736

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=1001952/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=212828 CPUtime=342.2
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 53794 0 0 0 34137 83 0 0 25 0 1 0 38594352 217935872 52460 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 53207 52460 145 302 0 52902 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 212828

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=975200/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=239692 CPUtime=402.18
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 60522 0 0 0 40126 92 0 0 25 0 1 0 38594352 245444608 59188 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 59923 59188 145 302 0 59618 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 239692

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=951136/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=263420 CPUtime=462.17
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 66449 0 0 0 46115 102 0 0 25 0 1 0 38594352 269742080 65115 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526636 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 65855 65115 145 302 0 65550 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 263420

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=935328/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=279616 CPUtime=522.14
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 70517 0 0 0 52106 108 0 0 25 0 1 0 38594352 286326784 69183 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 69904 69183 145 302 0 69599 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 279616

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=908704/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=305904 CPUtime=582.13
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 77094 0 0 0 58093 120 0 0 25 0 1 0 38594352 313245696 75760 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 76476 75760 145 302 0 76171 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 305904

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=882080/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=332164 CPUtime=642.11
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 83684 0 0 0 64082 129 0 0 25 0 1 0 38594352 340135936 82350 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134525057 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 83041 82350 145 302 0 82736 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 332164

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=856800/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=357600 CPUtime=702.09
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 90037 0 0 0 70069 140 0 0 25 0 1 0 38594352 366182400 88703 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 89400 88703 145 302 0 89095 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 357600

[startup+762.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=832672/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=382380 CPUtime=762.08
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 96260 0 0 0 76059 149 0 0 25 0 1 0 38594352 391557120 94669 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 95595 94669 145 302 0 95290 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 382380

[startup+822.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 9336
/proc/meminfo: memFree=809696/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=405528 CPUtime=822.07
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 102053 0 0 0 82048 159 0 0 25 0 1 0 38594352 415260672 100462 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 101382 100462 145 302 0 101077 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 405528

[startup+882.301 s]
/proc/loadavg: 1.05 1.01 0.99 2/65 9336
/proc/meminfo: memFree=788960/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=426104 CPUtime=882.04
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 107176 0 0 0 88038 166 0 0 25 0 1 0 38594352 436330496 105585 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 106526 105585 145 302 0 106221 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 426104

[startup+942.302 s]
/proc/loadavg: 1.02 1.01 0.99 2/65 9336
/proc/meminfo: memFree=777440/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=437528 CPUtime=942.03
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 110063 0 0 0 94029 174 0 0 25 0 1 0 38594352 448028672 108472 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 109382 108472 145 302 0 109077 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 437528

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9336
/proc/meminfo: memFree=766752/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=448148 CPUtime=1002.01
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 112708 0 0 0 100020 181 0 0 25 0 1 0 38594352 458903552 111117 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 112037 111117 145 302 0 111732 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 448148

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9336
/proc/meminfo: memFree=757152/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=457804 CPUtime=1062
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 115141 0 0 0 106011 189 0 0 25 0 1 0 38594352 468791296 113550 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 114451 113550 145 302 0 114146 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 457804

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9336
/proc/meminfo: memFree=746784/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=468012 CPUtime=1121.98
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 117703 0 0 0 112004 194 0 0 25 0 1 0 38594352 479244288 116112 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 117003 116112 145 302 0 116698 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 468012

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9336
/proc/meminfo: memFree=736928/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=477952 CPUtime=1181.96
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 120174 0 0 0 117996 200 0 0 25 0 1 0 38594352 489422848 118583 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 119488 118583 145 302 0 119183 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 477952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9336
/proc/meminfo: memFree=734176/2055920 swapFree=4192952/4192956
[pid=9335] ppid=9333 vsize=480428 CPUtime=1200.06
/proc/9335/stat : 9335 (Spear-32) R 9333 9335 8507 0 -1 4194304 120818 0 0 0 119805 201 0 0 25 0 1 0 38594352 491958272 119227 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9335/statm: 120107 119227 145 302 0 119802 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 480428

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.48
CPU time (s): 1200.15
CPU user time (s): 1198.05
CPU system time (s): 2.09068
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 480428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.05
system time used= 2.09068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120818
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= 6
involuntary context switches= 2429

runsolver used 0.884865 second user time and 2.41063 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Mon Mar  5 20:27:01 UTC 2007

IDJOB= 328885
IDBENCH= 20526
IDSOLVER= 131
FILE ID= node70/328885-1173126421

PBS_JOBID= 4015148

Free space on /tmp= 66554 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k70.cnf
COMMAND LINE= /tmp/evaluation/328885-1173126421/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/328885-1173126421/instance-328885-1173126421.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-328885-1173126421 -o ROOT/results/node70/solver-328885-1173126421 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328885-1173126421/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/328885-1173126421/instance-328885-1173126421.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  76ab26f3361f1050f9e94d7745be300c

RANDOM SEED= 828429104

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.234
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.234
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:       1212224 kB
Buffers:         36812 kB
Cached:         717440 kB
SwapCached:          4 kB
Active:         126712 kB
Inactive:       642964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1212224 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            5472 kB
Writeback:           0 kB
Mapped:          25588 kB
Slab:            60120 kB
Committed_AS:   110768 kB
PageTables:       1396 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= 66554 MiB

End job on node70 on Mon Mar  5 20:47:04 UTC 2007