Trace number 1775001

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) 10000.1 10003

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_11_UNSAT.cnf
MD5SUM238f1788225c41f1f5779700e39b5833
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 variables2316
Number of clauses216962
Sum of the clauses size647286
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23879
Number of clauses of size 3213052
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

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-1775001-1241199063.cnf
0.00/0.00	c found header 'p cnf 2316 216962'
0.09/0.17	c finished parsing
0.09/0.17	c
0.09/0.17	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.09/0.17	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.09/0.17	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.09/0.17	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.09/0.17	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.09/0.17	c --random=1 --spread=2000 --seed=0 --skip=25
0.09/0.17	c
0.09/0.17	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.09/0.17	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.09/0.17	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.09/0.17	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.09/0.17	c
0.09/0.17	c starting search after 0.2 seconds
0.09/0.17	c no decision limit
0.09/0.18	c
0.09/0.18	c       original/binary      fixed     eliminated      learned       agility
0.09/0.18	c   seconds        variables     equivalent    conflicts       height       MB
0.09/0.18	c
0.09/0.18	c *    0.2   216962    2225      0    91      0       0      0    0.0   0   12
3.39/3.43	c s    3.4   215310    1373      0   213    730       0      0    0.0   0   14
3.39/3.43	c l    3.4   215310    1373      0   213    730       0 212231    0.0   0   14
3.39/3.49	c R    3.5   215310    1373      0   213    730     100    100  184.9  16   16
3.49/3.52	c R    3.5   215310    1373      0   213    730     200    200  142.4  16   16
3.78/3.86	c R    3.9   215310    1373      0   213    730     804    804   83.1  16   17
3.88/3.98	c B    4.0   215310    1373      0   213    730    1000   1000   74.4  10   17
4.29/4.37	c B    4.4   215310    1373      0   213    730    2001   2001   54.3  12   18
4.39/4.47	c R    4.5   215310    1373      0   213    730    2410   2410   51.1   8   18
6.68/6.78	c R    6.8   215310    1373      0   213    730    6420   6420   38.9  11   19
7.08/7.13	c B    7.1   215310    1373      0   213    730    8003   8003   39.2  10   19
11.89/11.90	c R   11.9   215310    1373      0   213    730   16039  16039   35.6   8   21
16.49/16.58	c B   16.6   215310    1373      0   213    730   24013  24013   33.3  10   22
26.08/26.12	c R   26.1   215310    1373      0   213    730   38491  38491   32.1   9   25
40.18/40.29	c B   40.3   215310    1373      0   213    730   64022  64022   31.0  13   29
56.87/56.97	c R   57.0   215310    1373      0   213    730   89774  89774   29.1   8   33
97.36/97.44	c B   97.4   215310    1373      0   213    730  160046 160046   27.8   8   46
121.75/121.86	c R  121.8   215310    1373      0   213    730  205150 205150   26.7  11   51
125.15/125.20	c +  125.2   215310    1373      0   213    730  212231 233454   26.4  13   53
171.74/171.86	c
171.74/171.86	c       original/binary      fixed     eliminated      learned       agility
171.74/171.86	c   seconds        variables     equivalent    conflicts       height       MB
171.74/171.86	c
171.74/171.86	c +  171.8   215310    1373      0   213    730  265287 256799   26.0  10   62
230.42/230.59	c +  230.5   215310    1373      0   213    730  331608 282478   25.5   6   66
275.92/276.02	c B  275.9   215310    1373      0   213    730  384091 282493   25.3   9   71
302.71/302.89	c +  302.8   215310    1373      0   213    730  414510 310725   25.2  10   71
349.59/349.72	c R  349.6   215310    1373      0   213    730  461555 310736   24.5   7   73
389.87/390.00	c +  389.9   215310    1373      0   213    730  518135 341797   25.9   9   73
516.44/516.67	c +  516.5   215310    1373      0   213    730  647667 375976   26.0  12   82
564.32/564.56	c s  564.4   215311    1373      0   213    730  701917 375979   25.3  12   62
685.29/685.55	c +  685.4   215311    1373      0   213    730  809581 413573   24.6   7   77
788.16/788.45	c B  788.2   215311    1373      0   213    730  896175 413583   23.9   8   81
894.73/895.07	c +  894.8   215311    1373      0   213    730 1011976 454930   23.6   9   81
905.32/905.61	c R  905.3   215311    1373      0   213    730 1025500 427102   23.6  11   83
1161.35/1161.70	c + 1161.4   215311    1373      0   213    730 1264970 500423   23.6   8   98
1452.36/1452.87	c s 1452.4   215312    1373      0   213    730 1473732 500430   23.2  11   77
1604.52/1605.02	c + 1604.5   215312    1373      0   213    730 1581210 550465   23.2   9  100
2143.65/2144.40	c + 2143.8   215312    1373      0   213    730 1976511 605511   23.1  10  115
2255.82/2256.52	c B 2255.8   215312    1373      0   213    730 2048371 605518   23.0   7  122
2563.43/2564.28	c R 2563.5   215312    1373      0   213    730 2255791 605531   22.5   6  119
2848.54/2849.40	c + 2848.6   215312    1373      0   213    730 2470637 666062   22.3  12  127
3921.83/3923.06	c
3921.83/3923.06	c       original/binary      fixed     eliminated      learned       agility
3921.83/3923.06	c   seconds        variables     equivalent    conflicts       height       MB
3921.83/3923.06	c
3921.83/3923.06	c + 3921.9   215312    1373      0   213    730 3088296 732668   22.3   7  147
5321.01/5322.68	c + 5321.1   215312    1373      0   213    730 3860372 805934   22.1   7  160
6944.43/6946.54	c B 6944.5   215312    1373      0   213    730 4608763 805952   22.0   8  174
7271.13/7273.33	c + 7271.2   215312    1373      0   213    730 4825465 886527   21.8  16  174
7426.59/7428.81	c R 7426.6   215312    1373      0   213    730 4921242 886537   21.7   6  182
7430.28/7432.54	c s 7430.3   215313    1373      0   213    730 4921242 886537   21.7   6  117
9767.30/9770.23	c + 9767.3   215313    1373      0   213    730 6031830 975179   21.8   6  187
10000.02/10003.00	c
10000.02/10003.00	c *** CAUGHT SIGNAL 15 ***
10000.02/10003.00	c
10000.02/10003.00	c 6119834 conflicts, 7817740 decisions, 2395 random
10000.02/10003.00	c 0 iterations, 9856 restarts, 0 skipped
10000.02/10003.00	c 16 enlarged, 3 shrunken, 59804 rescored, 1277 rebiased
10000.02/10003.00	c 4 simplifications, 0 reductions
10000.02/10003.00	c
10000.02/10003.00	c vars: 0 fixed, 213 equiv, 730 elim, 213 merged
10000.02/10003.00	c elim: 1511471 resolutions, 3 phases, 1 rounds
10000.02/10003.00	c sbst: 100% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
10000.02/10003.00	c arty: 2.21 and 0.00 xor average arity
10000.02/10003.00	c prbe: 1143858 probed, 416 phases, 416 rounds
10000.02/10003.00	c prbe: 0 failed, 0 lifted, 0 merged
10000.02/10003.00	c sccs: 0 non trivial, 0 fixed, 0 merged
10000.02/10003.00	c hash: 0 units, 213 merged
10000.02/10003.00	c mins: 131752590 learned, 27% deleted, 200 strong, 26 depth
10000.02/10003.00	c subs: 173 forward, 0 backward, 91 doms
10000.02/10003.00	c strs: 0 forward, 0 backward
10000.02/10003.00	c doms: 91 dominators, 0 high, 0 low
10000.02/10003.00	c prps: 726606456 propagations, 0.07 megaprops
10000.02/10003.00	c
10000.02/10003.00	c 10000.0 seconds, 197 MB max, 549 MB recycled
10000.02/10003.00	c
10000.02/10003.00	c *** CAUGHT SIGNAL 15 ***
10000.02/10003.00	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-1775001-1241199063/watcher-1775001-1241199063 -o /tmp/evaluation-result-1775001-1241199063/solver-1775001-1241199063 -C 10000 -W 12000 -M 1800 HOME/precosat HOME/instance-1775001-1241199063.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19644
/proc/meminfo: memFree=1326192/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=1208 CPUtime=0
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 147939158 1236992 179 1992294400 134512640 135151029 4294956240 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 302 180 64 155 0 145 0

