Trace number 1517051

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.07 1200.51

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/560/
unif-k3-r4.25-v560-c2380-S28271012-055.cnf
MD5SUMb8930473062e759b42f76ae6552762ee
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 variables560
Number of clauses2380
Sum of the clauses size7140
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32380
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-1517051-1238279355.cnf
0.00/0.00	c found header 'p cnf 560 2380'
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     2380     560      0     0      0       0      0    0.0   0    0
0.00/0.01	c s    0.0     2364     547      0     0     13       0      0    0.0   0    0
0.00/0.01	c l    0.0     2364     547      0     0     13       0   2364    0.0   0    0
0.00/0.01	c R    0.0     2364     547      0     0     13     100    100   50.6  15    0
0.00/0.02	c R    0.0     2364     547      0     0     13     200    200   43.2  22    0
0.00/0.04	c N    0.0     2364     547      0     0     13     802    802   36.3  27    0
0.00/0.05	c B    0.1     2364     547      0     0     13    1000   1000   36.1  28    0
0.09/0.10	c B    0.1     2364     547      0     0     13    2000   2000   35.7  25    1
0.09/0.12	c +    0.1     2364     547      0     0     13    2364   2600   36.5  26    1
0.09/0.13	c N    0.1     2364     547      0     0     13    2407   2407   36.6  25    1
0.09/0.16	c +    0.2     2364     547      0     0     13    2956   2860   37.4  26    1
0.19/0.20	c +    0.2     2364     547      0     0     13    3697   3146   38.0  27    1
0.19/0.26	c +    0.3     2364     547      0     0     13    4621   3460   38.3  28    1
0.29/0.34	c +    0.3     2364     547      0     0     13    5776   3806   38.7  28    1
0.29/0.38	c N    0.4     2364     547      0     0     13    6422   3810   39.0  28    1
0.39/0.43	c +    0.4     2364     547      0     0     13    7220   4186   39.4  28    1
0.39/0.48	c B    0.5     2364     547      0     0     13    8004   4196   39.5  28    1
0.49/0.56	c +    0.6     2364     547      0     0     13    9025   4604   39.7  25    1
0.69/0.72	c +    0.7     2364     547      0     0     13   11282   5064   39.8  27    1
0.89/0.94	c
0.89/0.94	c       original/binary      fixed     eliminated      learned       agility
0.89/0.94	c   seconds        variables     equivalent    conflicts       height       MB
0.89/0.94	c
0.89/0.94	c +    0.9     2364     547      0     0     13   14100   5570   39.8  25    1
1.00/1.09	c N    1.1     2364     547      0     0     13   16046   5583   39.7  27    1
1.19/1.22	c +    1.2     2364     547      0     0     13   17626   6127   39.6  26    1
1.49/1.54	c +    1.5     2364     547      0     0     13   22030   6739   39.0  27    2
1.59/1.69	c B    1.7     2364     547      0     0     13   24011   6749   38.6  28    2
1.89/1.97	c +    2.0     2364     547      0     0     13   27537   7412   38.0  26    2
2.39/2.49	c +    2.5     2364     547      0     0     13   34420   8153   36.9  28    2
2.79/2.85	c N    2.9     2364     547      0     0     13   38502   8164   36.2  25    2
3.20/3.26	c +    3.3     2364     547      0     0     13   43026   8968   35.6  27    2
4.09/4.19	c +    4.2     2364     547      0     0     13   53783   9864   35.0  26    2
4.99/5.08	c B    5.1     2364     547      0     0     13   64022   9874   34.7  27    3
5.29/5.40	c +    5.4     2364     547      0     0     13   67226  10850   34.6  27    3
6.89/6.98	c +    7.0     2364     547      0     0     13   84034  11935   34.1  26    3
7.49/7.51	c N    7.5     2364     547      0     0     13   89797  11943   34.2  27    3
9.09/9.15	c +    9.2     2364     547      0     0     13  105041  13128   34.2  27    4
11.69/11.77	c +   11.8     2364     547      0     0     13  131300  14440   33.9  26    4
14.99/15.01	c B   15.0     2364     547      0     0     13  160053  14442   33.7  28    4
15.39/15.45	c +   15.4     2364     547      0     0     13  164126  15884   33.7  26    4
20.39/20.42	c +   20.4     2364     547      0     0     13  205156  17472   32.1  25    5
20.39/20.42	c
20.39/20.42	c       original/binary      fixed     eliminated      learned       agility
20.39/20.42	c   seconds        variables     equivalent    conflicts       height       MB
20.39/20.42	c
20.39/20.42	c R   20.4     2364     547      0     0     13  205178  15923   32.1  25    5
26.89/26.97	c +   27.0     2364     547      0     0     13  256446  19219   32.2  25    5
35.68/35.74	c +   35.7     2364     547      0     0     13  320555  21140   31.5  24    6
44.78/44.85	c B   44.8     2364     547      0     0     13  384095  21147   31.6  27    7
47.08/47.15	c +   47.1     2364     547      0     0     13  400691  23254   31.6  27    7
58.07/58.12	c N   58.1     2364     547      0     0     13  461605  23262   31.3  28    8
65.57/65.63	c +   65.6     2364     547      0     0     13  500864  25579   31.0  26    8
89.15/89.30	c +   89.3     2364     547      0     0     13  626081  28136   31.2  26    9
122.15/122.24	c +  122.2     2364     547      0     0     13  782601  30949   31.3  26   10
148.74/148.85	c B  148.8     2364     547      0     0     13  896203  30954   30.9  25   11
167.23/167.30	c +  167.2     2364     547      0     0     13  978253  34043   30.8  26   11
179.13/179.28	c N  179.2     2364     547      0     0     13 1025651  34058   30.8  27   12
230.50/230.69	c +  230.6     2364     547      0     0     13 1222815  37447   30.4  27   13
312.77/312.92	c +  312.8     2364     547      0     0     13 1528517  41191   30.5  27   14
428.84/429.08	c +  428.9     2364     547      0     0     13 1910645  45310   30.6  26   16
473.52/473.75	c B  473.6     2364     547      0     0     13 2048418  45320   30.5  26   17
546.89/547.10	c N  546.9     2364     547      0     0     13 2256113  45315   29.8  27   18
595.27/595.56	c +  595.3     2364     547      0     0     13 2388305  49841   29.5  29   18
813.99/814.38	c +  814.1     2364     547      0     0     13 2985380  54825   29.5  25   22
1114.08/1114.57	c
1114.08/1114.57	c       original/binary      fixed     eliminated      learned       agility
1114.08/1114.57	c   seconds        variables     equivalent    conflicts       height       MB
1114.08/1114.57	c
1114.08/1114.57	c + 1114.2     2364     547      0     0     13 3731725  60307   29.4  27   23
1200.05/1200.50	c
1200.05/1200.50	c *** CAUGHT SIGNAL 15 ***
1200.05/1200.50	c
1200.05/1200.50	c 3916313 conflicts, 4736042 decisions, 1 random
1200.05/1200.50	c 0 iterations, 533 restarts, 6374 skipped
1200.05/1200.50	c 34 enlarged, 0 shrunken, 38301 rescored, 953 rebiased
1200.05/1200.50	c 1 simplifications, 0 reductions
1200.05/1200.50	c
1200.05/1200.50	c vars: 0 fixed, 0 equiv, 13 elim, 0 merged
1200.05/1200.50	c elim: 7899 resolutions, 1 phases, 1 rounds
1200.05/1200.50	c sbst: 0% substituted, 0.0% nots, 0.0% ands, 0.0% xors, 0.0% ites
1200.05/1200.50	c arty: 0.00 and 0.00 xor average arity
1200.05/1200.50	c prbe: 154280 probed, 141 phases, 141 rounds
1200.05/1200.50	c prbe: 0 failed, 0 lifted, 0 merged
1200.05/1200.50	c sccs: 0 non trivial, 0 fixed, 0 merged
1200.05/1200.50	c hash: 0 units, 0 merged
1200.05/1200.50	c mins: 107389673 learned, 20% deleted, 20 strong, 25 depth
1200.05/1200.50	c subs: 0 forward, 0 backward, 0 doms
1200.05/1200.50	c strs: 0 forward, 0 backward
1200.05/1200.50	c doms: 0 dominators, 0 high, 0 low
1200.05/1200.50	c prps: 364354650 propagations, 0.30 megaprops
1200.05/1200.50	c
1200.05/1200.50	c 1200.1 seconds, 25 MB max, 492 MB recycled
1200.05/1200.50	c
1200.05/1200.50	c *** CAUGHT SIGNAL 15 ***
1200.05/1200.50	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-1517051-1238279355/watcher-1517051-1238279355 -o /tmp/evaluation-result-1517051-1238279355/solver-1517051-1238279355 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/precosat HOME/instance-1517051-1238279355.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 2/81 17307
/proc/meminfo: memFree=1102392/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=916 CPUtime=0
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 167 0 0 0 0 0 0 0 18 0 1 0 704830530 937984 151 1992294400 134512640 135151029 4294956240 18446744073709551615 134564155 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 229 151 79 155 0 72 0

