Trace number 1727256

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 236UNSAT 155.401 155.456

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
MD5SUMc7db94a671d9411eb90a6ffa8f8c530f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.948
Satisfiable
(Un)Satisfiability was proved
Number of variables29249
Number of clauses861366
Sum of the clauses size1745389
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2858070
Number of clauses of size 30
Number of clauses of size 46
Number of clauses of size 528
Number of clauses of size over 53262

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-1727256-1240722770.cnf
0.00/0.00	c found header 'p cnf 29249 861366'
2.39/2.45	c finished parsing
2.39/2.45	c
2.39/2.45	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
2.39/2.45	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
2.39/2.45	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
2.39/2.45	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
2.39/2.45	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
2.39/2.45	c --random=1 --spread=2000 --seed=0 --skip=25
2.39/2.45	c
2.39/2.45	c sizeof     vars[0] = 16   alignment = 0       0 MB
2.39/2.45	c sizeof     orgs[0] =  8   alignment = 0       0 MB
2.39/2.45	c sizeof     occs[0] =  8   alignment = 0       0 MB
2.39/2.45	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
2.39/2.45	c
2.39/2.45	c starting search after 2.5 seconds
2.39/2.45	c no decision limit
2.49/2.51	c
2.49/2.51	c       original/binary      fixed     eliminated      learned       agility
2.49/2.51	c   seconds        variables     equivalent    conflicts       height       MB
2.49/2.51	c
2.49/2.51	c *    2.5   861366   29249      0     0      0       0      0    0.0   0   56
10.79/10.86	c s   10.9   449131   17056   8114   602   3477       0      0    0.0   0   33
10.79/10.86	c l   10.9   449131   17056   8114   602   3477       0 105504    0.0   0   33
10.89/10.95	c R   10.9   449209   17052   8118   602   3477     152    145  995.9   2   34
10.89/10.96	c R   11.0   449292   17050   8118   604   3477     252    242  980.6   4   34
11.09/11.11	c R   11.1   449704   17050   8118   604   3477     854    824  719.2   4   34
11.19/11.21	c B   11.2   449772   17050   8118   604   3477    1000    968  689.4   4   34
11.49/11.55	c B   11.6   450447   17048   8119   605   3477    2002   1946  533.1   4   35
12.49/12.55	c R   12.6   455576   17023   8138   611   3477    4770   4623  421.4   4   37
13.79/13.89	c B   13.9   461219   17002   8151   619   3477    8006   7760  371.4   6   38
14.09/14.12	c R   14.1   461785   16999   8152   621   3477    8780   8511  364.4   5   38
21.38/21.40	c B   21.4   508286   16762   8340   670   3477   24009  23372  303.5   6   43
35.08/35.16	c s   35.1   515994   16128   8714   755   3652   42544  34742  265.3   6   39
35.08/35.16	c -   35.1   515994   16128   8714   755   3652   42544 102339  265.3   6   39
49.16/49.28	c B   49.3   584225   15340   9383   874   3652   64015  55869  238.7   7   50
65.06/65.10	c s   65.1   543257   14694   9636   968   3951   79807  57917  225.8   5   43
65.06/65.10	c -   65.1   543257   14694   9636   968   3951   79807  97223  225.8   5   43
78.06/78.15	c R   78.1   568393   14500   9795  1003   3951   93548  71599  218.3   5   51
82.26/82.30	c +   82.3   575968   14433   9847  1018   3951   97224 106945  216.7   4   53
100.95/101.08	c
100.95/101.08	c       original/binary      fixed     eliminated      learned       agility
100.95/101.08	c   seconds        variables     equivalent    conflicts       height       MB
100.95/101.08	c
100.95/101.08	c s  101.0   553386   14064   9946  1061   4178  110963  70202  210.1   6   46
100.95/101.08	c -  101.0   553386   14064   9946  1061   4178  110963 105876  210.1   6   46
111.94/112.09	c +  112.0   567712   13984  10003  1084   4178  120315 116463  206.2   7   52
140.84/140.97	c s  140.9   561342   13648  10124  1134   4343  140193  77828  199.0   7   48
154.33/154.46	c +  154.4   575143   13576  10169  1161   4343  150395 128109  195.7   7   54
155.33/155.44	c 0  155.4   578119   11167  12555  1184   4343  151000  88603  195.5   7   54
155.33/155.44	c
155.33/155.44	s UNSATISFIABLE
155.33/155.44	c
155.33/155.44	c 151000 conflicts, 1080308 decisions, 550 random
155.33/155.44	c 67 iterations, 690 restarts, 0 skipped
155.33/155.44	c 3 enlarged, 2581 shrunken, 1479 rescored, 61 rebiased
155.33/155.44	c 5 simplifications, 0 reductions
155.33/155.44	c
155.33/155.44	c vars: 12555 fixed, 1184 equiv, 4343 elim, 1254 merged
155.33/155.44	c elim: 3434664 resolutions, 5 phases, 0 rounds
155.33/155.44	c sbst: 97% substituted, 0.1% nots, 99.9% ands, 0.0% xors, 0.0% ites
155.33/155.44	c arty: 5.41 and 0.00 xor average arity
155.33/155.44	c prbe: 349993 probed, 89 phases, 9 rounds
155.33/155.44	c prbe: 9263 failed, 472 lifted, 112 merged
155.33/155.44	c sccs: 7 non trivial, 0 fixed, 8 merged
155.33/155.44	c hash: 88 units, 1134 merged
155.33/155.44	c mins: 4335127 learned, 36% deleted, 78 strong, 37 depth
155.33/155.44	c subs: 5210 forward, 11768 backward, 33291 doms
155.33/155.44	c strs: 109169 forward, 136 backward
155.33/155.44	c doms: 40341 dominators, 26249 high, 233 low
155.33/155.44	c prps: 108250531 propagations, 0.70 megaprops
155.33/155.44	c
155.33/155.44	c 155.4 seconds, 59 MB max, 37 MB recycled

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1727256-1240722770/watcher-1727256-1240722770 -o /tmp/evaluation-result-1727256-1240722770/solver-1727256-1240722770 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/precosat HOME/instance-1727256-1240722770.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.01 0.99 0.98 3/64 17078
/proc/meminfo: memFree=1752376/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=1944 CPUtime=0
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 379 0 0 0 0 0 0 0 18 0 1 0 100303291 1990656 364 1992294400 134512640 135151029 4294956240 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 1 0 0
/proc/17078/statm: 486 365 59 155 0 329 0

