Trace number 334394

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.06 1200.43

General information on the benchmark

Namecrafted/Hard/contest04/others/
CompositeRSA576.sat05-509.reshuffled-07.cnf
MD5SUM19fdeefb726e073f5c825136ceaf9e1b
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 variables166463
Number of clauses1654558
Sum of the clauses size7441050
Maximum clause length5
Minimum clause length1
Number of clauses of size 1866
Number of clauses of size 2165884
Number of clauses of size 3165312
Number of clauses of size 40
Number of clauses of size 51322496
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/334394-1173569400/instance-334394-1173569400.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/node4/watcher-334394-1173569400 -o ROOT/results/node4/solver-334394-1173569400 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334394-1173569400/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/334394-1173569400/instance-334394-1173569400.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 25605
/proc/meminfo: memFree=1473320/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=18568 CPUtime=0
/proc/25605/stat : 25605 (runsolver) R 25603 25605 24554 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 376895694 19013632 293 18446744073709551615 4194304 4294612 548682068912 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25605/statm: 4642 293 258 24 0 2626 0

[startup+0.026853 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 25605
/proc/meminfo: memFree=1473320/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=3048 CPUtime=0.01
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 648 0 0 0 1 0 0 0 18 0 1 0 376895694 3121152 496 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/25605/statm: 762 496 126 302 0 457 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3048

[startup+0.102869 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 25605
/proc/meminfo: memFree=1473320/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=8224 CPUtime=0.09
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 2471 0 0 0 7 2 0 0 18 0 1 0 376895694 8421376 1691 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/25605/statm: 2056 1691 126 302 0 1751 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8224

[startup+0.301876 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 25605
/proc/meminfo: memFree=1473320/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=26920 CPUtime=0.29
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 8162 0 0 0 22 7 0 0 19 0 1 0 376895694 27566080 4882 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135251605 0 0 4096 0 0 0 0 17 0 0 0
/proc/25605/statm: 6730 4882 126 302 0 6425 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26920

[startup+0.701914 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 25605
/proc/meminfo: memFree=1473320/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=31960 CPUtime=0.68
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 9880 0 0 0 59 9 0 0 23 0 1 0 376895694 32727040 6535 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/25605/statm: 7990 6535 129 302 0 7685 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31960

[startup+1.50199 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1443872/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=44452 CPUtime=1.49
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 13244 0 0 0 138 11 0 0 25 0 1 0 376895694 45518848 9513 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134806581 0 0 4096 0 0 0 0 17 0 0 0
/proc/25605/statm: 11113 9514 129 302 0 10808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44452

[startup+3.10114 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1427296/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=68964 CPUtime=3.08
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 19770 0 0 0 294 14 0 0 25 0 1 0 376895694 70619136 15526 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/25605/statm: 17241 15526 129 302 0 16936 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 68964

[startup+6.30145 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1379168/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=116716 CPUtime=6.29
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 32387 0 0 0 607 22 0 0 25 0 1 0 376895694 119517184 27118 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/25605/statm: 29179 27118 140 302 0 28874 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 116716

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1359392/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=123512 CPUtime=12.68
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 34129 0 0 0 1240 28 0 0 25 0 1 0 376895694 126476288 28762 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134525057 0 0 4096 0 0 0 0 17 0 0 0
/proc/25605/statm: 30878 28762 140 302 0 30573 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 123512

[startup+25.5023 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1356576/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=126480 CPUtime=25.48
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 34871 0 0 0 2516 32 0 0 25 0 1 0 376895694 129515520 29504 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/25605/statm: 31620 29504 140 302 0 31315 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 126480

[startup+51.1027 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1355104/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=127812 CPUtime=51.04
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 35211 0 0 0 5072 32 0 0 25 0 1 0 376895694 130879488 29844 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134525057 0 0 4096 0 0 0 0 17 0 0 0
/proc/25605/statm: 31953 29844 140 302 0 31648 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 127812

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1353504/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=129452 CPUtime=102.22
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 35604 0 0 0 10189 33 0 0 25 0 1 0 376895694 132558848 30237 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 0 0 0
/proc/25605/statm: 32363 30237 140 302 0 32058 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 129452

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1352416/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=130576 CPUtime=162.18
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 35893 0 0 0 16184 34 0 0 25 0 1 0 376895694 133709824 30526 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524643 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 32644 30526 140 302 0 32339 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 130576

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1350048/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=132968 CPUtime=222.17
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 36480 0 0 0 22180 37 0 0 25 0 1 0 376895694 136159232 31113 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524677 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 33242 31113 140 302 0 32937 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 132968

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1346848/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=136092 CPUtime=282.15
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 37273 0 0 0 28175 40 0 0 25 0 1 0 376895694 139358208 31906 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524643 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 34023 31906 140 302 0 33718 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 136092

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1345632/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=137768 CPUtime=342.14
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 37692 0 0 0 34173 41 0 0 25 0 1 0 376895694 141074432 32196 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 34442 32196 140 302 0 34137 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 137768

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 25606
/proc/meminfo: memFree=1343840/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=139500 CPUtime=402.12
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 38682 0 0 0 40170 42 0 0 25 0 1 0 376895694 142848000 32635 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 34875 32635 140 302 0 34570 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 139500

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1343520/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=139912 CPUtime=462.11
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 40078 0 0 0 46167 44 0 0 25 0 1 0 376895694 143269888 32725 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524643 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 34978 32725 140 302 0 34673 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 139912

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1343264/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=140032 CPUtime=522.09
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 41452 0 0 0 52164 45 0 0 25 0 1 0 376895694 143392768 32770 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 35008 32770 140 302 0 34703 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 140032

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1342944/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=140504 CPUtime=582.08
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 42409 0 0 0 58162 46 0 0 25 0 1 0 376895694 143876096 32873 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 35126 32873 140 302 0 34821 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 140504

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1342688/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=140788 CPUtime=642.07
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 43620 0 0 0 64159 48 0 0 25 0 1 0 376895694 144166912 32945 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524713 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 35197 32945 140 302 0 34892 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 140788

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1342304/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=141108 CPUtime=702.05
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 44694 0 0 0 70156 49 0 0 25 0 1 0 376895694 144494592 33025 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524643 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 35277 33025 140 302 0 34972 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 141108

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25606
/proc/meminfo: memFree=1341984/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=141276 CPUtime=762.04
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 45755 0 0 0 76154 50 0 0 25 0 1 0 376895694 144666624 33081 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524696 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 35319 33081 140 302 0 35014 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 141276

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25608
/proc/meminfo: memFree=1341600/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=141600 CPUtime=822.02
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 46652 0 0 0 82151 51 0 0 25 0 1 0 376895694 144998400 33163 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 35400 33163 140 302 0 35095 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 141600

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25608
/proc/meminfo: memFree=1341152/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=142288 CPUtime=882.01
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 47993 0 0 0 88149 52 0 0 25 0 1 0 376895694 145702912 33301 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 35572 33301 140 302 0 35267 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 142288

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25608
/proc/meminfo: memFree=1340832/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=142564 CPUtime=941.99
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 49480 0 0 0 94145 54 0 0 25 0 1 0 376895694 145985536 33370 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524675 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 35641 33370 140 302 0 35336 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 142564

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25608
/proc/meminfo: memFree=1340704/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=142824 CPUtime=1001.98
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 51600 0 0 0 100142 56 0 0 25 0 1 0 376895694 146251776 33435 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134525057 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 35706 33435 140 302 0 35401 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 142824

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25608
/proc/meminfo: memFree=1340448/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=143076 CPUtime=1061.97
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 53285 0 0 0 106139 58 0 0 25 0 1 0 376895694 146509824 33479 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 35769 33479 140 302 0 35464 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 143076

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25608
/proc/meminfo: memFree=1340128/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=143196 CPUtime=1121.95
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 54613 0 0 0 112136 59 0 0 25 0 1 0 376895694 146632704 33542 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 35799 33542 140 302 0 35494 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 143196

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25608
/proc/meminfo: memFree=1339936/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=143612 CPUtime=1181.93
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 56069 0 0 0 118133 60 0 0 25 0 1 0 376895694 147058688 33632 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 35903 33632 140 302 0 35598 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 143612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 25608
/proc/meminfo: memFree=1339808/2055920 swapFree=4153224/4192956
[pid=25605] ppid=25603 vsize=143708 CPUtime=1200.03
/proc/25605/stat : 25605 (Spear-32) R 25603 25605 24554 0 -1 4194304 56593 0 0 0 119942 61 0 0 25 0 1 0 376895694 147156992 33655 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524834 0 0 4096 0 0 0 0 17 1 0 0
/proc/25605/statm: 35927 33655 140 302 0 35622 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 143708

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.43
CPU time (s): 1200.06
CPU user time (s): 1199.43
CPU system time (s): 0.634903
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 143708

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

runsolver used 1.23181 second user time and 3.14452 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Mar 10 23:30:08 UTC 2007

IDJOB= 334394
IDBENCH= 24626
IDSOLVER= 132
FILE ID= node4/334394-1173569400

PBS_JOBID= 4101196

Free space on /tmp= 66487 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/CompositeRSA576.sat05-509.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334394-1173569400/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/334394-1173569400/instance-334394-1173569400.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-334394-1173569400 -o ROOT/results/node4/solver-334394-1173569400 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334394-1173569400/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/334394-1173569400/instance-334394-1173569400.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  19fdeefb726e073f5c825136ceaf9e1b

RANDOM SEED= 430488629

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.231
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.231
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:       1474112 kB
Buffers:         46928 kB
Cached:         456888 kB
SwapCached:       2920 kB
Active:         337408 kB
Inactive:       190360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1474112 kB
SwapTotal:     4192956 kB
SwapFree:      4153224 kB
Dirty:           54564 kB
Writeback:           0 kB
Mapped:          30424 kB
Slab:            39532 kB
Committed_AS:  1306908 kB
PageTables:       1768 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66487 MiB

End job on node4 on Sat Mar 10 23:50:11 UTC 2007