Trace number 3365765

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
SAT09 reference solver:precosat 236UNSAT 130.866 130.863

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark130.866
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

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-3365765-1305318174.cnf
0.00/0.00	c found header 'p cnf 50277 283903'
0.09/0.19	c finished parsing
0.09/0.19	c
0.09/0.19	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.09/0.19	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.09/0.19	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.09/0.19	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.09/0.19	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.09/0.19	c --random=1 --spread=2000 --seed=0 --skip=25
0.09/0.19	c
0.09/0.19	c sizeof     vars[0] = 16   alignment = 0       1 MB
0.09/0.19	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.09/0.19	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.09/0.19	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.09/0.19	c
0.09/0.19	c starting search after 0.2 seconds
0.09/0.19	c no decision limit
0.19/0.20	c
0.19/0.20	c       original/binary      fixed     eliminated      learned       agility
0.19/0.20	c   seconds        variables     equivalent    conflicts       height       MB
0.19/0.20	c
0.19/0.20	c *    0.2   283484   47387    414  2476      0       0      0    0.0   0   20
1.10/1.17	c s    1.2   244655   34439   2458  1032  12348       0      0    0.0   0   20
1.10/1.17	c l    1.2   244655   34439   2458  1032  12348       0  27122    0.0   0   20
1.19/1.21	c R    1.2   245194   34390   2506  1033  12348     158    153  106.0   1   20
1.19/1.23	c R    1.2   245718   34363   2530  1036  12348     259    252  122.2   1   20
1.29/1.37	c B    1.4   256132   34038   2845  1046  12348    1000    975   92.7   4   21
1.39/1.44	c R    1.4   257092   34035   2845  1049  12348    1574   1545   87.8   2   21
1.39/1.48	c B    1.5   257619   34035   2845  1049  12348    2000   1971   90.1   4   21
2.89/2.97	c s    3.0   270373   32266   3871  1110  13030    5502   3788  159.7   4   22
2.89/2.97	c -    3.0   270373   32266   3871  1110  13030    5502  25495  159.7   4   22
3.30/3.36	c R    3.4   279400   32251   3872  1124  13030    7438   5722  147.2   3   24
3.49/3.51	c B    3.5   283806   32239   3881  1127  13030    8006   6289  145.9   2   24
4.89/4.91	c s    4.9   294918   31785   4290  1143  13059   10805   8390  137.9   1   27
5.99/6.03	c R    6.0   325583   31238   4820  1160  13059   14692  12272  132.8   2   31
6.79/6.86	c s    6.9   321529   31211   4836  1171  13059   15945  13475  128.9   1   31
9.19/9.24	c s    9.2   345478   29867   5541  1250  13619   22149  11638  120.8   2   30
9.19/9.24	c -    9.2   345478   29867   5541  1250  13619   22149  25241  120.8   2   30
9.59/9.65	c B    9.7   353238   29827   5555  1276  13619   24012  13501  118.2   1   31
9.91/9.97	c +   10.0   358915   29811   5570  1277  13619   25243  27765  115.8   4   32
11.40/11.45	c
11.40/11.45	c       original/binary      fixed     eliminated      learned       agility
11.40/11.45	c   seconds        variables     equivalent    conflicts       height       MB
11.40/11.45	c
11.40/11.45	c s   11.5   376388   29714   5601  1339  13623   28748  18216  111.1   1   34
12.00/12.09	c +   12.1   386886   29678   5626  1350  13623   31551  30541  108.7   1   36
12.49/12.54	c R   12.5   395219   29673   5628  1353  13623   33163  22629  107.1   1   37
14.09/14.11	c s   14.1   403464   29471   5749  1360  13697   36169  22509  104.3   1   37
14.99/15.02	c +   15.0   417385   29366   5849  1365  13697   39435  33595  101.4   1   39
16.79/16.85	c s   16.9   432304   29353   5849  1366  13709   43363  29696   98.6   1   41
18.60/18.69	c +   18.7   461724   29302   5900  1366  13709   49290  36954   95.3   2   45
19.89/19.91	c s   19.9   466678   29274   5900  1366  13737   50344  34720   94.5   1   45
23.00/23.01	c s   23.0   504934   29218   5950  1366  13743   59161  37046   89.7   1   47
23.49/23.55	c +   23.6   515117   29218   5950  1366  13743   61611  40649   89.1   5   49
24.29/24.31	c B   24.3   524824   29218   5950  1366  13743   64028  39434   88.7   1   51
26.59/26.62	c s   26.6   537908   29165   5978  1376  13758   69705  40663   86.7   1   50
28.49/28.61	c +   28.6   569064   29126   6016  1377  13758   77011  44713   85.6   1   56
28.79/28.86	c R   28.9   571684   29126   6016  1377  13758   77926  41680   85.1   4   57
30.59/30.65	c s   30.7   581801   29115   6018  1380  13764   81991  44763   84.4   1   57
34.79/34.82	c s   34.8   624384   29017   6097  1381  13782   91761  40040   81.9   1   55
35.99/36.07	c +   36.1   641472   29017   6097  1381  13782   96263  49184   80.6   2   59
39.19/39.27	c s   39.3   671979   28949   6143  1393  13792  103886  48297   79.0   1   61
44.59/44.64	c s   44.6   707515   28341   6381  1485  14070  118402  47446   76.8   1   62
45.11/45.19	c
45.11/45.19	c       original/binary      fixed     eliminated      learned       agility
45.11/45.19	c   seconds        variables     equivalent    conflicts       height       MB
45.11/45.19	c
45.11/45.19	c +   45.2   707849   28329   6393  1485  14070  120325  54102   76.2   1   64
50.19/50.29	c s   50.3   671057   27692   6945  1487  14153  134470  52826   73.0   0   62
54.29/54.31	c +   54.3   677584   27669   6967  1488  14153  150407  59512   70.4   1   65
55.89/55.95	c s   56.0   670599   27601   6969  1489  14218  152840  56594   70.3   1   63
57.99/58.05	c B   58.1   673546   27567   7003  1489  14218  160055  59576   69.3   2   65
61.50/61.56	c s   61.6   668630   27552   7008  1490  14227  171693  59553   68.4   1   63
65.50/65.58	c +   65.6   669044   27549   7011  1490  14227  188005  65463   66.9   1   66
67.00/67.11	c s   67.1   668196   27530   7011  1490  14246  189500  60192   66.6   1   63
73.19/73.27	c s   73.3   668252   27530   7011  1490  14246  208305  65511   65.0   1   65
78.99/79.07	c s   79.1   668087   27528   7012  1490  14247  224310  65247   63.6   1   64
82.39/82.51	c +   82.5   668335   27527   7013  1490  14247  235005  72009   62.5   1   66
84.79/84.88	c s   84.9   668103   27527   7013  1490  14247  238964  69411   62.0   0   65
90.00/90.07	c s   90.1   668139   27527   7013  1490  14247  254662  72072   60.6   1   64
96.09/96.19	c s   96.2   668112   27526   7014  1490  14247  273080  72053   59.5   1   64
102.49/102.54	c s  102.5   668173   27526   7014  1490  14247  289372  72040   58.8   1   64
103.99/104.01	c +  104.0   668176   27526   7014  1490  14247  293755  79209   58.6   1   66
108.60/108.66	c s  108.7   667387   27510   7028  1490  14249  305027  79273   57.9   1   66
115.30/115.30	c s  115.3   666722   27498   7037  1490  14252  321200  71567   57.1   1   62
121.59/121.62	c s  121.6   665509   27428   7060  1491  14298  336640  76498   56.5   1   64
127.50/127.59	c
127.50/127.59	c       original/binary      fixed     eliminated      learned       agility
127.50/127.59	c   seconds        variables     equivalent    conflicts       height       MB
127.50/127.59	c
127.50/127.59	c s  127.6   656901   27102   7336  1492  14347  351391  66043   55.9   1   62
127.50/127.59	c -  127.6   656901   27102   7336  1492  14347  351391  78417   55.9   1   62
130.80/130.85	c 0  130.9   664067   14544  19888  1498  14347  360463  75089   55.4   2   67
130.80/130.85	c
130.80/130.85	s UNSATISFIABLE
130.80/130.85	c
130.80/130.85	c 360463 conflicts, 736790 decisions, 381 random
130.80/130.85	c 32 iterations, 1237 restarts, 0 skipped
130.80/130.85	c 12 enlarged, 4831 shrunken, 3524 rescored, 125 rebiased
130.80/130.85	c 29 simplifications, 0 reductions
130.80/130.85	c
130.80/130.85	c vars: 19888 fixed, 1498 equiv, 14347 elim, 2976 merged
130.80/130.85	c elim: 8600235 resolutions, 28 phases, 14 rounds
130.80/130.85	c sbst: 44% substituted, 7.7% nots, 92.3% ands, 0.0% xors, 0.0% ites
130.80/130.85	c arty: 2.29 and 0.00 xor average arity
130.80/130.85	c prbe: 77671 probed, 567 phases, 1 rounds
130.80/130.85	c prbe: 1077 failed, 946 lifted, 67 merged
130.80/130.85	c sccs: 37 non trivial, 4 fixed, 52 merged
130.80/130.85	c hash: 29 units, 2857 merged
130.80/130.85	c mins: 24070796 learned, 42% deleted, 45 strong, 31 depth
130.80/130.85	c subs: 14783 forward, 9503 backward, 9966 doms
130.80/130.85	c strs: 4269 forward, 107 backward
130.80/130.85	c doms: 53269 dominators, 12888 high, 230 low
130.80/130.85	c prps: 690216736 propagations, 5.27 megaprops
130.80/130.85	c
130.80/130.85	c 130.9 seconds, 70 MB max, 94 MB recycled

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3365765-1305318174/watcher-3365765-1305318174 -o /tmp/evaluation-result-3365765-1305318174/solver-3365765-1305318174 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365765-1305318174.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.03 1.92 2/354 5401
/proc/meminfo: memFree=20793628/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=5212 CPUtime=0 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 1202 0 0 0 0 0 0 0 25 0 1 0 643415101 5337088 1159 33554432000 134512640 135151029 4288980304 18446744073709551615 134697845 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 1303 1159 64 156 0 1146 0

