Trace number 1774931

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 10004.3

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-1774931-1241198781.cnf
0.00/0.00	c found header 'p cnf 1740 104640'
0.00/0.08	c finished parsing
0.00/0.08	c
0.00/0.08	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.08	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.08	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.08	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.08	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.08	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.08	c
0.00/0.08	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.08	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.08	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.08	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.08	c
0.00/0.08	c starting search after 0.1 seconds
0.00/0.08	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.59/2.60	c s    2.6   103420    1045      0   157    538       0      0    0.0   0    7
2.59/2.60	c l    2.6   103420    1045      0   157    538       0 101231    0.0   0    7
2.59/2.63	c R    2.6   103420    1045      0   157    538     101    101  136.1  11    8
2.59/2.66	c R    2.7   103420    1045      0   157    538     202    202  100.2  14    8
2.69/2.77	c R    2.8   103420    1045      0   157    538     805    805   59.7  12    8
2.79/2.84	c B    2.8   103420    1045      0   157    538    1001   1001   54.9  13    8
2.99/3.08	c B    3.1   103420    1045      0   157    538    2004   2004   44.8  12    9
3.09/3.15	c R    3.2   103420    1045      0   157    538    2412   2412   42.1   7    9
3.89/3.98	c R    4.0   103420    1045      0   157    538    6427   6427   36.3  13    9
4.29/4.35	c B    4.3   103420    1045      0   157    538    8006   8006   33.4  13   10
6.35/6.58	c R    6.4   103420    1045      0   157    538   16050  16050   30.0  12   11
8.25/8.41	c B    8.3   103420    1045      0   157    538   24013  24013   29.6  11   13
11.94/12.17	c R   12.0   103420    1045      0   157    538   38510  38510   29.6   7   15
20.34/20.60	c B   20.4   103420    1045      0   157    538   64019  64019   30.3  12   20
28.73/28.91	c R   28.8   103420    1045      0   157    538   89808  89808   30.4  12   25
31.83/32.09	c +   31.9   103420    1045      0   157    538  101232 111354   29.7   8   27
44.82/45.02	c +   44.9   103420    1045      0   157    538  126543 122489   29.5  10   30
62.62/62.83	c +   62.7   103420    1045      0   157    538  158177 134737   29.2  11   32
63.91/64.18	c
63.91/64.18	c       original/binary      fixed     eliminated      learned       agility
63.91/64.18	c   seconds        variables     equivalent    conflicts       height       MB
63.91/64.18	c
63.91/64.18	c B   64.0   103420    1045      0   157    538  160036 124359   29.2  11   32
86.40/86.69	c +   86.5   103420    1045      0   157    538  197720 148210   29.7  11   35
89.30/89.59	c R   89.4   103420    1045      0   157    538  205204 142230   29.3  11   37
106.39/106.60	c +  106.4   103420    1045      0   157    538  247152 163031   28.2  13   38
146.87/147.18	c +  147.0   103420    1045      0   157    538  308940 179334   28.9   9   42
197.86/198.16	c B  197.9   103420    1045      0   157    538  384084 179335   29.0  10   45
199.55/199.82	c +  199.6   103420    1045      0   157    538  386175 197267   29.0   9   45
255.53/255.84	c R  255.6   103420    1045      0   157    538  461600 197291   29.3  12   48
264.42/264.77	c +  264.5   103420    1045      0   157    538  482715 216993   28.9  13   48
342.89/343.23	c +  342.9   103420    1045      0   157    538  603391 238692   28.6  10   54
451.76/452.17	c +  451.8   103420    1045      0   157    538  754235 262561   28.3  12   59
580.70/581.18	c B  580.8   103420    1045      0   157    538  896184 262570   28.4  11   64
619.00/619.42	c +  619.0   103420    1045      0   157    538  942793 288817   28.6   9   64
687.56/688.07	c R  687.6   103420    1045      0   157    538 1025564 288841   28.8  12   70
816.31/816.82	c +  816.3   103420    1045      0   157    538 1178490 317698   28.0  11   72
1100.80/1101.44	c + 1100.8   103420    1045      0   157    538 1473110 349467   28.2  12   79
1487.55/1488.38	c + 1487.6   103420    1045      0   157    538 1841386 384413   27.8   9   84
1721.86/1722.71	c B 1721.9   103420    1045      0   157    538 2048353 384428   28.1  10   92
1920.47/1921.41	c R 1920.5   103420    1045      0   157    538 2255856 384437   28.3   9   94
1963.55/1964.56	c
1963.55/1964.56	c       original/binary      fixed     eliminated      learned       agility
1963.55/1964.56	c   seconds        variables     equivalent    conflicts       height       MB
1963.55/1964.56	c
1963.55/1964.56	c + 1963.6   103420    1045      0   157    538 2301730 422854   28.2   9   95
2667.76/2669.05	c + 2667.8   103420    1045      0   157    538 2877160 465139   28.0   6  108
3569.70/3571.39	c + 3569.8   103420    1045      0   157    538 3596451 511652   27.6  10  115
4910.77/4912.96	c + 4910.8   103420    1045      0   157    538 4495560 562817   27.7   8  127
5064.00/5066.21	c B 5064.0   103420    1045      0   157    538 4608742 562830   27.6  12  134
5412.07/5414.47	c R 5412.2   103420    1045      0   157    538 4921365 562868   27.3  12  138
6410.96/6413.78	c + 6411.0   103420    1045      0   157    538 5619450 619098   27.2  10  148
8859.86/8863.65	c + 8859.9   103420    1045      0   157    538 7024311 681007   27.0  11  160
10000.09/10004.30	c
10000.09/10004.30	c *** CAUGHT SIGNAL 15 ***
10000.09/10004.30	c
10000.09/10004.30	c 7668876 conflicts, 10128571 decisions, 2571 random
10000.09/10004.30	c 0 iterations, 12285 restarts, 0 skipped
10000.09/10004.30	c 20 enlarged, 0 shrunken, 74960 rescored, 1624 rebiased
10000.09/10004.30	c 1 simplifications, 0 reductions
10000.09/10004.30	c
10000.09/10004.30	c vars: 0 fixed, 157 equiv, 538 elim, 157 merged
10000.09/10004.30	c elim: 655375 resolutions, 1 phases, 0 rounds
10000.09/10004.30	c sbst: 100% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
10000.09/10004.30	c arty: 2.21 and 0.00 xor average arity
10000.09/10004.30	c prbe: 1351262 probed, 646 phases, 646 rounds
10000.09/10004.30	c prbe: 0 failed, 0 lifted, 0 merged
10000.09/10004.30	c sccs: 0 non trivial, 0 fixed, 0 merged
10000.09/10004.30	c hash: 0 units, 157 merged
10000.09/10004.30	c mins: 213062000 learned, 28% deleted, 234 strong, 26 depth
10000.09/10004.30	c subs: 122 forward, 0 backward, 67 doms
10000.09/10004.30	c strs: 0 forward, 0 backward
10000.09/10004.30	c doms: 67 dominators, 0 high, 0 low
10000.09/10004.30	c prps: 1133082298 propagations, 0.11 megaprops
10000.09/10004.30	c
10000.09/10004.30	c 10000.1 seconds, 169 MB max, 915 MB recycled
10000.09/10004.30	c
10000.09/10004.30	c *** CAUGHT SIGNAL 15 ***
10000.09/10004.30	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-1774931-1241198781/watcher-1774931-1241198781 -o /tmp/evaluation-result-1774931-1241198781/solver-1774931-1241198781 -C 10000 -W 12000 -M 1800 HOME/precosat HOME/instance-1774931-1241198781.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: 0.92 0.98 0.99 2/64 25109
/proc/meminfo: memFree=1306424/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=1052 CPUtime=0
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 147911433 1077248 168 1992294400 134512640 135151029 4294956240 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 263 169 64 155 0 106 0

