Trace number 304944

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

General information on the benchmark

Namerandom/LargeSize/7SAT/v140/
unif-k7-r85-v140-c11900-S342579098-10.cnf
MD5SUM868195ba98c78e25f7a7fe087bb75c79
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark39.15
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
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 511900

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/304944-1172068739/instance-304944-1172068739.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/node58/watcher-304944-1172068739 -o ROOT/results/node58/solver-304944-1172068739 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304944-1172068739/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/304944-1172068739/instance-304944-1172068739.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 1.11 3/64 21899
/proc/meminfo: memFree=1693304/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=1396 CPUtime=0
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 226830615 1429504 165 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 349 165 128 302 0 44 0

[startup+0.106744 s]
/proc/loadavg: 0.92 0.98 1.11 3/64 21899
/proc/meminfo: memFree=1693304/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=2452 CPUtime=0.1
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 438 0 0 0 10 0 0 0 18 0 1 0 226830615 2510848 422 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 613 422 140 302 0 308 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2452

[startup+0.514788 s]
/proc/loadavg: 0.92 0.98 1.11 3/64 21899
/proc/meminfo: memFree=1693304/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=3384 CPUtime=0.5
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 684 0 0 0 50 0 0 0 21 0 1 0 226830615 3465216 668 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 846 668 140 302 0 541 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3384

[startup+1.33488 s]
/proc/loadavg: 0.92 0.98 1.11 2/65 21900
/proc/meminfo: memFree=1690032/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=4832 CPUtime=1.33
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 1042 0 0 0 132 1 0 0 25 0 1 0 226830615 4947968 1026 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 1208 1026 140 302 0 903 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 4832

[startup+2.97106 s]
/proc/loadavg: 0.92 0.98 1.11 2/65 21900
/proc/meminfo: memFree=1688432/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=6768 CPUtime=2.96
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 1527 0 0 0 295 1 0 0 25 0 1 0 226830615 6930432 1511 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 1692 1511 140 302 0 1387 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6768

[startup+6.25142 s]
/proc/loadavg: 0.93 0.98 1.10 2/65 21900
/proc/meminfo: memFree=1685232/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=9492 CPUtime=6.24
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 2214 0 0 0 620 4 0 0 25 0 1 0 226830615 9719808 2198 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 2373 2198 140 302 0 2068 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 9492

[startup+12.7041 s]
/proc/loadavg: 0.93 0.98 1.10 2/65 21900
/proc/meminfo: memFree=1681080/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=13516 CPUtime=12.69
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 3205 0 0 0 1262 7 0 0 25 0 1 0 226830615 13840384 3156 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 3379 3156 140 302 0 3074 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13516

[startup+25.5065 s]
/proc/loadavg: 0.95 0.98 1.10 2/65 21900
/proc/meminfo: memFree=1675448/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=19496 CPUtime=25.49
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 4706 0 0 0 2538 11 0 0 25 0 1 0 226830615 19963904 4592 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 4874 4592 140 302 0 4569 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19496

[startup+51.1124 s]
/proc/loadavg: 0.96 0.98 1.10 2/65 21900
/proc/meminfo: memFree=1667064/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=27804 CPUtime=51.09
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 6787 0 0 0 5091 18 0 0 25 0 1 0 226830615 28471296 6673 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 6951 6673 140 302 0 6646 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 27804

[startup+102.326 s]
/proc/loadavg: 0.98 0.98 1.09 2/65 21902
/proc/meminfo: memFree=1655224/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=40132 CPUtime=102.29
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 9881 0 0 0 10199 30 0 0 25 0 1 0 226830615 41095168 9638 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 10033 9638 140 302 0 9728 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 40132

[startup+162.349 s]
/proc/loadavg: 0.99 0.98 1.08 2/65 21902
/proc/meminfo: memFree=1644408/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=50972 CPUtime=162.29
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 12532 0 0 0 16189 40 0 0 25 0 1 0 226830615 52195328 12289 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 12743 12289 140 302 0 12438 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 50972

[startup+222.37 s]
/proc/loadavg: 0.99 0.98 1.08 2/65 21902
/proc/meminfo: memFree=1635896/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=59400 CPUtime=222.3
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 14651 0 0 0 22181 49 0 0 25 0 1 0 226830615 60825600 14408 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 14850 14408 140 302 0 14545 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 59400

[startup+282.39 s]
/proc/loadavg: 0.99 0.98 1.07 2/65 21902
/proc/meminfo: memFree=1628216/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=68520 CPUtime=282.31
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 16830 0 0 0 28172 59 0 0 25 0 1 0 226830615 70164480 16330 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 17130 16330 140 302 0 16825 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 68520

[startup+342.41 s]
/proc/loadavg: 0.99 0.98 1.06 2/65 21902
/proc/meminfo: memFree=1620792/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=75784 CPUtime=342.31
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 18676 0 0 0 34165 66 0 0 25 0 1 0 226830615 77602816 18176 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 18946 18176 140 302 0 18641 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 75784

[startup+402.43 s]
/proc/loadavg: 0.99 0.98 1.06 2/65 21902
/proc/meminfo: memFree=1614264/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=82428 CPUtime=402.31
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 20281 0 0 0 40156 75 0 0 25 0 1 0 226830615 84406272 19781 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 20607 19781 140 302 0 20302 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 82428