[startup+0.0152701 s]
/proc/loadavg: 2.08 2.03 1.92 2/354 5401
/proc/meminfo: memFree=20793628/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=6196 CPUtime=0.01 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 1464 0 0 0 1 0 0 0 25 0 1 0 643415101 6344704 1421 33554432000 134512640 135151029 4288980304 18446744073709551615 134684747 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 1549 1422 64 156 0 1392 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6196

[startup+0.100295 s]
/proc/loadavg: 2.08 2.03 1.92 2/354 5401
/proc/meminfo: memFree=20793628/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=15408 CPUtime=0.09 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 3984 0 0 0 9 0 0 0 25 0 1 0 643415101 15777792 3714 33554432000 134512640 135151029 4288980304 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 3852 3715 65 156 0 3695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15408

[startup+0.300265 s]
/proc/loadavg: 2.08 2.03 1.92 2/354 5401
/proc/meminfo: memFree=20793628/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=24268 CPUtime=0.29 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 7268 0 0 0 29 0 0 0 25 0 1 0 643415101 24850432 5938 33554432000 134512640 135151029 4288980304 18446744073709551615 134578579 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 6067 5938 80 156 0 5910 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24268

[startup+0.700196 s]
/proc/loadavg: 2.08 2.03 1.92 2/354 5401
/proc/meminfo: memFree=20793628/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=35276 CPUtime=0.69 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 11295 0 0 0 68 1 0 0 25 0 1 0 643415101 36122624 8588 33554432000 134512640 135151029 4288980304 18446744073709551615 134548115 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 8819 8588 80 156 0 8662 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35276

