Trace number 1721148

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_11_UNKNOWN.cnf
MD5SUMb02fa517730e45c506203f9bd7ebb62c
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 variables1740
Number of clauses104640
Sum of the clauses size311346
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22781
Number of clauses of size 3101836
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-1721148-1240663388.cnf
0.00/0.00	c found header 'p cnf 1740 104640'
0.00/0.07	c finished parsing
0.00/0.07	c
0.00/0.07	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.07	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.07	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.07	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.07	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.07	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.07	c
0.00/0.07	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.07	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.07	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.07	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.07	c
0.00/0.07	c starting search after 0.1 seconds
0.00/0.07	c no decision limit
0.00/0.08	c
0.00/0.08	c       original/binary      fixed     eliminated      learned       agility
0.00/0.08	c   seconds        variables     equivalent    conflicts       height       MB
0.00/0.08	c
0.00/0.08	c *    0.1   104640    1673      0    67      0       0      0    0.0   0    6
2.39/2.41	c s    2.4   103420    1045      0   157    538       0      0    0.0   0    7
2.39/2.41	c l    2.4   103420    1045      0   157    538       0 101231    0.0   0    7
2.39/2.44	c R    2.4   103420    1045      0   157    538     101    101  136.1  11    8
2.39/2.47	c R    2.5   103420    1045      0   157    538     202    202  100.2  14    8
2.49/2.57	c R    2.6   103420    1045      0   157    538     805    805   59.7  12    8
2.59/2.64	c B    2.6   103420    1045      0   157    538    1001   1001   54.9  13    8
2.79/2.87	c B    2.9   103420    1045      0   157    538    2004   2004   44.8  12    9
2.89/2.94	c R    2.9   103420    1045      0   157    538    2412   2412   42.1   7    9
3.69/3.74	c R    3.7   103420    1045      0   157    538    6427   6427   36.3  13    9
3.99/4.08	c B    4.1   103420    1045      0   157    538    8006   8006   33.4  13   10
5.99/6.06	c R    6.1   103420    1045      0   157    538   16050  16050   30.0  12   11
7.79/7.80	c B    7.8   103420    1045      0   157    538   24013  24013   29.6  11   13
11.39/11.41	c R   11.4   103420    1045      0   157    538   38510  38510   29.6   7   15
19.28/19.39	c B   19.4   103420    1045      0   157    538   64019  64019   30.3  12   20
27.28/27.33	c R   27.3   103420    1045      0   157    538   89808  89808   30.4  12   25
30.38/30.42	c +   30.4   103420    1045      0   157    538  101232 111354   29.7   8   27
42.68/42.76	c +   42.7   103420    1045      0   157    538  126543 122489   29.5  10   30
59.78/59.90	c +   59.9   103420    1045      0   157    538  158177 134737   29.2  11   32
61.18/61.20	c
61.18/61.20	c       original/binary      fixed     eliminated      learned       agility
61.18/61.20	c   seconds        variables     equivalent    conflicts       height       MB
61.18/61.20	c
61.18/61.20	c B   61.2   103420    1045      0   157    538  160036 124359   29.2  11   32
82.77/82.87	c +   82.9   103420    1045      0   157    538  197720 148210   29.7  11   35
85.57/85.67	c R   85.6   103420    1045      0   157    538  205204 142230   29.3  11   37
101.87/101.93	c +  101.9   103420    1045      0   157    538  247152 163031   28.2  13   38
140.85/140.95	c +  140.9   103420    1045      0   157    538  308940 179334   28.9   9   42
189.94/190.09	c B  190.0   103420    1045      0   157    538  384084 179335   29.0  10   45
191.54/191.69	c +  191.6   103420    1045      0   157    538  386175 197267   29.0   9   45
245.52/245.65	c R  245.6   103420    1045      0   157    538  461600 197291   29.3  12   48
254.13/254.23	c +  254.2   103420    1045      0   157    538  482715 216993   28.9  13   48
329.60/329.77	c +  329.7   103420    1045      0   157    538  603391 238692   28.6  10   54
434.68/434.84	c +  434.7   103420    1045      0   157    538  754235 262561   28.3  12   59
559.25/559.43	c B  559.3   103420    1045      0   157    538  896184 262570   28.4  11   64
596.14/596.38	c +  596.2   103420    1045      0   157    538  942793 288817   28.6   9   64
662.42/662.66	c R  662.5   103420    1045      0   157    538 1025564 288841   28.8  12   70
786.69/786.90	c +  786.7   103420    1045      0   157    538 1178490 317698   28.0  11   72
1061.42/1061.72	c + 1061.4   103420    1045      0   157    538 1473110 349467   28.2  12   79
1200.08/1200.40	c
1200.08/1200.40	c *** CAUGHT SIGNAL 15 ***
1200.08/1200.40	c
1200.08/1200.40	c 1613860 conflicts, 2205869 decisions, 507 random
1200.08/1200.40	c 0 iterations, 3069 restarts, 0 skipped
1200.08/1200.40	c 13 enlarged, 0 shrunken, 15775 rescored, 442 rebiased
1200.08/1200.40	c 1 simplifications, 0 reductions
1200.08/1200.40	c
1200.08/1200.40	c vars: 0 fixed, 157 equiv, 538 elim, 157 merged
1200.08/1200.40	c elim: 655375 resolutions, 1 phases, 0 rounds
1200.08/1200.40	c sbst: 100% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
1200.08/1200.40	c arty: 2.21 and 0.00 xor average arity
1200.08/1200.40	c prbe: 345972 probed, 165 phases, 165 rounds
1200.08/1200.40	c prbe: 0 failed, 0 lifted, 0 merged
1200.08/1200.40	c sccs: 0 non trivial, 0 fixed, 0 merged
1200.08/1200.40	c hash: 0 units, 157 merged
1200.08/1200.40	c mins: 47122010 learned, 25% deleted, 45 strong, 26 depth
1200.08/1200.40	c subs: 122 forward, 0 backward, 67 doms
1200.08/1200.40	c strs: 0 forward, 0 backward
1200.08/1200.40	c doms: 67 dominators, 0 high, 0 low
1200.08/1200.40	c prps: 247609129 propagations, 0.21 megaprops
1200.08/1200.40	c
1200.08/1200.40	c 1200.1 seconds, 85 MB max, 176 MB recycled
1200.08/1200.40	c
1200.08/1200.40	c *** CAUGHT SIGNAL 15 ***
1200.08/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-1721148-1240663388/watcher-1721148-1240663388 -o /tmp/evaluation-result-1721148-1240663388/solver-1721148-1240663388 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/precosat HOME/instance-1721148-1240663388.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: 0.92 0.98 0.99 3/65 19280
/proc/meminfo: memFree=1794736/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=1184 CPUtime=0
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 191 0 0 0 0 0 0 0 20 0 1 0 94368642 1212416 176 1992294400 134512640 135151029 4294956240 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 296 177 64 155 0 139 0

