Trace number 3308740

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 234.365 234.365

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark234.365
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

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-3308740-1303984503.cnf
0.00/0.00	c found header 'p cnf 99736 783991'
0.59/0.66	c finished parsing
0.59/0.66	c
0.59/0.66	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.59/0.66	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.59/0.66	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.59/0.66	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.59/0.66	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.59/0.66	c --random=1 --spread=2000 --seed=0 --skip=25
0.59/0.66	c
0.59/0.66	c sizeof     vars[0] = 16   alignment = 0       2 MB
0.59/0.66	c sizeof     orgs[0] =  8   alignment = 0       1 MB
0.59/0.66	c sizeof     occs[0] =  8   alignment = 0       1 MB
0.59/0.66	c sizeof iirfs[0..1] =  8   alignment = 0       1 MB
0.59/0.66	c
0.59/0.66	c starting search after 0.7 seconds
0.59/0.66	c no decision limit
0.59/0.68	c
0.59/0.68	c       original/binary      fixed     eliminated      learned       agility
0.59/0.68	c   seconds        variables     equivalent    conflicts       height       MB
0.59/0.68	c
0.59/0.68	c *    0.7   783852   99243    139   354      0       0      0    0.0   0   56
2.88/2.93	c s    2.9   688060   85628   9682   206   4220       0      0    0.0   0   53
2.88/2.93	c l    2.9   688060   85628   9682   206   4220       0  30985    0.0   0   53
2.98/3.01	c R    3.0   691998   85439   9871   206   4220     116    108   50.0   1   53
5.19/5.26	c s    5.3   646289   67355  23302   264   8815     547    253   55.8   1   51
5.19/5.26	c -    5.3   646289   67355  23302   264   8815     547  30056   55.8   1   51
5.19/5.28	c R    5.3   646960   67355  23302   264   8815     577    281   61.4   0   51
5.69/5.70	c B    5.7   693638   66807  23845   269   8815    1000    636   82.9   0   54
6.59/6.64	c B    6.6   779435   65998  24642   281   8815    2000   1556   82.7   1   59
9.89/9.94	c s    9.9   817120   60327  25835   312  13262    3519    873  101.1   1   61
11.58/11.65	c R   11.7   973403   58911  27237   326  13262    5129   2450  104.1   1   70
15.29/15.39	c s   15.4   937688   47994  35985   347  15410    6950   2127  101.5   1   68
15.29/15.39	c -   15.4   937688   47994  35985   347  15410    6950  27351  101.5   1   68
16.29/16.37	c B   16.4   983248   43040  40894   392  15410    8011   3156   99.2   2   71
22.18/22.21	c s   22.2   907740   31897  43269   440  24130   12674   2842   95.3   1   67
26.68/26.79	c R   26.8   979270   29645  45473   488  24130   18640   8776   91.4   1   73
28.49/28.57	c s   28.6   843850   27907  45577   500  25752   19134   6835   91.1   2   64
28.49/28.57	c -   28.6   843850   27907  45577   500  25752   19134  26257   91.1   2   64
31.29/31.35	c B   31.4   888046   27084  46345   555  25752   24017  11705   87.3   2   69
32.49/32.56	c
32.49/32.56	c       original/binary      fixed     eliminated      learned       agility
32.49/32.56	c   seconds        variables     equivalent    conflicts       height       MB
32.49/32.56	c
32.49/32.56	c +   32.6   895714   27024  46385   575  25752   26257  28882   86.6   3   70
34.69/34.79	c s   34.8   788650   26972  46403   594  25767   28260  15877   85.6   1   64
34.69/34.79	c -   34.8   788650   26972  46403   594  25767   28260  27150   85.6   1   64
35.79/35.84	c R   35.8   791691   26959  46411   599  25767   30097  17714   84.5   2   66
36.19/36.29	c +   36.3   793136   26959  46411   599  25767   30857  29865   84.3   2   66
41.09/41.17	c s   41.2   788930   26574  46458   615  26089   36880  23475   81.0   1   66
42.19/42.24	c +   42.2   792231   26558  46474   615  26089   38571  32851   80.3   2   68
47.69/47.79	c s   47.8   798273   26464  46552   619  26101   45439  31676   77.6   2   69
49.50/49.55	c +   49.6   802950   26445  46570   620  26101   48211  36136   76.6   2   71
49.69/49.70	c R   49.7   803725   26441  46574   620  26101   48387  33060   76.5   2   71
54.79/54.84	c s   54.8   804759   26292  46599   622  26223   54206  36064   74.8   1   71
58.79/58.88	c +   58.9   809630   26271  46620   622  26223   60260  39749   73.1   2   73
61.69/61.70	c s   61.7   808784   26255  46626   622  26233   63032  38099   72.6   2   71
62.39/62.40	c B   62.4   809474   26251  46630   622  26233   64025  39090   72.3   1   73
66.89/66.90	c R   66.9   813188   26223  46655   625  26233   70856  39883   70.6   1   74
68.89/68.94	c s   68.9   809374   26163  46662   625  26286   71897  39820   70.4   1   72
71.09/71.13	c +   71.1   811333   26149  46676   625  26286   75326  43723   69.8   2   74
75.90/75.99	c s   76.0   811680   26117  46702   625  26292   80346  43734   68.9   1   73
83.69/83.73	c s   83.7   809710   26036  46737   629  26334   89113  43731   67.2   2   73
87.29/87.31	c
87.29/87.31	c       original/binary      fixed     eliminated      learned       agility
87.29/87.31	c   seconds        variables     equivalent    conflicts       height       MB
87.29/87.31	c
87.29/87.31	c +   87.3   813615   26021  46750   631  26334   94155  48095   66.4   2   75
91.30/91.35	c s   91.4   810229   26013  46757   631  26335   98027  47633   65.8   1   74
99.08/99.18	c s   99.2   811634   25988  46765   633  26350  107034  48181   64.1   2   73
106.79/106.82	c s  106.8   812636   25976  46772   633  26355  115866  48174   62.7   1   73
107.99/108.07	c +  108.1   813266   25971  46777   633  26355  117693  52904   62.3   4   75
111.29/111.39	c R  111.4   814133   25969  46779   633  26355  122186  52659   61.7   1   77
114.59/114.66	c s  114.7   813514   25959  46779   633  26365  124644  53061   61.3   1   75
122.39/122.46	c s  122.5   814690   25957  46781   633  26365  133231  52961   60.4   2   75
129.09/129.11	c s  129.1   815685   25957  46781   633  26365  141409  52957   59.2   1   75
133.39/133.42	c +  133.4   816199   25956  46782   633  26365  147115  58194   58.5   1   77
136.69/136.77	c s  136.8   816574   25955  46782   633  26366  149630  55466   58.2   1   75
144.49/144.55	c s  144.6   817521   25955  46782   633  26366  157829  58231   57.2   2   76
146.28/146.39	c B  146.4   817649   25955  46782   633  26366  160060  58303   56.9   2   77
152.38/152.43	c s  152.4   817989   25954  46783   633  26366  165764  58214   56.3   2   75
160.09/160.15	c s  160.2   817221   25943  46788   633  26372  173918  52781   55.5   2   73
167.79/167.81	c s  167.8   817198   25920  46794   633  26389  182264  46845   54.6   1   71
169.10/169.13	c +  169.1   817261   25919  46795   633  26389  183892  64013   54.4   2   73
174.89/174.97	c s  175.0   816118   25910  46795   633  26398  189769  51136   54.0   1   72
181.79/181.83	c s  181.8   816250   25910  46795   633  26398  197724  59091   53.2   2   74
188.99/189.03	c
188.99/189.03	c       original/binary      fixed     eliminated      learned       agility
188.99/189.03	c   seconds        variables     equivalent    conflicts       height       MB
188.99/189.03	c
188.99/189.03	c s  189.0   816472   25910  46795   633  26398  205667  64087   52.4   2   75
196.39/196.40	c s  196.4   816787   25910  46795   633  26398  213344  64057   51.7   1   75
203.49/203.55	c s  203.6   817297   25910  46795   633  26398  220996  64072   51.0   2   75
211.70/211.75	c s  211.8   817033   25896  46803   633  26404  228895  63217   50.4   2   75
212.60/212.68	c +  212.7   817225   25858  46838   636  26404  229865  70414   50.3   2   77
219.80/219.85	c s  219.9   813855   25812  46838   636  26450  236673  60715   49.7   1   73
227.79/227.89	c s  227.9   814751   25754  46846   638  26498  244060  64274   49.1   2   73
234.29/234.36	c 0  234.4   816809   15301  57299   638  26498  251593  70413   48.5   1   78
234.29/234.36	c
234.29/234.36	s UNSATISFIABLE
234.29/234.36	c
234.29/234.36	c 251593 conflicts, 565703 decisions, 306 random
234.29/234.36	c 118 iterations, 779 restarts, 0 skipped
234.29/234.36	c 11 enlarged, 3533 shrunken, 2460 rescored, 92 rebiased
234.29/234.36	c 33 simplifications, 0 reductions
234.29/234.36	c
234.29/234.36	c vars: 57299 fixed, 638 equiv, 26498 elim, 925 merged
234.29/234.36	c elim: 10055560 resolutions, 28 phases, 14 rounds
234.29/234.36	c sbst: 15% substituted, 13.6% nots, 86.4% ands, 0.0% xors, 0.0% ites
234.29/234.36	c arty: 3.76 and 0.00 xor average arity
234.29/234.36	c prbe: 261538 probed, 954 phases, 4 rounds
234.29/234.36	c prbe: 4182 failed, 21328 lifted, 27 merged
234.29/234.36	c sccs: 65 non trivial, 18 fixed, 97 merged
234.29/234.36	c hash: 331 units, 801 merged
234.29/234.36	c mins: 15529303 learned, 45% deleted, 30 strong, 53 depth
234.29/234.36	c subs: 26078 forward, 16661 backward, 27627 doms
234.29/234.36	c strs: 15442 forward, 129 backward
234.29/234.36	c doms: 87922 dominators, 37480 high, 137 low
234.29/234.36	c prps: 1103869764 propagations, 4.71 megaprops
234.29/234.36	c
234.29/234.36	c 234.4 seconds, 94 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: 935)

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-3308740-1303984503/watcher-3308740-1303984503 -o /tmp/evaluation-result-3308740-1303984503/solver-3308740-1303984503 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308740-1303984503.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.92 3.93 3.00 4/185 15970
/proc/meminfo: memFree=15669272/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=4768 CPUtime=0 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 952 0 0 0 0 0 0 0 25 0 1 0 510050000 4882432 909 33554432000 134512640 135151029 4286813456 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15970/statm: 1192 909 60 156 0 1035 0

