Trace number 336745

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.09 1200.52

General information on the benchmark

Namecrafted/Hard/contest02/
ezfact64_5.sat05-452.reshuffled-07.cnf
MD5SUMdf5eb5c4b20c5e5dfc376eb525ea9039
Bench CategoryCRAFTED (crafted 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 variables3073
Number of clauses19785
Sum of the clauses size74601
Maximum clause length4
Minimum clause length1
Number of clauses of size 165
Number of clauses of size 20
Number of clauses of size 34344
Number of clauses of size 415376
Number of clauses of size 50
Number of clauses of size over 50

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/336745-1173652961/instance-336745-1173652961.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/node7/watcher-336745-1173652961 -o ROOT/results/node7/solver-336745-1173652961 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336745-1173652961/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/336745-1173652961/instance-336745-1173652961.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 1.00 1.00 3/77 4365
/proc/meminfo: memFree=1589072/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=1932 CPUtime=0
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 385250859 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135256565 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 483 247 126 302 0 178 0

[startup+0.0688349 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 4365
/proc/meminfo: memFree=1589072/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=3144 CPUtime=0.06
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 608 0 0 0 6 0 0 0 18 0 1 0 385250859 3219456 592 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 786 592 140 302 0 481 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3144

[startup+0.102838 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 4365
/proc/meminfo: memFree=1589072/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=3408 CPUtime=0.1
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 667 0 0 0 10 0 0 0 18 0 1 0 385250859 3489792 651 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 852 651 145 302 0 547 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3408

[startup+0.302861 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 4365
/proc/meminfo: memFree=1589072/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=3664 CPUtime=0.29
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 726 0 0 0 29 0 0 0 19 0 1 0 385250859 3751936 710 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 916 710 145 302 0 611 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3664

[startup+0.701901 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 4365
/proc/meminfo: memFree=1589072/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=3908 CPUtime=0.69
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 779 0 0 0 69 0 0 0 22 0 1 0 385250859 4001792 763 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 977 763 145 302 0 672 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3908

[startup+1.50199 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4366
/proc/meminfo: memFree=1586376/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=4400 CPUtime=1.49
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 908 0 0 0 149 0 0 0 25 0 1 0 385250859 4505600 892 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 1100 892 145 302 0 795 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4400

[startup+3.10115 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4366
/proc/meminfo: memFree=1585608/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=5264 CPUtime=3.09
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 1120 0 0 0 308 1 0 0 25 0 1 0 385250859 5390336 1104 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 1316 1104 145 302 0 1011 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5264

[startup+6.30149 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4366
/proc/meminfo: memFree=1583880/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=6772 CPUtime=6.29
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 1490 0 0 0 627 2 0 0 25 0 1 0 385250859 6934528 1474 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 1693 1474 145 302 0 1388 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6772

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4366
/proc/meminfo: memFree=1582216/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=8156 CPUtime=12.69
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 1831 0 0 0 1266 3 0 0 25 0 1 0 385250859 8351744 1815 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 2039 1815 145 302 0 1734 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8156

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4366
/proc/meminfo: memFree=1579016/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=11236 CPUtime=25.48
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 2627 0 0 0 2542 6 0 0 25 0 1 0 385250859 11505664 2611 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 2809 2611 145 302 0 2504 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11236

[startup+51.1022 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 4366
/proc/meminfo: memFree=1574344/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=16064 CPUtime=51.08
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 3817 0 0 0 5098 10 0 0 25 0 1 0 385250859 16449536 3768 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 4016 3768 145 302 0 3711 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 16064

[startup+102.307 s]
/proc/loadavg: 1.09 1.03 1.00 2/78 4368
/proc/meminfo: memFree=1566024/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=24368 CPUtime=102.26
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 5920 0 0 0 10208 18 0 0 25 0 1 0 385250859 24952832 5806 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 6092 5806 145 302 0 5787 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24368

[startup+162.302 s]
/proc/loadavg: 1.16 1.05 1.01 2/78 4368
/proc/meminfo: memFree=1559432/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=30972 CPUtime=162.24
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 7572 0 0 0 16199 25 0 0 25 0 1 0 385250859 31715328 7458 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 7743 7458 145 302 0 7438 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 30972

[startup+222.302 s]
/proc/loadavg: 1.11 1.06 1.01 2/78 4368
/proc/meminfo: memFree=1552328/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=38528 CPUtime=222.23
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 9444 0 0 0 22190 33 0 0 25 0 1 0 385250859 39452672 9201 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 9632 9201 145 302 0 9327 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 38528

[startup+282.302 s]
/proc/loadavg: 1.09 1.06 1.01 2/78 4368
/proc/meminfo: memFree=1545544/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=45648 CPUtime=282.21
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 11137 0 0 0 28182 39 0 0 25 0 1 0 385250859 46743552 10894 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 11412 10894 145 302 0 11107 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 45648

[startup+342.303 s]
/proc/loadavg: 1.08 1.06 1.01 2/78 4368
/proc/meminfo: memFree=1540104/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=51060 CPUtime=342.19
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 12498 0 0 0 34176 43 0 0 25 0 1 0 385250859 52285440 12255 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 12765 12255 145 302 0 12460 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 51060

[startup+402.302 s]
/proc/loadavg: 1.07 1.06 1.01 2/78 4368
/proc/meminfo: memFree=1534216/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=57036 CPUtime=402.17
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 13972 0 0 0 40169 48 0 0 25 0 1 0 385250859 58404864 13729 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 14259 13729 145 302 0 13954 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 57036

[startup+462.302 s]
/proc/loadavg: 1.02 1.05 1.00 2/78 4368
/proc/meminfo: memFree=1528328/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=62920 CPUtime=462.16
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 15444 0 0 0 46163 53 0 0 25 0 1 0 385250859 64430080 15201 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 15730 15201 145 302 0 15425 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 62920

[startup+522.302 s]
/proc/loadavg: 1.01 1.04 1.00 2/78 4368
/proc/meminfo: memFree=1523208/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=68032 CPUtime=522.14
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 16744 0 0 0 52155 59 0 0 25 0 1 0 385250859 69664768 16501 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 17008 16501 145 302 0 16703 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 68032

[startup+582.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 4368
/proc/meminfo: memFree=1517832/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=74276 CPUtime=582.12
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 18323 0 0 0 58148 64 0 0 25 0 1 0 385250859 76058624 17823 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 18569 17823 145 302 0 18264 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 74276

[startup+642.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 4368
/proc/meminfo: memFree=1513096/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=78992 CPUtime=642.11
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 19498 0 0 0 64142 69 0 0 25 0 1 0 385250859 80887808 18998 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 19748 18998 145 302 0 19443 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 78992

[startup+702.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 4368
/proc/meminfo: memFree=1509512/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=82504 CPUtime=702.1
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 20393 0 0 0 70136 74 0 0 25 0 1 0 385250859 84484096 19893 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 20626 19893 145 302 0 20321 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 82504

[startup+762.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 4368
/proc/meminfo: memFree=1505928/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=86268 CPUtime=762.08
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 21279 0 0 0 76131 77 0 0 25 0 1 0 385250859 88338432 20779 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 21567 20779 145 302 0 21262 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 86268

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4368
/proc/meminfo: memFree=1502472/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=89780 CPUtime=822.06
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 22158 0 0 0 82124 82 0 0 25 0 1 0 385250859 91934720 21658 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 22445 21658 145 302 0 22140 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 89780

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4368
/proc/meminfo: memFree=1499208/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=93096 CPUtime=882.04
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 22985 0 0 0 88118 86 0 0 25 0 1 0 385250859 95330304 22485 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 23274 22485 145 302 0 22969 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 93096

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4368
/proc/meminfo: memFree=1495752/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=96532 CPUtime=942.03
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 23855 0 0 0 94112 91 0 0 25 0 1 0 385250859 98848768 23355 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 24133 23355 145 302 0 23828 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 96532

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4368
/proc/meminfo: memFree=1492616/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=99684 CPUtime=1002.01
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 24614 0 0 0 100106 95 0 0 25 0 1 0 385250859 102076416 24114 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527015 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 24921 24114 145 302 0 24616 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 99684

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 4368
/proc/meminfo: memFree=1489352/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=102984 CPUtime=1061.99
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 25445 0 0 0 106100 99 0 0 25 0 1 0 385250859 105455616 24945 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 25746 24945 145 302 0 25441 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 102984

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 4470
/proc/meminfo: memFree=1484504/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=106612 CPUtime=1121.92
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 26317 0 0 0 112088 104 0 0 25 0 1 0 385250859 109170688 25817 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539417 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 26653 25817 145 302 0 26348 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 106612

[startup+1182.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/84 4546
/proc/meminfo: memFree=1481624/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=109452 CPUtime=1181.87
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 27024 0 0 0 118080 107 0 0 25 0 1 0 385250859 112078848 26524 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 27363 26524 145 302 0 27058 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 109452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 4566
/proc/meminfo: memFree=1481864/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=110300 CPUtime=1200.05
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 27241 0 0 0 119898 107 0 0 25 0 1 0 385250859 112947200 26741 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 27575 26741 145 302 0 27270 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 110300

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

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

[startup+1200.5 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 4566
/proc/meminfo: memFree=1481864/2055920 swapFree=4147416/4192956
[pid=4365] ppid=4363 vsize=110300 CPUtime=1200.05
/proc/4365/stat : 4365 (Spear-32) R 4363 4365 3500 0 -1 4194304 27241 0 0 0 119898 107 0 0 25 0 1 0 385250859 112947200 26741 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4365/statm: 27575 26741 145 302 0 27270 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 110300

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.09
CPU user time (s): 1198.99
CPU system time (s): 1.09583
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 110300

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

runsolver used 1.2958 second user time and 3.07953 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Mar 11 22:42:41 UTC 2007

IDJOB= 336745
IDBENCH= 24682
IDSOLVER= 131
FILE ID= node7/336745-1173652961

PBS_JOBID= 4101384

Free space on /tmp= 66413 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest02/ezfact64_5.sat05-452.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336745-1173652961/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/336745-1173652961/instance-336745-1173652961.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-336745-1173652961 -o ROOT/results/node7/solver-336745-1173652961 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336745-1173652961/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/336745-1173652961/instance-336745-1173652961.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  df5eb5c4b20c5e5dfc376eb525ea9039

RANDOM SEED= 577244388

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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:       1589544 kB
Buffers:         36584 kB
Cached:         337400 kB
SwapCached:       8584 kB
Active:         269560 kB
Inactive:       127612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1589544 kB
SwapTotal:     4192956 kB
SwapFree:      4147416 kB
Dirty:            1980 kB
Writeback:           0 kB
Mapped:          30208 kB
Slab:            54792 kB
Committed_AS:  1300328 kB
PageTables:       1768 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= 66413 MiB

End job on node7 on Sun Mar 11 23:02:44 UTC 2007