[startup+0.077454 s]
/proc/loadavg: 1.01 0.99 0.98 3/64 17078
/proc/meminfo: memFree=1752376/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=6044 CPUtime=0.07
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 1526 0 0 0 6 1 0 0 18 0 1 0 100303291 6189056 1413 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 1511 1413 63 155 0 1354 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6044

[startup+0.101456 s]
/proc/loadavg: 1.01 0.99 0.98 3/64 17078
/proc/meminfo: memFree=1752376/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=6836 CPUtime=0.09
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 1717 0 0 0 8 1 0 0 18 0 1 0 100303291 7000064 1604 1992294400 134512640 135151029 4294956240 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 1709 1604 63 155 0 1552 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6836

[startup+0.301471 s]
/proc/loadavg: 1.01 0.99 0.98 3/64 17078
/proc/meminfo: memFree=1752376/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=12496 CPUtime=0.29
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 3245 0 0 0 28 1 0 0 19 0 1 0 100303291 12795904 3003 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 3124 3003 63 155 0 2967 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12496

[startup+0.701503 s]
/proc/loadavg: 1.01 0.99 0.98 3/64 17078
/proc/meminfo: memFree=1752376/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=26332 CPUtime=0.69
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 6977 0 0 0 66 3 0 0 22 0 1 0 100303291 26963968 6478 1992294400 134512640 135151029 4294956240 18446744073709551615 134579313 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 6583 6478 63 155 0 6426 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26332