[startup+0.053704 s]
/proc/loadavg: 3.92 3.93 3.00 4/185 15970
/proc/meminfo: memFree=15669272/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=13856 CPUtime=0.04 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 3457 0 0 0 4 0 0 0 25 0 1 0 510050000 14188544 3316 33554432000 134512640 135151029 4286813456 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 3464 3317 65 156 0 3307 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13856

[startup+0.100682 s]
/proc/loadavg: 3.92 3.93 3.00 4/185 15970
/proc/meminfo: memFree=15669272/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=18592 CPUtime=0.08 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 4745 0 0 0 8 0 0 0 25 0 1 0 510050000 19038208 4475 33554432000 134512640 135151029 4286813456 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 4648 4476 65 156 0 4491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18592

[startup+0.300661 s]
/proc/loadavg: 3.92 3.93 3.00 4/185 15970
/proc/meminfo: memFree=15669272/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=36844 CPUtime=0.29 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 10102 0 0 0 28 1 0 0 25 0 1 0 510050000 37728256 9062 33554432000 134512640 135151029 4286813456 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 9211 9063 65 156 0 9054 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36844

[startup+0.700572 s]
/proc/loadavg: 3.92 3.93 3.00 4/185 15970
/proc/meminfo: memFree=15669272/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=66628 CPUtime=0.69 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 18544 0 0 0 67 2 0 0 25 0 1 0 510050000 68227072 16478 33554432000 134512640 135151029 4286813456 18446744073709551615 134542676 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 16657 16478 80 156 0 16500 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66628

