Trace number 307034

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.13 1200.45

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/307034-1172111695/instance-307034-1172111695.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/node24/watcher-307034-1172111695 -o ROOT/results/node24/solver-307034-1172111695 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307034-1172111695/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307034-1172111695/instance-307034-1172111695.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.98 1.20 3/77 29793
/proc/meminfo: memFree=1921896/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=1932 CPUtime=0
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 231123760 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 483 248 126 302 0 178 0

[startup+0.10695 s]
/proc/loadavg: 0.91 0.98 1.20 3/77 29793
/proc/meminfo: memFree=1921896/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=4968 CPUtime=0.1
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 1161 0 0 0 9 1 0 0 18 0 1 0 231123760 5087232 980 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 1242 980 129 302 0 937 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4968

[startup+0.514993 s]
/proc/loadavg: 0.91 0.98 1.20 3/77 29793
/proc/meminfo: memFree=1921896/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=6672 CPUtime=0.5
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 1619 0 0 0 48 2 0 0 21 0 1 0 231123760 6832128 1438 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/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: 0.91 0.98 1.20 2/78 29794
/proc/meminfo: memFree=1915424/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=8404 CPUtime=1.33
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 2040 0 0 0 130 3 0 0 25 0 1 0 231123760 8605696 1859 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 2101 1859 140 302 0 1796 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 8404

[startup+2.97126 s]
/proc/loadavg: 0.91 0.98 1.20 2/78 29794
/proc/meminfo: memFree=1912928/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=11820 CPUtime=2.96
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 2912 0 0 0 292 4 0 0 25 0 1 0 231123760 12103680 2731 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 2955 2731 140 302 0 2650 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 11820

[startup+6.24761 s]
/proc/loadavg: 0.92 0.98 1.20 2/78 29794
/proc/meminfo: memFree=1905696/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=18992 CPUtime=6.23
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 4677 0 0 0 617 6 0 0 25 0 1 0 231123760 19447808 4496 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 4748 4496 140 302 0 4443 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 18992

[startup+12.7043 s]
/proc/loadavg: 0.93 0.98 1.20 2/78 29794
/proc/meminfo: memFree=1892512/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=31200 CPUtime=12.69
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 7731 0 0 0 1259 10 0 0 25 0 1 0 231123760 31948800 7550 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 7800 7550 140 302 0 7495 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31200

[startup+25.5117 s]
/proc/loadavg: 0.94 0.98 1.19 2/78 29794
/proc/meminfo: memFree=1872416/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=52108 CPUtime=25.49
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 12981 0 0 0 2533 16 0 0 25 0 1 0 231123760 53358592 12767 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 13027 12767 140 302 0 12722 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52108

[startup+51.1215 s]
/proc/loadavg: 0.96 0.98 1.19 2/78 29794
/proc/meminfo: memFree=1834720/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=89056 CPUtime=51.09
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 22250 0 0 0 5080 29 0 0 25 0 1 0 231123760 91193344 21971 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 22264 21971 140 302 0 21959 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89056

[startup+102.34 s]
/proc/loadavg: 0.98 0.98 1.17 2/78 29794
/proc/meminfo: memFree=1780384/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=143360 CPUtime=102.3
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 35863 0 0 0 10183 47 0 0 25 0 1 0 231123760 146800640 35584 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 35840 35584 140 302 0 35535 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 143360

[startup+162.369 s]
/proc/loadavg: 1.05 1.00 1.17 2/78 29794
/proc/meminfo: memFree=1721248/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=202120 CPUtime=162.32
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 50584 0 0 0 16166 66 0 0 25 0 1 0 231123760 206970880 50176 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 50530 50176 140 302 0 50225 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 202120

[startup+222.393 s]
/proc/loadavg: 1.02 1.00 1.16 2/78 29794
/proc/meminfo: memFree=1677472/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=245772 CPUtime=222.32
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 61542 0 0 0 22151 81 0 0 25 0 1 0 231123760 251670528 61134 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 61443 61134 140 302 0 61138 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 245772

