Trace number 1721848

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
precosat 236? (TO) 1200.11 1200.42

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
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 variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
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-1721848-1240670412.cnf
0.00/0.00	c found header 'p cnf 1278 68055'
0.02/0.05	c finished parsing
0.02/0.05	c
0.02/0.05	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.02/0.05	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.02/0.05	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.02/0.05	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.02/0.05	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.02/0.05	c --random=1 --spread=2000 --seed=0 --skip=25
0.02/0.05	c
0.02/0.05	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.02/0.05	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.02/0.05	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.02/0.05	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.02/0.05	c
0.02/0.05	c starting search after 0.1 seconds
0.02/0.05	c no decision limit
0.02/0.05	c
0.02/0.05	c       original/binary      fixed     eliminated      learned       agility
0.02/0.05	c   seconds        variables     equivalent    conflicts       height       MB
0.02/0.05	c
0.02/0.05	c *    0.1    68055    1211      0    67      0       0      0    0.0   0    4
1.39/1.45	c s    1.5    67086     740      0   157    381       0      0    0.0   0    4
1.39/1.45	c l    1.5    67086     740      0   157    381       0  65436    0.0   0    4
1.39/1.48	c R    1.5    67086     740      0   157    381     101    101   94.6  13    5
1.49/1.51	c R    1.5    67086     740      0   157    381     201    201   70.5  18    5
1.59/1.64	c R    1.6    67086     740      0   157    381     803    803   37.5  14    5
1.69/1.70	c B    1.7    67086     740      0   157    381    1000   1000   34.8  13    5
1.89/1.96	c B    2.0    67086     740      0   157    381    2000   2000   29.7  15    6
1.99/2.08	c R    2.1    67086     740      0   157    381    2408   2408   28.3  12    6
2.99/3.01	c R    3.0    67086     740      0   157    381    6420   6420   21.1  11    6
3.29/3.35	c B    3.4    67086     740      0   157    381    8003   8003   22.6  15    7
4.89/4.92	c R    4.9    67086     740      0   157    381   16040  16040   22.3  11    8
6.79/6.82	c B    6.8    67086     740      0   157    381   24013  24013   21.6  12    9
10.79/10.84	c R   10.8    67086     740      0   157    381   38508  38508   20.9   9   11
11.69/11.74	c s   11.7    67087     740      0   157    381   44441  44440   19.7  10   10
19.79/19.83	c B   19.8    67087     740      0   157    381   64027  64026   20.2  12   16
20.58/20.64	c +   20.6    67087     740      0   157    381   65437  71979   20.4  11   16
27.79/27.88	c +   27.9    67087     740      0   157    381   81796  79176   20.8   7   18
30.68/30.76	c R   30.8    67087     740      0   157    381   89808  79185   20.2  13   19
33.58/33.65	c
33.58/33.65	c       original/binary      fixed     eliminated      learned       agility
33.58/33.65	c   seconds        variables     equivalent    conflicts       height       MB
33.58/33.65	c
33.58/33.65	c +   33.6    67087     740      0   157    381  102245  87093   19.6  11   19
45.48/45.51	c +   45.5    67087     740      0   157    381  127806  95802   19.8  11   20
60.37/60.45	c +   60.4    67087     740      0   157    381  159756 105382   19.8   8   22
60.57/60.63	c B   60.6    67087     740      0   157    381  160059  96109   19.8  11   22
82.17/82.25	c +   82.2    67087     740      0   157    381  199697 115920   20.0  12   24
84.67/84.79	c R   84.8    67087     740      0   157    381  205204 110907   20.1  11   25
107.36/107.41	c +  107.4    67087     740      0   157    381  249620 127512   19.9  13   26
146.35/146.44	c +  146.4    67087     740      0   157    381  312025 140263   20.2  12   29
191.35/191.43	c B  191.4    67087     740      0   157    381  384131 140266   20.3   7   32
195.54/195.61	c +  195.6    67087     740      0   157    381  390030 154289   20.3   9   32
240.74/240.88	c R  240.8    67087     740      0   157    381  461571 154301   20.3  10   34
256.23/256.36	c +  256.3    67087     740      0   157    381  487538 169717   20.3  12   34
339.21/339.38	c +  339.3    67087     740      0   157    381  609420 186688   19.9  10   38
422.59/422.78	c s  422.7    67088     740      0   157    381  709915 186690   19.8  10   26
460.08/460.24	c +  460.1    67088     740      0   157    381  761776 205356   19.7  14   35
576.94/577.13	c B  577.0    67088     740      0   157    381  896237 205373   19.7  11   41
623.33/623.59	c +  623.4    67088     740      0   157    381  952222 225891   19.6  10   41
683.72/683.94	c R  683.8    67088     740      0   157    381 1025596 225899   19.5   8   44
748.20/748.47	c s  748.3    67089     740      0   157    381 1124604 225902   18.9   8   30
807.09/807.38	c
807.09/807.38	c       original/binary      fixed     eliminated      learned       agility
807.09/807.38	c   seconds        variables     equivalent    conflicts       height       MB
807.09/807.38	c
807.09/807.38	c +  807.2    67089     740      0   157    381 1190275 248480   18.9  11   42
1103.51/1103.83	c + 1103.6    67089     740      0   157    381 1487840 273328   18.8  11   51
1200.09/1200.40	c
1200.09/1200.40	c *** CAUGHT SIGNAL 15 ***
1200.09/1200.40	c
1200.09/1200.40	c 1583430 conflicts, 1998859 decisions, 328 random
1200.09/1200.40	c 0 iterations, 3068 restarts, 0 skipped
1200.09/1200.40	c 15 enlarged, 3 shrunken, 15475 rescored, 427 rebiased
1200.09/1200.40	c 4 simplifications, 0 reductions
1200.09/1200.40	c
1200.09/1200.40	c vars: 0 fixed, 157 equiv, 381 elim, 157 merged
1200.09/1200.40	c elim: 412828 resolutions, 1 phases, 1 rounds
1200.09/1200.40	c sbst: 100% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
1200.09/1200.40	c arty: 2.24 and 0.00 xor average arity
1200.09/1200.40	c prbe: 197648 probed, 133 phases, 133 rounds
1200.09/1200.40	c prbe: 0 failed, 0 lifted, 0 merged
1200.09/1200.40	c sccs: 0 non trivial, 0 fixed, 0 merged
1200.09/1200.40	c hash: 0 units, 157 merged
1200.09/1200.40	c mins: 33192375 learned, 25% deleted, 131 strong, 19 depth
1200.09/1200.40	c subs: 117 forward, 0 backward, 67 doms
1200.09/1200.40	c strs: 0 forward, 0 backward
1200.09/1200.40	c doms: 67 dominators, 0 high, 0 low
1200.09/1200.40	c prps: 192508073 propagations, 0.16 megaprops
1200.09/1200.40	c
1200.09/1200.40	c 1200.1 seconds, 55 MB max, 139 MB recycled
1200.09/1200.40	c
1200.09/1200.40	c *** CAUGHT SIGNAL 15 ***
1200.09/1200.40	c

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1721848-1240670412/watcher-1721848-1240670412 -o /tmp/evaluation-result-1721848-1240670412/solver-1721848-1240670412 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/precosat HOME/instance-1721848-1240670412.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 27739
/proc/meminfo: memFree=1832440/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=1052 CPUtime=0
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 95075238 1077248 166 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 263 166 64 155 0 106 0