[startup+1.50041 s]
/proc/loadavg: 3.92 3.93 3.00 5/188 15998
/proc/meminfo: memFree=15601004/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=69828 CPUtime=1.49 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 26827 0 0 0 146 3 0 0 25 0 1 0 510050000 71503872 17290 33554432000 134512640 135151029 4286813456 18446744073709551615 134578440 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 17457 17290 80 156 0 17300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69828

[startup+3.10117 s]
/proc/loadavg: 3.92 3.93 3.00 5/188 15998
/proc/meminfo: memFree=15559224/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=81008 CPUtime=3.08 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 35592 0 0 0 304 4 0 0 25 0 1 0 510050000 82952192 20049 33554432000 134512640 135151029 4286813456 18446744073709551615 134542738 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 20252 20049 80 156 0 20095 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 81008

[startup+6.30062 s]
/proc/loadavg: 4.17 3.98 3.02 6/184 16015
/proc/meminfo: memFree=15602164/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=81008 CPUtime=6.29 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 45932 0 0 0 623 6 0 0 25 0 1 0 510050000 82952192 20055 33554432000 134512640 135151029 4286813456 18446744073709551615 134555084 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 20252 20055 80 156 0 20095 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81008

[startup+12.7005 s]
/proc/loadavg: 4.15 3.98 3.02 5/188 16025
/proc/meminfo: memFree=15465660/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=88268 CPUtime=12.68 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 58696 0 0 0 1260 8 0 0 25 0 1 0 510050000 90386432 21842 33554432000 134512640 135151029 4286813456 18446744073709551615 134520351 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 22067 21842 80 156 0 21910 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 88268