[startup+1.50107 s]
/proc/loadavg: 2.08 2.03 1.92 3/355 5402
/proc/meminfo: memFree=20758596/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=32908 CPUtime=1.49 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 12217 0 0 0 148 1 0 0 25 0 1 0 643415101 33697792 8019 33554432000 134512640 135151029 4288980304 18446744073709551615 134581591 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 8227 8019 80 156 0 8070 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32908

[startup+3.10079 s]
/proc/loadavg: 2.08 2.03 1.92 3/355 5402
/proc/meminfo: memFree=20759216/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=32908 CPUtime=3.09 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 16534 0 0 0 308 1 0 0 25 0 1 0 643415101 33697792 8023 33554432000 134512640 135151029 4288980304 18446744073709551615 134567893 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 8227 8023 80 156 0 8070 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32908

[startup+6.30022 s]
/proc/loadavg: 2.07 2.03 1.92 3/355 5402
/proc/meminfo: memFree=20753836/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=37076 CPUtime=6.29 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 23438 0 0 0 627 2 0 0 25 0 1 0 643415101 37965824 9076 33554432000 134512640 135151029 4288980304 18446744073709551615 134551629 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 9269 9076 80 156 0 9112 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37076

[startup+12.701 s]
/proc/loadavg: 2.07 2.03 1.92 3/355 5402
/proc/meminfo: memFree=20747064/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=43492 CPUtime=12.69 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 41842 0 0 0 1264 5 0 0 25 0 1 0 643415101 44535808 10669 33554432000 134512640 135151029 4288980304 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 10873 10669 80 156 0 10716 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43492