[startup+0.024782 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 27739
/proc/meminfo: memFree=1832440/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=2900 CPUtime=0.02
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 628 0 0 0 2 0 0 0 18 0 1 0 95075238 2969600 613 1992294400 134512640 135151029 4294956224 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 725 613 64 155 0 568 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2900

[startup+0.10179 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 27739
/proc/meminfo: memFree=1832440/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=5256 CPUtime=0.09
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 1386 0 0 0 9 0 0 0 18 0 1 0 95075238 5382144 1237 1992294400 134512640 135151029 4294956224 18446744073709551615 134678810 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 1314 1237 79 155 0 1157 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5256

[startup+0.30181 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 27739
/proc/meminfo: memFree=1832440/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=8300 CPUtime=0.29
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 2134 0 0 0 29 0 0 0 19 0 1 0 95075238 8499200 1985 1992294400 134512640 135151029 4294956224 18446744073709551615 134575850 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 2075 1985 79 155 0 1918 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8300

[startup+0.701849 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 27739
/proc/meminfo: memFree=1832440/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=9356 CPUtime=0.69
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 2389 0 0 0 68 1 0 0 22 0 1 0 95075238 9580544 2240 1992294400 134512640 135151029 4294956224 18446744073709551615 134526328 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 2339 2240 79 155 0 2182 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9356

[startup+1.50193 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 27740
/proc/meminfo: memFree=1823728/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=9356 CPUtime=1.49
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 2389 0 0 0 148 1 0 0 25 0 1 0 95075238 9580544 2240 1992294400 134512640 135151029 4294956224 18446744073709551615 134554909 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 2339 2240 79 155 0 2182 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9356

[startup+3.10109 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 27740
/proc/meminfo: memFree=1823600/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=9356 CPUtime=3.09
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 2389 0 0 0 308 1 0 0 25 0 1 0 95075238 9580544 2240 1992294400 134512640 135151029 4294956224 18446744073709551615 134555150 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 2339 2240 79 155 0 2182 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9356

[startup+6.30141 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 27740
/proc/meminfo: memFree=1822640/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=10812 CPUtime=6.29
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 2727 0 0 0 628 1 0 0 25 0 1 0 95075238 11071488 2578 1992294400 134512640 135151029 4294956224 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 2703 2578 79 155 0 2546 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10812

[startup+12.701 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 27740
/proc/meminfo: memFree=1818488/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=14628 CPUtime=12.68
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 3664 0 0 0 1266 2 0 0 25 0 1 0 95075238 14979072 3515 1992294400 134512640 135151029 4294956224 18446744073709551615 134555084 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 3657 3515 79 155 0 3500 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14628

[startup+25.5013 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 27740
/proc/meminfo: memFree=1813624/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=19708 CPUtime=25.49
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 4849 0 0 0 2545 4 0 0 25 0 1 0 95075238 20180992 4700 1992294400 134512640 135151029 4294956224 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 4927 4700 79 155 0 4770 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19708

[startup+51.1019 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 27740
/proc/meminfo: memFree=1809272/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=24768 CPUtime=51.08
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 5947 0 0 0 5103 5 0 0 25 0 1 0 95075238 25362432 5798 1992294400 134512640 135151029 4294956224 18446744073709551615 134554789 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 6192 5798 79 155 0 6035 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24768

[startup+102.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 27740
/proc/meminfo: memFree=1804728/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=29656 CPUtime=102.27
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 7057 0 0 0 10220 7 0 0 25 0 1 0 95075238 30367744 6908 1992294400 134512640 135151029 4294956224 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 7414 6908 79 155 0 7257 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 29656

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1800248/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=34692 CPUtime=162.24
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 8164 0 0 0 16217 7 0 0 25 0 1 0 95075238 35524608 8015 1992294400 134512640 135151029 4294956224 18446744073709551615 134554780 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 8673 8015 79 155 0 8516 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 34692

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1797304/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=38092 CPUtime=222.23
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 8878 0 0 0 22215 8 0 0 25 0 1 0 95075238 39006208 8729 1992294400 134512640 135151029 4294956224 18446744073709551615 134555084 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 9523 8729 79 155 0 9366 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 38092

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1794424/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=41212 CPUtime=282.22
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 9603 0 0 0 28212 10 0 0 25 0 1 0 95075238 42201088 9454 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 10303 9454 79 155 0 10146 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 41212

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1792824/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=43480 CPUtime=342.2
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 9977 0 0 0 34210 10 0 0 25 0 1 0 95075238 44523520 9828 1992294400 134512640 135151029 4294956224 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 10870 9828 79 155 0 10713 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 43480

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1790392/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=46096 CPUtime=402.19
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 10568 0 0 0 40208 11 0 0 25 0 1 0 95075238 47202304 10419 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 11524 10419 79 155 0 11367 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 46096

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1792760/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=41088 CPUtime=462.18
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 11406 0 0 0 46206 12 0 0 25 0 1 0 95075238 42074112 9864 1992294400 134512640 135151029 4294956224 18446744073709551615 134554774 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 10272 9864 79 155 0 10115 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 41088

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1789688/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=44592 CPUtime=522.16
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 12154 0 0 0 52203 13 0 0 25 0 1 0 95075238 45662208 10612 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 11148 10612 79 155 0 10991 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 44592

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1788152/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=46576 CPUtime=582.14
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 12511 0 0 0 58201 13 0 0 25 0 1 0 95075238 47693824 10969 1992294400 134512640 135151029 4294956224 18446744073709551615 134576002 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 11644 10969 79 155 0 11487 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 46576

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1786296/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=48708 CPUtime=642.14
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 12955 0 0 0 64200 14 0 0 25 0 1 0 95075238 49876992 11413 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 12177 11413 79 155 0 12020 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 48708

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1784760/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=50696 CPUtime=702.11
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 13323 0 0 0 70197 14 0 0 25 0 1 0 95075238 51912704 11781 1992294400 134512640 135151029 4294956224 18446744073709551615 134542738 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 12674 11781 79 155 0 12517 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 50696

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1784696/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=48900 CPUtime=762.1
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 13626 0 0 0 76195 15 0 0 25 0 1 0 95075238 50073600 11789 1992294400 134512640 135151029 4294956224 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 12225 11789 79 155 0 12068 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 48900

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1783416/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=50020 CPUtime=822.08
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 13948 0 0 0 82193 15 0 0 25 0 1 0 95075238 51220480 12111 1992294400 134512640 135151029 4294956224 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 12505 12111 79 155 0 12348 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 50020

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1781496/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=52360 CPUtime=882.07
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 14403 0 0 0 88191 16 0 0 25 0 1 0 95075238 53616640 12566 1992294400 134512640 135151029 4294956224 18446744073709551615 134554770 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 13090 12566 79 155 0 12933 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 52360

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1780152/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=54316 CPUtime=942.05
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 14744 0 0 0 94189 16 0 0 25 0 1 0 95075238 55619584 12907 1992294400 134512640 135151029 4294956224 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 13579 12907 79 155 0 13422 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 54316

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1778872/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=55920 CPUtime=1002.03
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 15046 0 0 0 100187 16 0 0 25 0 1 0 95075238 57262080 13209 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 13980 13209 79 155 0 13823 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 55920

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1778104/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=57008 CPUtime=1062.03
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 15241 0 0 0 106186 17 0 0 25 0 1 0 95075238 58376192 13404 1992294400 134512640 135151029 4294956224 18446744073709551615 134554846 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 14252 13404 79 155 0 14095 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 57008

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1776824/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=58436 CPUtime=1122.01
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 15543 0 0 0 112183 18 0 0 25 0 1 0 95075238 59838464 13706 1992294400 134512640 135151029 4294956224 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 14609 13706 79 155 0 14452 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 58436

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1775288/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=60144 CPUtime=1182
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 15914 0 0 0 118181 19 0 0 25 0 1 0 95075238 61587456 14077 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 15036 14077 79 155 0 14879 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 60144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27740
/proc/meminfo: memFree=1775096/2055920 swapFree=4192812/4192956
[pid=27739] ppid=27737 vsize=60400 CPUtime=1200.09
/proc/27739/stat : 27739 (precosat) R 27737 27739 27454 0 -1 4194304 15956 0 0 0 119990 19 0 0 25 0 1 0 95075238 61849600 14119 1992294400 134512640 135151029 4294956224 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27739/statm: 15100 14119 79 155 0 14943 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 60400

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.42
CPU time (s): 1200.11
CPU user time (s): 1199.91
CPU system time (s): 0.202969
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 60400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.91
system time used= 0.202969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15956
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= 2
involuntary context switches= 2154

runsolver used 0.893864 second user time and 2.58161 second system time

The end

Launcher Data

Begin job on node12 at 2009-04-25 16:40:12
IDJOB=1721848
IDBENCH=71078
IDSOLVER=507
FILE ID=node12/1721848-1240670412
PBS_JOBID= 9186606
Free space on /tmp= 66340 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721848-1240670412/watcher-1721848-1240670412 -o /tmp/evaluation-result-1721848-1240670412/solver-1721848-1240670412 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/precosat HOME/instance-1721848-1240670412.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=2147081460

node12.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.213
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.213
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:       1832856 kB
Buffers:         17744 kB
Cached:         132264 kB
SwapCached:          0 kB
Active:          91580 kB
Inactive:        72360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1832856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:          23692 kB
Slab:            45176 kB
Committed_AS:   427288 kB
PageTables:       1376 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= 66340 MiB
End job on node12 at 2009-04-25 17:00:15