Trace number 333889

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.04 1200.22

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/333889-1173537787/instance-333889-1173537787.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/node16/watcher-333889-1173537787 -o ROOT/results/node16/solver-333889-1173537787 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333889-1173537787/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/333889-1173537787/instance-333889-1173537787.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.99 0.99 3/77 19177
/proc/meminfo: memFree=1697744/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=1548 CPUtime=0
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 373732993 1585152 200 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135270865 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 387 200 128 302 0 82 0

[startup+0.051427 s]
/proc/loadavg: 0.99 0.99 0.99 3/77 19177
/proc/meminfo: memFree=1697744/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=2364 CPUtime=0.04
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 399 0 0 0 4 0 0 0 18 0 1 0 373732993 2420736 383 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 591 383 140 302 0 286 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2364

[startup+0.102421 s]
/proc/loadavg: 0.99 0.99 0.99 3/77 19177
/proc/meminfo: memFree=1697744/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=2364 CPUtime=0.09
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 425 0 0 0 9 0 0 0 18 0 1 0 373732993 2420736 409 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 591 409 140 302 0 286 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2364

[startup+0.302398 s]
/proc/loadavg: 0.99 0.99 0.99 3/77 19177
/proc/meminfo: memFree=1697744/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=2748 CPUtime=0.29
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 512 0 0 0 29 0 0 0 19 0 1 0 373732993 2813952 496 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 687 496 140 302 0 382 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2748

[startup+0.701349 s]
/proc/loadavg: 0.99 0.99 0.99 3/77 19177
/proc/meminfo: memFree=1697744/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=3408 CPUtime=0.69
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 685 0 0 0 67 2 0 0 23 0 1 0 373732993 3489792 669 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 852 669 140 302 0 547 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3408