[startup+25.5007 s]
/proc/loadavg: 2.05 2.02 1.92 3/355 5402
/proc/meminfo: memFree=20729696/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=59272 CPUtime=25.49 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 68069 0 0 0 2540 9 0 0 25 0 1 0 643415101 60694528 14616 33554432000 134512640 135151029 4288980304 18446744073709551615 134574320 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 14818 14616 80 156 0 14661 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59272

[startup+51.1011 s]
/proc/loadavg: 2.03 2.02 1.92 3/355 5403
/proc/meminfo: memFree=20712408/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=77100 CPUtime=51.09 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 127373 0 0 0 5091 18 0 0 25 0 1 0 643415101 78950400 19071 33554432000 134512640 135151029 4288980304 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 19275 19071 80 156 0 19118 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 77100

[startup+102.313 s]
/proc/loadavg: 2.01 2.02 1.92 3/355 5404
/proc/meminfo: memFree=20718464/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=73388 CPUtime=102.3 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 206295 0 0 0 10202 28 0 0 25 0 1 0 643415101 75149312 18139 33554432000 134512640 135151029 4288980304 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 18347 18139 80 156 0 18190 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 73388

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

[startup+115.101 s]
/proc/loadavg: 2.01 2.02 1.92 3/355 5405
/proc/meminfo: memFree=20716468/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=78152 CPUtime=115.09 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 226679 0 0 0 11478 31 0 0 25 0 1 0 643415101 80027648 19359 33554432000 134512640 135151029 4288980304 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 19538 19359 80 156 0 19381 0
Current children cumulated CPU time (s) 115.09
Current children cumulated vsize (KiB) 78152

[startup+121.5 s]
/proc/loadavg: 2.01 2.02 1.92 3/355 5405
/proc/meminfo: memFree=20714964/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=84296 CPUtime=121.49 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 238334 0 0 0 12116 33 0 0 25 0 1 0 643415101 86319104 20901 33554432000 134512640 135151029 4288980304 18446744073709551615 134579313 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 21074 20901 80 156 0 20917 0
Current children cumulated CPU time (s) 121.49
Current children cumulated vsize (KiB) 84296

[startup+124.701 s]
/proc/loadavg: 2.01 2.02 1.92 3/355 5405
/proc/meminfo: memFree=20708268/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=80196 CPUtime=124.69 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 238335 0 0 0 12436 33 0 0 25 0 1 0 643415101 82120704 19877 33554432000 134512640 135151029 4288980304 18446744073709551615 134574148 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 20049 19877 80 156 0 19892 0
Current children cumulated CPU time (s) 124.69
Current children cumulated vsize (KiB) 80196