[startup+1.50157 s]
/proc/loadavg: 1.01 0.99 0.98 2/65 17079
/proc/meminfo: memFree=1722160/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=49120 CPUtime=1.49
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 13190 0 0 0 143 6 0 0 25 0 1 0 100303291 50298880 12178 1992294400 134512640 135151029 4294956240 18446744073709551615 134579313 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 12280 12178 63 155 0 12123 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49120

[startup+3.1017 s]
/proc/loadavg: 1.01 0.99 0.98 2/65 17079
/proc/meminfo: memFree=1695088/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=66684 CPUtime=3.09
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 18570 0 0 0 299 10 0 0 25 0 1 0 100303291 68284416 16532 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 16671 16532 79 155 0 16514 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66684

[startup+6.30195 s]
/proc/loadavg: 1.01 0.99 0.98 2/65 17079
/proc/meminfo: memFree=1685488/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=60060 CPUtime=6.29
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 19081 0 0 0 619 10 0 0 25 0 1 0 100303291 61501440 14879 1992294400 134512640 135151029 4294956240 18446744073709551615 134578560 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 15015 14879 79 155 0 14858 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60060

[startup+12.7015 s]
/proc/loadavg: 1.01 0.99 0.98 2/65 17079
/proc/meminfo: memFree=1687664/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=64888 CPUtime=12.69
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 25166 0 0 0 1256 13 0 0 25 0 1 0 100303291 66445312 16139 1992294400 134512640 135151029 4294956240 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 16222 16139 79 155 0 16065 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64888

[startup+25.5015 s]
/proc/loadavg: 1.01 0.99 0.98 2/65 17079
/proc/meminfo: memFree=1687664/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=64888 CPUtime=25.48
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 25166 0 0 0 2535 13 0 0 25 0 1 0 100303291 66445312 16139 1992294400 134512640 135151029 4294956240 18446744073709551615 134542910 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 16222 16139 79 155 0 16065 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 64888

