Trace number 301049

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.1 1200.41

General information on the benchmark

Namerandom/LargeSize/5SAT/v600/
unif-k5-r20-v600-c12000-S1556473581-06.cnf
MD5SUM1fbae11d60497da7fab37c36d35c584b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.7915
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses12000
Sum of the clauses size60000
Maximum clause length5
Minimum clause length5
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 512000
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/301049-1171949507/instance-301049-1171949507.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-301049-1171949507 -o ROOT/results/node7/solver-301049-1171949507 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301049-1171949507/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/301049-1171949507/instance-301049-1171949507.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.08 1.02 0.97 3/77 1751
/proc/meminfo: memFree=1673032/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=1548 CPUtime=0
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 214905433 1585152 179 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 387 179 128 302 0 82 0

[startup+0.106723 s]
/proc/loadavg: 1.08 1.02 0.97 3/77 1751
/proc/meminfo: memFree=1673032/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=2592 CPUtime=0.1
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 461 0 0 0 10 0 0 0 18 0 1 0 214905433 2654208 445 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 648 446 140 302 0 343 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2592

[startup+0.514766 s]
/proc/loadavg: 1.08 1.02 0.97 3/77 1751
/proc/meminfo: memFree=1673032/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=4152 CPUtime=0.5
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 856 0 0 0 50 0 0 0 21 0 1 0 214905433 4251648 840 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 1038 840 140 302 0 733 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4152

[startup+1.33485 s]
/proc/loadavg: 1.08 1.02 0.97 2/78 1752
/proc/meminfo: memFree=1668352/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=6588 CPUtime=1.33
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 1472 0 0 0 132 1 0 0 25 0 1 0 214905433 6746112 1456 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 1647 1456 140 302 0 1342 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 6588

[startup+2.97102 s]
/proc/loadavg: 1.08 1.02 0.97 2/78 1752
/proc/meminfo: memFree=1665344/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=10444 CPUtime=2.96
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 2415 0 0 0 294 2 0 0 25 0 1 0 214905433 10694656 2399 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 2611 2399 140 302 0 2306 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 10444

[startup+6.25237 s]
/proc/loadavg: 1.08 1.02 0.97 2/78 1752
/proc/meminfo: memFree=1659328/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=15704 CPUtime=6.24
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 3741 0 0 0 620 4 0 0 25 0 1 0 214905433 16080896 3725 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 3926 3725 140 302 0 3621 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 15704

[startup+12.703 s]
/proc/loadavg: 1.07 1.02 0.97 2/78 1752
/proc/meminfo: memFree=1650624/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=23776 CPUtime=12.69
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 5785 0 0 0 1262 7 0 0 25 0 1 0 214905433 24346624 5736 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 5944 5736 140 302 0 5639 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23776

[startup+25.5114 s]
/proc/loadavg: 1.06 1.02 0.97 2/78 1752
/proc/meminfo: memFree=1639360/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=35460 CPUtime=25.49
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 8739 0 0 0 2537 12 0 0 25 0 1 0 214905433 36311040 8625 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 8865 8625 140 302 0 8560 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35460

[startup+51.1251 s]
/proc/loadavg: 1.04 1.01 0.97 2/78 1752
/proc/meminfo: memFree=1622720/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=51640 CPUtime=51.1
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 12802 0 0 0 5090 20 0 0 25 0 1 0 214905433 52879360 12688 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 12910 12688 140 302 0 12605 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 51640

[startup+102.347 s]
/proc/loadavg: 1.01 1.01 0.97 2/78 1752
/proc/meminfo: memFree=1599488/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=75320 CPUtime=102.31
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 18750 0 0 0 10198 33 0 0 25 0 1 0 214905433 77127680 18507 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 18830 18507 140 302 0 18525 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 75320

