Trace number 3308572

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT09 reference solver:precosat 236? (TO) 1300 1300.01

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
Bench CategoryAPPLICATION (applications 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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-3308572-1303983360.cnf
0.00/0.00	c found header 'p cnf 1430 79453'
0.00/0.03	c finished parsing
0.00/0.03	c
0.00/0.03	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.03	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.03	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.03	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.03	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.03	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.03	c
0.00/0.03	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.03	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.03	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.03	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.03	c
0.00/0.03	c starting search after 0.0 seconds
0.00/0.03	c no decision limit
0.00/0.03	c
0.00/0.03	c       original/binary      fixed     eliminated      learned       agility
0.00/0.03	c   seconds        variables     equivalent    conflicts       height       MB
0.00/0.03	c
0.00/0.03	c *    0.0    79453    1363      0    67      0       0      0    0.0   0    5
0.89/0.99	c s    1.0    78392     825      0   157    448       0      0    0.0   0    5
0.89/0.99	c l    1.0    78392     825      0   157    448       0  76557    0.0   0    5
0.99/1.00	c R    1.0    78392     825      0   157    448     101    101  107.5  15    6
0.99/1.02	c R    1.0    78392     825      0   157    448     202    202   80.7  18    6
0.99/1.08	c R    1.1    78392     825      0   157    448     807    807   44.2  12    6
0.99/1.09	c B    1.1    78392     825      0   157    448    1001   1001   39.2  11    6
1.09/1.17	c B    1.2    78392     825      0   157    448    2001   2001   30.2  11    6
1.19/1.20	c R    1.2    78392     825      0   157    448    2414   2414   28.6   7    6
1.49/1.54	c R    1.5    78392     825      0   157    448    6429   6429   26.0  10    7
1.59/1.65	c B    1.7    78392     825      0   157    448    8003   8003   24.4  11    8
2.49/2.50	c R    2.5    78392     825      0   157    448   16054  16054   23.2  12    9
3.39/3.46	c B    3.5    78392     825      0   157    448   24007  24007   22.5  11   10
4.98/5.05	c R    5.1    78392     825      0   157    448   38492  38492   21.2   6   12
8.99/9.00	c B    9.0    78392     825      0   157    448   64019  64019   22.2  10   17
11.39/11.48	c +   11.5    78392     825      0   157    448   76557  84212   22.5   9   19
13.58/13.63	c R   13.6    78392     825      0   157    448   89791  84221   21.9  11   20
14.38/14.40	c +   14.4    78392     825      0   157    448   95695  92633   22.0   9   20
19.09/19.16	c +   19.2    78392     825      0   157    448  119617 101896   22.4  12   22
24.49/24.57	c
24.49/24.57	c       original/binary      fixed     eliminated      learned       agility
24.49/24.57	c   seconds        variables     equivalent    conflicts       height       MB
24.49/24.57	c
24.49/24.57	c +   24.6    78392     825      0   157    448  149521 112085   22.3  16   24
27.19/27.22	c B   27.2    78392     825      0   157    448  160049 112090   22.4   9   25
33.78/33.87	c +   33.9    78392     825      0   157    448  186900 123293   22.7  10   26
36.58/36.62	c R   36.6    78392     825      0   157    448  205187 123310   22.4   8   27
41.58/41.68	c +   41.7    78392     825      0   157    448  233625 135622   21.5   8   27
56.19/56.29	c +   56.3    78392     825      0   157    448  292030 149184   21.5   8   31
75.69/75.76	c +   75.8    78392     825      0   157    448  365036 164102   21.7   8   34
80.59/80.62	c B   80.6    78392     825      0   157    448  384100 164105   21.8  12   36
98.09/98.19	c +   98.2    78392     825      0   157    448  456297 180512   22.0  11   36
99.19/99.25	c R   99.2    78392     825      0   157    448  461546 169364   21.9  10   36
128.38/128.42	c +  128.4    78392     825      0   157    448  570371 198563   21.8   9   40
171.78/171.86	c +  171.8    78392     825      0   157    448  712960 218419   21.6  10   44
227.68/227.78	c +  227.8    78392     825      0   157    448  891201 240260   21.4  10   48
229.28/229.36	c B  229.4    78392     825      0   157    448  896204 223431   21.4  13   49
269.67/269.74	c R  269.7    78392     825      0   157    448 1025566 240282   21.5  10   51
286.96/287.08	c s  287.0    78393     825      0   157    448 1073657 240278   21.0  12   34
299.95/300.03	c +  300.0    78393     825      0   157    448 1114002 264286   20.9   8   41
408.15/408.26	c +  408.2    78393     825      0   157    448 1392500 290714   21.0   9   56
549.15/549.26	c +  549.2    78393     825      0   157    448 1740625 319785   21.0  10   61
687.16/687.28	c
687.16/687.28	c       original/binary      fixed     eliminated      learned       agility
687.16/687.28	c   seconds        variables     equivalent    conflicts       height       MB
687.16/687.28	c
687.16/687.28	c B  687.3    78393     825      0   157    448 2048424 319792   20.9  14   67
731.37/731.41	c +  731.4    78393     825      0   157    448 2175781 351763   20.7  11   66
763.46/763.59	c R  763.6    78393     825      0   157    448 2255948 351770   20.6   8   70
973.48/973.54	c +  973.5    78393     825      0   157    448 2719727 386939   20.4  14   80
1299.99/1300.00	c
1299.99/1300.00	c *** CAUGHT SIGNAL 15 ***
1299.99/1300.00	c
1299.99/1300.00	c 3379474 conflicts, 4336992 decisions, 963 random
1299.99/1300.00	c 0 iterations, 6107 restarts, 0 skipped
1299.99/1300.00	c 17 enlarged, 1 shrunken, 33032 rescored, 793 rebiased
1299.99/1300.00	c 2 simplifications, 0 reductions
1299.99/1300.00	c
1299.99/1300.00	c vars: 0 fixed, 157 equiv, 448 elim, 157 merged
1299.99/1300.00	c elim: 516645 resolutions, 1 phases, 1 rounds
1299.99/1300.00	c sbst: 100% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
1299.99/1300.00	c arty: 2.21 and 0.00 xor average arity
1299.99/1300.00	c prbe: 457992 probed, 277 phases, 277 rounds
1299.99/1300.00	c prbe: 0 failed, 0 lifted, 0 merged
1299.99/1300.00	c sccs: 0 non trivial, 0 fixed, 0 merged
1299.99/1300.00	c hash: 0 units, 157 merged
1299.99/1300.00	c mins: 72352024 learned, 28% deleted, 166 strong, 18 depth
1299.99/1300.00	c subs: 126 forward, 0 backward, 67 doms
1299.99/1300.00	c strs: 0 forward, 0 backward
1299.99/1300.00	c doms: 67 dominators, 0 high, 0 low
1299.99/1300.00	c prps: 428928222 propagations, 0.33 megaprops
1299.99/1300.00	c
1299.99/1300.00	c 1300.0 seconds, 86 MB max, 320 MB recycled
1299.99/1300.00	c
1299.99/1300.00	c *** CAUGHT SIGNAL 15 ***
1299.99/1300.00	c

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308572-1303983360/watcher-3308572-1303983360 -o /tmp/evaluation-result-3308572-1303983360/solver-3308572-1303983360 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308572-1303983360.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.66 1.51 0.56 5/189 22344
/proc/meminfo: memFree=15472688/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=2320 CPUtime=0 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 481 0 0 0 0 0 0 0 25 0 1 0 509934838 2375680 438 33554432000 134512640 135151029 4291256608 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 580 439 65 156 0 423 0

[startup+0.0862619 s]
/proc/loadavg: 3.66 1.51 0.56 5/189 22344
/proc/meminfo: memFree=15472688/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=7928 CPUtime=0.08 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 2085 0 0 0 8 0 0 0 25 0 1 0 509934838 8118272 1875 33554432000 134512640 135151029 4291256608 18446744073709551615 134519488 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 1982 1875 80 156 0 1825 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7928

[startup+0.100261 s]
/proc/loadavg: 3.66 1.51 0.56 5/189 22344
/proc/meminfo: memFree=15472688/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=8192 CPUtime=0.09 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 2142 0 0 0 9 0 0 0 25 0 1 0 509934838 8388608 1932 33554432000 134512640 135151029 4291256608 18446744073709551615 134575488 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 2048 1932 80 156 0 1891 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8192

[startup+0.300224 s]
/proc/loadavg: 3.66 1.51 0.56 5/189 22344
/proc/meminfo: memFree=15472688/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=11248 CPUtime=0.29 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 2927 0 0 0 29 0 0 0 25 0 1 0 509934838 11517952 2717 33554432000 134512640 135151029 4291256608 18446744073709551615 134547798 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 2812 2717 80 156 0 2655 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11248

[startup+0.7002 s]
/proc/loadavg: 3.66 1.51 0.56 5/189 22344
/proc/meminfo: memFree=15472688/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=11248 CPUtime=0.69 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 2927 0 0 0 69 0 0 0 25 0 1 0 509934838 11517952 2717 33554432000 134512640 135151029 4291256608 18446744073709551615 134526328 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 2812 2717 80 156 0 2655 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11248

[startup+1.50108 s]
/proc/loadavg: 3.66 1.51 0.56 5/190 22345
/proc/meminfo: memFree=15457684/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=11248 CPUtime=1.49 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 2927 0 0 0 149 0 0 0 25 0 1 0 509934838 11517952 2717 33554432000 134512640 135151029 4291256608 18446744073709551615 134554859 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 2812 2717 80 156 0 2655 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11248

[startup+3.10073 s]
/proc/loadavg: 3.69 1.55 0.58 5/190 22345
/proc/meminfo: memFree=15486948/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=12200 CPUtime=3.09 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 3120 0 0 0 309 0 0 0 25 0 1 0 509934838 12492800 2910 33554432000 134512640 135151029 4291256608 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 3050 2910 80 156 0 2893 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12200

[startup+6.30015 s]
/proc/loadavg: 3.69 1.55 0.58 5/190 22345
/proc/meminfo: memFree=15480300/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=16416 CPUtime=6.29 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 4130 0 0 0 628 1 0 0 25 0 1 0 509934838 16809984 3920 33554432000 134512640 135151029 4291256608 18446744073709551615 134580608 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 4104 3920 80 156 0 3947 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16416

[startup+12.701 s]
/proc/loadavg: 3.73 1.63 0.61 5/190 22346
/proc/meminfo: memFree=15432132/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=22400 CPUtime=12.69 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 5541 0 0 0 1268 1 0 0 25 0 1 0 509934838 22937600 5331 33554432000 134512640 135151029 4291256608 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 5600 5331 80 156 0 5443 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22400

[startup+25.5007 s]
/proc/loadavg: 3.77 1.71 0.65 5/190 22373
/proc/meminfo: memFree=15549480/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=27628 CPUtime=25.49 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 6755 0 0 0 2547 2 0 0 25 0 1 0 509934838 28291072 6545 33554432000 134512640 135151029 4291256608 18446744073709551615 134555080 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 6907 6545 80 156 0 6750 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27628

[startup+51.1002 s]
/proc/loadavg: 3.85 1.89 0.74 5/190 22374
/proc/meminfo: memFree=15455400/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=34192 CPUtime=51.08 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 8250 0 0 0 5106 2 0 0 25 0 1 0 509934838 35012608 8040 33554432000 134512640 135151029 4291256608 18446744073709551615 134578057 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 8548 8040 80 156 0 8391 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 34192

[startup+102.307 s]
/proc/loadavg: 3.94 2.24 0.92 5/190 22510
/proc/meminfo: memFree=14714552/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=42212 CPUtime=102.29 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 10096 0 0 0 10221 8 0 0 25 0 1 0 509934838 43225088 9886 33554432000 134512640 135151029 4291256608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 10553 9886 80 156 0 10396 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 42212

[startup+162.3 s]
/proc/loadavg: 4.03 2.57 1.12 5/190 22512
/proc/meminfo: memFree=14641200/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=48236 CPUtime=162.28 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 11402 0 0 0 16220 8 0 0 25 0 1 0 509934838 49393664 11192 33554432000 134512640 135151029 4291256608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 12059 11192 80 156 0 11902 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 48236

[startup+222.301 s]
/proc/loadavg: 4.01 2.83 1.29 5/190 22513
/proc/meminfo: memFree=14632104/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=54988 CPUtime=222.27 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 12689 0 0 0 22218 9 0 0 25 0 1 0 509934838 56307712 12479 33554432000 134512640 135151029 4291256608 18446744073709551615 134554575 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 13747 12479 80 156 0 13590 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 54988

[startup+282.301 s]
/proc/loadavg: 4.00 3.02 1.45 5/190 22542
/proc/meminfo: memFree=14713656/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=58400 CPUtime=282.25 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 13443 0 0 0 28211 14 0 0 25 0 1 0 509934838 59801600 13233 33554432000 134512640 135151029 4291256608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 14600 13233 80 156 0 14443 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 58400

[startup+342.3 s]
/proc/loadavg: 4.06 3.23 1.62 5/190 22544
/proc/meminfo: memFree=14467072/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=59004 CPUtime=342.25 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 16022 0 0 0 34210 15 0 0 25 0 1 0 509934838 60420096 13843 33554432000 134512640 135151029 4291256608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 14751 13843 80 156 0 14594 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 59004

[startup+402.301 s]
/proc/loadavg: 4.02 3.36 1.76 5/190 22545
/proc/meminfo: memFree=14477060/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=62972 CPUtime=402.25 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 16734 0 0 0 40210 15 0 0 25 0 1 0 509934838 64483328 14555 33554432000 134512640 135151029 4291256608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 15743 14555 80 156 0 15586 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 62972

[startup+462.301 s]
/proc/loadavg: 4.00 3.48 1.91 5/190 22547
/proc/meminfo: memFree=14505192/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=66868 CPUtime=462.25 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 17508 0 0 0 46210 15 0 0 25 0 1 0 509934838 68472832 15329 33554432000 134512640 135151029 4291256608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 16717 15329 80 156 0 16560 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 66868

[startup+522.301 s]
/proc/loadavg: 4.00 3.56 2.02 5/190 22548
/proc/meminfo: memFree=14287436/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=67828 CPUtime=522.26 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 17759 0 0 0 52211 15 0 0 25 0 1 0 509934838 69455872 15580 33554432000 134512640 135151029 4291256608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 16957 15580 80 156 0 16800 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 67828

[startup+582.3 s]
/proc/loadavg: 4.00 3.65 2.15 5/190 22550
/proc/meminfo: memFree=14257160/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=71692 CPUtime=582.25 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 18661 0 0 0 58210 15 0 0 25 0 1 0 509934838 73412608 16482 33554432000 134512640 135151029 4291256608 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 17923 16482 80 156 0 17766 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 71692

[startup+642.301 s]
/proc/loadavg: 4.00 3.71 2.27 5/190 22552
/proc/meminfo: memFree=14104152/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=72912 CPUtime=642.27 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 18910 0 0 0 64211 16 0 0 25 0 1 0 509934838 74661888 16731 33554432000 134512640 135151029 4291256608 18446744073709551615 134554903 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 18228 16731 80 156 0 18071 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 72912

[startup+702.301 s]
/proc/loadavg: 4.08 3.78 2.38 5/190 22553
/proc/meminfo: memFree=13989104/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=74256 CPUtime=702.27 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 19224 0 0 0 70211 16 0 0 25 0 1 0 509934838 76038144 17045 33554432000 134512640 135151029 4291256608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 18564 17045 80 156 0 18407 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 74256

[startup+762.307 s]
/proc/loadavg: 4.03 3.81 2.48 5/190 22555
/proc/meminfo: memFree=13958376/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=77472 CPUtime=762.27 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 19907 0 0 0 76211 16 0 0 25 0 1 0 509934838 79331328 17728 33554432000 134512640 135151029 4291256608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 19368 17728 80 156 0 19211 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 77472

[startup+822.3 s]
/proc/loadavg: 4.01 3.84 2.57 5/190 22556
/proc/meminfo: memFree=13827776/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=81136 CPUtime=822.26 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 20631 0 0 0 82210 16 0 0 25 0 1 0 509934838 83083264 18452 33554432000 134512640 135151029 4291256608 18446744073709551615 134554805 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 20284 18452 80 156 0 20127 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 81136

[startup+882.301 s]
/proc/loadavg: 4.08 3.89 2.66 5/190 22558
/proc/meminfo: memFree=13795012/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=89548 CPUtime=882.27 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 22312 0 0 0 88210 17 0 0 25 0 1 0 509934838 91697152 20037 33554432000 134512640 135151029 4291256608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 22387 20037 80 156 0 22230 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 89548

[startup+942.301 s]
/proc/loadavg: 4.03 3.90 2.74 5/190 22560
/proc/meminfo: memFree=13751228/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=90064 CPUtime=942.27 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 22512 0 0 0 94210 17 0 0 25 0 1 0 509934838 92225536 20237 33554432000 134512640 135151029 4291256608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 22516 20237 80 156 0 22359 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 90064

[startup+1002.3 s]
/proc/loadavg: 4.01 3.92 2.82 5/190 22561
/proc/meminfo: memFree=13683912/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=91800 CPUtime=1002.27 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 22909 0 0 0 100210 17 0 0 25 0 1 0 509934838 94003200 20634 33554432000 134512640 135151029 4291256608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 22950 20634 80 156 0 22793 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 91800

[startup+1062.3 s]
/proc/loadavg: 4.00 3.93 2.88 5/190 22563
/proc/meminfo: memFree=13560836/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=93564 CPUtime=1062.27 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 23223 0 0 0 106210 17 0 0 25 0 1 0 509934838 95809536 20948 33554432000 134512640 135151029 4291256608 18446744073709551615 134574601 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 23391 20948 80 156 0 23234 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 93564

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 2.95 5/190 22564
/proc/meminfo: memFree=13613880/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=94844 CPUtime=1122.27 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 23531 0 0 0 112210 17 0 0 25 0 1 0 509934838 97120256 21256 33554432000 134512640 135151029 4291256608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 23711 21256 80 156 0 23554 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 94844

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.01 5/190 22566
/proc/meminfo: memFree=13557732/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=96132 CPUtime=1182.27 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 23803 0 0 0 118210 17 0 0 25 0 1 0 509934838 98439168 21528 33554432000 134512640 135151029 4291256608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 24033 21528 80 156 0 23876 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 96132

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.08 5/190 22596
/proc/meminfo: memFree=14149288/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=97160 CPUtime=1242.28 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 24016 0 0 0 124210 18 0 0 25 0 1 0 509934838 99491840 21741 33554432000 134512640 135151029 4291256608 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 24290 21741 80 156 0 24133 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 97160



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.13 5/190 22597
/proc/meminfo: memFree=14096324/32950928 swapFree=67111528/67111528
[pid=22344] ppid=22342 vsize=97160 CPUtime=1299.99 cores=4,6
/proc/22344/stat : 22344 (precosat) R 22342 22344 22173 0 -1 4202496 24059 0 0 0 129981 18 0 0 25 0 1 0 509934838 99491840 21784 33554432000 134512640 135151029 4291256608 18446744073709551615 134542703 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22344/statm: 24290 21784 80 156 0 24133 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 97160

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): 1300.01
CPU time (s): 1300
CPU user time (s): 1299.81
CPU system time (s): 0.186971
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 97160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.81
system time used= 0.186971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24061
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= 4
involuntary context switches= 1978

runsolver used 2.01569 second user time and 5.08823 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-28 11:36:00
IDJOB=3308572
IDBENCH=71098
IDSOLVER=1690
FILE ID=node122/3308572-1303983360
RUNJOBID= node122-1303983219-22192
PBS_JOBID= 13168704
Free space on /tmp= 71604 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_09_UNKNOWN.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308572-1303983360/watcher-3308572-1303983360 -o /tmp/evaluation-result-3308572-1303983360/solver-3308572-1303983360 -C 2400 -W 1300 -M 7680  HOME/precosat HOME/instance-3308572-1303983360.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=1470783600

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15472976 kB
Buffers:       1728088 kB
Cached:       14444772 kB
SwapCached:          0 kB
Active:        5720968 kB
Inactive:     11190960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15472976 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20640 kB
Writeback:           0 kB
AnonPages:      738056 kB
Mapped:          16276 kB
Slab:           500552 kB
PageTables:       6536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   930064 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71492 MiB
End job on node122 at 2011-04-28 11:57:42