Trace number 304615

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.06 1200.61

General information on the benchmark

Namerandom/LargeSize/7SAT/v160/
unif-k7-r85-v160-c13600-S1617760096-16.cnf
MD5SUM5f3213e2fda965548b3e8a74d5e8ed7c
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 variables160
Number of clauses13600
Sum of the clauses size95200
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 513600

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/304615-1172062188/instance-304615-1172062188.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/node33/watcher-304615-1172062188 -o ROOT/results/node33/solver-304615-1172062188 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304615-1172062188/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/304615-1172062188/instance-304615-1172062188.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.92 0.98 0.99 3/64 4382
/proc/meminfo: memFree=1082448/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=1396 CPUtime=0
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 131254119 1429504 165 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 349 165 128 302 0 44 0

[startup+0.106782 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4382
/proc/meminfo: memFree=1082448/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=2580 CPUtime=0.1
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 464 0 0 0 10 0 0 0 18 0 1 0 131254119 2641920 448 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 645 448 140 302 0 340 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2580

[startup+0.514864 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4382
/proc/meminfo: memFree=1082448/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=3480 CPUtime=0.51
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 707 0 0 0 50 1 0 0 22 0 1 0 131254119 3563520 691 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 870 691 140 302 0 565 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3480

[startup+1.33503 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 4383
/proc/meminfo: memFree=1079048/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=5016 CPUtime=1.32
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 1077 0 0 0 130 2 0 0 25 0 1 0 131254119 5136384 1061 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 1254 1061 140 302 0 949 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5016

[startup+2.97337 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 4383
/proc/meminfo: memFree=1077320/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=7200 CPUtime=2.96
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 1609 0 0 0 293 3 0 0 25 0 1 0 131254119 7372800 1593 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 1800 1593 140 302 0 1495 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7200

[startup+6.25005 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 4383
/proc/meminfo: memFree=1073864/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=10172 CPUtime=6.24
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 2361 0 0 0 619 5 0 0 25 0 1 0 131254119 10416128 2345 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 2543 2345 140 302 0 2238 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 10172

[startup+12.7054 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 4383
/proc/meminfo: memFree=1069192/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=14552 CPUtime=12.69
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 3472 0 0 0 1261 8 0 0 25 0 1 0 131254119 14901248 3423 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 3638 3423 140 302 0 3333 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14552

[startup+25.607 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 4383
/proc/meminfo: memFree=1062920/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=21172 CPUtime=25.59
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 5136 0 0 0 2547 12 0 0 25 0 1 0 131254119 21680128 5022 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 5293 5022 140 302 0 4988 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 21172

[startup+51.2143 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 4383
/proc/meminfo: memFree=1053704/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=30064 CPUtime=51.18
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 7379 0 0 0 5099 19 0 0 25 0 1 0 131254119 30785536 7265 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 7516 7265 140 302 0 7211 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 30064

[startup+102.425 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 4383
/proc/meminfo: memFree=1041032/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=43320 CPUtime=102.38
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 10698 0 0 0 10206 32 0 0 25 0 1 0 131254119 44359680 10455 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 10830 10455 140 302 0 10525 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 43320

[startup+162.446 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4383
/proc/meminfo: memFree=1029320/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=55024 CPUtime=162.38
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 13575 0 0 0 16197 41 0 0 25 0 1 0 131254119 56344576 13332 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 13756 13332 140 302 0 13451 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 55024

[startup+222.471 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4383
/proc/meminfo: memFree=1019720/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=64648 CPUtime=222.38
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 15970 0 0 0 22188 50 0 0 25 0 1 0 131254119 66199552 15727 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 16162 15727 140 302 0 15857 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 64648

[startup+282.493 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4383
/proc/meminfo: memFree=1011592/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=73824 CPUtime=282.38
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 18276 0 0 0 28180 58 0 0 25 0 1 0 131254119 75595776 17776 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 18456 17776 140 302 0 18151 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 73824

[startup+342.509 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4383
/proc/meminfo: memFree=1003592/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=81936 CPUtime=342.38
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 20239 0 0 0 34172 66 0 0 25 0 1 0 131254119 83902464 19739 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 20484 19739 140 302 0 20179 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 81936

[startup+402.532 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4383
/proc/meminfo: memFree=996744/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=88820 CPUtime=402.37
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 21958 0 0 0 40165 72 0 0 25 0 1 0 131254119 90951680 21458 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 22205 21458 140 302 0 21900 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 88820

[startup+462.551 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4383
/proc/meminfo: memFree=990216/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=95240 CPUtime=462.37
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 23588 0 0 0 46159 78 0 0 25 0 1 0 131254119 97525760 23088 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 23810 23088 140 302 0 23505 0
Current children cumulated CPU time (s) 462.37
Current children cumulated vsize (KiB) 95240

[startup+522.572 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4383
/proc/meminfo: memFree=984008/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=101628 CPUtime=522.37
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 25147 0 0 0 52151 86 0 0 25 0 1 0 131254119 104067072 24647 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 25407 24647 140 302 0 25102 0
Current children cumulated CPU time (s) 522.37
Current children cumulated vsize (KiB) 101628

[startup+582.597 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 4383
/proc/meminfo: memFree=978120/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=107308 CPUtime=582.38
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 26599 0 0 0 58146 92 0 0 25 0 1 0 131254119 109883392 26099 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 26827 26099 140 302 0 26522 0
Current children cumulated CPU time (s) 582.38
Current children cumulated vsize (KiB) 107308

[startup+642.615 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 4383
/proc/meminfo: memFree=972296/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=113268 CPUtime=642.37
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 28050 0 0 0 64140 97 0 0 25 0 1 0 131254119 115986432 27550 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 28317 27550 140 302 0 28012 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 113268

[startup+702.646 s]
/proc/loadavg: 1.01 1.00 1.00 2/71 4487
/proc/meminfo: memFree=965400/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=118868 CPUtime=702.32
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 29449 0 0 0 70129 103 0 0 25 0 1 0 131254119 121720832 28949 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 29717 28949 140 302 0 29412 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 118868

[startup+762.698 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4581
/proc/meminfo: memFree=960840/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=124384 CPUtime=762.3
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 30844 0 0 0 76120 110 0 0 25 0 1 0 131254119 127369216 30344 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 31096 30344 140 302 0 30791 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 124384

[startup+822.726 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4581
/proc/meminfo: memFree=955784/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=129608 CPUtime=822.31
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 32128 0 0 0 82115 116 0 0 25 0 1 0 131254119 132718592 31628 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 32402 31628 140 302 0 32097 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 129608

[startup+882.752 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4581
/proc/meminfo: memFree=950792/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=136960 CPUtime=882.32
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 33901 0 0 0 88109 123 0 0 25 0 1 0 131254119 140247040 32888 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 34240 32888 140 302 0 33935 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 136960

[startup+942.769 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4581
/proc/meminfo: memFree=945928/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=141836 CPUtime=942.31
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 35144 0 0 0 94104 127 0 0 25 0 1 0 131254119 145240064 34131 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 35459 34131 140 302 0 35154 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 141836

[startup+1002.79 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4581
/proc/meminfo: memFree=940936/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=146896 CPUtime=1002.31
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 36366 0 0 0 100099 132 0 0 25 0 1 0 131254119 150421504 35353 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 36724 35353 140 302 0 36419 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 146896

[startup+1062.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4581
/proc/meminfo: memFree=936584/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=151264 CPUtime=1062.31
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 37475 0 0 0 106094 137 0 0 25 0 1 0 131254119 154894336 36462 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 37816 36462 140 302 0 37511 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 151264

[startup+1122.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4581
/proc/meminfo: memFree=932296/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=155564 CPUtime=1122.31
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 38525 0 0 0 112088 143 0 0 25 0 1 0 131254119 159297536 37512 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 38891 37512 140 302 0 38586 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 155564

[startup+1182.85 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 4581
/proc/meminfo: memFree=928200/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=160004 CPUtime=1182.31
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 39566 0 0 0 118085 146 0 0 25 0 1 0 131254119 163844096 38553 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 40001 38553 140 302 0 39696 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 160004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.57 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 4581
/proc/meminfo: memFree=926920/2055920 swapFree=4183936/4192956
[pid=4382] ppid=4380 vsize=161156 CPUtime=1200.03
/proc/4382/stat : 4382 (Spear-32) R 4380 4382 3566 0 -1 4194304 39868 0 0 0 119855 148 0 0 25 0 1 0 131254119 165023744 38855 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/4382/statm: 40289 38855 140 302 0 39984 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 161156

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.61
CPU time (s): 1200.06
CPU user time (s): 1198.55
CPU system time (s): 1.50977
CPU usage (%): 99.9549
Max. virtual memory (cumulated for all children) (KiB): 161156

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

runsolver used 0.819875 second user time and 2.47062 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Wed Feb 21 12:49:48 UTC 2007

IDJOB= 304615
IDBENCH= 20136
IDSOLVER= 131
FILE ID= node33/304615-1172062188

PBS_JOBID= 3892756

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v160/unif-k7-r85-v160-c13600-S1617760096-16.cnf
COMMAND LINE= /tmp/evaluation/304615-1172062188/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/304615-1172062188/instance-304615-1172062188.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-304615-1172062188 -o ROOT/results/node33/solver-304615-1172062188 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/304615-1172062188/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/304615-1172062188/instance-304615-1172062188.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  5f3213e2fda965548b3e8a74d5e8ed7c

RANDOM SEED= 807974860

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.259
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.259
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:       1082920 kB
Buffers:         43964 kB
Cached:         819876 kB
SwapCached:       3092 kB
Active:         123884 kB
Inactive:       749552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1082920 kB
SwapTotal:     4192956 kB
SwapFree:      4183936 kB
Dirty:            1928 kB
Writeback:           0 kB
Mapped:          15552 kB
Slab:            85616 kB
Committed_AS:   209148 kB
PageTables:       1408 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= 66562 MiB

End job on node33 on Wed Feb 21 13:09:51 UTC 2007