[startup+162.383 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 1752
/proc/meminfo: memFree=1577664/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=96696 CPUtime=162.33
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 24109 0 0 0 16187 46 0 0 25 0 1 0 214905433 99016704 23866 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 24174 23866 140 302 0 23869 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 96696

[startup+222.413 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 1752
/proc/meminfo: memFree=1558400/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=115972 CPUtime=222.35
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 28930 0 0 0 22179 56 0 0 25 0 1 0 214905433 118755328 28687 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 28993 28687 140 302 0 28688 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 115972

[startup+282.446 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 1752
/proc/meminfo: memFree=1542144/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=133248 CPUtime=282.37
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 33248 0 0 0 28170 67 0 0 25 0 1 0 214905433 136445952 32748 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 33312 32748 140 302 0 33007 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 133248

[startup+342.477 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 1752
/proc/meminfo: memFree=1526208/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=149116 CPUtime=342.38
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 37228 0 0 0 34162 76 0 0 25 0 1 0 214905433 152694784 36728 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 37279 36728 140 302 0 36974 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 149116

[startup+402.514 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 1752
/proc/meminfo: memFree=1511488/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=163648 CPUtime=402.4
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 40855 0 0 0 40156 84 0 0 25 0 1 0 214905433 167575552 40355 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 40912 40355 140 302 0 40607 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 163648

[startup+462.545 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 1752
/proc/meminfo: memFree=1498816/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=176540 CPUtime=462.42
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 44041 0 0 0 46148 94 0 0 25 0 1 0 214905433 180776960 43541 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 44135 43541 140 302 0 43830 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 176540

[startup+522.581 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 1754
/proc/meminfo: memFree=1486592/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=188708 CPUtime=522.43
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 47088 0 0 0 52140 103 0 0 25 0 1 0 214905433 193236992 46588 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 47177 46588 140 302 0 46872 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 188708

[startup+582.614 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 1754
/proc/meminfo: memFree=1475200/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=200036 CPUtime=582.46
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 49906 0 0 0 58135 111 0 0 25 0 1 0 214905433 204836864 49406 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 50009 49406 140 302 0 49704 0
Current children cumulated CPU time (s) 582.46
Current children cumulated vsize (KiB) 200036

[startup+642.647 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 1754
/proc/meminfo: memFree=1463104/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=212096 CPUtime=642.47
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 52916 0 0 0 64127 120 0 0 25 0 1 0 214905433 217186304 52416 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 53024 52416 140 302 0 52719 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 212096

[startup+702.677 s]
/proc/loadavg: 1.00 1.00 0.97 2/78 1754
/proc/meminfo: memFree=1451648/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=223632 CPUtime=702.48
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 55812 0 0 0 70119 129 0 0 25 0 1 0 214905433 228999168 55312 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 55908 55312 140 302 0 55603 0
Current children cumulated CPU time (s) 702.48
Current children cumulated vsize (KiB) 223632

[startup+762.71 s]
/proc/loadavg: 1.03 1.01 0.98 2/78 1754
/proc/meminfo: memFree=1440704/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=234588 CPUtime=762.5
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 58541 0 0 0 76111 139 0 0 25 0 1 0 214905433 240218112 58041 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526955 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 58647 58041 140 302 0 58342 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 234588

[startup+822.747 s]
/proc/loadavg: 1.01 1.01 0.98 2/78 1754
/proc/meminfo: memFree=1430592/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=246680 CPUtime=822.52
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 61575 0 0 0 82105 147 0 0 25 0 1 0 214905433 252600320 60562 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 61670 60562 140 302 0 61365 0
Current children cumulated CPU time (s) 822.52
Current children cumulated vsize (KiB) 246680

[startup+882.782 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 1754
/proc/meminfo: memFree=1421568/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=255712 CPUtime=882.55
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 63830 0 0 0 88099 156 0 0 25 0 1 0 214905433 261849088 62817 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 63928 62817 140 302 0 63623 0
Current children cumulated CPU time (s) 882.55
Current children cumulated vsize (KiB) 255712

[startup+942.817 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 1754
/proc/meminfo: memFree=1413056/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=264556 CPUtime=942.56
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 65988 0 0 0 94094 162 0 0 25 0 1 0 214905433 270905344 64975 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 66139 64975 140 302 0 65834 0
Current children cumulated CPU time (s) 942.56
Current children cumulated vsize (KiB) 264556

[startup+1002.85 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 1754
/proc/meminfo: memFree=1404480/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=273016 CPUtime=1002.58
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 68121 0 0 0 100089 169 0 0 25 0 1 0 214905433 279568384 67108 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 68254 67108 140 302 0 67949 0
Current children cumulated CPU time (s) 1002.58
Current children cumulated vsize (KiB) 273016

[startup+1062.89 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 1754
/proc/meminfo: memFree=1396224/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=281032 CPUtime=1062.6
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 70150 0 0 0 106085 175 0 0 25 0 1 0 214905433 287776768 69137 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 70258 69137 140 302 0 69953 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 281032

[startup+1122.92 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 1754
/proc/meminfo: memFree=1388544/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=288888 CPUtime=1122.62
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 72087 0 0 0 112081 181 0 0 25 0 1 0 214905433 295821312 71074 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 72222 71074 140 302 0 71917 0
Current children cumulated CPU time (s) 1122.62
Current children cumulated vsize (KiB) 288888

[startup+1182.95 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 1754
/proc/meminfo: memFree=1381184/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=296368 CPUtime=1182.63
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 73920 0 0 0 118077 186 0 0 25 0 1 0 214905433 303480832 72907 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 74092 72907 140 302 0 73787 0
Current children cumulated CPU time (s) 1182.63
Current children cumulated vsize (KiB) 296368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.36 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 1754
/proc/meminfo: memFree=1379072/2055920 swapFree=4142368/4192956
[pid=1751] ppid=1749 vsize=298316 CPUtime=1200.05
/proc/1751/stat : 1751 (Spear-32) R 1749 1751 1039 0 -1 4194304 74427 0 0 0 119817 188 0 0 25 0 1 0 214905433 305475584 73414 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1751/statm: 74579 73414 140 302 0 74274 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 298316

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.41
CPU time (s): 1200.1
CPU user time (s): 1198.18
CPU system time (s): 1.92471
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 298316

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

runsolver used 1.43778 second user time and 2.83457 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Tue Feb 20 05:31:47 UTC 2007

IDJOB= 301049
IDBENCH= 20049
IDSOLVER= 132
FILE ID= node7/301049-1171949507

PBS_JOBID= 3848947

Free space on /tmp= 66547 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v600/unif-k5-r20-v600-c12000-S1556473581-06.cnf
COMMAND LINE= /tmp/evaluation/301049-1171949507/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/301049-1171949507/instance-301049-1171949507.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-301049-1171949507 -o ROOT/results/node7/solver-301049-1171949507 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301049-1171949507/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/301049-1171949507/instance-301049-1171949507.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  1fbae11d60497da7fab37c36d35c584b

RANDOM SEED= 263983003

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:       1673504 kB
Buffers:         51632 kB
Cached:         232328 kB
SwapCached:      16056 kB
Active:         220932 kB
Inactive:        93108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673504 kB
SwapTotal:     4192956 kB
SwapFree:      4142368 kB
Dirty:            1836 kB
Writeback:           0 kB
Mapped:          29784 kB
Slab:            53920 kB
Committed_AS:   794740 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= 66547 MiB

End job on node7 on Tue Feb 20 05:51:49 UTC 2007