[startup+0.054982 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19644
/proc/meminfo: memFree=1326192/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=5300 CPUtime=0.04
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 1227 0 0 0 4 0 0 0 18 0 1 0 147939158 5427200 1212 1992294400 134512640 135151029 4294956240 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 1325 1213 64 155 0 1168 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5300

[startup+0.101988 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19644
/proc/meminfo: memFree=1326192/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=8892 CPUtime=0.09
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 2129 0 0 0 8 1 0 0 18 0 1 0 147939158 9105408 2114 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 2223 2115 64 155 0 2066 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8892

[startup+0.302016 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19644
/proc/meminfo: memFree=1326192/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=15568 CPUtime=0.29
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 3996 0 0 0 27 2 0 0 19 0 1 0 147939158 15941632 3745 1992294400 134512640 135151029 4294956240 18446744073709551615 134522042 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 3892 3745 79 155 0 3735 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15568

[startup+0.701073 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19644
/proc/meminfo: memFree=1326192/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=21416 CPUtime=0.69
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 5715 0 0 0 66 3 0 0 22 0 1 0 147939158 21929984 5193 1992294400 134512640 135151029 4294956240 18446744073709551615 134682423 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 5354 5193 79 155 0 5197 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21416

[startup+1.50119 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19645
/proc/meminfo: memFree=1303656/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=26236 CPUtime=1.49
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 6924 0 0 0 146 3 0 0 25 0 1 0 147939158 26865664 6402 1992294400 134512640 135151029 4294956240 18446744073709551615 134575490 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 6559 6402 79 155 0 6402 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26236

[startup+3.10242 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19645
/proc/meminfo: memFree=1298024/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=29236 CPUtime=3.09
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 7596 0 0 0 306 3 0 0 25 0 1 0 147939158 29937664 7074 1992294400 134512640 135151029 4294956240 18446744073709551615 134526330 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 7309 7074 79 155 0 7152 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29236

[startup+6.30187 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19645
/proc/meminfo: memFree=1297832/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=29236 CPUtime=6.28
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 7651 0 0 0 625 3 0 0 25 0 1 0 147939158 29937664 7129 1992294400 134512640 135151029 4294956240 18446744073709551615 134555080 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 7309 7129 79 155 0 7152 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 29236

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19645
/proc/meminfo: memFree=1297576/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=29236 CPUtime=12.69
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 7705 0 0 0 1265 4 0 0 25 0 1 0 147939158 29937664 7183 1992294400 134512640 135151029 4294956240 18446744073709551615 134542664 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 7309 7183 79 155 0 7152 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29236

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19645
/proc/meminfo: memFree=1297448/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=29236 CPUtime=25.48
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 7727 0 0 0 2544 4 0 0 25 0 1 0 147939158 29937664 7205 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 7309 7205 79 155 0 7152 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29236

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19645
/proc/meminfo: memFree=1290856/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=36648 CPUtime=51.07
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 9411 0 0 0 5101 6 0 0 25 0 1 0 147939158 37527552 8889 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 9162 8889 79 155 0 9005 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36648

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19645
/proc/meminfo: memFree=1275816/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=52676 CPUtime=102.27
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 13143 0 0 0 10215 12 0 0 25 0 1 0 147939158 53940224 12621 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 13169 12621 79 155 0 13012 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 52676

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19645
/proc/meminfo: memFree=1260392/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=69576 CPUtime=162.25
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 17005 0 0 0 16209 16 0 0 25 0 1 0 147939158 71245824 16483 1992294400 134512640 135151029 4294956240 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 17394 16483 79 155 0 17237 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 69576

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19645
/proc/meminfo: memFree=1256296/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=74276 CPUtime=222.22
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 17996 0 0 0 22205 17 0 0 25 0 1 0 147939158 76058624 17474 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 18569 17474 79 155 0 18412 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 74276

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19645
/proc/meminfo: memFree=1252264/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=78848 CPUtime=282.21
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 18992 0 0 0 28202 19 0 0 25 0 1 0 147939158 80740352 18470 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 19712 18470 79 155 0 19555 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 78848

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19645
/proc/meminfo: memFree=1249896/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=81680 CPUtime=342.19
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 19567 0 0 0 34199 20 0 0 25 0 1 0 147939158 83640320 19045 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 20420 19045 79 155 0 20263 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 81680

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19645
/proc/meminfo: memFree=1246376/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=85780 CPUtime=402.17
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 20436 0 0 0 40196 21 0 0 25 0 1 0 147939158 87838720 19914 1992294400 134512640 135151029 4294956240 18446744073709551615 134520387 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 21445 19914 79 155 0 21288 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 85780

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19647
/proc/meminfo: memFree=1243752/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=89072 CPUtime=462.16
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 21128 0 0 0 46194 22 0 0 25 0 1 0 147939158 91209728 20606 1992294400 134512640 135151029 4294956240 18446744073709551615 134555146 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 22268 20606 79 155 0 22111 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 89072

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19647
/proc/meminfo: memFree=1242472/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=91444 CPUtime=522.14
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 21478 0 0 0 52192 22 0 0 25 0 1 0 147939158 93638656 20956 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 22861 20956 79 155 0 22704 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 91444

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19647
/proc/meminfo: memFree=1245864/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=82888 CPUtime=582.12
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 23491 0 0 0 58188 24 0 0 25 0 1 0 147939158 84877312 20075 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 20722 20075 79 155 0 20565 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 82888

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19647
/proc/meminfo: memFree=1240424/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=89544 CPUtime=642.1
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 24839 0 0 0 64185 25 0 0 25 0 1 0 147939158 91693056 21423 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 22386 21423 79 155 0 22229 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 89544

[startup+702.302 s]

################
# More data... #
################

[startup+9042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1140448/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=199840 CPUtime=9039.6
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 59377 0 0 0 903894 66 0 0 25 0 1 0 147939158 204636160 46018 1992294400 134512640 135151029 4294956240 18446744073709551615 134554766 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 49960 46018 79 155 0 49803 0
Current children cumulated CPU time (s) 9039.6
Current children cumulated vsize (KiB) 199840

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1139552/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=201460 CPUtime=9099.59
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 59576 0 0 0 909893 66 0 0 25 0 1 0 147939158 206295040 46217 1992294400 134512640 135151029 4294956240 18446744073709551615 134554811 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 50365 46217 79 155 0 50208 0
Current children cumulated CPU time (s) 9099.59
Current children cumulated vsize (KiB) 201460

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1139168/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=201944 CPUtime=9159.56
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 59687 0 0 0 915890 66 0 0 25 0 1 0 147939158 206790656 46328 1992294400 134512640 135151029 4294956240 18446744073709551615 134554791 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 50486 46328 79 155 0 50329 0
Current children cumulated CPU time (s) 9159.56
Current children cumulated vsize (KiB) 201944

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1139040/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=201944 CPUtime=9219.55
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 59701 0 0 0 921889 66 0 0 25 0 1 0 147939158 206790656 46342 1992294400 134512640 135151029 4294956240 18446744073709551615 134575995 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 50486 46342 79 155 0 50329 0
Current children cumulated CPU time (s) 9219.55
Current children cumulated vsize (KiB) 201944

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1138848/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=202264 CPUtime=9279.53
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 59758 0 0 0 927887 66 0 0 25 0 1 0 147939158 207118336 46399 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 50566 46399 79 155 0 50409 0
Current children cumulated CPU time (s) 9279.53
Current children cumulated vsize (KiB) 202264

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1137576/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=204572 CPUtime=9339.51
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 60069 0 0 0 933885 66 0 0 25 0 1 0 147939158 209481728 46710 1992294400 134512640 135151029 4294956240 18446744073709551615 134554760 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 51143 46710 79 155 0 50986 0
Current children cumulated CPU time (s) 9339.51
Current children cumulated vsize (KiB) 204572

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1137256/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=204572 CPUtime=9399.49
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 60154 0 0 0 939883 66 0 0 25 0 1 0 147939158 209481728 46795 1992294400 134512640 135151029 4294956240 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 51143 46795 79 155 0 50986 0
Current children cumulated CPU time (s) 9399.49
Current children cumulated vsize (KiB) 204572

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1136552/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=205344 CPUtime=9459.48
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 60313 0 0 0 945881 67 0 0 25 0 1 0 147939158 210272256 46954 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 51336 46954 79 155 0 51179 0
Current children cumulated CPU time (s) 9459.48
Current children cumulated vsize (KiB) 205344

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1136616/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=205344 CPUtime=9519.46
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 60319 0 0 0 951879 67 0 0 25 0 1 0 147939158 210272256 46960 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 51336 46960 79 155 0 51179 0
Current children cumulated CPU time (s) 9519.46
Current children cumulated vsize (KiB) 205344

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1135912/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=206376 CPUtime=9579.44
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 60478 0 0 0 957877 67 0 0 25 0 1 0 147939158 211329024 47119 1992294400 134512640 135151029 4294956240 18446744073709551615 134554789 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 51594 47119 79 155 0 51437 0
Current children cumulated CPU time (s) 9579.44
Current children cumulated vsize (KiB) 206376

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1135912/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=206376 CPUtime=9639.42
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 60482 0 0 0 963875 67 0 0 25 0 1 0 147939158 211329024 47123 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 51594 47123 79 155 0 51437 0
Current children cumulated CPU time (s) 9639.42
Current children cumulated vsize (KiB) 206376

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1135528/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=206892 CPUtime=9699.4
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 60568 0 0 0 969873 67 0 0 25 0 1 0 147939158 211857408 47209 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 51723 47209 79 155 0 51566 0
Current children cumulated CPU time (s) 9699.4
Current children cumulated vsize (KiB) 206892

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1135272/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=207408 CPUtime=9759.4
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 60647 0 0 0 975872 68 0 0 25 0 1 0 147939158 212385792 47288 1992294400 134512640 135151029 4294956240 18446744073709551615 134555134 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 51852 47288 79 155 0 51695 0
Current children cumulated CPU time (s) 9759.4
Current children cumulated vsize (KiB) 207408

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1135208/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=207408 CPUtime=9819.38
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 60663 0 0 0 981870 68 0 0 25 0 1 0 147939158 212385792 47304 1992294400 134512640 135151029 4294956240 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 51852 47304 79 155 0 51695 0
Current children cumulated CPU time (s) 9819.38
Current children cumulated vsize (KiB) 207408

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1132904/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=209652 CPUtime=9879.36
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 61246 0 0 0 987868 68 0 0 25 0 1 0 147939158 214683648 47887 1992294400 134512640 135151029 4294956240 18446744073709551615 134554803 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 52413 47887 79 155 0 52256 0
Current children cumulated CPU time (s) 9879.36
Current children cumulated vsize (KiB) 209652

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1130728/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=212076 CPUtime=9939.34
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 61801 0 0 0 993865 69 0 0 25 0 1 0 147939158 217165824 48442 1992294400 134512640 135151029 4294956240 18446744073709551615 134555104 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 53019 48442 79 155 0 52862 0
Current children cumulated CPU time (s) 9939.34
Current children cumulated vsize (KiB) 212076

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1128488/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=214188 CPUtime=9999.32
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 62341 0 0 0 999862 70 0 0 25 0 1 0 147939158 219328512 48982 1992294400 134512640 135151029 4294956240 18446744073709551615 134555146 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 53547 48982 79 155 0 53390 0
Current children cumulated CPU time (s) 9999.32
Current children cumulated vsize (KiB) 214188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19669
/proc/meminfo: memFree=1128424/2055920 swapFree=4181364/4192956
[pid=19644] ppid=19642 vsize=214188 CPUtime=10000
/proc/19644/stat : 19644 (precosat) R 19642 19644 19580 0 -1 4194304 62348 0 0 0 999932 70 0 0 25 0 1 0 147939158 219328512 48989 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19644/statm: 53547 48989 79 155 0 53390 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 214188

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): 10003
CPU time (s): 10000.1
CPU user time (s): 9999.33
CPU system time (s): 0.740887
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 214188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9999.33
system time used= 0.740887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62348
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= 3
involuntary context switches= 12913

runsolver used 8.25375 second user time and 22.1006 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-01 19:31:03
IDJOB=1775001
IDBENCH=71074
IDSOLVER=607
FILE ID=node29/1775001-1241199063
PBS_JOBID= 9224671
Free space on /tmp= 66436 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_11_UNSAT.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775001-1241199063/watcher-1775001-1241199063 -o /tmp/evaluation-result-1775001-1241199063/solver-1775001-1241199063 -C 10000 -W 12000 -M 1800  HOME/precosat HOME/instance-1775001-1241199063.cnf

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

MD5SUM BENCH= 238f1788225c41f1f5779700e39b5833
RANDOM SEED=354680677

node29.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.281
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.281
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:       1326672 kB
Buffers:         66560 kB
Cached:         565792 kB
SwapCached:       5420 kB
Active:          27808 kB
Inactive:       612432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1326672 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:            4212 kB
Writeback:           0 kB
Mapped:          13640 kB
Slab:            74928 kB
Committed_AS:   746684 kB
PageTables:       1480 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= 66436 MiB
End job on node29 at 2009-05-01 22:17:48