[startup+51.1015 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 17079
/proc/meminfo: memFree=1687152/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=65600 CPUtime=51.06
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 30826 0 0 0 5090 16 0 0 25 0 1 0 100303291 67174400 16285 1992294400 134512640 135151029 4294956240 18446744073709551615 134581524 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 16400 16285 79 155 0 16243 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 65600

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 17079
/proc/meminfo: memFree=1686320/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=66416 CPUtime=102.25
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 41894 0 0 0 10203 22 0 0 25 0 1 0 100303291 68009984 16488 1992294400 134512640 135151029 4294956240 18446744073709551615 134520115 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 16604 16488 79 155 0 16447 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 66416

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

[startup+127.902 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 17079
/proc/meminfo: memFree=1686320/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=66416 CPUtime=127.84
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 41895 0 0 0 12762 22 0 0 25 0 1 0 100303291 68009984 16489 1992294400 134512640 135151029 4294956240 18446744073709551615 134554907 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 16604 16489 79 155 0 16447 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 66416

[startup+140.703 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 17079
/proc/meminfo: memFree=1684720/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=67968 CPUtime=140.64
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 47434 0 0 0 14039 25 0 0 25 0 1 0 100303291 69599232 16874 1992294400 134512640 135151029 4294956240 18446744073709551615 134572727 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 16992 16874 79 155 0 16835 0
Current children cumulated CPU time (s) 140.64
Current children cumulated vsize (KiB) 67968

[startup+147.101 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 17079
/proc/meminfo: memFree=1684720/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=67968 CPUtime=147.03
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 47434 0 0 0 14678 25 0 0 25 0 1 0 100303291 69599232 16874 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 16992 16874 79 155 0 16835 0
Current children cumulated CPU time (s) 147.03
Current children cumulated vsize (KiB) 67968

[startup+150.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 17079
/proc/meminfo: memFree=1684720/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=67968 CPUtime=150.23
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 47434 0 0 0 14998 25 0 0 25 0 1 0 100303291 69599232 16874 1992294400 134512640 135151029 4294956240 18446744073709551615 134581524 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 16992 16874 79 155 0 16835 0
Current children cumulated CPU time (s) 150.23
Current children cumulated vsize (KiB) 67968

[startup+153.502 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 17079
/proc/meminfo: memFree=1684720/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=67968 CPUtime=153.43
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 47435 0 0 0 15318 25 0 0 25 0 1 0 100303291 69599232 16875 1992294400 134512640 135151029 4294956240 18446744073709551615 134574619 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 16992 16875 79 155 0 16835 0
Current children cumulated CPU time (s) 153.43
Current children cumulated vsize (KiB) 67968

[startup+154.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 17079
/proc/meminfo: memFree=1684720/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=67968 CPUtime=154.23
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 47435 0 0 0 15398 25 0 0 25 0 1 0 100303291 69599232 16875 1992294400 134512640 135151029 4294956240 18446744073709551615 134581524 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 16992 16875 79 155 0 16835 0
Current children cumulated CPU time (s) 154.23
Current children cumulated vsize (KiB) 67968

[startup+155.106 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 17079
/proc/meminfo: memFree=1684720/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=67968 CPUtime=155.04
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 47435 0 0 0 15479 25 0 0 25 0 1 0 100303291 69599232 16875 1992294400 134512640 135151029 4294956240 18446744073709551615 134580636 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 16992 16875 79 155 0 16835 0
Current children cumulated CPU time (s) 155.04
Current children cumulated vsize (KiB) 67968

[startup+155.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 17079
/proc/meminfo: memFree=1684720/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=67968 CPUtime=155.23
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 47435 0 0 0 15498 25 0 0 25 0 1 0 100303291 69599232 16875 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 16992 16875 79 155 0 16835 0
Current children cumulated CPU time (s) 155.23
Current children cumulated vsize (KiB) 67968

[startup+155.402 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 17079
/proc/meminfo: memFree=1684720/2055920 swapFree=4177028/4192956
[pid=17078] ppid=17076 vsize=67968 CPUtime=155.33
/proc/17078/stat : 17078 (precosat) R 17076 17078 16855 0 -1 4194304 47435 0 0 0 15508 25 0 0 25 0 1 0 100303291 69599232 16875 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/17078/statm: 16992 16875 79 155 0 16835 0
Current children cumulated CPU time (s) 155.33
Current children cumulated vsize (KiB) 67968

Child status: 20
Real time (s): 155.456
CPU time (s): 155.401
CPU user time (s): 155.131
CPU system time (s): 0.269958
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 70028

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

runsolver used 0.136979 second user time and 0.367944 second system time

The end

Launcher Data

Begin job on node69 at 2009-04-26 07:12:52
IDJOB=1727256
IDBENCH=24634
IDSOLVER=507
FILE ID=node69/1727256-1240722770
PBS_JOBID= 9186873
Free space on /tmp= 66368 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727256-1240722770/watcher-1727256-1240722770 -o /tmp/evaluation-result-1727256-1240722770/solver-1727256-1240722770 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/precosat HOME/instance-1727256-1240722770.cnf

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

MD5SUM BENCH= c7db94a671d9411eb90a6ffa8f8c530f
RANDOM SEED=1051476218

node69.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.231
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.231
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:       1752856 kB
Buffers:         43904 kB
Cached:         180588 kB
SwapCached:      10584 kB
Active:         124144 kB
Inactive:       113456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752856 kB
SwapTotal:     4192956 kB
SwapFree:      4177028 kB
Dirty:           12816 kB
Writeback:           0 kB
Mapped:          13680 kB
Slab:            51428 kB
Committed_AS:   312336 kB
PageTables:       1464 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= 66368 MiB
End job on node69 at 2009-04-26 07:15:28