[startup+282.418 s]
/proc/loadavg: 1.00 1.00 1.14 2/78 29794
/proc/meminfo: memFree=1629600/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=293464 CPUtime=282.33
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 73501 0 0 0 28138 95 0 0 25 0 1 0 231123760 300507136 73093 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 73366 73093 140 302 0 73061 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 293464

[startup+342.442 s]
/proc/loadavg: 1.00 1.00 1.13 2/78 29794
/proc/meminfo: memFree=1596000/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=327032 CPUtime=342.34
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 81898 0 0 0 34127 107 0 0 25 0 1 0 231123760 334880768 81490 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 81758 81490 140 302 0 81453 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 327032

[startup+402.473 s]
/proc/loadavg: 1.06 1.02 1.13 2/78 29796
/proc/meminfo: memFree=1566240/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=357248 CPUtime=402.36
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 89468 0 0 0 40117 119 0 0 25 0 1 0 231123760 365821952 88803 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 89312 88803 140 302 0 89007 0
Current children cumulated CPU time (s) 402.36
Current children cumulated vsize (KiB) 357248

[startup+462.499 s]
/proc/loadavg: 1.02 1.01 1.11 2/78 29796
/proc/meminfo: memFree=1537760/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=386052 CPUtime=462.37
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 96687 0 0 0 46106 131 0 0 25 0 1 0 231123760 395317248 96022 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 96513 96022 140 302 0 96208 0
Current children cumulated CPU time (s) 462.37
Current children cumulated vsize (KiB) 386052

[startup+522.526 s]
/proc/loadavg: 1.01 1.00 1.10 2/78 29796
/proc/meminfo: memFree=1496224/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=427384 CPUtime=522.37
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 107062 0 0 0 52091 146 0 0 25 0 1 0 231123760 437641216 106397 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 106846 106397 140 302 0 106541 0
Current children cumulated CPU time (s) 522.37
Current children cumulated vsize (KiB) 427384