[startup+462.452 s]
/proc/loadavg: 1.07 1.00 1.06 2/65 21902
/proc/meminfo: memFree=1608568/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=88096 CPUtime=462.31
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 21686 0 0 0 46150 81 0 0 25 0 1 0 226830615 90210304 21186 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 22024 21186 140 302 0 21719 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 88096

[startup+522.473 s]
/proc/loadavg: 1.03 1.00 1.05 2/65 21902
/proc/meminfo: memFree=1603320/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=93312 CPUtime=522.33
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 23006 0 0 0 52145 88 0 0 25 0 1 0 226830615 95551488 22506 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 23328 22506 140 302 0 23023 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 93312

[startup+582.494 s]
/proc/loadavg: 1.01 1.00 1.05 2/65 21902
/proc/meminfo: memFree=1597944/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=98572 CPUtime=582.33
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 24331 0 0 0 58139 94 0 0 25 0 1 0 226830615 100937728 23831 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 24643 23831 140 302 0 24338 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 98572

[startup+642.521 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 21902
/proc/meminfo: memFree=1592120/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=104516 CPUtime=642.34
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 25782 0 0 0 64134 100 0 0 25 0 1 0 226830615 107024384 25282 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 26129 25282 140 302 0 25824 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 104516

[startup+702.542 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 21902
/proc/meminfo: memFree=1587896/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=108848 CPUtime=702.34
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 26838 0 0 0 70129 105 0 0 25 0 1 0 226830615 111460352 26338 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 27212 26338 140 302 0 26907 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 108848

[startup+762.566 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 21902
/proc/meminfo: memFree=1583736/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=113272 CPUtime=762.35
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 27862 0 0 0 76125 110 0 0 25 0 1 0 226830615 115990528 27362 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 28318 27362 140 302 0 28013 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 113272

[startup+822.593 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 21902
/proc/meminfo: memFree=1580024/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=116876 CPUtime=822.36
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 28804 0 0 0 82121 115 0 0 25 0 1 0 226830615 119681024 28304 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 29219 28304 140 302 0 28914 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 116876

[startup+882.613 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 21902
/proc/meminfo: memFree=1576248/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=120712 CPUtime=882.37
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 29732 0 0 0 88117 120 0 0 25 0 1 0 226830615 123609088 29232 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526708 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 30178 29232 140 302 0 29873 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 120712

[startup+942.634 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 21902
/proc/meminfo: memFree=1572472/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=126752 CPUtime=942.37
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 31209 0 0 0 94112 125 0 0 25 0 1 0 226830615 129794048 30196 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 31688 30196 140 302 0 31383 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 126752

[startup+1002.66 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 21902
/proc/meminfo: memFree=1569016/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=130080 CPUtime=1002.39
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 32066 0 0 0 100110 129 0 0 25 0 1 0 226830615 133201920 31053 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 32520 31053 140 302 0 32215 0
Current children cumulated CPU time (s) 1002.39
Current children cumulated vsize (KiB) 130080

[startup+1062.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21902
/proc/meminfo: memFree=1565432/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=133936 CPUtime=1062.4
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 32947 0 0 0 106107 133 0 0 25 0 1 0 226830615 137150464 31934 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539775 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 33484 31934 140 302 0 33179 0
Current children cumulated CPU time (s) 1062.4
Current children cumulated vsize (KiB) 133936

[startup+1122.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21902
/proc/meminfo: memFree=1562168/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=137300 CPUtime=1122.4
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 33774 0 0 0 112102 138 0 0 25 0 1 0 226830615 140595200 32761 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 34325 32761 140 302 0 34020 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 137300

[startup+1182.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21902
/proc/meminfo: memFree=1558904/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=140824 CPUtime=1182.42
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 34595 0 0 0 118099 143 0 0 25 0 1 0 226830615 144203776 33582 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 35206 33582 140 302 0 34901 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 140824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21902
/proc/meminfo: memFree=1557944/2055920 swapFree=4182212/4192956
[pid=21899] ppid=21897 vsize=141760 CPUtime=1200.03
/proc/21899/stat : 21899 (Spear-32) R 21897 21899 20486 0 -1 4194304 34834 0 0 0 119859 144 0 0 25 0 1 0 226830615 145162240 33821 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21899/statm: 35440 33821 140 302 0 35135 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 141760

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.38
CPU time (s): 1200.06
CPU user time (s): 1198.59
CPU system time (s): 1.46578
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 141760

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

runsolver used 0.888864 second user time and 2.32864 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Wed Feb 21 14:38:59 UTC 2007

IDJOB= 304944
IDBENCH= 20144
IDSOLVER= 132
FILE ID= node58/304944-1172068739

PBS_JOBID= 3892785

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v140/unif-k7-r85-v140-c11900-S342579098-10.cnf
COMMAND LINE= /tmp/evaluation/304944-1172068739/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/304944-1172068739/instance-304944-1172068739.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-304944-1172068739 -o ROOT/results/node58/solver-304944-1172068739 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/304944-1172068739/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/304944-1172068739/instance-304944-1172068739.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  868195ba98c78e25f7a7fe087bb75c79

RANDOM SEED= 471473044

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.234
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.234
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:       1693776 kB
Buffers:         37716 kB
Cached:         271112 kB
SwapCached:       5332 kB
Active:         214552 kB
Inactive:       106276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693776 kB
SwapTotal:     4192956 kB
SwapFree:      4182212 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          15784 kB
Slab:            27468 kB
Committed_AS:   574324 kB
PageTables:       1380 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 node58 on Wed Feb 21 14:59:02 UTC 2007