[startup+0.10445 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25109
/proc/meminfo: memFree=1306424/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=8460 CPUtime=0.1
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 2033 0 0 0 9 1 0 0 18 0 1 0 147911433 8663040 2017 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 2115 2018 80 155 0 1958 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8460

[startup+0.202468 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25109
/proc/meminfo: memFree=1306424/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=10020 CPUtime=0.19
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 2675 0 0 0 18 1 0 0 19 0 1 0 147911433 10260480 2426 1992294400 134512640 135151029 4294956240 18446744073709551615 134518832 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 2505 2426 79 155 0 2348 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10020

[startup+0.302487 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25109
/proc/meminfo: memFree=1306424/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=10548 CPUtime=0.29
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 2806 0 0 0 28 1 0 0 19 0 1 0 147911433 10801152 2557 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 2637 2558 79 155 0 2480 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10548

[startup+0.702564 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 25109
/proc/meminfo: memFree=1306424/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=14520 CPUtime=0.69
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 3785 0 0 0 68 1 0 0 23 0 1 0 147911433 14868480 3536 1992294400 134512640 135151029 4294956240 18446744073709551615 134575488 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 3630 3536 79 155 0 3473 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14520

[startup+1.50172 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 25110
/proc/meminfo: memFree=1292528/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=14520 CPUtime=1.49
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 3785 0 0 0 148 1 0 0 25 0 1 0 147911433 14868480 3536 1992294400 134512640 135151029 4294956240 18446744073709551615 134526328 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 3630 3536 79 155 0 3473 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14520

[startup+3.10203 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 25110
/proc/meminfo: memFree=1292400/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=14520 CPUtime=3.09
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 3785 0 0 0 308 1 0 0 25 0 1 0 147911433 14868480 3536 1992294400 134512640 135151029 4294956240 18446744073709551615 134554811 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 3630 3536 79 155 0 3473 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14520

[startup+6.30167 s]
/proc/loadavg: 0.93 0.98 0.99 5/65 25110
/proc/meminfo: memFree=1292336/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=14520 CPUtime=6.15
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 3785 0 0 0 613 2 0 0 25 0 1 0 147911433 14868480 3536 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/25109/statm: 3630 3536 79 155 0 3473 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 14520

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 25110
/proc/meminfo: memFree=1289136/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=18276 CPUtime=12.55
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 4693 0 0 0 1252 3 0 0 25 0 1 0 147911433 18714624 4444 1992294400 134512640 135151029 4294956240 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 4569 4444 79 155 0 4412 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 18276

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 25110
/proc/meminfo: memFree=1281968/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=25372 CPUtime=25.33
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 6363 0 0 0 2529 4 0 0 25 0 1 0 147911433 25980928 6114 1992294400 134512640 135151029 4294956240 18446744073709551615 134554774 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 6343 6114 79 155 0 6186 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 25372

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 25110
/proc/meminfo: memFree=1272240/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=35628 CPUtime=50.92
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 8815 0 0 0 5085 7 0 0 25 0 1 0 147911433 36483072 8566 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 8907 8566 79 155 0 8750 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 35628

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 25110
/proc/meminfo: memFree=1265328/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=43040 CPUtime=102.1
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 10518 0 0 0 10201 9 0 0 25 0 1 0 147911433 44072960 10269 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 10760 10269 79 155 0 10603 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 43040

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25110
/proc/meminfo: memFree=1259632/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=49336 CPUtime=162.07
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 11927 0 0 0 16196 11 0 0 25 0 1 0 147911433 50520064 11678 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 12334 11678 79 155 0 12177 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 49336

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25110
/proc/meminfo: memFree=1255920/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=53328 CPUtime=222.05
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 12842 0 0 0 22193 12 0 0 25 0 1 0 147911433 54607872 12593 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 13332 12593 79 155 0 13175 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 53328

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25110
/proc/meminfo: memFree=1252336/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=57568 CPUtime=282.02
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 13750 0 0 0 28189 13 0 0 25 0 1 0 147911433 58949632 13501 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 14392 13501 79 155 0 14235 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 57568

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25110
/proc/meminfo: memFree=1250160/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=59912 CPUtime=341.99
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 14269 0 0 0 34186 13 0 0 25 0 1 0 147911433 61349888 14020 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 14978 14020 79 155 0 14821 0
Current children cumulated CPU time (s) 341.99
Current children cumulated vsize (KiB) 59912

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25110
/proc/meminfo: memFree=1246576/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=64084 CPUtime=401.97
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 15162 0 0 0 40183 14 0 0 25 0 1 0 147911433 65622016 14913 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 16021 14913 79 155 0 15864 0
Current children cumulated CPU time (s) 401.97
Current children cumulated vsize (KiB) 64084

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25110
/proc/meminfo: memFree=1244272/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=66636 CPUtime=461.95
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 15741 0 0 0 46180 15 0 0 25 0 1 0 147911433 68235264 15492 1992294400 134512640 135151029 4294956240 18446744073709551615 134574633 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 16659 15492 79 155 0 16502 0
Current children cumulated CPU time (s) 461.95
Current children cumulated vsize (KiB) 66636

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25110
/proc/meminfo: memFree=1241648/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=69320 CPUtime=521.92
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 16389 0 0 0 52177 15 0 0 25 0 1 0 147911433 70983680 16140 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 17330 16140 79 155 0 17173 0
Current children cumulated CPU time (s) 521.92
Current children cumulated vsize (KiB) 69320

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25110
/proc/meminfo: memFree=1240688/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=70740 CPUtime=581.9
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 16631 0 0 0 58175 15 0 0 25 0 1 0 147911433 72437760 16382 1992294400 134512640 135151029 4294956240 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 17685 16382 79 155 0 17528 0
Current children cumulated CPU time (s) 581.9
Current children cumulated vsize (KiB) 70740

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25110
/proc/meminfo: memFree=1237360/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=74304 CPUtime=641.87
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 17455 0 0 0 64171 16 0 0 25 0 1 0 147911433 76087296 17206 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 18576 17206 79 155 0 18419 0
Current children cumulated CPU time (s) 641.87
Current children cumulated vsize (KiB) 74304

[startup+702.302 s]

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

[startup+9042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25128
/proc/meminfo: memFree=1144496/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=181172 CPUtime=9038.49
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40358 0 0 0 903804 45 0 0 25 0 1 0 147911433 185520128 40109 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45293 40109 79 155 0 45136 0
Current children cumulated CPU time (s) 9038.49
Current children cumulated vsize (KiB) 181172

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25128
/proc/meminfo: memFree=1144304/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=181172 CPUtime=9098.47
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40388 0 0 0 909802 45 0 0 25 0 1 0 147911433 185520128 40139 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45293 40139 79 155 0 45136 0
Current children cumulated CPU time (s) 9098.47
Current children cumulated vsize (KiB) 181172

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25128
/proc/meminfo: memFree=1144048/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=181564 CPUtime=9158.45
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40453 0 0 0 915800 45 0 0 25 0 1 0 147911433 185921536 40204 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45391 40204 79 155 0 45234 0
Current children cumulated CPU time (s) 9158.45
Current children cumulated vsize (KiB) 181564

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25128
/proc/meminfo: memFree=1143856/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=181692 CPUtime=9218.42
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40498 0 0 0 921797 45 0 0 25 0 1 0 147911433 186052608 40249 1992294400 134512640 135151029 4294956240 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45423 40249 79 155 0 45266 0
Current children cumulated CPU time (s) 9218.42
Current children cumulated vsize (KiB) 181692

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25134
/proc/meminfo: memFree=1143592/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=181948 CPUtime=9278.37
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40552 0 0 0 927792 45 0 0 25 0 1 0 147911433 186314752 40303 1992294400 134512640 135151029 4294956240 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45487 40303 79 155 0 45330 0
Current children cumulated CPU time (s) 9278.37
Current children cumulated vsize (KiB) 181948

[startup+9342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25134
/proc/meminfo: memFree=1143536/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=182460 CPUtime=9338.36
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40599 0 0 0 933790 46 0 0 25 0 1 0 147911433 186839040 40350 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45615 40350 79 155 0 45458 0
Current children cumulated CPU time (s) 9338.36
Current children cumulated vsize (KiB) 182460

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25134
/proc/meminfo: memFree=1143472/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=182460 CPUtime=9398.33
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40611 0 0 0 939787 46 0 0 25 0 1 0 147911433 186839040 40362 1992294400 134512640 135151029 4294956240 18446744073709551615 134555139 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45615 40362 79 155 0 45458 0
Current children cumulated CPU time (s) 9398.33
Current children cumulated vsize (KiB) 182460

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25134
/proc/meminfo: memFree=1143408/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=182620 CPUtime=9458.31
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40628 0 0 0 945785 46 0 0 25 0 1 0 147911433 187002880 40379 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45655 40379 79 155 0 45498 0
Current children cumulated CPU time (s) 9458.31
Current children cumulated vsize (KiB) 182620

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25134
/proc/meminfo: memFree=1143216/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=182620 CPUtime=9518.28
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40663 0 0 0 951782 46 0 0 25 0 1 0 147911433 187002880 40414 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45655 40414 79 155 0 45498 0
Current children cumulated CPU time (s) 9518.28
Current children cumulated vsize (KiB) 182620

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25134
/proc/meminfo: memFree=1143024/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=183068 CPUtime=9578.26
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40702 0 0 0 957780 46 0 0 25 0 1 0 147911433 187461632 40453 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45767 40453 79 155 0 45610 0
Current children cumulated CPU time (s) 9578.26
Current children cumulated vsize (KiB) 183068

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25134
/proc/meminfo: memFree=1142960/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=183068 CPUtime=9638.23
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40713 0 0 0 963777 46 0 0 25 0 1 0 147911433 187461632 40464 1992294400 134512640 135151029 4294956240 18446744073709551615 134554644 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45767 40464 79 155 0 45610 0
Current children cumulated CPU time (s) 9638.23
Current children cumulated vsize (KiB) 183068

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25134
/proc/meminfo: memFree=1142832/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=183200 CPUtime=9698.21
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40755 0 0 0 969775 46 0 0 25 0 1 0 147911433 187596800 40506 1992294400 134512640 135151029 4294956240 18446744073709551615 134520459 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45800 40506 79 155 0 45643 0
Current children cumulated CPU time (s) 9698.21
Current children cumulated vsize (KiB) 183200

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25134
/proc/meminfo: memFree=1142704/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=183332 CPUtime=9758.18
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40773 0 0 0 975772 46 0 0 25 0 1 0 147911433 187731968 40524 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45833 40524 79 155 0 45676 0
Current children cumulated CPU time (s) 9758.18
Current children cumulated vsize (KiB) 183332

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25134
/proc/meminfo: memFree=1142448/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=183592 CPUtime=9818.16
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40828 0 0 0 981770 46 0 0 25 0 1 0 147911433 187998208 40579 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45898 40579 79 155 0 45741 0
Current children cumulated CPU time (s) 9818.16
Current children cumulated vsize (KiB) 183592

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25134
/proc/meminfo: memFree=1142448/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=183724 CPUtime=9878.14
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40858 0 0 0 987768 46 0 0 25 0 1 0 147911433 188133376 40609 1992294400 134512640 135151029 4294956240 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45931 40609 79 155 0 45774 0
Current children cumulated CPU time (s) 9878.14
Current children cumulated vsize (KiB) 183724

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25134
/proc/meminfo: memFree=1142384/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=183724 CPUtime=9938.11
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40868 0 0 0 993765 46 0 0 25 0 1 0 147911433 188133376 40619 1992294400 134512640 135151029 4294956240 18446744073709551615 134574204 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45931 40619 79 155 0 45774 0
Current children cumulated CPU time (s) 9938.11
Current children cumulated vsize (KiB) 183724

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25134
/proc/meminfo: memFree=1142128/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=183984 CPUtime=9998.09
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40918 0 0 0 999763 46 0 0 25 0 1 0 147911433 188399616 40669 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45996 40669 79 155 0 45839 0
Current children cumulated CPU time (s) 9998.09
Current children cumulated vsize (KiB) 183984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25134
/proc/meminfo: memFree=1142128/2055920 swapFree=4180712/4192956
[pid=25109] ppid=25107 vsize=183984 CPUtime=10000.1
/proc/25109/stat : 25109 (precosat) R 25107 25109 25072 0 -1 4194304 40921 0 0 0 999963 46 0 0 25 0 1 0 147911433 188399616 40672 1992294400 134512640 135151029 4294956240 18446744073709551615 134554766 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25109/statm: 45996 40672 79 155 0 45839 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 183984

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): 10004.3
CPU time (s): 10000.1
CPU user time (s): 9999.64
CPU system time (s): 0.492925
CPU usage (%): 99.958
Max. virtual memory (cumulated for all children) (KiB): 183984

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

runsolver used 7.03093 second user time and 20.9498 second system time

The end

Launcher Data

Begin job on node28 at 2009-05-01 19:26:21
IDJOB=1774931
IDBENCH=71064
IDSOLVER=607
FILE ID=node28/1774931-1241198781
PBS_JOBID= 9224674
Free space on /tmp= 66272 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-1774931-1241198781/watcher-1774931-1241198781 -o /tmp/evaluation-result-1774931-1241198781/solver-1774931-1241198781 -C 10000 -W 12000 -M 1800  HOME/precosat HOME/instance-1774931-1241198781.cnf

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

MD5SUM BENCH= b02fa517730e45c506203f9bd7ebb62c
RANDOM SEED=542909992

node28.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.261
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.261
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:       1306904 kB
Buffers:         62276 kB
Cached:         588456 kB
SwapCached:       5468 kB
Active:          27736 kB
Inactive:       631672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1306904 kB
SwapTotal:     4192956 kB
SwapFree:      4180712 kB
Dirty:            2616 kB
Writeback:           0 kB
Mapped:          14192 kB
Slab:            75508 kB
Committed_AS:   709080 kB
PageTables:       1420 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= 66272 MiB
End job on node28 at 2009-05-01 22:13:08