Trace number 1727203

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 269.431 269.58

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
MD5SUMbf3618cdbef11db03f2026bf209783fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark269.431
Satisfiable
(Un)Satisfiability was proved
Number of variables25493
Number of clauses1139180
Sum of the clauses size2298131
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21136319
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 57
Number of clauses of size over 52852

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-1727203-1240722182.cnf
0.00/0.00	c found header 'p cnf 25493 1139180'
3.29/3.39	c finished parsing
3.29/3.39	c
3.29/3.39	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
3.29/3.39	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
3.29/3.39	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
3.29/3.39	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
3.29/3.39	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
3.29/3.39	c --random=1 --spread=2000 --seed=0 --skip=25
3.29/3.39	c
3.29/3.39	c sizeof     vars[0] = 16   alignment = 0       0 MB
3.29/3.39	c sizeof     orgs[0] =  8   alignment = 0       0 MB
3.29/3.39	c sizeof     occs[0] =  8   alignment = 0       0 MB
3.29/3.39	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
3.29/3.39	c
3.29/3.39	c starting search after 3.4 seconds
3.29/3.39	c no decision limit
3.39/3.46	c
3.39/3.46	c       original/binary      fixed     eliminated      learned       agility
3.39/3.46	c   seconds        variables     equivalent    conflicts       height       MB
3.39/3.46	c
3.39/3.46	c *    3.5  1139180   25493      0     0      0       0      0    0.0   0   78
12.09/12.19	c s   12.2   701140   17285   5140   184   2884       0      0    0.0   0   51
12.09/12.19	c l   12.2   701140   17285   5140   184   2884       0 162581    0.0   0   51
12.19/12.23	c R   12.2   701173   17284   5141   184   2884     100     96  829.4   3   52
12.19/12.26	c R   12.3   701263   17284   5141   184   2884     200    190  720.2   5   52
12.49/12.58	c B   12.6   701891   17279   5146   184   2884    1000    963  387.8   4   53
12.69/12.77	c R   12.8   702157   17278   5147   184   2884    1480   1432  348.5   7   54
12.89/13.00	c B   13.0   702453   17276   5149   184   2884    2002   1944  314.0   8   54
16.09/16.13	c B   16.1   713081   17048   5355   206   2884    8004   7796  239.3   8   58
17.79/17.88	c R   17.9   720684   16980   5414   215   2884   10641  10380  252.6   3   60
20.28/20.38	c R   20.4   727927   16936   5455   218   2884   14646  14320  230.1   7   61
27.76/27.80	c B   27.8   761662   16483   5788   338   2884   24012  23571  214.1   4   65
55.84/55.94	c s   55.9   763672   16066   6024   424   2979   49662  43245  190.3   7   59
55.84/55.94	c -   55.9   763672   16066   6024   424   2979   49662 152827  190.3   7   59
70.84/70.98	c B   70.9   801328   15848   6192   474   2979   64018  57466  180.1   5   70
109.12/109.29	c s  109.2   811472   15400   6439   524   3130   92556  78796  164.4   4   67
109.12/109.29	c -  109.2   811472   15400   6439   524   3130   92556 149771  164.4   4   67
147.00/147.12	c R  147.0   855130   15165   6626   572   3130  118294 104442  153.8   6   81
173.49/173.67	c s  173.6   833495   14971   6685   594   3243  130872 108391  149.8   4   73
191.58/191.74	c
191.58/191.74	c       original/binary      fixed     eliminated      learned       agility
191.58/191.74	c   seconds        variables     equivalent    conflicts       height       MB
191.58/191.74	c
191.58/191.74	c R  191.6   842668   14950   6700   600   3243  140736 118249  146.7   7   83
210.16/210.35	c +  210.2   850676   14938   6708   604   3243  149772 164748  144.2   5   87
232.16/232.35	c B  232.2   857630   14919   6721   610   3243  160045 137542  141.5   7   90
248.25/248.46	c s  248.3   842253   14817   6739   616   3321  164361 128481  140.4   6   78
269.35/269.56	c 0  269.4   856031   13697   7845   630   3321  172509 136606  138.3   9   87
269.35/269.56	c
269.35/269.56	s UNSATISFIABLE
269.35/269.56	c
269.35/269.56	c 172509 conflicts, 1008103 decisions, 490 random
269.35/269.56	c 47 iterations, 727 restarts, 0 skipped
269.35/269.56	c 1 enlarged, 947 shrunken, 1689 rescored, 62 rebiased
269.35/269.56	c 5 simplifications, 0 reductions
269.35/269.56	c
269.35/269.56	c vars: 7845 fixed, 630 equiv, 3321 elim, 672 merged
269.35/269.56	c elim: 3332568 resolutions, 5 phases, 0 rounds
269.35/269.56	c sbst: 100% substituted, 0.1% nots, 99.9% ands, 0.0% xors, 0.0% ites
269.35/269.56	c arty: 6.01 and 0.00 xor average arity
269.35/269.56	c prbe: 258115 probed, 130 phases, 7 rounds
269.35/269.56	c prbe: 6030 failed, 302 lifted, 139 merged
269.35/269.56	c sccs: 4 non trivial, 0 fixed, 4 merged
269.35/269.56	c hash: 104 units, 529 merged
269.35/269.56	c mins: 5879234 learned, 48% deleted, 51 strong, 57 depth
269.35/269.56	c subs: 1974 forward, 11007 backward, 37979 doms
269.35/269.56	c strs: 70206 forward, 76 backward
269.35/269.56	c doms: 42535 dominators, 31228 high, 193 low
269.35/269.56	c prps: 150626117 propagations, 0.56 megaprops
269.35/269.56	c
269.35/269.56	c 269.4 seconds, 92 MB max, 36 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-1727203-1240722182/watcher-1727203-1240722182 -o /tmp/evaluation-result-1727203-1240722182/solver-1727203-1240722182 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/precosat HOME/instance-1727203-1240722182.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 0.99 0.99 3/64 30521
/proc/meminfo: memFree=1616728/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=1788 CPUtime=0
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 100252327 1830912 341 1992294400 134512640 135151029 4294956224 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 0 0 0
/proc/30521/statm: 447 342 59 155 0 290 0