[startup+0.0763949 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 17307
/proc/meminfo: memFree=1102392/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=1180 CPUtime=0.07
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 227 0 0 0 7 0 0 0 18 0 1 0 704830530 1208320 211 1992294400 134512640 135151029 4294956240 18446744073709551615 134552248 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 295 211 79 155 0 138 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1180

[startup+0.101399 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 17307
/proc/meminfo: memFree=1102392/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=1312 CPUtime=0.09
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 249 0 0 0 9 0 0 0 18 0 1 0 704830530 1343488 233 1992294400 134512640 135151029 4294956240 18446744073709551615 134551388 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 328 233 79 155 0 171 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1312

[startup+0.301437 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 17307
/proc/meminfo: memFree=1102392/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=1708 CPUtime=0.29
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 346 0 0 0 29 0 0 0 19 0 1 0 704830530 1748992 330 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 427 330 79 155 0 270 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1708

[startup+0.701515 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 17307
/proc/meminfo: memFree=1102392/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=1972 CPUtime=0.69
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 428 0 0 0 69 0 0 0 23 0 1 0 704830530 2019328 412 1992294400 134512640 135151029 4294956240 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 493 412 79 155 0 336 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1972

[startup+1.50167 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1100784/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=2368 CPUtime=1.49
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 524 0 0 0 149 0 0 0 25 0 1 0 704830530 2424832 508 1992294400 134512640 135151029 4294956240 18446744073709551615 134554644 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 592 508 79 155 0 435 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2368

[startup+3.10198 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1100144/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=3028 CPUtime=3.09
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 689 0 0 0 309 0 0 0 25 0 1 0 704830530 3100672 673 1992294400 134512640 135151029 4294956240 18446744073709551615 134578057 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 757 673 79 155 0 600 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3028

[startup+6.3016 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1099056/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=3972 CPUtime=6.29
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 909 0 0 0 629 0 0 0 25 0 1 0 704830530 4067328 893 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 993 893 79 155 0 836 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3972

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1097648/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=5028 CPUtime=12.69
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 1186 0 0 0 1269 0 0 0 25 0 1 0 704830530 5148672 1170 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 1257 1170 79 155 0 1100 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5028

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1096176/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=6648 CPUtime=25.49
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 1544 0 0 0 2548 1 0 0 25 0 1 0 704830530 6807552 1528 1992294400 134512640 135151029 4294956240 18446744073709551615 134554644 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 1662 1528 79 155 0 1505 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6648

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1094448/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=8392 CPUtime=51.07
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 1980 0 0 0 5106 1 0 0 25 0 1 0 704830530 8593408 1964 1992294400 134512640 135151029 4294956240 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 2098 1964 79 155 0 1941 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8392

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1092080/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=10856 CPUtime=102.25
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 2551 0 0 0 10224 1 0 0 25 0 1 0 704830530 11116544 2535 1992294400 134512640 135151029 4294956240 18446744073709551615 134552952 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 2714 2535 79 155 0 2557 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 10856

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1090352/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=12692 CPUtime=162.24
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 2985 0 0 0 16222 2 0 0 25 0 1 0 704830530 12996608 2969 1992294400 134512640 135151029 4294956240 18446744073709551615 134555112 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 3173 2969 79 155 0 3016 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 12692

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1088368/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=14956 CPUtime=222.21
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 3464 0 0 0 22219 2 0 0 25 0 1 0 704830530 15314944 3448 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 3739 3448 79 155 0 3582 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 14956

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1087088/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=16272 CPUtime=282.18
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 3765 0 0 0 28216 2 0 0 25 0 1 0 704830530 16662528 3749 1992294400 134512640 135151029 4294956240 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 4068 3749 79 155 0 3911 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 16272

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1085808/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=17660 CPUtime=342.17
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 4098 0 0 0 34214 3 0 0 25 0 1 0 704830530 18083840 4082 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 4415 4082 79 155 0 4258 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 17660

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1085296/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=18212 CPUtime=402.14
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 4219 0 0 0 40211 3 0 0 25 0 1 0 704830530 18649088 4203 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 4553 4203 79 155 0 4396 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 18212

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1084848/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=18660 CPUtime=462.12
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 4321 0 0 0 46209 3 0 0 25 0 1 0 704830530 19107840 4305 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 4665 4305 79 155 0 4508 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 18660

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1084144/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=19884 CPUtime=522.1
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 4576 0 0 0 52207 3 0 0 25 0 1 0 704830530 20361216 4560 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 4971 4560 79 155 0 4814 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 19884

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1083248/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=20908 CPUtime=582.07
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 4794 0 0 0 58204 3 0 0 25 0 1 0 704830530 21409792 4778 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 5227 4778 79 155 0 5070 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 20908

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1082544/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=21624 CPUtime=642.06
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 4956 0 0 0 64202 4 0 0 25 0 1 0 704830530 22142976 4940 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 5406 4940 79 155 0 5249 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 21624

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1082032/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=22192 CPUtime=702.04
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 5075 0 0 0 70200 4 0 0 25 0 1 0 704830530 22724608 5059 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 5548 5059 79 155 0 5391 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 22192

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1080944/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=23360 CPUtime=762.02
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 5336 0 0 0 76198 4 0 0 25 0 1 0 704830530 23920640 5320 1992294400 134512640 135151029 4294956240 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 5840 5320 79 155 0 5683 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 23360

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1080432/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=23936 CPUtime=821.99
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 5451 0 0 0 82195 4 0 0 25 0 1 0 704830530 24510464 5435 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 5984 5435 79 155 0 5827 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 23936

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1080304/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=24080 CPUtime=881.96
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 5498 0 0 0 88192 4 0 0 25 0 1 0 704830530 24657920 5482 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 6020 5482 79 155 0 5863 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 24080

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1079856/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=24636 CPUtime=941.94
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 5610 0 0 0 94190 4 0 0 25 0 1 0 704830530 25227264 5594 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 6159 5594 79 155 0 6002 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 24636

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1079536/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=24972 CPUtime=1001.92
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 5679 0 0 0 100188 4 0 0 25 0 1 0 704830530 25571328 5663 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 6243 5663 79 155 0 6086 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 24972

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1079088/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=25516 CPUtime=1061.9
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 5778 0 0 0 106186 4 0 0 25 0 1 0 704830530 26128384 5762 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 6379 5762 79 155 0 6222 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 25516

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1078768/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=25924 CPUtime=1121.87
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 5876 0 0 0 112183 4 0 0 25 0 1 0 704830530 26546176 5860 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 6481 5860 79 155 0 6324 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 25924

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1078320/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=26384 CPUtime=1181.86
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 5985 0 0 0 118181 5 0 0 25 0 1 0 704830530 27017216 5969 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 6596 5969 79 155 0 6439 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 26384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1078192/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=26524 CPUtime=1200.05
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 6007 0 0 0 120000 5 0 0 25 0 1 0 704830530 27160576 5991 1992294400 134512640 135151029 4294956240 18446744073709551615 134555134 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 6631 5991 79 155 0 6474 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 26524

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 17308
/proc/meminfo: memFree=1078192/2055920 swapFree=4174588/4192956
[pid=17307] ppid=17305 vsize=26524 CPUtime=1200.05
/proc/17307/stat : 17307 (precosat) R 17305 17307 16968 0 -1 4194304 6007 0 0 0 120000 5 0 0 25 0 1 0 704830530 27160576 5991 1992294400 134512640 135151029 4294956240 18446744073709551615 134555134 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17307/statm: 6631 5991 79 155 0 6474 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 26524

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.07
CPU user time (s): 1200.01
CPU system time (s): 0.055991
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 26524

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

runsolver used 1.35879 second user time and 4.11137 second system time

The end

Launcher Data

Begin job on node88 at 2009-03-28 23:29:15
IDJOB=1517051
IDBENCH=70564
IDSOLVER=507
FILE ID=node88/1517051-1238279355
PBS_JOBID= 9060913
Free space on /tmp= 66476 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/560/unif-k3-r4.25-v560-c2380-S28271012-055.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1517051-1238279355/watcher-1517051-1238279355 -o /tmp/evaluation-result-1517051-1238279355/solver-1517051-1238279355 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/precosat HOME/instance-1517051-1238279355.cnf

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

MD5SUM BENCH= b8930473062e759b42f76ae6552762ee
RANDOM SEED=474164702

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1102808 kB
Buffers:         85044 kB
Cached:         774620 kB
SwapCached:       7608 kB
Active:         151668 kB
Inactive:       717448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1102808 kB
SwapTotal:     4192956 kB
SwapFree:      4174588 kB
Dirty:             744 kB
Writeback:           0 kB
Mapped:          14944 kB
Slab:            68160 kB
Committed_AS:  1774464 kB
PageTables:       2664 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= 66476 MiB
End job on node88 at 2009-03-28 23:49:18