Trace number 1516871

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.06 1199.91

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/520/
unif-k3-r4.25-v520-c2210-S1089910525-056.cnf
MD5SUMd3e536fdc68bd7011b2698c42fdf490b
Bench CategoryRANDOM (random 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 variables520
Number of clauses2210
Sum of the clauses size6630
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32210
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-1516871-1238276560.cnf
0.00/0.00	c found header 'p cnf 520 2210'
0.00/0.00	c finished parsing
0.00/0.00	c
0.00/0.00	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.00	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.00	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.00	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.00	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.00	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.00	c
0.00/0.00	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.00	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.00	c
0.00/0.00	c starting search after 0.0 seconds
0.00/0.00	c no decision limit
0.00/0.00	c
0.00/0.00	c       original/binary      fixed     eliminated      learned       agility
0.00/0.00	c   seconds        variables     equivalent    conflicts       height       MB
0.00/0.00	c
0.00/0.00	c *    0.0     2210     520      0     0      0       0      0    0.0   0    0
0.00/0.01	c s    0.0     2193     507      0     0     13       0      0    0.0   0    0
0.00/0.01	c l    0.0     2193     507      0     0     13       0   2193    0.0   0    0
0.00/0.01	c R    0.0     2193     507      0     0     13     101    101   55.7  15    0
0.00/0.02	c R    0.0     2193     507      0     0     13     203    203   45.5  23    0
0.00/0.04	c N    0.0     2193     507      0     0     13     807    807   34.4  27    0
0.00/0.05	c B    0.1     2193     507      0     0     13    1001   1001   33.6  29    0
0.09/0.11	c B    0.1     2193     507      0     0     13    2001   2001   30.9  29    1
0.09/0.12	c +    0.1     2193     507      0     0     13    2193   2412   30.5  28    1
0.09/0.13	c N    0.1     2193     507      0     0     13    2413   2413   30.1  27    1
0.09/0.15	c +    0.2     2193     507      0     0     13    2742   2653   29.7  28    1
0.19/0.20	c +    0.2     2193     507      0     0     13    3428   2918   29.3  28    1
0.19/0.25	c +    0.3     2193     507      0     0     13    4285   3209   28.6  27    1
0.29/0.32	c +    0.3     2193     507      0     0     13    5357   3529   29.5  27    1
0.29/0.39	c N    0.4     2193     507      0     0     13    6427   3534   30.0  27    1
0.39/0.40	c +    0.4     2193     507      0     0     13    6695   3881   30.1  27    1
0.39/0.49	c B    0.5     2193     507      0     0     13    8006   3892   30.5  28    1
0.49/0.51	c +    0.5     2193     507      0     0     13    8365   4269   30.6  24    1
0.59/0.65	c +    0.7     2193     507      0     0     13   10456   4695   30.6  28    1
0.79/0.84	c
0.79/0.84	c       original/binary      fixed     eliminated      learned       agility
0.79/0.84	c   seconds        variables     equivalent    conflicts       height       MB
0.79/0.84	c
0.79/0.84	c +    0.8     2193     507      0     0     13   13071   5164   30.2  27    1
1.00/1.09	c N    1.1     2193     507      0     0     13   16049   5169   29.6  27    1
1.10/1.11	c +    1.1     2193     507      0     0     13   16336   5680   29.5  27    1
1.39/1.43	c +    1.4     2193     507      0     0     13   20420   6248   29.2  27    1
1.69/1.73	c B    1.7     2193     507      0     0     13   24013   6262   28.8  28    2
1.79/1.86	c +    1.9     2193     507      0     0     13   25526   6872   28.6  28    2
2.39/2.41	c +    2.4     2193     507      0     0     13   31906   7559   27.9  25    2
2.99/3.01	c N    3.0     2193     507      0     0     13   38497   7567   27.3  28    2
3.09/3.12	c +    3.1     2193     507      0     0     13   39880   8314   27.3  30    2
3.89/4.00	c +    4.0     2193     507      0     0     13   49850   9145   26.9  30    2
5.19/5.25	c +    5.3     2193     507      0     0     13   62310  10059   26.8  29    2
5.40/5.43	c B    5.4     2193     507      0     0     13   64028  10072   26.8  27    2
6.79/6.85	c +    6.9     2193     507      0     0     13   77887  11064   26.5  29    3
8.09/8.18	c N    8.2     2193     507      0     0     13   89800  11078   26.2  28    3
8.99/9.05	c +    9.1     2193     507      0     0     13   97355  12170   26.2  27    3
11.89/11.95	c +   12.0     2193     507      0     0     13  121690  13387   25.8  28    3
15.69/15.75	c +   15.8     2193     507      0     0     13  152110  14725   25.5  28    4
16.69/16.80	c B   16.8     2193     507      0     0     13  160051  14738   25.3  29    4
20.59/20.69	c +   20.7     2193     507      0     0     13  190136  16197   25.2  28    4
22.70/22.78	c
22.70/22.78	c       original/binary      fixed     eliminated      learned       agility
22.70/22.78	c   seconds        variables     equivalent    conflicts       height       MB
22.70/22.78	c
22.70/22.78	c N   22.8     2193     507      0     0     13  205213  16211   25.0  27    4
27.20/27.25	c +   27.3     2193     507      0     0     13  237673  17816   24.9  28    4
35.90/35.97	c +   36.0     2193     507      0     0     13  297090  19597   25.4  27    5
47.59/47.69	c +   47.7     2193     507      0     0     13  371361  21556   26.5  27    6
49.70/49.75	c B   49.8     2193     507      0     0     13  384094  21572   26.6  25    7
62.10/62.15	c N   62.2     2193     507      0     0     13  461630  21566   26.8  27    7
62.60/62.63	c +   62.6     2193     507      0     0     13  464200  23711   26.8  25    7
83.80/83.88	c +   83.9     2193     507      0     0     13  580250  26082   26.9  26    8
111.50/111.58	c +  111.6     2193     507      0     0     13  725311  28690   27.7  27    9
150.21/150.27	c B  150.3     2193     507      0     0     13  896192  28697   27.7  28   10
152.81/152.86	c +  152.9     2193     507      0     0     13  906635  31559   27.6  28   10
181.91/181.95	c N  182.0     2193     507      0     0     13 1025618  31580   27.4  26   11
208.51/208.55	c +  208.6     2193     507      0     0     13 1133291  34714   27.1  27   12
283.73/283.79	c +  283.8     2193     507      0     0     13 1416612  38185   27.4  26   13
389.24/389.24	c +  389.3     2193     507      0     0     13 1770765  42003   27.4  26   15
480.55/480.55	c B  480.6     2193     507      0     0     13 2048421  42016   27.5  26   16
544.96/544.91	c +  545.0     2193     507      0     0     13 2213455  46203   27.6  28   17
561.26/561.26	c R  561.3     2193     507      0     0     13 2256027  46225   27.5  24   18
746.59/746.52	c +  746.6     2193     507      0     0     13 2766815  50823   27.5  27   19
1025.92/1025.86	c
1025.92/1025.86	c       original/binary      fixed     eliminated      learned       agility
1025.92/1025.86	c   seconds        variables     equivalent    conflicts       height       MB
1025.92/1025.86	c
1025.92/1025.86	c + 1026.0     2193     507      0     0     13 3458519  55905   27.5  29   22
1200.04/1199.90	c
1200.04/1199.90	c *** CAUGHT SIGNAL 15 ***
1200.04/1199.90	c
1200.04/1199.90	c 3859961 conflicts, 4629024 decisions, 1 random
1200.04/1199.90	c 0 iterations, 319 restarts, 6460 skipped
1200.04/1199.90	c 34 enlarged, 0 shrunken, 37749 rescored, 926 rebiased
1200.04/1199.90	c 1 simplifications, 0 reductions
1200.04/1199.90	c
1200.04/1199.90	c vars: 0 fixed, 0 equiv, 13 elim, 0 merged
1200.04/1199.90	c elim: 7377 resolutions, 1 phases, 1 rounds
1200.04/1199.90	c sbst: 0% substituted, 0.0% nots, 0.0% ands, 0.0% xors, 0.0% ites
1200.04/1199.90	c arty: 0.00 and 0.00 xor average arity
1200.04/1199.90	c prbe: 109538 probed, 108 phases, 108 rounds
1200.04/1199.90	c prbe: 0 failed, 0 lifted, 0 merged
1200.04/1199.90	c sccs: 0 non trivial, 0 fixed, 0 merged
1200.04/1199.90	c hash: 0 units, 0 merged
1200.04/1199.90	c mins: 102183355 learned, 20% deleted, 41 strong, 25 depth
1200.04/1199.90	c subs: 0 forward, 0 backward, 0 doms
1200.04/1199.90	c strs: 0 forward, 0 backward
1200.04/1199.90	c doms: 0 dominators, 0 high, 0 low
1200.04/1199.90	c prps: 340946436 propagations, 0.28 megaprops
1200.04/1199.90	c
1200.04/1199.90	c 1200.1 seconds, 24 MB max, 472 MB recycled
1200.04/1199.90	c
1200.04/1199.90	c *** CAUGHT SIGNAL 15 ***
1200.04/1199.90	c

Verifier Data

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

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17728
/proc/meminfo: memFree=870824/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=916 CPUtime=0
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 1100322513 937984 146 1992294400 134512640 135151029 4294956240 18446744073709551615 134697845 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 229 146 79 155 0 72 0

[startup+0.0718701 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17728
/proc/meminfo: memFree=870824/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=1180 CPUtime=0.06
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 217 0 0 0 6 0 0 0 18 0 1 0 1100322513 1208320 201 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 295 201 79 155 0 138 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1180

[startup+0.101861 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17728
/proc/meminfo: memFree=870824/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=1312 CPUtime=0.09
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 239 0 0 0 9 0 0 0 18 0 1 0 1100322513 1343488 223 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 328 223 79 155 0 171 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1312

[startup+0.301806 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17728
/proc/meminfo: memFree=870824/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=1576 CPUtime=0.29
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 313 0 0 0 29 0 0 0 19 0 1 0 1100322513 1613824 297 1992294400 134512640 135151029 4294956240 18446744073709551615 134520459 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 394 297 79 155 0 237 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1576

[startup+0.701693 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17728
/proc/meminfo: memFree=870824/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=1972 CPUtime=0.69
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 404 0 0 0 69 0 0 0 22 0 1 0 1100322513 2019328 388 1992294400 134512640 135151029 4294956240 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 493 388 79 155 0 336 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1972

[startup+1.50147 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=869408/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=2368 CPUtime=1.49
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 506 0 0 0 149 0 0 0 25 0 1 0 1100322513 2424832 490 1992294400 134512640 135151029 4294956240 18446744073709551615 134554811 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 592 490 79 155 0 435 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2368

[startup+3.10102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=868832/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=2776 CPUtime=3.09
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 604 0 0 0 309 0 0 0 25 0 1 0 1100322513 2842624 588 1992294400 134512640 135151029 4294956240 18446744073709551615 134574555 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 694 588 79 155 0 537 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2776

[startup+6.30113 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=867936/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=3436 CPUtime=6.29
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 782 0 0 0 629 0 0 0 25 0 1 0 1100322513 3518464 766 1992294400 134512640 135151029 4294956240 18446744073709551615 134578051 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 859 766 79 155 0 702 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3436

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=866984/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=4360 CPUtime=12.69
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 1016 0 0 0 1269 0 0 0 25 0 1 0 1100322513 4464640 1000 1992294400 134512640 135151029 4294956240 18446744073709551615 134574290 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 1090 1000 79 155 0 933 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4360

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=865832/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=5460 CPUtime=25.5
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 1269 0 0 0 2549 1 0 0 25 0 1 0 1100322513 5591040 1253 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 1365 1253 79 155 0 1208 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 5460

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=863400/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=8072 CPUtime=51.1
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 1878 0 0 0 5108 2 0 0 25 0 1 0 1100322513 8265728 1862 1992294400 134512640 135151029 4294956240 18446744073709551615 134554933 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 2018 1862 79 155 0 1861 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 8072

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=861224/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=10308 CPUtime=102.3
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 2413 0 0 0 10228 2 0 0 25 0 1 0 1100322513 10555392 2397 1992294400 134512640 135151029 4294956240 18446744073709551615 134552227 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 2577 2397 79 155 0 2420 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 10308

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=859560/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=12284 CPUtime=162.31
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 2838 0 0 0 16228 3 0 0 25 0 1 0 1100322513 12578816 2822 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 3071 2822 79 155 0 2914 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 12284

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=858024/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=13916 CPUtime=222.32
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 3207 0 0 0 22228 4 0 0 25 0 1 0 1100322513 14249984 3191 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 3479 3191 79 155 0 3322 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 13916

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=857192/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=14936 CPUtime=282.32
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 3404 0 0 0 28228 4 0 0 25 0 1 0 1100322513 15294464 3388 1992294400 134512640 135151029 4294956240 18446744073709551615 134580646 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 3734 3388 79 155 0 3577 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 14936

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=856104/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=16260 CPUtime=342.34
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 3682 0 0 0 34229 5 0 0 25 0 1 0 1100322513 16650240 3666 1992294400 134512640 135151029 4294956240 18446744073709551615 134554875 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 4065 3666 79 155 0 3908 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 16260

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=855144/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=17252 CPUtime=402.34
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 3919 0 0 0 40229 5 0 0 25 0 1 0 1100322513 17666048 3903 1992294400 134512640 135151029 4294956240 18446744073709551615 134555084 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 4313 3903 79 155 0 4156 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 17252

[startup+462.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 17729
/proc/meminfo: memFree=854568/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=17876 CPUtime=462.35
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 4056 0 0 0 46230 5 0 0 25 0 1 0 1100322513 18305024 4040 1992294400 134512640 135151029 4294956240 18446744073709551615 134554805 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 4469 4040 79 155 0 4312 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 17876

[startup+522.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 17729
/proc/meminfo: memFree=853672/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=18904 CPUtime=522.36
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 4274 0 0 0 52230 6 0 0 25 0 1 0 1100322513 19357696 4258 1992294400 134512640 135151029 4294956240 18446744073709551615 134555084 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 4726 4258 79 155 0 4569 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 18904

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=852520/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=20348 CPUtime=582.36
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 4561 0 0 0 58230 6 0 0 25 0 1 0 1100322513 20836352 4545 1992294400 134512640 135151029 4294956240 18446744073709551615 134578256 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 5087 4545 79 155 0 4930 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 20348

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=851944/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=21252 CPUtime=642.37
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 4721 0 0 0 64231 6 0 0 25 0 1 0 1100322513 21762048 4705 1992294400 134512640 135151029 4294956240 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 5313 4705 79 155 0 5156 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 21252

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=851688/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=21412 CPUtime=702.38
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 4779 0 0 0 70231 7 0 0 25 0 1 0 1100322513 21925888 4763 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 5353 4763 79 155 0 5196 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 21412

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=851304/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=21824 CPUtime=762.39
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 4870 0 0 0 76232 7 0 0 25 0 1 0 1100322513 22347776 4854 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 5456 4854 79 155 0 5299 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 21824

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=850024/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=23368 CPUtime=822.4
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 5190 0 0 0 82232 8 0 0 25 0 1 0 1100322513 23928832 5174 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 5842 5174 79 155 0 5685 0
Current children cumulated CPU time (s) 822.4
Current children cumulated vsize (KiB) 23368

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=849768/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=23560 CPUtime=882.4
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 5238 0 0 0 88232 8 0 0 25 0 1 0 1100322513 24125440 5222 1992294400 134512640 135151029 4294956240 18446744073709551615 134555134 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 5890 5222 79 155 0 5733 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 23560

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=849512/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=23896 CPUtime=942.41
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 5303 0 0 0 94232 9 0 0 25 0 1 0 1100322513 24469504 5287 1992294400 134512640 135151029 4294956240 18446744073709551615 134575907 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 5974 5287 79 155 0 5817 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 23896

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=849128/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=24188 CPUtime=1002.42
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 5393 0 0 0 100233 9 0 0 25 0 1 0 1100322513 24768512 5377 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 6047 5377 79 155 0 5890 0
Current children cumulated CPU time (s) 1002.42
Current children cumulated vsize (KiB) 24188

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17729
/proc/meminfo: memFree=848424/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=25316 CPUtime=1062.43
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 5591 0 0 0 106234 9 0 0 25 0 1 0 1100322513 25923584 5575 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 6329 5575 79 155 0 6172 0
Current children cumulated CPU time (s) 1062.43
Current children cumulated vsize (KiB) 25316

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17735
/proc/meminfo: memFree=847912/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=25712 CPUtime=1122.43
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 5685 0 0 0 112233 10 0 0 25 0 1 0 1100322513 26329088 5669 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 6428 5669 79 155 0 6271 0
Current children cumulated CPU time (s) 1122.43
Current children cumulated vsize (KiB) 25712

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17735
/proc/meminfo: memFree=847784/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=25856 CPUtime=1182.44
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 5703 0 0 0 118234 10 0 0 25 0 1 0 1100322513 26476544 5687 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 6464 5687 79 155 0 6307 0
Current children cumulated CPU time (s) 1182.44
Current children cumulated vsize (KiB) 25856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17735
/proc/meminfo: memFree=847720/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=25856 CPUtime=1200.04
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 5727 0 0 0 119994 10 0 0 25 0 1 0 1100322513 26476544 5711 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 6464 5711 79 155 0 6307 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 25856

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

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

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17735
/proc/meminfo: memFree=847720/2055920 swapFree=4178240/4192956
[pid=17728] ppid=17726 vsize=25856 CPUtime=1200.04
/proc/17728/stat : 17728 (precosat) R 17726 17728 17425 0 -1 4194304 5727 0 0 0 119994 10 0 0 25 0 1 0 1100322513 26476544 5711 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17728/statm: 6464 5711 79 155 0 6307 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 25856

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1199.91
CPU time (s): 1200.06
CPU user time (s): 1199.95
CPU system time (s): 0.108983
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 25856

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

runsolver used 0.873867 second user time and 2.66559 second system time

The end

Launcher Data

Begin job on node16 at 2009-03-28 22:42:40
IDJOB=1516871
IDBENCH=70549
IDSOLVER=507
FILE ID=node16/1516871-1238276560
PBS_JOBID= 9060880
Free space on /tmp= 63928 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/520/unif-k3-r4.25-v520-c2210-S1089910525-056.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1516871-1238276560/watcher-1516871-1238276560 -o /tmp/evaluation-result-1516871-1238276560/solver-1516871-1238276560 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/precosat HOME/instance-1516871-1238276560.cnf

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

MD5SUM BENCH= d3e536fdc68bd7011b2698c42fdf490b
RANDOM SEED=1513025026

node16.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.232
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.232
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:        871304 kB
Buffers:         86644 kB
Cached:        1004760 kB
SwapCached:       8496 kB
Active:         105728 kB
Inactive:       995560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        871304 kB
SwapTotal:     4192956 kB
SwapFree:      4178240 kB
Dirty:             744 kB
Writeback:           0 kB
Mapped:          15544 kB
Slab:            69396 kB
Committed_AS:  2953840 kB
PageTables:       1440 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= 63924 MiB
End job on node16 at 2009-03-28 23:02:42