Trace number 294816

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.09 1200.52

General information on the benchmark

Namerandom/OnTreshold/7SAT/v65/
unif-k7-r89-v65-c5785-S1387394500-16.UNSAT.shuffled.cnf
MD5SUM997a38106b41acec00160b9638f74d24
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 variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55785

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/294816-1171794973/instance-294816-1171794973.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/node12/watcher-294816-1171794973 -o ROOT/results/node12/solver-294816-1171794973 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/294816-1171794973/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/294816-1171794973/instance-294816-1171794973.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: 1.00 1.00 1.00 3/77 16984
/proc/meminfo: memFree=314408/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=1396 CPUtime=0
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 199451733 1429504 164 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 349 164 128 302 0 44 0

[startup+0.107111 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 16984
/proc/meminfo: memFree=314408/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=2052 CPUtime=0.1
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 341 0 0 0 10 0 0 0 18 0 1 0 199451733 2101248 325 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 513 325 140 302 0 208 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2052

[startup+0.515186 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 16984
/proc/meminfo: memFree=314408/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=2848 CPUtime=0.5
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 536 0 0 0 50 0 0 0 22 0 1 0 199451733 2916352 520 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 712 520 140 302 0 407 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2848

[startup+1.33533 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16985
/proc/meminfo: memFree=312096/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=3748 CPUtime=1.32
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 785 0 0 0 131 1 0 0 25 0 1 0 199451733 3837952 769 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 937 769 140 302 0 632 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3748

[startup+2.97463 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16985
/proc/meminfo: memFree=310944/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=5192 CPUtime=2.96
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 1110 0 0 0 294 2 0 0 25 0 1 0 199451733 5316608 1094 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 1298 1094 140 302 0 993 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5192

[startup+6.25122 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16985
/proc/meminfo: memFree=308904/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=6896 CPUtime=6.24
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 1560 0 0 0 619 5 0 0 25 0 1 0 199451733 7061504 1511 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 1724 1511 140 302 0 1419 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6896

[startup+12.7104 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16985
/proc/meminfo: memFree=306344/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=9372 CPUtime=12.69
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 2152 0 0 0 1262 7 0 0 25 0 1 0 199451733 9596928 2103 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 2343 2103 140 302 0 2038 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9372

[startup+25.5147 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16985
/proc/meminfo: memFree=302888/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=13104 CPUtime=25.49
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 3093 0 0 0 2538 11 0 0 25 0 1 0 199451733 13418496 2979 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 3276 2979 140 302 0 2971 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13104

[startup+51.1263 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16985
/proc/meminfo: memFree=298088/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=17828 CPUtime=51.1
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 4254 0 0 0 5094 16 0 0 25 0 1 0 199451733 18255872 4140 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 4457 4140 140 302 0 4152 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 17828

[startup+102.348 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16985
/proc/meminfo: memFree=291432/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=25128 CPUtime=102.3
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 6046 0 0 0 10203 27 0 0 25 0 1 0 199451733 25731072 5803 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 6282 5803 140 302 0 5977 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 25128

[startup+162.384 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16985
/proc/meminfo: memFree=285224/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=31352 CPUtime=162.32
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 7562 0 0 0 16196 36 0 0 25 0 1 0 199451733 32104448 7319 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 7838 7319 140 302 0 7533 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 31352

[startup+222.419 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16987
/proc/meminfo: memFree=280104/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=36600 CPUtime=222.33
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 8838 0 0 0 22189 44 0 0 25 0 1 0 199451733 37478400 8595 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 9150 8595 140 302 0 8845 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 36600

[startup+282.454 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16987
/proc/meminfo: memFree=275752/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=41956 CPUtime=282.35
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 10186 0 0 0 28183 52 0 0 25 0 1 0 199451733 42962944 9686 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 10489 9686 140 302 0 10184 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 41956

[startup+342.488 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16987
/proc/meminfo: memFree=271208/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=46612 CPUtime=342.36
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 11316 0 0 0 34177 59 0 0 25 0 1 0 199451733 47730688 10816 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 11653 10816 140 302 0 11348 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 46612

[startup+402.525 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16987
/proc/meminfo: memFree=267624/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=50336 CPUtime=402.37
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 12198 0 0 0 40172 65 0 0 25 0 1 0 199451733 51544064 11698 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 12584 11698 140 302 0 12279 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 50336

[startup+462.557 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16987
/proc/meminfo: memFree=264296/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=53960 CPUtime=462.38
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 13033 0 0 0 46166 72 0 0 25 0 1 0 199451733 55255040 12533 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 13490 12533 140 302 0 13185 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 53960

[startup+522.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16987
/proc/meminfo: memFree=261160/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=56908 CPUtime=522.39
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 13815 0 0 0 52161 78 0 0 25 0 1 0 199451733 58273792 13315 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 14227 13315 140 302 0 13922 0
Current children cumulated CPU time (s) 522.39
Current children cumulated vsize (KiB) 56908

[startup+582.627 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16987
/proc/meminfo: memFree=257896/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=60660 CPUtime=582.41
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 14630 0 0 0 58157 84 0 0 25 0 1 0 199451733 62115840 14130 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 15165 14130 140 302 0 14860 0
Current children cumulated CPU time (s) 582.41
Current children cumulated vsize (KiB) 60660

[startup+642.665 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16987
/proc/meminfo: memFree=255400/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=63452 CPUtime=642.42
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 15247 0 0 0 64154 88 0 0 25 0 1 0 199451733 64974848 14747 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 15863 14747 140 302 0 15558 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 63452

[startup+702.697 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16987
/proc/meminfo: memFree=252200/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=66872 CPUtime=702.43
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 16050 0 0 0 70150 93 0 0 25 0 1 0 199451733 68476928 15550 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 16718 15550 140 302 0 16413 0
Current children cumulated CPU time (s) 702.43
Current children cumulated vsize (KiB) 66872

[startup+762.731 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16987
/proc/meminfo: memFree=249832/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=69252 CPUtime=762.45
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 16656 0 0 0 76147 98 0 0 25 0 1 0 199451733 70914048 16156 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 17313 16156 140 302 0 17008 0
Current children cumulated CPU time (s) 762.45
Current children cumulated vsize (KiB) 69252

[startup+822.773 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16987
/proc/meminfo: memFree=247336/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=71620 CPUtime=822.47
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 17277 0 0 0 82143 104 0 0 25 0 1 0 199451733 73338880 16777 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 17905 16777 140 302 0 17600 0
Current children cumulated CPU time (s) 822.47
Current children cumulated vsize (KiB) 71620

[startup+882.805 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16987
/proc/meminfo: memFree=244968/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=73948 CPUtime=882.48
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 17865 0 0 0 88140 108 0 0 25 0 1 0 199451733 75722752 17365 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 18487 17365 140 302 0 18182 0
Current children cumulated CPU time (s) 882.48
Current children cumulated vsize (KiB) 73948

[startup+942.843 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16987
/proc/meminfo: memFree=242792/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=78336 CPUtime=942.5
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 18937 0 0 0 94136 114 0 0 25 0 1 0 199451733 80216064 17924 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 19584 17924 140 302 0 19279 0
Current children cumulated CPU time (s) 942.5
Current children cumulated vsize (KiB) 78336

[startup+1002.88 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16987
/proc/meminfo: memFree=240360/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=80716 CPUtime=1002.51
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 19542 0 0 0 100133 118 0 0 25 0 1 0 199451733 82653184 18529 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 20179 18529 140 302 0 19874 0
Current children cumulated CPU time (s) 1002.51
Current children cumulated vsize (KiB) 80716

[startup+1062.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16987
/proc/meminfo: memFree=238120/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=83292 CPUtime=1062.52
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 20099 0 0 0 106130 122 0 0 25 0 1 0 199451733 85291008 19086 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 20823 19086 140 302 0 20518 0
Current children cumulated CPU time (s) 1062.52
Current children cumulated vsize (KiB) 83292

[startup+1122.95 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 16987
/proc/meminfo: memFree=236072/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=85348 CPUtime=1122.53
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 20616 0 0 0 112127 126 0 0 25 0 1 0 199451733 87396352 19603 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 21337 19603 140 302 0 21032 0
Current children cumulated CPU time (s) 1122.53
Current children cumulated vsize (KiB) 85348

[startup+1182.98 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 16987
/proc/meminfo: memFree=234152/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=87148 CPUtime=1182.55
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 21099 0 0 0 118124 131 0 0 25 0 1 0 199451733 89239552 20086 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 21787 20086 140 302 0 21482 0
Current children cumulated CPU time (s) 1182.55
Current children cumulated vsize (KiB) 87148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 16987
/proc/meminfo: memFree=233576/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=87660 CPUtime=1200.06
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 21235 0 0 0 119874 132 0 0 25 0 1 0 199451733 89763840 20222 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 21915 20222 140 302 0 21610 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 87660

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 16987
/proc/meminfo: memFree=233576/2055920 swapFree=4154904/4192956
[pid=16984] ppid=16982 vsize=87660 CPUtime=1200.06
/proc/16984/stat : 16984 (Spear-32) R 16982 16984 15696 0 -1 4194304 21235 0 0 0 119874 132 0 0 25 0 1 0 199451733 89763840 20222 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16984/statm: 21915 20222 140 302 0 21610 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 87660

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.09
CPU user time (s): 1198.75
CPU system time (s): 1.3408
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 87660

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

runsolver used 1.20782 second user time and 3.06453 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Sun Feb 18 10:36:13 UTC 2007

IDJOB= 294816
IDBENCH= 19897
IDSOLVER= 131
FILE ID= node12/294816-1171794973

PBS_JOBID= 3839311

Free space on /tmp= 66552 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v65/unif-k7-r89-v65-c5785-S1387394500-16.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/294816-1171794973/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/294816-1171794973/instance-294816-1171794973.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-294816-1171794973 -o ROOT/results/node12/solver-294816-1171794973 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/294816-1171794973/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/294816-1171794973/instance-294816-1171794973.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  997a38106b41acec00160b9638f74d24

RANDOM SEED= 967845112

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:        314816 kB
Buffers:         48444 kB
Cached:        1596360 kB
SwapCached:      18068 kB
Active:         195424 kB
Inactive:      1475580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        314816 kB
SwapTotal:     4192956 kB
SwapFree:      4154904 kB
Dirty:            1712 kB
Writeback:           0 kB
Mapped:          29916 kB
Slab:            55672 kB
Committed_AS:   939164 kB
PageTables:       1692 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= 66552 MiB

End job on node12 on Sun Feb 18 10:56:15 UTC 2007