[startup+127.9 s]
/proc/loadavg: 2.01 2.02 1.92 3/355 5405
/proc/meminfo: memFree=20704796/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=80196 CPUtime=127.89 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 247935 0 0 0 12755 34 0 0 25 0 1 0 643415101 82120704 19877 33554432000 134512640 135151029 4288980304 18446744073709551615 134552219 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 20049 19877 80 156 0 19892 0
Current children cumulated CPU time (s) 127.89
Current children cumulated vsize (KiB) 80196

[startup+129.501 s]
/proc/loadavg: 2.01 2.01 1.92 3/355 5405
/proc/meminfo: memFree=20708144/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=80196 CPUtime=129.5 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 247935 0 0 0 12916 34 0 0 25 0 1 0 643415101 82120704 19877 33554432000 134512640 135151029 4288980304 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 20049 19877 80 156 0 19892 0
Current children cumulated CPU time (s) 129.5
Current children cumulated vsize (KiB) 80196

[startup+130.301 s]
/proc/loadavg: 2.01 2.01 1.92 3/355 5405
/proc/meminfo: memFree=20708888/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=80196 CPUtime=130.3 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 247935 0 0 0 12996 34 0 0 25 0 1 0 643415101 82120704 19877 33554432000 134512640 135151029 4288980304 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 20049 19877 80 156 0 19892 0
Current children cumulated CPU time (s) 130.3
Current children cumulated vsize (KiB) 80196

[startup+130.701 s]
/proc/loadavg: 2.01 2.01 1.92 3/355 5405
/proc/meminfo: memFree=20708888/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=80196 CPUtime=130.7 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 247935 0 0 0 13036 34 0 0 25 0 1 0 643415101 82120704 19877 33554432000 134512640 135151029 4288980304 18446744073709551615 134530691 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 20049 19877 80 156 0 19892 0
Current children cumulated CPU time (s) 130.7
Current children cumulated vsize (KiB) 80196

[startup+130.801 s]
/proc/loadavg: 2.01 2.01 1.92 3/355 5405
/proc/meminfo: memFree=20709004/32951124 swapFree=65581052/67111528
[pid=5401] ppid=5399 vsize=80196 CPUtime=130.8 cores=0,2,4,6
/proc/5401/stat : 5401 (precosat) R 5399 5401 5109 0 -1 4202496 247935 0 0 0 13046 34 0 0 25 0 1 0 643415101 82120704 19877 33554432000 134512640 135151029 4288980304 18446744073709551615 134554488 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/5401/statm: 20049 19877 80 156 0 19892 0
Current children cumulated CPU time (s) 130.8
Current children cumulated vsize (KiB) 80196

Child status: 20
Real time (s): 130.863
CPU time (s): 130.866
CPU user time (s): 130.518
CPU system time (s): 0.347947
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 84296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.518
system time used= 0.347947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247936
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= 4
involuntary context switches= 139

runsolver used 0.462929 second user time and 0.98385 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-13 22:22:54
IDJOB=3365765
IDBENCH=82422
IDSOLVER=1843
FILE ID=node137/3365765-1305318174
RUNJOBID= node137-1305315243-5127
PBS_JOBID= 13324295
Free space on /tmp= 37836 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365765-1305318174/watcher-3365765-1305318174 -o /tmp/evaluation-result-3365765-1305318174/solver-3365765-1305318174 -C 5000 -W 5100 -M 15500  HOME/precosat HOME/instance-3365765-1305318174.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=1820032070

node137.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20793792 kB
Buffers:        213692 kB
Cached:        3546200 kB
SwapCached:      36328 kB
Active:        2268480 kB
Inactive:      9668308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20793792 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:            5400 kB
Writeback:           0 kB
AnonPages:     8150360 kB
Mapped:          19668 kB
Slab:           115328 kB
PageTables:      40196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76652900 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 37836 MiB
End job on node137 at 2011-05-13 22:25:05