Trace number 307035

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.2 1200.49

General information on the benchmark

Namerandom/LargeSize/3SAT/v13000/
unif-k3-r4.2-v13000-c54600-S295096144-05.cnf
MD5SUMcde497b3d0f6b21ffcb2bc97cd2a2b18
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 variables13000
Number of clauses54600
Sum of the clauses size163800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 354600
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/307035-1172111715/instance-307035-1172111715.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/node25/watcher-307035-1172111715 -o ROOT/results/node25/solver-307035-1172111715 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307035-1172111715/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/307035-1172111715/instance-307035-1172111715.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.01 1.09 3/64 12623
/proc/meminfo: memFree=1556600/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=1932 CPUtime=0
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 5793708 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 483 247 126 302 0 178 0

[startup+0.106973 s]
/proc/loadavg: 1.00 1.01 1.09 3/64 12623
/proc/meminfo: memFree=1556600/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=4968 CPUtime=0.09
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 1162 0 0 0 9 0 0 0 18 0 1 0 5793708 5087232 981 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 1242 981 129 302 0 937 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4968

[startup+0.515009 s]
/proc/loadavg: 1.00 1.01 1.09 3/64 12623
/proc/meminfo: memFree=1556600/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=6672 CPUtime=0.5
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 1619 0 0 0 49 1 0 0 21 0 1 0 5793708 6832128 1438 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 1668 1438 140 302 0 1363 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6672

[startup+1.33508 s]
/proc/loadavg: 1.00 1.01 1.09 2/65 12624
/proc/meminfo: memFree=1550128/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=8404 CPUtime=1.32
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 2046 0 0 0 131 1 0 0 25 0 1 0 5793708 8605696 1865 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 2101 1865 140 302 0 1796 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 8404

[startup+2.97123 s]
/proc/loadavg: 1.00 1.01 1.09 2/65 12624
/proc/meminfo: memFree=1547632/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=11944 CPUtime=2.96
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 2931 0 0 0 293 3 0 0 25 0 1 0 5793708 12230656 2750 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 2986 2750 140 302 0 2681 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 11944

[startup+6.24753 s]
/proc/loadavg: 1.00 1.01 1.09 2/65 12624
/proc/meminfo: memFree=1540144/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=18992 CPUtime=6.23
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 4703 0 0 0 617 6 0 0 25 0 1 0 5793708 19447808 4522 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 4748 4522 140 302 0 4443 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 18992

