Trace number 314847

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 FH 1.0? (TO) 1200.05 1200.44

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1174.88
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

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/314847-1172643711/instance-314847-1172643711.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/node43/watcher-314847-1172643711 -o ROOT/results/node43/solver-314847-1172643711 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314847-1172643711/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/314847-1172643711/instance-314847-1172643711.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 0.98 0.99 3/64 19621
/proc/meminfo: memFree=1020856/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=1932 CPUtime=0
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 284327140 1978368 247 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135256512 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 483 247 126 302 0 178 0

[startup+0.0466219 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 19621
/proc/meminfo: memFree=1020856/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=2328 CPUtime=0.04
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 418 0 0 0 4 0 0 0 18 0 1 0 284327140 2383872 403 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 582 403 140 302 0 277 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2328

[startup+0.10163 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 19621
/proc/meminfo: memFree=1020856/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=2460 CPUtime=0.09
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 438 0 0 0 9 0 0 0 18 0 1 0 284327140 2519040 423 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 615 423 140 302 0 310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2460

[startup+0.301663 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 19621
/proc/meminfo: memFree=1020856/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=2716 CPUtime=0.29
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 514 0 0 0 29 0 0 0 19 0 1 0 284327140 2781184 499 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 679 499 140 302 0 374 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2716

[startup+0.70173 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 19621
/proc/meminfo: memFree=1020856/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=3228 CPUtime=0.69
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 630 0 0 0 69 0 0 0 22 0 1 0 284327140 3305472 615 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 807 615 140 302 0 502 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3228

[startup+1.50186 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19622
/proc/meminfo: memFree=1018544/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=4148 CPUtime=1.49
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 841 0 0 0 148 1 0 0 25 0 1 0 284327140 4247552 826 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 1037 826 140 302 0 732 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4148

[startup+3.10113 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19622
/proc/meminfo: memFree=1017328/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=5648 CPUtime=3.09
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 1219 0 0 0 307 2 0 0 25 0 1 0 284327140 5783552 1204 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 1412 1204 140 302 0 1107 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5648

[startup+6.30166 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19622
/proc/meminfo: memFree=1014640/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=7876 CPUtime=6.29
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 1768 0 0 0 626 3 0 0 25 0 1 0 284327140 8065024 1753 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 1969 1753 140 302 0 1664 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7876

[startup+12.7017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19622
/proc/meminfo: memFree=1009784/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=12656 CPUtime=12.69
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 2996 0 0 0 1262 7 0 0 25 0 1 0 284327140 12959744 2948 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 3164 2948 140 302 0 2859 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12656

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19622
/proc/meminfo: memFree=1002360/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=19636 CPUtime=25.48
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 4747 0 0 0 2537 11 0 0 25 0 1 0 284327140 20107264 4699 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 4909 4699 140 302 0 4604 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19636

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19622
/proc/meminfo: memFree=992440/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=29880 CPUtime=51.07
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 7313 0 0 0 5089 18 0 0 25 0 1 0 284327140 30597120 7200 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 7470 7200 140 302 0 7165 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29880

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19622
/proc/meminfo: memFree=972088/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=50456 CPUtime=102.26
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 12466 0 0 0 10194 32 0 0 25 0 1 0 284327140 51666944 12224 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526815 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 12614 12224 140 302 0 12309 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 50456

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19622
/proc/meminfo: memFree=957368/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=65228 CPUtime=162.24
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 16172 0 0 0 16182 42 0 0 25 0 1 0 284327140 66793472 15930 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 16307 15930 140 302 0 16002 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 65228

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19622
/proc/meminfo: memFree=943992/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=78344 CPUtime=222.22
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 19482 0 0 0 22169 53 0 0 25 0 1 0 284327140 80224256 19240 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 19586 19240 140 302 0 19281 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 78344

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19622
/proc/meminfo: memFree=933624/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=90052 CPUtime=282.2
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 22329 0 0 0 28158 62 0 0 25 0 1 0 284327140 92213248 21830 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 22513 21830 140 302 0 22208 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 90052

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 19622
/proc/meminfo: memFree=925240/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=98196 CPUtime=342.18
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 24392 0 0 0 34148 70 0 0 25 0 1 0 284327140 100552704 23893 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 24549 23893 140 302 0 24244 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 98196

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19622
/proc/meminfo: memFree=913272/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=110488 CPUtime=402.17
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 27394 0 0 0 40136 81 0 0 25 0 1 0 284327140 113139712 26895 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 27622 26895 140 302 0 27317 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 110488

[startup+462.301 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 19622
/proc/meminfo: memFree=901432/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=121972 CPUtime=462.15
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 30312 0 0 0 46127 88 0 0 25 0 1 0 284327140 124899328 29813 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 30493 29813 140 302 0 30188 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 121972

[startup+522.302 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 19622
/proc/meminfo: memFree=891320/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=132292 CPUtime=522.13
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 32925 0 0 0 52118 95 0 0 25 0 1 0 284327140 135467008 32426 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 33073 32426 140 302 0 32768 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 132292

[startup+582.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 19622
/proc/meminfo: memFree=881528/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=141900 CPUtime=582.11
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 35332 0 0 0 58108 103 0 0 25 0 1 0 284327140 145305600 34833 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 35475 34833 140 302 0 35170 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 141900

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19622
/proc/meminfo: memFree=871672/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=151656 CPUtime=642.09
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 37756 0 0 0 64096 113 0 0 25 0 1 0 284327140 155295744 37257 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 37914 37257 140 302 0 37609 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 151656

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19622
/proc/meminfo: memFree=863416/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=160636 CPUtime=702.06
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 39837 0 0 0 70086 120 0 0 25 0 1 0 284327140 164491264 39338 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 40159 39338 140 302 0 39854 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 160636

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19622
/proc/meminfo: memFree=855928/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=168036 CPUtime=762.05
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 41696 0 0 0 76078 127 0 0 25 0 1 0 284327140 172068864 41197 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 42009 41197 140 302 0 41704 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 168036

[startup+822.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 19622
/proc/meminfo: memFree=848824/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=175128 CPUtime=822.03
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 43483 0 0 0 82070 133 0 0 25 0 1 0 284327140 179331072 42984 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 43782 42984 140 302 0 43477 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 175128

[startup+882.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 19622
/proc/meminfo: memFree=841528/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=184444 CPUtime=882.01
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 45804 0 0 0 88061 140 0 0 25 0 1 0 284327140 188870656 44792 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 46111 44792 140 302 0 45806 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 184444

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19622
/proc/meminfo: memFree=835192/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=190708 CPUtime=941.99
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 47395 0 0 0 94051 148 0 0 25 0 1 0 284327140 195284992 46383 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 47677 46383 140 302 0 47372 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 190708

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19622
/proc/meminfo: memFree=827448/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=198760 CPUtime=1001.97
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 49320 0 0 0 100042 155 0 0 25 0 1 0 284327140 203530240 48308 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 49690 48308 140 302 0 49385 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 198760

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19622
/proc/meminfo: memFree=822328/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=203844 CPUtime=1061.95
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 50606 0 0 0 106035 160 0 0 25 0 1 0 284327140 208736256 49594 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 50961 49594 140 302 0 50656 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 203844

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19622
/proc/meminfo: memFree=817656/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=208472 CPUtime=1121.93
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 51776 0 0 0 112028 165 0 0 25 0 1 0 284327140 213475328 50764 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 52118 50764 140 302 0 51813 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 208472

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19624
/proc/meminfo: memFree=812408/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=214300 CPUtime=1181.92
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 53091 0 0 0 118021 171 0 0 25 0 1 0 284327140 219443200 52079 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526876 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 53575 52079 140 302 0 53270 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 214300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19624
/proc/meminfo: memFree=810808/2055920 swapFree=4177360/4192956
[pid=19621] ppid=19619 vsize=215788 CPUtime=1200.01
/proc/19621/stat : 19621 (Spear-32) R 19619 19621 18437 0 -1 4194304 53465 0 0 0 119829 172 0 0 25 0 1 0 284327140 220966912 52453 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/19621/statm: 53947 52453 140 302 0 53642 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 215788

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.44
CPU time (s): 1200.05
CPU user time (s): 1198.3
CPU system time (s): 1.75673
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 215788

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

runsolver used 0.867868 second user time and 2.45463 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Wed Feb 28 06:21:51 UTC 2007

IDJOB= 314847
IDBENCH= 20401
IDSOLVER= 132
FILE ID= node43/314847-1172643711

PBS_JOBID= 3981146

Free space on /tmp= 66511 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= /tmp/evaluation/314847-1172643711/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/314847-1172643711/instance-314847-1172643711.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-314847-1172643711 -o ROOT/results/node43/solver-314847-1172643711 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314847-1172643711/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/314847-1172643711/instance-314847-1172643711.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  8c67f78ca36ec96e662a91c74844da21

RANDOM SEED= 106606620

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.281
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.281
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:       1021264 kB
Buffers:         41008 kB
Cached:         861544 kB
SwapCached:       9940 kB
Active:         485096 kB
Inactive:       505544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1021264 kB
SwapTotal:     4192956 kB
SwapFree:      4177360 kB
Dirty:            1712 kB
Writeback:           0 kB
Mapped:          86964 kB
Slab:            29976 kB
Committed_AS:   775152 kB
PageTables:       1564 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= 66511 MiB

End job on node43 on Wed Feb 28 06:41:54 UTC 2007