Trace number 332209

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.13 1200.47

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
gt-ordering-unsat-gt-035.sat05-1308.reshuffled-07.cnf
MD5SUMb48823728f2aa04622fbc4c81dd39148
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.6682
Satisfiable
(Un)Satisfiability was proved
Number of variables1190
Number of clauses39900
Sum of the clauses size120190
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2595
Number of clauses of size 339270
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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/332209-1173469267/instance-332209-1173469267.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/node3/watcher-332209-1173469267 -o ROOT/results/node3/solver-332209-1173469267 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332209-1173469267/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/332209-1173469267/instance-332209-1173469267.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 0.97 3/77 20507
/proc/meminfo: memFree=1600424/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=1548 CPUtime=0
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 218 0 0 0 0 0 0 0 18 0 1 0 366881599 1585152 202 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134866023 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 387 202 128 302 0 82 0

[startup+0.0924499 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 20507
/proc/meminfo: memFree=1600424/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=3784 CPUtime=0.08
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 777 0 0 0 8 0 0 0 18 0 1 0 366881599 3874816 728 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 946 728 140 302 0 641 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3784

[startup+0.10145 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 20507
/proc/meminfo: memFree=1600424/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=3784 CPUtime=0.09
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 795 0 0 0 9 0 0 0 18 0 1 0 366881599 3874816 746 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 946 746 140 302 0 641 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3784

[startup+0.301467 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 20507
/proc/meminfo: memFree=1600424/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=4816 CPUtime=0.29
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 1037 0 0 0 28 1 0 0 19 0 1 0 366881599 4931584 988 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 1204 988 140 302 0 899 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4816

[startup+0.7015 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 20507
/proc/meminfo: memFree=1600424/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=6356 CPUtime=0.69
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 1418 0 0 0 67 2 0 0 22 0 1 0 366881599 6508544 1369 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 1589 1369 140 302 0 1284 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6356

[startup+1.50156 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20508
/proc/meminfo: memFree=1594528/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=8864 CPUtime=1.49
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 2009 0 0 0 144 5 0 0 25 0 1 0 366881599 9076736 1960 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 2216 1960 140 302 0 1911 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8864

[startup+3.1017 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20508
/proc/meminfo: memFree=1590880/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=13392 CPUtime=3.09
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 3151 0 0 0 300 9 0 0 25 0 1 0 366881599 13713408 3069 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 3348 3069 140 302 0 3043 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13392

[startup+6.30196 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20508
/proc/meminfo: memFree=1583264/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=20668 CPUtime=6.28
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 4976 0 0 0 615 13 0 0 25 0 1 0 366881599 21164032 4829 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558756 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 5167 4829 140 302 0 4862 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20668

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20508
/proc/meminfo: memFree=1575200/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=27212 CPUtime=12.69
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 6614 0 0 0 1251 18 0 0 25 0 1 0 366881599 27865088 6467 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 6803 6467 140 302 0 6498 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27212

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20508
/proc/meminfo: memFree=1566304/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=36132 CPUtime=25.49
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 8869 0 0 0 2522 27 0 0 25 0 1 0 366881599 36999168 8593 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 9033 8593 140 302 0 8728 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36132

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1554720/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=48048 CPUtime=51.08
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 11756 0 0 0 5068 40 0 0 25 0 1 0 366881599 49201152 11480 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 12012 11480 140 302 0 11707 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 48048

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1534112/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=69728 CPUtime=102.26
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 17139 0 0 0 10165 61 0 0 25 0 1 0 366881599 71401472 16606 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 17432 16606 140 302 0 17127 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 69728

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1517600/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=86340 CPUtime=162.25
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 21286 0 0 0 16144 81 0 0 25 0 1 0 366881599 88412160 20753 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 21585 20753 140 302 0 21280 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 86340

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1500384/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=105708 CPUtime=222.23
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 26041 0 0 0 22124 99 0 0 25 0 1 0 366881599 108244992 24995 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 26427 24995 140 302 0 26122 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 105708

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1485984/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=120204 CPUtime=282.21
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 29644 0 0 0 28106 115 0 0 25 0 1 0 366881599 123088896 28598 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 30051 28598 140 302 0 29746 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 120204

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1457248/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=148988 CPUtime=342.2
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 36803 0 0 0 34090 130 0 0 25 0 1 0 366881599 152563712 35757 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558753 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 37247 35757 140 302 0 36942 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 148988

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1426272/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=180260 CPUtime=402.18
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 44606 0 0 0 40074 144 0 0 25 0 1 0 366881599 184586240 43560 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 45065 43560 140 302 0 44760 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 180260

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1404960/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=201804 CPUtime=462.16
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 49875 0 0 0 46061 155 0 0 25 0 1 0 366881599 206647296 48829 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 50451 48829 140 302 0 50146 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 201804

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1386464/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=220412 CPUtime=522.15
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 54523 0 0 0 52050 165 0 0 25 0 1 0 366881599 225701888 53477 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 55103 53477 140 302 0 54798 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 220412

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1368992/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=238044 CPUtime=582.13
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 58865 0 0 0 58038 175 0 0 25 0 1 0 366881599 243757056 57819 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 59511 57819 140 302 0 59206 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 238044

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1348768/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=258880 CPUtime=642.13
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 63875 0 0 0 64026 187 0 0 25 0 1 0 366881599 265093120 62829 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 64720 62829 140 302 0 64415 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 258880

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1325088/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=282780 CPUtime=702.1
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 69826 0 0 0 70008 202 0 0 25 0 1 0 366881599 289566720 68780 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 70695 68780 140 302 0 70390 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 282780

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1304224/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=303864 CPUtime=762.1
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 75028 0 0 0 75990 220 0 0 25 0 1 0 366881599 311156736 73944 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 75966 73944 140 302 0 75661 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 303864

[startup+822.302 s]
/proc/loadavg: 1.03 1.01 0.97 2/78 20510
/proc/meminfo: memFree=1287968/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=325444 CPUtime=822.07
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 80132 0 0 0 81966 241 0 0 25 0 1 0 366881599 333254656 78023 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 81361 78023 140 302 0 81056 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 325444

[startup+882.302 s]
/proc/loadavg: 1.01 1.01 0.97 2/78 20510
/proc/meminfo: memFree=1276064/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=337240 CPUtime=882.06
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 83100 0 0 0 87948 258 0 0 25 0 1 0 366881599 345333760 80991 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 84310 80991 140 302 0 84005 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 337240

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1264992/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=348868 CPUtime=942.05
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 85893 0 0 0 93932 273 0 0 25 0 1 0 366881599 357240832 83784 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 87217 83784 140 302 0 86912 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 348868

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1254752/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=359612 CPUtime=1002.03
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 88425 0 0 0 99917 286 0 0 25 0 1 0 366881599 368242688 86316 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 89903 86316 140 302 0 89598 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 359612

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1245600/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=368624 CPUtime=1062.01
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 90704 0 0 0 105901 300 0 0 25 0 1 0 366881599 377470976 88595 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 92156 88595 140 302 0 91851 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 368624

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1237664/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=376632 CPUtime=1122
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 92682 0 0 0 111890 310 0 0 25 0 1 0 366881599 385671168 90573 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 94158 90573 140 302 0 93853 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 376632

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 20510
/proc/meminfo: memFree=1229728/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=384348 CPUtime=1181.98
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 94673 0 0 0 117877 321 0 0 25 0 1 0 366881599 393572352 92564 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 96087 92564 140 302 0 95782 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 384348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/84 20576
/proc/meminfo: memFree=1225136/2055920 swapFree=4158660/4192956
[pid=20507] ppid=20505 vsize=387932 CPUtime=1200.06
/proc/20507/stat : 20507 (Spear-32) R 20505 20507 19810 0 -1 4194304 95479 0 0 0 119682 324 0 0 25 0 1 0 366881599 397242368 93370 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20507/statm: 96983 93370 140 302 0 96678 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 387932

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.47
CPU time (s): 1200.13
CPU user time (s): 1196.83
CPU system time (s): 3.3015
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 387932

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

runsolver used 1.25481 second user time and 3.12252 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Fri Mar  9 19:41:07 UTC 2007

IDJOB= 332209
IDBENCH= 24574
IDSOLVER= 131
FILE ID= node3/332209-1173469267

PBS_JOBID= 4101073

Free space on /tmp= 66497 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/sabharwal/gt-ordering-unsat-gt-035.sat05-1308.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332209-1173469267/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/332209-1173469267/instance-332209-1173469267.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-332209-1173469267 -o ROOT/results/node3/solver-332209-1173469267 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332209-1173469267/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/332209-1173469267/instance-332209-1173469267.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  b48823728f2aa04622fbc4c81dd39148

RANDOM SEED= 360979918

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:       1600832 kB
Buffers:         46520 kB
Cached:         319744 kB
SwapCached:       2568 kB
Active:         155500 kB
Inactive:       233972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600832 kB
SwapTotal:     4192956 kB
SwapFree:      4158660 kB
Dirty:            2180 kB
Writeback:           0 kB
Mapped:          30884 kB
Slab:            51300 kB
Committed_AS:  1468116 kB
PageTables:       1656 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= 66497 MiB

End job on node3 on Fri Mar  9 20:01:10 UTC 2007