[startup+0.0944401 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 30521
/proc/meminfo: memFree=1616728/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=6516 CPUtime=0.08
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 1616 0 0 0 8 0 0 0 18 0 1 0 100252327 6672384 1503 1992294400 134512640 135151029 4294956224 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 1629 1503 63 155 0 1472 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6516

[startup+0.101441 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 30521
/proc/meminfo: memFree=1616728/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=6648 CPUtime=0.09
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 1673 0 0 0 9 0 0 0 18 0 1 0 100252327 6807552 1560 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 1662 1560 63 155 0 1505 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6648

[startup+0.301478 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 30521
/proc/meminfo: memFree=1616728/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=14492 CPUtime=0.29
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 3735 0 0 0 28 1 0 0 20 0 1 0 100252327 14839808 3493 1992294400 134512640 135151029 4294956224 18446744073709551615 134579313 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 3623 3493 63 155 0 3466 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14492

[startup+0.701552 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 30521
/proc/meminfo: memFree=1616728/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=25880 CPUtime=0.69
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 6861 0 0 0 66 3 0 0 23 0 1 0 100252327 26501120 6362 1992294400 134512640 135151029 4294956224 18446744073709551615 134579313 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 6470 6362 63 155 0 6313 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25880

[startup+1.5017 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1586000/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=48524 CPUtime=1.48
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 13023 0 0 0 142 6 0 0 25 0 1 0 100252327 49688576 12011 1992294400 134512640 135151029 4294956224 18446744073709551615 134572727 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 12131 12011 63 155 0 11974 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 48524

[startup+3.102 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1557584/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=93152 CPUtime=3.08
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 25198 0 0 0 296 12 0 0 25 0 1 0 100252327 95387648 23161 1992294400 134512640 135151029 4294956224 18446744073709551615 134579313 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 23288 23161 63 155 0 23131 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 93152

[startup+6.30159 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1525520/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=80068 CPUtime=6.29
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 29077 0 0 0 614 15 0 0 25 0 1 0 100252327 81989632 19894 1992294400 134512640 135151029 4294956224 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 20017 19894 79 155 0 19860 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80068

[startup+12.7018 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1521936/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=91640 CPUtime=12.69
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 40760 0 0 0 1248 21 0 0 25 0 1 0 100252327 93839360 22804 1992294400 134512640 135151029 4294956224 18446744073709551615 134555146 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 22910 22804 79 155 0 22753 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 91640

[startup+25.5011 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1525968/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=91640 CPUtime=25.47
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 40760 0 0 0 2526 21 0 0 25 0 1 0 100252327 93839360 22804 1992294400 134512640 135151029 4294956224 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 22910 22804 79 155 0 22753 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 91640

[startup+51.1019 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1525968/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=91640 CPUtime=51.05
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 40760 0 0 0 5084 21 0 0 25 0 1 0 100252327 93839360 22804 1992294400 134512640 135151029 4294956224 18446744073709551615 134550581 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 22910 22804 79 155 0 22753 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 91640

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1525904/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=91640 CPUtime=102.23
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 47934 0 0 0 10199 24 0 0 25 0 1 0 100252327 93839360 22805 1992294400 134512640 135151029 4294956224 18446744073709551615 134552227 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 22910 22805 79 155 0 22753 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 91640

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1521360/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=96672 CPUtime=162.2
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 58771 0 0 0 16190 30 0 0 25 0 1 0 100252327 98992128 24030 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 24168 24030 79 155 0 24011 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 96672

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1516368/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=101424 CPUtime=222.17
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 70201 0 0 0 22181 36 0 0 25 0 1 0 100252327 103858176 25227 1992294400 134512640 135151029 4294956224 18446744073709551615 134574555 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 25356 25227 79 155 0 25199 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 101424

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

[startup+230.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1515024/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=102752 CPUtime=230.17
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 70527 0 0 0 22980 37 0 0 25 0 1 0 100252327 105218048 25553 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 25688 25553 79 155 0 25531 0
Current children cumulated CPU time (s) 230.17
Current children cumulated vsize (KiB) 102752

[startup+255.902 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1512848/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=104760 CPUtime=255.75
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 81250 0 0 0 25533 42 0 0 25 0 1 0 100252327 107274240 26043 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 26190 26043 79 155 0 26033 0
Current children cumulated CPU time (s) 255.75
Current children cumulated vsize (KiB) 104760

[startup+262.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1512784/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=104760 CPUtime=262.14
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 81250 0 0 0 26172 42 0 0 25 0 1 0 100252327 107274240 26043 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 26190 26043 79 155 0 26033 0
Current children cumulated CPU time (s) 262.14
Current children cumulated vsize (KiB) 104760

[startup+265.501 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1512784/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=104760 CPUtime=265.34
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 81250 0 0 0 26492 42 0 0 25 0 1 0 100252327 107274240 26043 1992294400 134512640 135151029 4294956224 18446744073709551615 134574676 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 26190 26043 79 155 0 26033 0
Current children cumulated CPU time (s) 265.34
Current children cumulated vsize (KiB) 104760

[startup+267.102 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1512784/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=104760 CPUtime=266.94
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 81250 0 0 0 26652 42 0 0 25 0 1 0 100252327 107274240 26043 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 26190 26043 79 155 0 26033 0
Current children cumulated CPU time (s) 266.94
Current children cumulated vsize (KiB) 104760

[startup+268.702 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1512784/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=104760 CPUtime=268.54
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 81250 0 0 0 26812 42 0 0 25 0 1 0 100252327 107274240 26043 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 26190 26043 79 155 0 26033 0
Current children cumulated CPU time (s) 268.54
Current children cumulated vsize (KiB) 104760

[startup+269.101 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1512784/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=104760 CPUtime=268.94
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 81250 0 0 0 26852 42 0 0 25 0 1 0 100252327 107274240 26043 1992294400 134512640 135151029 4294956224 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 26190 26043 79 155 0 26033 0
Current children cumulated CPU time (s) 268.94
Current children cumulated vsize (KiB) 104760

[startup+269.505 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 30522
/proc/meminfo: memFree=1512784/2055920 swapFree=4181852/4192956
[pid=30521] ppid=30519 vsize=104760 CPUtime=269.35
/proc/30521/stat : 30521 (precosat) R 30519 30521 27019 0 -1 4194304 81250 0 0 0 26893 42 0 0 25 0 1 0 100252327 107274240 26043 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/30521/statm: 26190 26043 79 155 0 26033 0
Current children cumulated CPU time (s) 269.35
Current children cumulated vsize (KiB) 104760

Child status: 20
Real time (s): 269.58
CPU time (s): 269.431
CPU user time (s): 268.989
CPU system time (s): 0.441932
CPU usage (%): 99.9447
Max. virtual memory (cumulated for all children) (KiB): 108876

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

runsolver used 0.241963 second user time and 0.750885 second system time

The end

Launcher Data

Begin job on node7 at 2009-04-26 07:03:05
IDJOB=1727203
IDBENCH=24632
IDSOLVER=507
FILE ID=node7/1727203-1240722182
PBS_JOBID= 9186859
Free space on /tmp= 66188 MiB

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

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

MD5SUM BENCH= bf3618cdbef11db03f2026bf209783fc
RANDOM SEED=976308435

node7.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.256
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.256
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:       1617144 kB
Buffers:         49636 kB
Cached:         313884 kB
SwapCached:       4972 kB
Active:         182784 kB
Inactive:       188572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617144 kB
SwapTotal:     4192956 kB
SwapFree:      4181852 kB
Dirty:           16548 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            53360 kB
Committed_AS:   700912 kB
PageTables:       1444 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= 66188 MiB
End job on node7 at 2009-04-26 07:07:34