Trace number 298506

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

General information on the benchmark

Namerandom/OnTreshold/3SAT/v360/
unif-k3-r4.26-v360-c1533-S1257266562-15.SAT.shuffled.cnf
MD5SUM5e7fef8a5169f386cc435a1aecb40c3c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1533
Sum of the clauses size4599
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31533
Number of clauses of size 40
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/298506-1171857168/instance-298506-1171857168.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node44/watcher-298506-1171857168 -o ROOT/results/node44/solver-298506-1171857168 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298506-1171857168/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298506-1171857168/instance-298506-1171857168.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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 1.00 1.00 3/64 13233
/proc/meminfo: memFree=765256/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=1532 CPUtime=0
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 205672930 1568768 178 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 383 178 129 302 0 78 0

[startup+0.107048 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 13233
/proc/meminfo: memFree=765256/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=1788 CPUtime=0.1
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 281 0 0 0 10 0 0 0 18 0 1 0 205672930 1830912 265 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 447 265 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515121 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 13233
/proc/meminfo: memFree=765256/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=2564 CPUtime=0.5
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 460 0 0 0 50 0 0 0 21 0 1 0 205672930 2625536 444 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 641 444 140 302 0 336 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2564

[startup+1.33527 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 13234
/proc/meminfo: memFree=763264/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=3468 CPUtime=1.33
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 691 0 0 0 131 2 0 0 25 0 1 0 205672930 3551232 675 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 867 675 140 302 0 562 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3468

[startup+2.97357 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 13234
/proc/meminfo: memFree=762240/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=4648 CPUtime=2.96
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 976 0 0 0 293 3 0 0 25 0 1 0 205672930 4759552 960 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 1162 960 140 302 0 857 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4648

[startup+6.25017 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 13234
/proc/meminfo: memFree=760448/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=6200 CPUtime=6.24
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 1393 0 0 0 619 5 0 0 25 0 1 0 205672930 6348800 1344 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 1550 1344 140 302 0 1245 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6200

[startup+12.7064 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 13234
/proc/meminfo: memFree=758016/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=8436 CPUtime=12.69
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 1948 0 0 0 1260 9 0 0 25 0 1 0 205672930 8638464 1899 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 2109 1899 140 302 0 1804 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8436

[startup+25.6077 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 13234
/proc/meminfo: memFree=754944/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=11820 CPUtime=25.58
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 2792 0 0 0 2545 13 0 0 25 0 1 0 205672930 12103680 2678 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 2955 2678 140 302 0 2650 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 11820

[startup+51.2154 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 13234
/proc/meminfo: memFree=750080/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=16748 CPUtime=51.18
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 3996 0 0 0 5099 19 0 0 25 0 1 0 205672930 17149952 3882 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 4187 3882 140 302 0 3882 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 16748

[startup+102.429 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 13234
/proc/meminfo: memFree=743808/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=23340 CPUtime=102.38
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 5677 0 0 0 10208 30 0 0 25 0 1 0 205672930 23900160 5434 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 5835 5434 140 302 0 5530 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 23340

[startup+162.455 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 13234
/proc/meminfo: memFree=737856/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=29516 CPUtime=162.39
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 7150 0 0 0 16199 40 0 0 25 0 1 0 205672930 30224384 6907 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 7379 6907 140 302 0 7074 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 29516

[startup+222.473 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 13234
/proc/meminfo: memFree=732992/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=34428 CPUtime=222.39
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 8365 0 0 0 22190 49 0 0 25 0 1 0 205672930 35254272 8122 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 8607 8122 140 302 0 8302 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 34428

[startup+282.49 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 13234
/proc/meminfo: memFree=728832/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=40028 CPUtime=282.38
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 9661 0 0 0 28182 56 0 0 25 0 1 0 205672930 40988672 9161 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 10007 9161 140 302 0 9702 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 40028

[startup+342.508 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 13234
/proc/meminfo: memFree=724800/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=44084 CPUtime=342.39
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 10642 0 0 0 34175 64 0 0 25 0 1 0 205672930 45142016 10142 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 11021 10142 140 302 0 10716 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 44084

[startup+402.532 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 13234
/proc/meminfo: memFree=721600/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=47332 CPUtime=402.38
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 11466 0 0 0 40170 68 0 0 25 0 1 0 205672930 48467968 10966 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 11833 10966 140 302 0 11528 0
Current children cumulated CPU time (s) 402.38
Current children cumulated vsize (KiB) 47332

[startup+462.558 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 13234
/proc/meminfo: memFree=718592/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=50308 CPUtime=462.39
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 12216 0 0 0 46164 75 0 0 25 0 1 0 205672930 51515392 11716 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 12577 11716 140 302 0 12272 0
Current children cumulated CPU time (s) 462.39
Current children cumulated vsize (KiB) 50308

[startup+522.594 s]
/proc/loadavg: 1.06 1.03 1.00 2/71 13338
/proc/meminfo: memFree=714256/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=53468 CPUtime=522.36
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 12983 0 0 0 52155 81 0 0 25 0 1 0 205672930 54751232 12483 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 13367 12483 140 302 0 13062 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 53468

[startup+582.65 s]
/proc/loadavg: 1.02 1.02 1.00 2/71 13410
/proc/meminfo: memFree=711248/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=56348 CPUtime=582.34
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 13747 0 0 0 58148 86 0 0 25 0 1 0 205672930 57700352 13247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 14087 13247 140 302 0 13782 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 56348

[startup+642.669 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 13432
/proc/meminfo: memFree=709376/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=59336 CPUtime=642.33
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 14491 0 0 0 64141 92 0 0 25 0 1 0 205672930 60760064 13991 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 14834 13991 140 302 0 14529 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 59336

[startup+702.689 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 13432
/proc/meminfo: memFree=706624/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=62252 CPUtime=702.33
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 15191 0 0 0 70137 96 0 0 25 0 1 0 205672930 63746048 14691 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 15563 14691 140 302 0 15258 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 62252

[startup+762.712 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 13432
/proc/meminfo: memFree=703936/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=64820 CPUtime=762.34
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 15867 0 0 0 76133 101 0 0 25 0 1 0 205672930 66375680 15367 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 16205 15367 140 302 0 15900 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 64820

[startup+822.736 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13432
/proc/meminfo: memFree=701504/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=67324 CPUtime=822.34
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 16462 0 0 0 82129 105 0 0 25 0 1 0 205672930 68939776 15962 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 16831 15962 140 302 0 16526 0
Current children cumulated CPU time (s) 822.34
Current children cumulated vsize (KiB) 67324

[startup+882.752 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 13432
/proc/meminfo: memFree=699264/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=71424 CPUtime=882.33
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 17530 0 0 0 88123 110 0 0 25 0 1 0 205672930 73138176 16517 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 17856 16517 140 302 0 17551 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 71424

[startup+942.771 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 13432
/proc/meminfo: memFree=697088/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=73524 CPUtime=942.33
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 18070 0 0 0 94120 113 0 0 25 0 1 0 205672930 75288576 17057 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 18381 17057 140 302 0 18076 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 73524

[startup+1002.79 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 13432
/proc/meminfo: memFree=695040/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=75772 CPUtime=1002.33
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 18583 0 0 0 100116 117 0 0 25 0 1 0 205672930 77590528 17570 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527046 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 18943 17570 140 302 0 18638 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 75772

[startup+1062.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13432
/proc/meminfo: memFree=692736/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=78412 CPUtime=1062.34
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 19170 0 0 0 106111 123 0 0 25 0 1 0 205672930 80293888 18157 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 19603 18157 140 302 0 19298 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 78412

[startup+1122.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13432
/proc/meminfo: memFree=690688/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=80768 CPUtime=1122.35
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 19677 0 0 0 112108 127 0 0 25 0 1 0 205672930 82706432 18664 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 20192 18664 140 302 0 19887 0
Current children cumulated CPU time (s) 1122.35
Current children cumulated vsize (KiB) 80768

[startup+1182.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13432
/proc/meminfo: memFree=688768/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=82752 CPUtime=1182.34
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 20159 0 0 0 118104 130 0 0 25 0 1 0 205672930 84738048 19146 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 20688 19146 140 302 0 20383 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 82752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.58 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13432
/proc/meminfo: memFree=688128/2055920 swapFree=4183224/4192956
[pid=13233] ppid=13231 vsize=83264 CPUtime=1200.06
/proc/13233/stat : 13233 (Spear-32) R 13231 13233 13091 0 -1 4194304 20304 0 0 0 119875 131 0 0 25 0 1 0 205672930 85262336 19291 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13233/statm: 20816 19291 140 302 0 20511 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 83264

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.59
CPU time (s): 1200.08
CPU user time (s): 1198.75
CPU system time (s): 1.3268
CPU usage (%): 99.9571
Max. virtual memory (cumulated for all children) (KiB): 83264

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

runsolver used 0.892864 second user time and 2.40963 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Feb 19 03:52:48 UTC 2007

IDJOB= 298506
IDBENCH= 19987
IDSOLVER= 131
FILE ID= node44/298506-1171857168

PBS_JOBID= 3839753

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v360/unif-k3-r4.26-v360-c1533-S1257266562-15.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298506-1171857168/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298506-1171857168/instance-298506-1171857168.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-298506-1171857168 -o ROOT/results/node44/solver-298506-1171857168 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298506-1171857168/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/298506-1171857168/instance-298506-1171857168.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  5e7fef8a5169f386cc435a1aecb40c3c

RANDOM SEED= 374958592

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.261
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.261
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:        765664 kB
Buffers:         52924 kB
Cached:        1114252 kB
SwapCached:       4532 kB
Active:         841404 kB
Inactive:       336088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        765664 kB
SwapTotal:     4192956 kB
SwapFree:      4183224 kB
Dirty:            1556 kB
Writeback:           0 kB
Mapped:          15336 kB
Slab:            98740 kB
Committed_AS:   478352 kB
PageTables:       1396 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= 66562 MiB

End job on node44 on Mon Feb 19 04:12:51 UTC 2007