[startup+25.5003 s]
/proc/loadavg: 4.47 4.06 3.06 5/188 16025
/proc/meminfo: memFree=15395716/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=96732 CPUtime=25.48 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 89966 0 0 0 2535 13 0 0 25 0 1 0 510050000 99053568 23985 33554432000 134512640 135151029 4286813456 18446744073709551615 134581686 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 24183 23985 80 156 0 24026 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 96732

[startup+51.1008 s]
/proc/loadavg: 4.31 4.05 3.09 5/188 16026
/proc/meminfo: memFree=15360896/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=96732 CPUtime=51.09 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 127203 0 0 0 5090 19 0 0 25 0 1 0 510050000 99053568 23986 33554432000 134512640 135151029 4286813456 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 24183 23986 80 156 0 24026 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96732

[startup+102.307 s]
/proc/loadavg: 4.13 4.04 3.13 5/188 16055
/proc/meminfo: memFree=15503860/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=96732 CPUtime=102.29 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 192366 0 0 0 10202 27 0 0 25 0 1 0 510050000 99053568 23986 33554432000 134512640 135151029 4286813456 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 24183 23986 80 156 0 24026 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 96732

[startup+162.301 s]
/proc/loadavg: 4.05 4.03 3.18 5/188 16083
/proc/meminfo: memFree=15553360/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=96732 CPUtime=162.29 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 261506 0 0 0 16193 36 0 0 25 0 1 0 510050000 99053568 23986 33554432000 134512640 135151029 4286813456 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 24183 23986 80 156 0 24026 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 96732

[startup+222.301 s]
/proc/loadavg: 4.06 4.04 3.24 5/188 16085
/proc/meminfo: memFree=15523732/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=96732 CPUtime=222.29 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 314650 0 0 0 22186 43 0 0 25 0 1 0 510050000 99053568 23986 33554432000 134512640 135151029 4286813456 18446744073709551615 134551629 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 24183 23986 80 156 0 24026 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 96732

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

[startup+224.801 s]
/proc/loadavg: 4.06 4.04 3.24 5/188 16085
/proc/meminfo: memFree=15521620/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=96732 CPUtime=224.79 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 314650 0 0 0 22436 43 0 0 25 0 1 0 510050000 99053568 23986 33554432000 134512640 135151029 4286813456 18446744073709551615 134520251 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 24183 23986 80 156 0 24026 0
Current children cumulated CPU time (s) 224.79
Current children cumulated vsize (KiB) 96732