[startup+1.50125 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 19178
/proc/meminfo: memFree=1695176/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=4560 CPUtime=1.49
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 952 0 0 0 147 2 0 0 25 0 1 0 373732993 4669440 936 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 1140 936 140 302 0 835 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4560

[startup+3.10106 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 19178
/proc/meminfo: memFree=1693768/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=6100 CPUtime=3.09
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 1344 0 0 0 306 3 0 0 25 0 1 0 373732993 6246400 1328 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 1525 1328 140 302 0 1220 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6100

[startup+6.30167 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 19178
/proc/meminfo: memFree=1691016/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=8280 CPUtime=6.29
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 1906 0 0 0 624 5 0 0 25 0 1 0 373732993 8478720 1890 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 2070 1890 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.99 0.99 0.99 2/78 19178
/proc/meminfo: memFree=1687696/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=11360 CPUtime=12.69
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 2690 0 0 0 1262 7 0 0 25 0 1 0 373732993 11632640 2641 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 2840 2641 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.99 0.99 0.99 2/78 19178
/proc/meminfo: memFree=1682320/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=16900 CPUtime=25.49
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 4075 0 0 0 2539 10 0 0 25 0 1 0 373732993 17305600 3961 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 4225 3961 140 302 0 3920 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16900

[startup+51.1023 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 19178
/proc/meminfo: memFree=1675280/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=23676 CPUtime=51.09
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 5805 0 0 0 5093 16 0 0 25 0 1 0 373732993 24244224 5691 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 5919 5691 140 302 0 5614 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 23676

[startup+102.305 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 19178
/proc/meminfo: memFree=1665040/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=34396 CPUtime=102.29
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 8476 0 0 0 10203 26 0 0 25 0 1 0 373732993 35221504 8233 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 8599 8233 140 302 0 8294 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 34396

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 19178
/proc/meminfo: memFree=1656720/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=42832 CPUtime=162.28
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 10549 0 0 0 16193 35 0 0 25 0 1 0 373732993 43859968 10306 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 10708 10306 140 302 0 10403 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 42832

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 19178
/proc/meminfo: memFree=1647824/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=51532 CPUtime=222.27
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 12735 0 0 0 22184 43 0 0 25 0 1 0 373732993 52768768 12492 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 12883 12492 140 302 0 12578 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 51532

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 19178
/proc/meminfo: memFree=1641552/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=58940 CPUtime=282.28
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 14591 0 0 0 28177 51 0 0 25 0 1 0 373732993 60354560 14091 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 14735 14091 140 302 0 14430 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 58940

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 19178
/proc/meminfo: memFree=1635856/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=64576 CPUtime=342.27
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 15995 0 0 0 34170 57 0 0 25 0 1 0 373732993 66125824 15495 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 16144 15495 140 302 0 15839 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 64576

[startup+402.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 19178
/proc/meminfo: memFree=1630032/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=70452 CPUtime=402.27
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 17444 0 0 0 40162 65 0 0 25 0 1 0 373732993 72142848 16944 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 17613 16944 140 302 0 17308 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 70452

[startup+462.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 19178
/proc/meminfo: memFree=1624976/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=75484 CPUtime=462.26
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 18726 0 0 0 46154 72 0 0 25 0 1 0 373732993 77295616 18226 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 18871 18226 140 302 0 18566 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 75484

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 19178
/proc/meminfo: memFree=1620048/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=80580 CPUtime=522.26
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 19987 0 0 0 52147 79 0 0 25 0 1 0 373732993 82513920 19487 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 20145 19487 140 302 0 19840 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 80580

[startup+582.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 19178
/proc/meminfo: memFree=1615504/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=84956 CPUtime=582.25
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 21101 0 0 0 58141 84 0 0 25 0 1 0 373732993 86994944 20601 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 21239 20601 140 302 0 20934 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 84956

[startup+642.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 19178
/proc/meminfo: memFree=1611664/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=88716 CPUtime=642.26
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 22039 0 0 0 64135 91 0 0 25 0 1 0 373732993 90845184 21539 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 22179 21539 140 302 0 21874 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 88716

[startup+702.301 s]
/proc/loadavg: 1.17 1.06 1.02 2/78 19178
/proc/meminfo: memFree=1608208/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=92100 CPUtime=702.24
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 22916 0 0 0 70130 94 0 0 25 0 1 0 373732993 94310400 22416 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 23025 22416 140 302 0 22720 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 92100

[startup+762.306 s]
/proc/loadavg: 1.06 1.05 1.01 2/78 19178
/proc/meminfo: memFree=1604880/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=95340 CPUtime=762.24
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 23735 0 0 0 76125 99 0 0 25 0 1 0 373732993 97628160 23235 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 23835 23235 140 302 0 23530 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 95340

[startup+822.302 s]
/proc/loadavg: 1.02 1.04 1.01 2/78 19178
/proc/meminfo: memFree=1601872/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=98336 CPUtime=822.24
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 24503 0 0 0 82120 104 0 0 25 0 1 0 373732993 100696064 24003 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 24584 24003 140 302 0 24279 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 98336

[startup+882.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/78 19178
/proc/meminfo: memFree=1599056/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=101188 CPUtime=882.23
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 25196 0 0 0 88115 108 0 0 25 0 1 0 373732993 103616512 24696 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 25297 24696 140 302 0 24992 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 101188

[startup+942.301 s]
/proc/loadavg: 1.13 1.05 1.01 2/78 19178
/proc/meminfo: memFree=1595728/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=104672 CPUtime=942.23
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 26041 0 0 0 94110 113 0 0 25 0 1 0 373732993 107184128 25541 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 26168 25541 140 302 0 25863 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 104672

[startup+1002.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/78 19178
/proc/meminfo: memFree=1592720/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=109548 CPUtime=1002.22
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 27298 0 0 0 100105 117 0 0 25 0 1 0 373732993 112177152 26285 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 27387 26285 140 302 0 27082 0
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (KiB) 109548

[startup+1062.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/78 19178
/proc/meminfo: memFree=1589904/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=112368 CPUtime=1062.22
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 28006 0 0 0 106101 121 0 0 25 0 1 0 373732993 115064832 26993 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 28092 26993 140 302 0 27787 0
Current children cumulated CPU time (s) 1062.22
Current children cumulated vsize (KiB) 112368

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/84 19302
/proc/meminfo: memFree=1585800/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=115192 CPUtime=1122.16
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 28706 0 0 0 112091 125 0 0 25 0 1 0 373732993 117956608 27693 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 28798 27693 140 302 0 28493 0
Current children cumulated CPU time (s) 1122.16
Current children cumulated vsize (KiB) 115192

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 19376
/proc/meminfo: memFree=1584264/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=117824 CPUtime=1182.11
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 29366 0 0 0 118082 129 0 0 25 0 1 0 373732993 120651776 28353 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 29456 28353 140 302 0 29151 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 117824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 19376
/proc/meminfo: memFree=1583368/2055920 swapFree=4159664/4192956
[pid=19177] ppid=19175 vsize=118728 CPUtime=1200.01
/proc/19177/stat : 19177 (Spear-32) R 19175 19177 18671 0 -1 4194304 29576 0 0 0 119871 130 0 0 25 0 1 0 373732993 121577472 28563 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526846 0 0 4096 0 0 0 0 17 1 0 0
/proc/19177/statm: 29682 28563 140 302 0 29377 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 118728

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.22
CPU time (s): 1200.04
CPU user time (s): 1198.72
CPU system time (s): 1.3228
CPU usage (%): 99.9848
Max. virtual memory (cumulated for all children) (KiB): 118728

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

runsolver used 1.25681 second user time and 3.11852 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Mar 10 14:43:07 UTC 2007

IDJOB= 333889
IDBENCH= 24614
IDSOLVER= 131
FILE ID= node16/333889-1173537787

PBS_JOBID= 4101156

Free space on /tmp= 66463 MiB

SOLVER NAME= Spear FHS 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/333889-1173537787/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/333889-1173537787/instance-333889-1173537787.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-333889-1173537787 -o ROOT/results/node16/solver-333889-1173537787 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333889-1173537787/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/333889-1173537787/instance-333889-1173537787.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  00198881c2cf000cfee916c18d69d474

RANDOM SEED= 912391481

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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:       1698216 kB
Buffers:         41900 kB
Cached:         233780 kB
SwapCached:       2712 kB
Active:         194040 kB
Inactive:       104964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698216 kB
SwapTotal:     4192956 kB
SwapFree:      4159664 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:          30792 kB
Slab:            44344 kB
Committed_AS:  1383488 kB
PageTables:       1720 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= 66463 MiB

End job on node16 on Sat Mar 10 15:03:09 UTC 2007