Trace number 311708

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.07 1200.38

General information on the benchmark

Namerandom/2+p/p0.8/v2405/
unif2p-p0.8-v2405-c7479-S1117386741-13-UNSAT.cnf
MD5SUMf92c9470ce530d69e9c5c87f2f1f8a3e
Bench CategoryRANDOM (random 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 variables2404
Number of clauses7478
Sum of the clauses size20939
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21495
Number of clauses of size 35983
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/311708-1172574655/instance-311708-1172574655.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/node7/watcher-311708-1172574655 -o ROOT/results/node7/solver-311708-1172574655 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/311708-1172574655/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/311708-1172574655/instance-311708-1172574655.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.91 0.97 0.99 3/77 25233
/proc/meminfo: memFree=1618248/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=1932 CPUtime=0
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 265 0 0 0 0 0 0 0 18 0 1 0 277420197 1978368 249 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134515399 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 483 249 126 302 0 178 0

[startup+0.106985 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 25233
/proc/meminfo: memFree=1618248/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=2320 CPUtime=0.1
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 388 0 0 0 10 0 0 0 18 0 1 0 277420197 2375680 372 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 580 372 140 302 0 275 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2320

[startup+0.515027 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 25233
/proc/meminfo: memFree=1618248/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=2964 CPUtime=0.5
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 546 0 0 0 50 0 0 0 21 0 1 0 277420197 3035136 530 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 741 530 140 302 0 436 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2964

[startup+1.33511 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 25234
/proc/meminfo: memFree=1615872/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=3864 CPUtime=1.33
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 788 0 0 0 132 1 0 0 25 0 1 0 277420197 3956736 772 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 966 772 140 302 0 661 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3864

[startup+2.97128 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 25234
/proc/meminfo: memFree=1614656/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=5408 CPUtime=2.96
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 1138 0 0 0 294 2 0 0 25 0 1 0 277420197 5537792 1122 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 1352 1122 140 302 0 1047 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5408

[startup+6.25263 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 25234
/proc/meminfo: memFree=1612288/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=7460 CPUtime=6.24
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 1674 0 0 0 620 4 0 0 25 0 1 0 277420197 7639040 1658 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 1865 1658 140 302 0 1560 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7460

[startup+12.7033 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 25234
/proc/meminfo: memFree=1609024/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=10420 CPUtime=12.69
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 2441 0 0 0 1263 6 0 0 25 0 1 0 277420197 10670080 2392 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 2605 2392 140 302 0 2300 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10420

[startup+25.5097 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 25234
/proc/meminfo: memFree=1604608/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=15188 CPUtime=25.49
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 3639 0 0 0 2539 10 0 0 25 0 1 0 277420197 15552512 3525 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 3797 3525 140 302 0 3492 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15188

[startup+51.1243 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 25234
/proc/meminfo: memFree=1597696/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=21796 CPUtime=51.1
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 5331 0 0 0 5093 17 0 0 25 0 1 0 277420197 22319104 5217 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 5449 5217 140 302 0 5144 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 21796

[startup+102.347 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 25234
/proc/meminfo: memFree=1588672/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=31308 CPUtime=102.31
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 7722 0 0 0 10203 28 0 0 25 0 1 0 277420197 32059392 7479 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 7827 7479 140 302 0 7522 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 31308

[startup+162.378 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 25234
/proc/meminfo: memFree=1580160/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=39652 CPUtime=162.32
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 9813 0 0 0 16194 38 0 0 25 0 1 0 277420197 40603648 9570 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526820 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 9913 9570 140 302 0 9608 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 39652

[startup+222.411 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 25234
/proc/meminfo: memFree=1573376/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=46452 CPUtime=222.34
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 11498 0 0 0 22187 47 0 0 25 0 1 0 277420197 47566848 11255 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 11613 11255 140 302 0 11308 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 46452

[startup+282.445 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 25234
/proc/meminfo: memFree=1567680/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=53248 CPUtime=282.36
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 13186 0 0 0 28181 55 0 0 25 0 1 0 277420197 54525952 12686 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 13312 12686 140 302 0 13007 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 53248

[startup+342.477 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 25234
/proc/meminfo: memFree=1562496/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=58592 CPUtime=342.37
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 14506 0 0 0 34174 63 0 0 25 0 1 0 277420197 59998208 14006 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527015 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 14648 14006 140 302 0 14343 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 58592

[startup+402.513 s]
/proc/loadavg: 1.03 0.99 0.99 2/78 25234
/proc/meminfo: memFree=1556992/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=64048 CPUtime=402.4
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 15845 0 0 0 40170 70 0 0 25 0 1 0 277420197 65585152 15345 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 16012 15345 140 302 0 15707 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 64048

[startup+462.547 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 25234
/proc/meminfo: memFree=1552192/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=68832 CPUtime=462.42
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 17049 0 0 0 46165 77 0 0 25 0 1 0 277420197 70483968 16549 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 17208 16549 140 302 0 16903 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 68832

[startup+522.577 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 25234
/proc/meminfo: memFree=1547648/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=73536 CPUtime=522.43
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 18193 0 0 0 52160 83 0 0 25 0 1 0 277420197 75300864 17693 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 18384 17693 140 302 0 18079 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 73536

[startup+582.609 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 25234
/proc/meminfo: memFree=1543168/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=78100 CPUtime=582.45
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 19301 0 0 0 58156 89 0 0 25 0 1 0 277420197 79974400 18801 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 19525 18801 140 302 0 19220 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 78100

[startup+642.644 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 25234
/proc/meminfo: memFree=1538496/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=82856 CPUtime=642.47
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 20455 0 0 0 64152 95 0 0 25 0 1 0 277420197 84844544 19955 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 20714 19955 140 302 0 20409 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 82856

[startup+702.676 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 25234
/proc/meminfo: memFree=1533824/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=87496 CPUtime=702.49
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 21630 0 0 0 70148 101 0 0 25 0 1 0 277420197 89595904 21130 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 21874 21130 140 302 0 21569 0
Current children cumulated CPU time (s) 702.49
Current children cumulated vsize (KiB) 87496

[startup+762.709 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 25234
/proc/meminfo: memFree=1529856/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=91664 CPUtime=762.5
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 22620 0 0 0 76145 105 0 0 25 0 1 0 277420197 93863936 22120 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 22916 22120 140 302 0 22611 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 91664

[startup+822.746 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 25234
/proc/meminfo: memFree=1525184/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=96308 CPUtime=822.53
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 23786 0 0 0 82141 112 0 0 25 0 1 0 277420197 98619392 23286 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 24077 23286 140 302 0 23772 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 96308

[startup+882.778 s]
/proc/loadavg: 1.06 1.00 1.00 2/78 25234
/proc/meminfo: memFree=1520704/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=102736 CPUtime=882.54
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 25430 0 0 0 88135 119 0 0 25 0 1 0 277420197 105201664 24417 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 25684 24417 140 302 0 25379 0
Current children cumulated CPU time (s) 882.54
Current children cumulated vsize (KiB) 102736

[startup+942.809 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 25234
/proc/meminfo: memFree=1516032/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=107408 CPUtime=942.55
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 26578 0 0 0 94129 126 0 0 25 0 1 0 277420197 109985792 25565 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 26852 25565 140 302 0 26547 0
Current children cumulated CPU time (s) 942.55
Current children cumulated vsize (KiB) 107408

[startup+1002.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25234
/proc/meminfo: memFree=1512448/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=111200 CPUtime=1002.57
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 27491 0 0 0 100127 130 0 0 25 0 1 0 277420197 113868800 26478 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 27800 26478 140 302 0 27495 0
Current children cumulated CPU time (s) 1002.57
Current children cumulated vsize (KiB) 111200

[startup+1062.88 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25234
/proc/meminfo: memFree=1509056/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=114668 CPUtime=1062.6
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 28328 0 0 0 106124 136 0 0 25 0 1 0 277420197 117420032 27315 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 28667 27315 140 302 0 28362 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 114668

[startup+1122.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25234
/proc/meminfo: memFree=1505856/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=117900 CPUtime=1122.61
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 29126 0 0 0 112119 142 0 0 25 0 1 0 277420197 120729600 28113 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 29475 28113 140 302 0 29170 0
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (KiB) 117900

[startup+1182.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25234
/proc/meminfo: memFree=1502592/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=121248 CPUtime=1182.63
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 29958 0 0 0 118118 145 0 0 25 0 1 0 277420197 124157952 28945 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 30312 28945 140 302 0 30007 0
Current children cumulated CPU time (s) 1182.63
Current children cumulated vsize (KiB) 121248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25234
/proc/meminfo: memFree=1501632/2055920 swapFree=4147496/4192956
[pid=25233] ppid=25231 vsize=122140 CPUtime=1200.05
/proc/25233/stat : 25233 (Spear-32) R 25231 25233 24506 0 -1 4194304 30177 0 0 0 119858 147 0 0 25 0 1 0 277420197 125071360 29164 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/25233/statm: 30535 29164 140 302 0 30230 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 122140

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.38
CPU time (s): 1200.07
CPU user time (s): 1198.58
CPU system time (s): 1.48977
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 122140

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

runsolver used 1.34479 second user time and 2.92455 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Tue Feb 27 11:10:55 UTC 2007

IDJOB= 311708
IDBENCH= 20321
IDSOLVER= 131
FILE ID= node7/311708-1172574655

PBS_JOBID= 3971676

Free space on /tmp= 66551 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v2405/unif2p-p0.8-v2405-c7479-S1117386741-13-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/311708-1172574655/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/311708-1172574655/instance-311708-1172574655.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-311708-1172574655 -o ROOT/results/node7/solver-311708-1172574655 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/311708-1172574655/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/311708-1172574655/instance-311708-1172574655.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  f92c9470ce530d69e9c5c87f2f1f8a3e

RANDOM SEED= 166181221

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.232
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.232
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:       1618720 kB
Buffers:         50416 kB
Cached:         292668 kB
SwapCached:       9088 kB
Active:         220204 kB
Inactive:       146200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618720 kB
SwapTotal:     4192956 kB
SwapFree:      4147496 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:          30100 kB
Slab:            56340 kB
Committed_AS:   928052 kB
PageTables:       1764 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= 66551 MiB

End job on node7 on Tue Feb 27 11:30:57 UTC 2007