[startup+231.201 s]
/proc/loadavg: 4.05 4.04 3.24 5/188 16085
/proc/meminfo: memFree=15520876/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=96732 CPUtime=231.19 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 323959 0 0 0 23075 44 0 0 25 0 1 0 510050000 99053568 23986 33554432000 134512640 135151029 4286813456 18446744073709551615 134554693 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 24183 23986 80 156 0 24026 0
Current children cumulated CPU time (s) 231.19
Current children cumulated vsize (KiB) 96732

[startup+232.8 s]
/proc/loadavg: 4.05 4.04 3.24 5/188 16085
/proc/meminfo: memFree=15520992/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=96732 CPUtime=232.79 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 323959 0 0 0 23235 44 0 0 25 0 1 0 510050000 99053568 23986 33554432000 134512640 135151029 4286813456 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 24183 23986 80 156 0 24026 0
Current children cumulated CPU time (s) 232.79
Current children cumulated vsize (KiB) 96732

[startup+233.601 s]
/proc/loadavg: 4.05 4.04 3.24 5/188 16085
/proc/meminfo: memFree=15520000/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=96732 CPUtime=233.59 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 323959 0 0 0 23315 44 0 0 25 0 1 0 510050000 99053568 23986 33554432000 134512640 135151029 4286813456 18446744073709551615 134554785 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 24183 23986 80 156 0 24026 0
Current children cumulated CPU time (s) 233.59
Current children cumulated vsize (KiB) 96732

[startup+234.001 s]
/proc/loadavg: 4.05 4.04 3.24 5/188 16085
/proc/meminfo: memFree=15517396/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=96732 CPUtime=234 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 323959 0 0 0 23356 44 0 0 25 0 1 0 510050000 99053568 23986 33554432000 134512640 135151029 4286813456 18446744073709551615 134574617 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 24183 23986 80 156 0 24026 0
Current children cumulated CPU time (s) 234
Current children cumulated vsize (KiB) 96732

[startup+234.201 s]
/proc/loadavg: 4.05 4.04 3.24 5/188 16085
/proc/meminfo: memFree=15517396/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=96732 CPUtime=234.19 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 323959 0 0 0 23375 44 0 0 25 0 1 0 510050000 99053568 23986 33554432000 134512640 135151029 4286813456 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 24183 23986 80 156 0 24026 0
Current children cumulated CPU time (s) 234.19
Current children cumulated vsize (KiB) 96732

[startup+234.301 s]
/proc/loadavg: 4.05 4.04 3.24 5/188 16085
/proc/meminfo: memFree=15517396/32951132 swapFree=67111528/67111528
[pid=15970] ppid=15968 vsize=96732 CPUtime=234.29 cores=4,6
/proc/15970/stat : 15970 (precosat) R 15968 15970 15791 0 -1 4202496 323959 0 0 0 23385 44 0 0 25 0 1 0 510050000 99053568 23986 33554432000 134512640 135151029 4286813456 18446744073709551615 134552184 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15970/statm: 24183 23986 80 156 0 24026 0
Current children cumulated CPU time (s) 234.29
Current children cumulated vsize (KiB) 96732

Child status: 20
Real time (s): 234.365
CPU time (s): 234.365
CPU user time (s): 233.915
CPU system time (s): 0.449931
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 108756

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

runsolver used 0.443932 second user time and 1.19682 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-28 11:55:04
IDJOB=3308740
IDBENCH=82431
IDSOLVER=1690
FILE ID=node131/3308740-1303984503
RUNJOBID= node131-1303983198-15810
PBS_JOBID= 13168695
Free space on /tmp= 71340 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308740-1303984503/watcher-3308740-1303984503 -o /tmp/evaluation-result-3308740-1303984503/solver-3308740-1303984503 -C 2400 -W 1300 -M 7680  HOME/precosat HOME/instance-3308740-1303984503.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=1510982293

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.75
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.830
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.77
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.830
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.830
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.75
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.830
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:     32951132 kB
MemFree:      15669428 kB
Buffers:       1025232 kB
Cached:       15447772 kB
SwapCached:          0 kB
Active:        6656684 kB
Inactive:     10103376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15669428 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18676 kB
Writeback:           0 kB
AnonPages:      286420 kB
Mapped:          16084 kB
Slab:           456484 kB
PageTables:       5176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   483576 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71360 MiB
End job on node131 at 2011-04-28 11:58:58