[startup+0.102499 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 19280
/proc/meminfo: memFree=1794736/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=8592 CPUtime=0.09
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 2060 0 0 0 8 1 0 0 20 0 1 0 94368642 8798208 2044 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 2148 2044 79 155 0 1991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8592

[startup+0.201509 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 19280
/proc/meminfo: memFree=1794736/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=10020 CPUtime=0.19
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 2675 0 0 0 18 1 0 0 21 0 1 0 94368642 10260480 2426 1992294400 134512640 135151029 4294956240 18446744073709551615 134519141 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 2505 2426 79 155 0 2348 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10020

[startup+0.301519 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 19280
/proc/meminfo: memFree=1794736/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=10812 CPUtime=0.29
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 2871 0 0 0 28 1 0 0 23 0 1 0 94368642 11071488 2622 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 2703 2622 79 155 0 2546 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10812

[startup+0.701562 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 19280
/proc/meminfo: memFree=1794736/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=14520 CPUtime=0.69
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 3785 0 0 0 67 2 0 0 25 0 1 0 94368642 14868480 3536 1992294400 134512640 135151029 4294956240 18446744073709551615 134514095 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 3630 3536 79 155 0 3473 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14520

[startup+1.50165 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 19281
/proc/meminfo: memFree=1780840/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=14520 CPUtime=1.49
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 3785 0 0 0 147 2 0 0 25 0 1 0 94368642 14868480 3536 1992294400 134512640 135151029 4294956240 18446744073709551615 134526328 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 3630 3536 79 155 0 3473 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14520

[startup+3.10283 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 19281
/proc/meminfo: memFree=1780712/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=14520 CPUtime=3.09
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 3785 0 0 0 307 2 0 0 25 0 1 0 94368642 14868480 3536 1992294400 134512640 135151029 4294956240 18446744073709551615 134574596 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 3630 3536 79 155 0 3473 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14520

[startup+6.30116 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 19281
/proc/meminfo: memFree=1780648/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=14520 CPUtime=6.29
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 3785 0 0 0 627 2 0 0 25 0 1 0 94368642 14868480 3536 1992294400 134512640 135151029 4294956240 18446744073709551615 134574657 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 3630 3536 79 155 0 3473 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14520

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 19281
/proc/meminfo: memFree=1776744/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=18948 CPUtime=12.68
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 4857 0 0 0 1265 3 0 0 25 0 1 0 94368642 19402752 4608 1992294400 134512640 135151029 4294956240 18446744073709551615 134574660 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 4737 4608 79 155 0 4580 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18948

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 19281
/proc/meminfo: memFree=1769768/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=25928 CPUtime=25.49
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 6511 0 0 0 2544 5 0 0 25 0 1 0 94368642 26550272 6262 1992294400 134512640 135151029 4294956240 18446744073709551615 134698015 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 6482 6262 79 155 0 6325 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25928

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 19281
/proc/meminfo: memFree=1760296/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=35772 CPUtime=51.07
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 8845 0 0 0 5101 6 0 0 25 0 1 0 94368642 36630528 8596 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 8943 8596 79 155 0 8786 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 35772

[startup+102.301 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 19281
/proc/meminfo: memFree=1753256/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=43424 CPUtime=102.27
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 10602 0 0 0 10218 9 0 0 25 0 1 0 94368642 44466176 10353 1992294400 134512640 135151029 4294956240 18446744073709551615 134554774 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 10856 10353 79 155 0 10699 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 43424

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19281
/proc/meminfo: memFree=1747752/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=49528 CPUtime=162.25
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 11965 0 0 0 16215 10 0 0 25 0 1 0 94368642 50716672 11716 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 12382 11716 79 155 0 12225 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 49528

[startup+222.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19281
/proc/meminfo: memFree=1743848/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=53728 CPUtime=222.24
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 12922 0 0 0 22213 11 0 0 25 0 1 0 94368642 55017472 12673 1992294400 134512640 135151029 4294956240 18446744073709551615 134574250 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 13432 12673 79 155 0 13275 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 53728

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19281
/proc/meminfo: memFree=1740328/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=57700 CPUtime=282.22
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 13781 0 0 0 28210 12 0 0 25 0 1 0 94368642 59084800 13532 1992294400 134512640 135151029 4294956240 18446744073709551615 134574603 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 14425 13532 79 155 0 14268 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 57700

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19281
/proc/meminfo: memFree=1736296/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=62424 CPUtime=342.2
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 14796 0 0 0 34207 13 0 0 25 0 1 0 94368642 63922176 14547 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 15606 14547 79 155 0 15449 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 62424

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19281
/proc/meminfo: memFree=1734120/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=64636 CPUtime=402.19
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 15309 0 0 0 40205 14 0 0 25 0 1 0 94368642 66187264 15060 1992294400 134512640 135151029 4294956240 18446744073709551615 134551562 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 16159 15060 79 155 0 16002 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 64636

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19281
/proc/meminfo: memFree=1730472/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=68500 CPUtime=462.17
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 16210 0 0 0 46202 15 0 0 25 0 1 0 94368642 70144000 15961 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 17125 15961 79 155 0 16968 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 68500

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 19281
/proc/meminfo: memFree=1729576/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=69624 CPUtime=522.15
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 16440 0 0 0 52200 15 0 0 25 0 1 0 94368642 71294976 16191 1992294400 134512640 135151029 4294956240 18446744073709551615 134581738 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 17406 16191 79 155 0 17249 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 69624

[startup+582.302 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 19281
/proc/meminfo: memFree=1728424/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=71268 CPUtime=582.14
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 16718 0 0 0 58198 16 0 0 25 0 1 0 94368642 72978432 16469 1992294400 134512640 135151029 4294956240 18446744073709551615 134554789 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 17817 16469 79 155 0 17660 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 71268

[startup+642.301 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 19281
/proc/meminfo: memFree=1724200/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=75684 CPUtime=642.12
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 17773 0 0 0 64195 17 0 0 25 0 1 0 94368642 77500416 17524 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 18921 17524 79 155 0 18764 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 75684

[startup+702.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 19281
/proc/meminfo: memFree=1722408/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=77472 CPUtime=702.11
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 18183 0 0 0 70193 18 0 0 25 0 1 0 94368642 79331328 17934 1992294400 134512640 135151029 4294956240 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 19368 17934 79 155 0 19211 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 77472

[startup+762.302 s]
/proc/loadavg: 1.07 1.03 1.00 2/66 19281
/proc/meminfo: memFree=1720488/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=79596 CPUtime=762.09
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 18657 0 0 0 76191 18 0 0 25 0 1 0 94368642 81506304 18408 1992294400 134512640 135151029 4294956240 18446744073709551615 134554848 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 19899 18408 79 155 0 19742 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 79596

[startup+822.301 s]
/proc/loadavg: 1.12 1.05 1.01 2/66 19281
/proc/meminfo: memFree=1716840/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=83932 CPUtime=822.08
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 19553 0 0 0 82188 20 0 0 25 0 1 0 94368642 85946368 19304 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 20983 19304 79 155 0 20826 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 83932

[startup+882.306 s]
/proc/loadavg: 1.08 1.06 1.01 2/66 19281
/proc/meminfo: memFree=1715944/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=84776 CPUtime=882.06
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 19760 0 0 0 88186 20 0 0 25 0 1 0 94368642 86810624 19511 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 21194 19511 79 155 0 21037 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 84776

[startup+942.301 s]
/proc/loadavg: 1.09 1.07 1.01 2/66 19281
/proc/meminfo: memFree=1715496/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=85200 CPUtime=942.04
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 19864 0 0 0 94184 20 0 0 25 0 1 0 94368642 87244800 19615 1992294400 134512640 135151029 4294956240 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 21300 19615 79 155 0 21143 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 85200

[startup+1002.3 s]
/proc/loadavg: 1.06 1.07 1.01 2/66 19281
/proc/meminfo: memFree=1714216/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=86676 CPUtime=1002.03
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 20187 0 0 0 100183 20 0 0 25 0 1 0 94368642 88756224 19938 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 21669 19938 79 155 0 21512 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 86676

[startup+1062.3 s]
/proc/loadavg: 1.02 1.05 1.00 2/66 19281
/proc/meminfo: memFree=1713768/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=87228 CPUtime=1062.02
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 20287 0 0 0 106181 21 0 0 25 0 1 0 94368642 89321472 20038 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 21807 20038 79 155 0 21650 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 87228

[startup+1122.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/66 19287
/proc/meminfo: memFree=1709288/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=92000 CPUtime=1122
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 21375 0 0 0 112178 22 0 0 25 0 1 0 94368642 94208000 21126 1992294400 134512640 135151029 4294956240 18446744073709551615 134555108 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 23000 21126 79 155 0 22843 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 92000

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 19287
/proc/meminfo: memFree=1708648/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=92940 CPUtime=1181.98
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 21536 0 0 0 118176 22 0 0 25 0 1 0 94368642 95170560 21287 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 23235 21287 79 155 0 23078 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 92940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 19287
/proc/meminfo: memFree=1708584/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=92940 CPUtime=1200.08
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 21548 0 0 0 119986 22 0 0 25 0 1 0 94368642 95170560 21299 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 23235 21299 79 155 0 23078 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 92940

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 19287
/proc/meminfo: memFree=1708584/2055920 swapFree=4191900/4192956
[pid=19280] ppid=19278 vsize=92940 CPUtime=1200.08
/proc/19280/stat : 19280 (precosat) R 19278 19280 18881 0 -1 4194304 21548 0 0 0 119986 22 0 0 25 0 1 0 94368642 95170560 21299 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19280/statm: 23235 21299 79 155 0 23078 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 92940

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.11
CPU user time (s): 1199.87
CPU system time (s): 0.237963
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 92940

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

runsolver used 1.3348 second user time and 3.03554 second system time

The end

Launcher Data

Begin job on node81 at 2009-04-25 14:43:08
IDJOB=1721148
IDBENCH=71064
IDSOLVER=507
FILE ID=node81/1721148-1240663388
PBS_JOBID= 9186544
Free space on /tmp= 126388 MiB

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

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

MD5SUM BENCH= b02fa517730e45c506203f9bd7ebb62c
RANDOM SEED=1086950703

node81.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.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1795216 kB
Buffers:         14848 kB
Cached:         175848 kB
SwapCached:        384 kB
Active:          88980 kB
Inactive:       116040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795216 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2344 kB
Writeback:           0 kB
Mapped:          22736 kB
Slab:            41444 kB
Committed_AS:   337828 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126388 MiB
End job on node81 at 2009-04-25 15:03:11