[startup+12.7021 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 12624
/proc/meminfo: memFree=1526960/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=31312 CPUtime=12.69
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 7768 0 0 0 1259 10 0 0 25 0 1 0 5793708 32063488 7587 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 7828 7587 140 302 0 7523 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31312

[startup+25.5453 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 12624
/proc/meminfo: memFree=1506608/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=52360 CPUtime=25.52
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 13052 0 0 0 2536 16 0 0 25 0 1 0 5793708 53616640 12838 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 13090 12838 140 302 0 12785 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 52360

[startup+51.1506 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 12624
/proc/meminfo: memFree=1468976/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=89420 CPUtime=51.13
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 22325 0 0 0 5086 27 0 0 25 0 1 0 5793708 91566080 22046 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 22355 22046 140 302 0 22050 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 89420

[startup+102.361 s]
/proc/loadavg: 1.04 1.01 1.09 2/65 12624
/proc/meminfo: memFree=1414576/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=143848 CPUtime=102.32
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 35983 0 0 0 10186 46 0 0 25 0 1 0 5793708 147300352 35704 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 35962 35704 140 302 0 35657 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 143848

[startup+162.381 s]
/proc/loadavg: 1.01 1.01 1.08 2/65 12624
/proc/meminfo: memFree=1355376/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=202588 CPUtime=162.33
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 50706 0 0 0 16167 66 0 0 25 0 1 0 5793708 207450112 50298 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527224 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 50647 50298 140 302 0 50342 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 202588

[startup+222.395 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 12624
/proc/meminfo: memFree=1311408/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=246476 CPUtime=222.33
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 61714 0 0 0 22150 83 0 0 25 0 1 0 5793708 252391424 61306 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527098 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 61619 61306 140 302 0 61314 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 246476

[startup+282.413 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 12624
/proc/meminfo: memFree=1263472/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=294304 CPUtime=282.34
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 73697 0 0 0 28134 100 0 0 25 0 1 0 5793708 301367296 73289 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 73576 73289 140 302 0 73271 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 294304

[startup+342.428 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 12624
/proc/meminfo: memFree=1229872/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=327756 CPUtime=342.33
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 82098 0 0 0 34123 110 0 0 25 0 1 0 5793708 335622144 81690 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 81939 81690 140 302 0 81634 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 327756

[startup+402.444 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 12624
/proc/meminfo: memFree=1199920/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=358316 CPUtime=402.34
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 89733 0 0 0 40112 122 0 0 25 0 1 0 5793708 366915584 89068 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 89579 89068 140 302 0 89274 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 358316

[startup+462.46 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 12624
/proc/meminfo: memFree=1170480/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=387960 CPUtime=462.33
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 97162 0 0 0 46100 133 0 0 25 0 1 0 5793708 397271040 96497 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 96990 96497 140 302 0 96685 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 387960

[startup+522.475 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 12624
/proc/meminfo: memFree=1129200/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=429136 CPUtime=522.34
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 107501 0 0 0 52084 150 0 0 25 0 1 0 5793708 439435264 106836 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526926 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 107284 106836 140 302 0 106979 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 429136

[startup+582.488 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 12624
/proc/meminfo: memFree=1096944/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=460732 CPUtime=582.34
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 115416 0 0 0 58073 161 0 0 25 0 1 0 5793708 471789568 114751 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 115183 114751 140 302 0 114878 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 460732

[startup+642.506 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 12624
/proc/meminfo: memFree=1069872/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=487824 CPUtime=642.34
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 122189 0 0 0 64062 172 0 0 25 0 1 0 5793708 499531776 121524 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 121956 121524 140 302 0 121651 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 487824

[startup+702.521 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 12624
/proc/meminfo: memFree=1046320/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=511280 CPUtime=702.34
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 128086 0 0 0 70054 180 0 0 25 0 1 0 5793708 523550720 127421 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 127820 127421 140 302 0 127515 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 511280

[startup+762.536 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 12624
/proc/meminfo: memFree=1024304/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=533380 CPUtime=762.34
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 133606 0 0 0 76046 188 0 0 25 0 1 0 5793708 546181120 132941 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 133345 132941 140 302 0 133040 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 533380

[startup+822.556 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 12624
/proc/meminfo: memFree=1004272/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=553120 CPUtime=822.35
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 138523 0 0 0 82039 196 0 0 25 0 1 0 5793708 566394880 137858 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 138280 137858 140 302 0 137975 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 553120

[startup+882.576 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 12624
/proc/meminfo: memFree=984688/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=572684 CPUtime=882.36
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 143434 0 0 0 88032 204 0 0 25 0 1 0 5793708 586428416 142769 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 143171 142769 140 302 0 142866 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 572684

[startup+942.591 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12624
/proc/meminfo: memFree=958384/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=599112 CPUtime=942.36
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 150045 0 0 0 94021 215 0 0 25 0 1 0 5793708 613490688 149380 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 149778 149380 140 302 0 149473 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 599112

[startup+1002.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12624
/proc/meminfo: memFree=928944/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=628456 CPUtime=1002.35
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 157417 0 0 0 100009 226 0 0 25 0 1 0 5793708 643538944 156752 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 157114 156752 140 302 0 156809 0
Current children cumulated CPU time (s) 1002.35
Current children cumulated vsize (KiB) 628456

[startup+1062.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12624
/proc/meminfo: memFree=900016/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=656876 CPUtime=1062.36
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 164547 0 0 0 106000 236 0 0 25 0 1 0 5793708 672641024 163882 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 164219 163882 140 302 0 163914 0
Current children cumulated CPU time (s) 1062.36
Current children cumulated vsize (KiB) 656876

[startup+1122.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12624
/proc/meminfo: memFree=877552/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=679456 CPUtime=1122.36
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 170192 0 0 0 111992 244 0 0 25 0 1 0 5793708 695762944 169527 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 169864 169527 140 302 0 169559 0
Current children cumulated CPU time (s) 1122.36
Current children cumulated vsize (KiB) 679456

[startup+1182.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12624
/proc/meminfo: memFree=856816/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=702100 CPUtime=1182.36
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 175885 0 0 0 117984 252 0 0 25 0 1 0 5793708 718950400 174707 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526941 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 175525 174707 140 302 0 175220 0
Current children cumulated CPU time (s) 1182.36
Current children cumulated vsize (KiB) 702100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12624
/proc/meminfo: memFree=850736/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=707956 CPUtime=1200.08
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4194304 177338 0 0 0 119754 254 0 0 25 0 1 0 5793708 724946944 176160 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 176989 176160 140 302 0 176684 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 707956

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

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

[startup+1200.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12624
/proc/meminfo: memFree=850736/2055920 swapFree=4192956/4192956
[pid=12623] ppid=12621 vsize=0 CPUtime=1200.18
/proc/12623/stat : 12623 (Spear-32) R 12621 12623 12225 0 -1 4195332 177338 0 0 0 119754 264 0 0 25 0 1 0 5793708 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/12623/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.49
CPU time (s): 1200.2
CPU user time (s): 1197.55
CPU system time (s): 2.6486
CPU usage (%): 99.9756
Max. virtual memory (cumulated for all children) (KiB): 707956

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

runsolver used 0.808877 second user time and 2.40263 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Thu Feb 22 02:35:15 UTC 2007

IDJOB= 307035
IDBENCH= 20195
IDSOLVER= 132
FILE ID= node25/307035-1172111715

PBS_JOBID= 3892903

Free space on /tmp= 66560 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v13000/unif-k3-r4.2-v13000-c54600-S295096144-05.cnf
COMMAND LINE= /tmp/evaluation/307035-1172111715/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/307035-1172111715/instance-307035-1172111715.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-307035-1172111715 -o ROOT/results/node25/solver-307035-1172111715 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307035-1172111715/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/307035-1172111715/instance-307035-1172111715.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  cde497b3d0f6b21ffcb2bc97cd2a2b18

RANDOM SEED= 15006429

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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:       1557072 kB
Buffers:         38784 kB
Cached:         375404 kB
SwapCached:          0 kB
Active:         176520 kB
Inactive:       252948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1557072 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2556 kB
Writeback:           0 kB
Mapped:          25464 kB
Slab:            55436 kB
Committed_AS:    78548 kB
PageTables:       1472 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= 66560 MiB

End job on node25 on Thu Feb 22 02:55:17 UTC 2007