[startup+582.552 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 29796
/proc/meminfo: memFree=1463456/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=459440 CPUtime=582.4
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 115099 0 0 0 58082 158 0 0 25 0 1 0 231123760 470466560 114434 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527098 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 114860 114434 140 302 0 114555 0
Current children cumulated CPU time (s) 582.4
Current children cumulated vsize (KiB) 459440

[startup+642.58 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 29796
/proc/meminfo: memFree=1436512/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=486428 CPUtime=642.4
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 121845 0 0 0 64071 169 0 0 25 0 1 0 231123760 498102272 121180 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 121607 121180 140 302 0 121302 0
Current children cumulated CPU time (s) 642.4
Current children cumulated vsize (KiB) 486428

[startup+702.604 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 29796
/proc/meminfo: memFree=1412640/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=510316 CPUtime=702.41
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 127824 0 0 0 70063 178 0 0 25 0 1 0 231123760 522563584 127159 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 127579 127159 140 302 0 127274 0
Current children cumulated CPU time (s) 702.41
Current children cumulated vsize (KiB) 510316

[startup+762.628 s]
/proc/loadavg: 1.00 1.00 1.07 2/78 29796
/proc/meminfo: memFree=1390624/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=532300 CPUtime=762.42
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 133328 0 0 0 76054 188 0 0 25 0 1 0 231123760 545075200 132663 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 133075 132663 140 302 0 132770 0
Current children cumulated CPU time (s) 762.42
Current children cumulated vsize (KiB) 532300

[startup+822.653 s]
/proc/loadavg: 1.00 1.00 1.07 2/78 29796
/proc/meminfo: memFree=1370592/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=552044 CPUtime=822.43
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 138277 0 0 0 82048 195 0 0 25 0 1 0 231123760 565293056 137612 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 138011 137612 140 302 0 137706 0
Current children cumulated CPU time (s) 822.43
Current children cumulated vsize (KiB) 552044

[startup+882.679 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 29796
/proc/meminfo: memFree=1351136/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=571608 CPUtime=882.43
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 143167 0 0 0 88043 200 0 0 25 0 1 0 231123760 585326592 142502 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 142902 142502 140 302 0 142597 0
Current children cumulated CPU time (s) 882.43
Current children cumulated vsize (KiB) 571608

[startup+942.709 s]
/proc/loadavg: 1.00 1.00 1.06 3/78 29796
/proc/meminfo: memFree=1325600/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=597160 CPUtime=942.45
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 149561 0 0 0 94036 209 0 0 25 0 1 0 231123760 611491840 148896 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 149290 148896 140 302 0 148985 0
Current children cumulated CPU time (s) 942.45
Current children cumulated vsize (KiB) 597160

[startup+1002.73 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 29796
/proc/meminfo: memFree=1296160/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=626436 CPUtime=1002.46
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 156913 0 0 0 100025 221 0 0 25 0 1 0 231123760 641470464 156248 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 156609 156248 140 302 0 156304 0
Current children cumulated CPU time (s) 1002.46
Current children cumulated vsize (KiB) 626436

[startup+1062.76 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 29796
/proc/meminfo: memFree=1267104/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=655060 CPUtime=1062.47
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 164088 0 0 0 106015 232 0 0 25 0 1 0 231123760 670781440 163423 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 163765 163423 140 302 0 163460 0
Current children cumulated CPU time (s) 1062.47
Current children cumulated vsize (KiB) 655060

[startup+1122.79 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 29796
/proc/meminfo: memFree=1244512/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=677668 CPUtime=1122.48
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 169743 0 0 0 112009 239 0 0 25 0 1 0 231123760 693932032 169078 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 169417 169078 140 302 0 169112 0
Current children cumulated CPU time (s) 1122.48
Current children cumulated vsize (KiB) 677668

[startup+1182.81 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 29796
/proc/meminfo: memFree=1223840/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=700300 CPUtime=1182.49
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 175431 0 0 0 118001 248 0 0 25 0 1 0 231123760 717107200 174253 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 175075 174253 140 302 0 174770 0
Current children cumulated CPU time (s) 1182.49
Current children cumulated vsize (KiB) 700300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.33 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 29796
/proc/meminfo: memFree=1217632/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=706264 CPUtime=1200.01
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4194304 176916 0 0 0 119751 250 0 0 25 0 1 0 231123760 723214336 175738 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 176566 175738 140 302 0 176261 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 706264

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

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

[startup+1200.44 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 29796
/proc/meminfo: memFree=1217632/2055920 swapFree=4144184/4192956
[pid=29793] ppid=29791 vsize=0 CPUtime=1200.11
/proc/29793/stat : 29793 (Spear-32) R 29791 29793 29398 0 -1 4195332 176916 0 0 0 119751 260 0 0 25 0 1 0 231123760 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/29793/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.45
CPU time (s): 1200.13
CPU user time (s): 1197.51
CPU system time (s): 2.6176
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 706264

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

runsolver used 1.10583 second user time and 2.66359 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Thu Feb 22 02:34:55 UTC 2007

IDJOB= 307034
IDBENCH= 20195
IDSOLVER= 131
FILE ID= node24/307034-1172111695

PBS_JOBID= 3892902

Free space on /tmp= 66558 MiB

SOLVER NAME= Spear FHS 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/307034-1172111695/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307034-1172111695/instance-307034-1172111695.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-307034-1172111695 -o ROOT/results/node24/solver-307034-1172111695 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307034-1172111695/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307034-1172111695/instance-307034-1172111695.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  cde497b3d0f6b21ffcb2bc97cd2a2b18

RANDOM SEED= 411223681

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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:       1922368 kB
Buffers:          7696 kB
Cached:          63948 kB
SwapCached:       4108 kB
Active:          36212 kB
Inactive:        45392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1922368 kB
SwapTotal:     4192956 kB
SwapFree:      4144184 kB
Dirty:            2572 kB
Writeback:           0 kB
Mapped:          15728 kB
Slab:            37544 kB
Committed_AS:   756428 kB
PageTables:       1732 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= 66558 MiB

End job on node24 on Thu Feb 22 02:54:57 UTC 2007