Trace number 333890

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.08 1200.62

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.00-s1756632460.sat05-526.reshuffled-07.cnf
MD5SUM00198881c2cf000cfee916c18d69d474
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 variables1132
Number of clauses14011
Sum of the clauses size42316
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313728
Number of clauses of size 4283
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/333890-1173537805/instance-333890-1173537805.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/node6/watcher-333890-1173537805 -o ROOT/results/node6/solver-333890-1173537805 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333890-1173537805/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/333890-1173537805/instance-333890-1173537805.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.92 0.97 0.99 3/77 18212
/proc/meminfo: memFree=1454848/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=1548 CPUtime=0
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 373735256 1585152 200 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135271224 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 387 200 128 302 0 82 0

[startup+0.010389 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 18212
/proc/meminfo: memFree=1454848/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=1680 CPUtime=0
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 244 0 0 0 0 0 0 0 18 0 1 0 373735256 1720320 228 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 420 228 129 302 0 115 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1680

[startup+0.101408 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 18212
/proc/meminfo: memFree=1454848/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=2364 CPUtime=0.09
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 425 0 0 0 9 0 0 0 18 0 1 0 373735256 2420736 409 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 591 409 140 302 0 286 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2364

[startup+0.301447 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 18212
/proc/meminfo: memFree=1454848/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=2748 CPUtime=0.29
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 512 0 0 0 29 0 0 0 19 0 1 0 373735256 2813952 496 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 687 496 140 302 0 382 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2748

[startup+0.701525 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 18212
/proc/meminfo: memFree=1454848/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=3408 CPUtime=0.69
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 684 0 0 0 68 1 0 0 23 0 1 0 373735256 3489792 668 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 852 668 140 302 0 547 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3408

[startup+1.50168 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 18213
/proc/meminfo: memFree=1452280/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=4560 CPUtime=1.49
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 949 0 0 0 147 2 0 0 25 0 1 0 373735256 4669440 933 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 1140 933 140 302 0 835 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4560

[startup+3.102 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 18213
/proc/meminfo: memFree=1450808/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=6100 CPUtime=3.09
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 1337 0 0 0 306 3 0 0 25 0 1 0 373735256 6246400 1321 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 1525 1322 140 302 0 1220 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6100

[startup+6.30163 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 18213
/proc/meminfo: memFree=1448056/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=8280 CPUtime=6.29
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 1901 0 0 0 624 5 0 0 25 0 1 0 373735256 8478720 1885 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 2070 1885 140 302 0 1765 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8280

[startup+12.7019 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 18213
/proc/meminfo: memFree=1444728/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=11360 CPUtime=12.69
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 2689 0 0 0 1262 7 0 0 25 0 1 0 373735256 11632640 2640 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 2840 2640 140 302 0 2535 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11360

[startup+25.5014 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 18213
/proc/meminfo: memFree=1439288/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=16900 CPUtime=25.49
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 4075 0 0 0 2538 11 0 0 25 0 1 0 373735256 17305600 3961 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 4225 3961 140 302 0 3920 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16900

[startup+51.1015 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 18215
/proc/meminfo: memFree=1432376/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=23804 CPUtime=51.08
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 5806 0 0 0 5092 16 0 0 25 0 1 0 373735256 24375296 5692 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526708 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 5951 5692 140 302 0 5646 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23804

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 18215
/proc/meminfo: memFree=1422072/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=34396 CPUtime=102.26
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 8485 0 0 0 10199 27 0 0 25 0 1 0 373735256 35221504 8242 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 8599 8242 140 302 0 8294 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 34396

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 18215
/proc/meminfo: memFree=1413816/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=42832 CPUtime=162.23
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 10552 0 0 0 16187 36 0 0 25 0 1 0 373735256 43859968 10309 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 10708 10309 140 302 0 10403 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 42832

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 18215
/proc/meminfo: memFree=1404984/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=51660 CPUtime=222.21
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 12740 0 0 0 22176 45 0 0 25 0 1 0 373735256 52899840 12497 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 12915 12497 140 302 0 12610 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 51660

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 18215
/proc/meminfo: memFree=1398584/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=59096 CPUtime=282.19
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 14602 0 0 0 28167 52 0 0 25 0 1 0 373735256 60514304 14102 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 14774 14102 140 302 0 14469 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 59096

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 18215
/proc/meminfo: memFree=1392824/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=64704 CPUtime=342.16
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 16004 0 0 0 34159 57 0 0 25 0 1 0 373735256 66256896 15504 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 16176 15504 140 302 0 15871 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 64704

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 18215
/proc/meminfo: memFree=1387064/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=70452 CPUtime=402.14
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 17455 0 0 0 40150 64 0 0 25 0 1 0 373735256 72142848 16955 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 17613 16955 140 302 0 17308 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 70452

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 18215
/proc/meminfo: memFree=1381944/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=75484 CPUtime=462.11
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 18735 0 0 0 46141 70 0 0 25 0 1 0 373735256 77295616 18235 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 18871 18235 140 302 0 18566 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 75484

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 18215
/proc/meminfo: memFree=1376952/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=80580 CPUtime=522.09
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 20002 0 0 0 52134 75 0 0 25 0 1 0 373735256 82513920 19502 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134538601 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 20145 19502 140 302 0 19840 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 80580

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 18215
/proc/meminfo: memFree=1372472/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=85084 CPUtime=582.07
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 21114 0 0 0 58125 82 0 0 25 0 1 0 373735256 87126016 20614 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 21271 20614 140 302 0 20966 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 85084

[startup+642.302 s]
/proc/loadavg: 1.07 0.99 0.99 2/78 18215
/proc/meminfo: memFree=1368696/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=88716 CPUtime=642.06
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 22058 0 0 0 64117 89 0 0 25 0 1 0 373735256 90845184 21558 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 22179 21558 140 302 0 21874 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 88716

[startup+702.302 s]
/proc/loadavg: 1.03 0.99 0.99 2/78 18215
/proc/meminfo: memFree=1365176/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=92100 CPUtime=702.02
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 22934 0 0 0 70108 94 0 0 25 0 1 0 373735256 94310400 22434 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 23025 22434 140 302 0 22720 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 92100

[startup+762.306 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 18215
/proc/meminfo: memFree=1361784/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=95468 CPUtime=762.01
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 23755 0 0 0 76101 100 0 0 25 0 1 0 373735256 97759232 23255 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 23867 23255 140 302 0 23562 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 95468

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 18215
/proc/meminfo: memFree=1358840/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=98464 CPUtime=821.98
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 24520 0 0 0 82095 103 0 0 25 0 1 0 373735256 100827136 24020 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 24616 24020 140 302 0 24311 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 98464

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 18215
/proc/meminfo: memFree=1356024/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=101188 CPUtime=881.96
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 25215 0 0 0 88088 108 0 0 25 0 1 0 373735256 103616512 24715 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 25297 24715 140 302 0 24992 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 101188

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 18215
/proc/meminfo: memFree=1352632/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=104672 CPUtime=941.94
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 26067 0 0 0 94082 112 0 0 25 0 1 0 373735256 107184128 25567 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 26168 25567 140 302 0 25863 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 104672

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 18215
/proc/meminfo: memFree=1349624/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=109676 CPUtime=1001.91
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 27323 0 0 0 100074 117 0 0 25 0 1 0 373735256 112308224 26310 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 27419 26310 140 302 0 27114 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 109676

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/84 18279
/proc/meminfo: memFree=1345472/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=112628 CPUtime=1061.88
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 28042 0 0 0 106066 122 0 0 25 0 1 0 373735256 115331072 27029 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 28157 27029 140 302 0 27852 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 112628

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/84 18381
/proc/meminfo: memFree=1342728/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=115320 CPUtime=1121.79
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 28731 0 0 0 112054 125 0 0 25 0 1 0 373735256 118087680 27718 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 28830 27718 140 302 0 28525 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 115320

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 18413
/proc/meminfo: memFree=1341240/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=117952 CPUtime=1181.75
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 29393 0 0 0 118046 129 0 0 25 0 1 0 373735256 120782848 28380 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 29488 28380 140 302 0 29183 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 117952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 18413
/proc/meminfo: memFree=1340280/2055924 swapFree=4156956/4192956
[pid=18212] ppid=18210 vsize=118856 CPUtime=1200.06
/proc/18212/stat : 18212 (Spear-32) R 18210 18212 17736 0 -1 4194304 29609 0 0 0 119875 131 0 0 25 0 1 0 373735256 121708544 28596 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/18212/statm: 29714 28596 140 302 0 29409 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 118856

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.62
CPU time (s): 1200.08
CPU user time (s): 1198.75
CPU system time (s): 1.3298
CPU usage (%): 99.9547
Max. virtual memory (cumulated for all children) (KiB): 118856

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

runsolver used 1.3318 second user time and 3.04554 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Mar 10 14:43:25 UTC 2007

IDJOB= 333890
IDBENCH= 24614
IDSOLVER= 132
FILE ID= node6/333890-1173537805

PBS_JOBID= 4101161

Free space on /tmp= 66436 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.00-s1756632460.sat05-526.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333890-1173537805/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/333890-1173537805/instance-333890-1173537805.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-333890-1173537805 -o ROOT/results/node6/solver-333890-1173537805 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333890-1173537805/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/333890-1173537805/instance-333890-1173537805.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  00198881c2cf000cfee916c18d69d474

RANDOM SEED= 787437957

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1455256 kB
Buffers:         51616 kB
Cached:         459684 kB
SwapCached:       2236 kB
Active:         273552 kB
Inactive:       260532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1455256 kB
SwapTotal:     4192956 kB
SwapFree:      4156956 kB
Dirty:            1772 kB
Writeback:           0 kB
Mapped:          30844 kB
Slab:            52212 kB
Committed_AS:  1320048 kB
PageTables:       1744 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= 66436 MiB

End job on node6 on Sat Mar 10 15:03:28 UTC 2007