Trace number 3365721

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 477.605 477.589

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark477.605
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

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-3365721-1305317137.cnf
0.00/0.00	c found header 'p cnf 87884 1413816'
0.89/0.95	c finished parsing
0.89/0.95	c
0.89/0.95	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.89/0.95	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.89/0.95	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.89/0.95	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.89/0.95	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.89/0.95	c --random=1 --spread=2000 --seed=0 --skip=25
0.89/0.95	c
0.89/0.95	c sizeof     vars[0] = 16   alignment = 0       1 MB
0.89/0.95	c sizeof     orgs[0] =  8   alignment = 0       1 MB
0.89/0.95	c sizeof     occs[0] =  8   alignment = 0       1 MB
0.89/0.95	c sizeof iirfs[0..1] =  8   alignment = 0       1 MB
0.89/0.95	c
0.89/0.95	c starting search after 0.9 seconds
0.89/0.95	c no decision limit
0.89/0.97	c
0.89/0.97	c       original/binary      fixed     eliminated      learned       agility
0.89/0.97	c   seconds        variables     equivalent    conflicts       height       MB
0.89/0.97	c
0.89/0.97	c *    1.0  1040158   65369  22056   459      0       0      0    0.0   0   73
2.79/2.83	c s    2.8   751901   52862  34399   363    260       0      0    0.0   0   56
2.79/2.83	c l    2.8   751901   52862  34399   363    260       0  30783    0.0   0   56
2.89/2.99	c R    3.0   758170   52843  34415   366    260     204    198  512.5   1   57
3.49/3.54	c R    3.5   860007   52049  35196   379    260     671    641  396.1   0   64
3.89/3.98	c B    4.0   926137   51728  35505   391    260    1002    958  485.0   0   68
5.29/5.37	c B    5.4  1119832   50941  36258   425    260    2008   1938  528.9   1   89
9.80/9.81	c s    9.8  1523921   48887  37983   462    552    3529   2754  490.3   1  110
19.19/19.27	c B   19.3  3536533   44185  42496   651    552    8010   7115  421.9   0  240
24.29/24.33	c s   24.3  2939469   43904  42602   664    714    8770   6202  427.0   1  203
26.59/26.61	c R   26.6  3433984   43615  42861   694    714   10076   7485  417.7   0  233
49.99/50.10	c s   50.1  4729376   42947  43363   782    792   20550  14394  389.5   0  342
56.11/56.18	c B   56.2  5244334   42392  43876   824    792   24013  17818  373.5   0  376
67.10/67.15	c +   67.2  5911051   42021  44211   860    792   30785  33861  362.3   0  425
76.39/76.48	c R   76.5  6411118   41808  44416   868    792   35907  29617  351.8   1  463
87.90/87.97	c s   88.0  6242802   41625  44542   925    792   37952  31234  350.5   1  457
87.90/87.97	c -   88.0  6242802   41625  44542   925    792   37952  33523  350.5   1  457
88.70/88.77	c +   88.8  6329283   41402  44763   927    792   38096  36875  349.9   1  462
106.99/107.02	c +  107.0  7400150   40971  45147   974    792   47620  40562  348.6   2  533
125.90/125.95	c allocating 128 MB block
132.59/132.67	c
132.59/132.67	c       original/binary      fixed     eliminated      learned       agility
132.59/132.67	c   seconds        variables     equivalent    conflicts       height       MB
132.59/132.67	c
132.59/132.67	c +  132.7  8770970   40363  45728  1001    792   59525  44618  333.8   1  675
143.39/143.41	c s  143.4  8236079   40169  45757  1059    899   60188  26309  332.7   1  533
143.39/143.41	c -  143.4  8236079   40169  45757  1059    899   60188  43726  332.7   1  533
147.59/147.62	c allocating 128 MB block
151.60/151.62	c B  151.6  8547813   39807  46109  1069    899   64021  30132  327.7   1  620
167.70/167.71	c +  167.7  9374114   39584  46316  1085    899   72917  48098  320.7   3  681
207.50/207.56	c allocating 128 MB block
214.59/214.60	c allocating 128 MB block
216.71/216.75	c s  216.8 10942084   38882  46907  1113    982   90050  45027  301.8   0  762
216.71/216.75	c -  216.8 10942084   38882  46907  1113    982   90050  47618  301.8   0  762
217.20/217.22	c +  217.2 10973861   38798  46991  1113    982   90234  52379  301.7   1  765
267.50/267.50	c +  267.5 14004485   37786  47955  1161    982  112790  57616  282.5   1  933
279.90/279.94	c R  280.0 14609659   37646  48087  1169    982  118105  57736  278.8   1  972
313.20/313.26	c allocating 128 MB block
321.60/321.61	c allocating 128 MB block
324.70/324.77	c s  324.8 14712648   37316  48297  1197   1074  130420  51557  271.7   0  960
344.21/344.26	c +  344.3 15310664   36978  48620  1212   1074  140987  63377  264.5   1  998
380.10/380.16	c B  380.2 16292799   36556  49000  1254   1074  160067  63486  253.8   1 1050
403.41/403.42	c allocating 256 MB block
414.11/414.17	c +  414.2 17090001   36326  49200  1284   1074  176230  69714  246.1   1 1209
420.91/420.94	c R  421.0 17263282   36236  49289  1285   1074  179550  66990  244.8   0 1218
448.91/448.90	c allocating 128 MB block
457.62/457.67	c allocating 128 MB block
461.11/461.13	c s  461.2 15660075   35964  49491  1303   1126  190567  67806  240.3   1  999
461.11/461.13	c -  461.2 15660075   35964  49491  1303   1126  190567  69017  240.3   1  999
477.51/477.53	c 0  477.6 15955465   22192  63262  1304   1126  197192  69016  238.0   1 1014
477.51/477.53	c
477.51/477.53	s UNSATISFIABLE
477.51/477.53	c
477.51/477.53	c 197192 conflicts, 1638749 decisions, 786 random
477.51/477.53	c 242 iterations, 1061 restarts, 0 skipped
477.51/477.53	c 9 enlarged, 2596 shrunken, 1929 rescored, 67 rebiased
477.51/477.53	c 9 simplifications, 0 reductions
477.51/477.53	c
477.51/477.53	c vars: 63262 fixed, 1304 equiv, 1126 elim, 2413 merged
477.51/477.53	c elim: 3720819 resolutions, 9 phases, 1 rounds
477.51/477.53	c sbst: 99% substituted, 71.1% nots, 28.9% ands, 0.0% xors, 0.0% ites
477.51/477.53	c arty: 2.23 and 0.00 xor average arity
477.51/477.53	c prbe: 94793 probed, 1534 phases, 1 rounds
477.51/477.53	c prbe: 4018 failed, 5424 lifted, 10 merged
477.51/477.53	c sccs: 317 non trivial, 0 fixed, 327 merged
477.51/477.53	c hash: 131 units, 2076 merged
477.51/477.53	c mins: 69146993 learned, 40% deleted, 27 strong, 104 depth
477.51/477.53	c subs: 4128 forward, 14084 backward, 110811 doms
477.51/477.53	c strs: 3204 forward, 7 backward
477.51/477.53	c doms: 848511 dominators, 224740 high, 659 low
477.51/477.53	c prps: 2088969123 propagations, 4.37 megaprops
477.51/477.53	c
477.51/477.53	c 477.6 seconds, 1330 MB max, 431 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-3365721-1305317137/watcher-3365721-1305317137 -o /tmp/evaluation-result-3365721-1305317137/solver-3365721-1305317137 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365721-1305317137.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.09 2.03 1.73 2/352 12516
/proc/meminfo: memFree=4545760/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=4824 CPUtime=0 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 1068 0 0 0 0 0 0 0 22 0 1 0 643310812 4939776 1025 33554432000 134512640 135151029 4287807120 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12516/statm: 1206 1026 60 156 0 1049 0

[startup+0.0168249 s]
/proc/loadavg: 2.09 2.03 1.73 2/352 12516
/proc/meminfo: memFree=4545760/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=8436 CPUtime=0.01 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 1999 0 0 0 1 0 0 0 22 0 1 0 643310812 8638464 1956 33554432000 134512640 135151029 4287807120 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 2109 1956 65 156 0 1952 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8436

[startup+0.100821 s]
/proc/loadavg: 2.09 2.03 1.73 2/352 12516
/proc/meminfo: memFree=4545760/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=11508 CPUtime=0.09 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 2772 0 0 0 9 0 0 0 22 0 1 0 643310812 11784192 2696 33554432000 134512640 135151029 4287807120 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 2877 2696 65 156 0 2720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11508

[startup+0.300776 s]
/proc/loadavg: 2.09 2.03 1.73 2/352 12516
/proc/meminfo: memFree=4545760/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=32460 CPUtime=0.29 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 8465 0 0 0 28 1 0 0 23 0 1 0 643310812 33239040 7938 33554432000 134512640 135151029 4287807120 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 8115 7938 65 156 0 7958 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32460

[startup+0.700715 s]
/proc/loadavg: 2.09 2.03 1.73 2/352 12516
/proc/meminfo: memFree=4545760/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=65128 CPUtime=0.69 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 18173 0 0 0 67 2 0 0 25 0 1 0 643310812 66691072 16108 33554432000 134512640 135151029 4287807120 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 16282 16109 65 156 0 16125 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65128

[startup+1.50055 s]
/proc/loadavg: 2.09 2.03 1.73 3/353 12517
/proc/meminfo: memFree=4459084/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=86792 CPUtime=1.49 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 30044 0 0 0 146 3 0 0 25 0 1 0 643310812 88875008 21483 33554432000 134512640 135151029 4287807120 18446744073709551615 134572819 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 21698 21483 80 156 0 21541 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86792

[startup+3.10124 s]
/proc/loadavg: 2.08 2.03 1.73 3/353 12517
/proc/meminfo: memFree=4453008/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=88036 CPUtime=3.09 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 37137 0 0 0 305 4 0 0 25 0 1 0 643310812 90148864 21776 33554432000 134512640 135151029 4287807120 18446744073709551615 134554582 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 22009 21776 80 156 0 21852 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88036

[startup+6.30063 s]
/proc/loadavg: 2.08 2.03 1.73 3/353 12517
/proc/meminfo: memFree=4444084/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=117652 CPUtime=6.29 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 46455 0 0 0 624 5 0 0 25 0 1 0 643310812 120475648 29045 33554432000 134512640 135151029 4287807120 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 29413 29045 80 156 0 29256 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 117652

[startup+12.7004 s]
/proc/loadavg: 2.14 2.05 1.74 3/353 12517
/proc/meminfo: memFree=4383332/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=187980 CPUtime=12.69 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 89420 0 0 0 1259 10 0 0 25 0 1 0 643310812 192491520 46424 33554432000 134512640 135151029 4287807120 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 46995 46424 80 156 0 46838 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 187980

[startup+25.5009 s]
/proc/loadavg: 2.12 2.05 1.74 3/353 12517
/proc/meminfo: memFree=4251388/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=298792 CPUtime=25.49 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 154191 0 0 0 2530 19 0 0 25 0 1 0 643310812 305963008 73320 33554432000 134512640 135151029 4287807120 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 74698 73320 80 156 0 74541 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 298792

[startup+51.101 s]
/proc/loadavg: 2.08 2.04 1.75 3/353 12518
/proc/meminfo: memFree=4121312/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=426200 CPUtime=51.09 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 264333 0 0 0 5078 31 0 0 25 0 1 0 643310812 436428800 105697 33554432000 134512640 135151029 4287807120 18446744073709551615 134581791 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 106550 105697 80 156 0 106393 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 426200

[startup+102.313 s]
/proc/loadavg: 2.03 2.03 1.76 3/353 12519
/proc/meminfo: memFree=3957984/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=589324 CPUtime=102.3 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 375040 0 0 0 10183 47 0 0 25 0 1 0 643310812 603467776 145759 33554432000 134512640 135151029 4287807120 18446744073709551615 134578267 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 147331 145759 80 156 0 147174 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 589324

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 1.77 3/353 12522
/proc/meminfo: memFree=3778080/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=771000 CPUtime=162.29 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 537701 0 0 0 16162 67 0 0 25 0 1 0 643310812 789504000 191272 33554432000 134512640 135151029 4287807120 18446744073709551615 134580636 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 192750 191272 80 156 0 192593 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 771000

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 1.78 3/353 12524
/proc/meminfo: memFree=3625168/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=925880 CPUtime=222.3 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 709543 0 0 0 22140 90 0 0 25 0 1 0 643310812 948101120 228980 33554432000 134512640 135151029 4287807120 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 231470 228980 80 156 0 231313 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 925880

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 1.79 3/353 12525
/proc/meminfo: memFree=3442240/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=1124880 CPUtime=282.31 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 755755 0 0 0 28132 99 0 0 25 0 1 0 643310812 1151877120 275192 33554432000 134512640 135151029 4287807120 18446744073709551615 134552235 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 281220 275192 80 156 0 281063 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 1124880

[startup+342.301 s]
/proc/loadavg: 2.06 2.02 1.81 3/353 12527
/proc/meminfo: memFree=3361860/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=1184640 CPUtime=342.31 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 907845 0 0 0 34113 118 0 0 25 0 1 0 643310812 1213071360 293148 33554432000 134512640 135151029 4287807120 18446744073709551615 134554594 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 296160 293148 80 156 0 296003 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 1184640

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 1.82 3/353 12528
/proc/meminfo: memFree=3327996/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=1237964 CPUtime=402.3 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 918489 0 0 0 40111 119 0 0 25 0 1 0 643310812 1267675136 303792 33554432000 134512640 135151029 4287807120 18446744073709551615 134542631 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 309491 303792 80 156 0 309334 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1237964

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 1.83 3/353 12530
/proc/meminfo: memFree=3266464/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=1288244 CPUtime=462.31 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 1122911 0 0 0 46085 146 0 0 25 0 1 0 643310812 1319161856 319028 33554432000 134512640 135151029 4287807120 18446744073709551615 134578135 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 322061 319028 80 156 0 321904 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1288244

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

[startup+467.101 s]
/proc/loadavg: 2.01 2.01 1.83 3/353 12530
/proc/meminfo: memFree=3266452/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=1288244 CPUtime=467.11 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 1122963 0 0 0 46565 146 0 0 25 0 1 0 643310812 1319161856 319080 33554432000 134512640 135151029 4287807120 18446744073709551615 134520317 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 322061 319080 80 156 0 321904 0
Current children cumulated CPU time (s) 467.11
Current children cumulated vsize (KiB) 1288244

[startup+473.501 s]
/proc/loadavg: 2.00 2.01 1.83 3/353 12530
/proc/meminfo: memFree=3266448/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=1288244 CPUtime=473.51 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 1122971 0 0 0 47205 146 0 0 25 0 1 0 643310812 1319161856 319088 33554432000 134512640 135151029 4287807120 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 322061 319088 80 156 0 321904 0
Current children cumulated CPU time (s) 473.51
Current children cumulated vsize (KiB) 1288244

[startup+475.101 s]
/proc/loadavg: 2.00 2.01 1.83 3/353 12530
/proc/meminfo: memFree=3266324/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=1288244 CPUtime=475.12 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 1122975 0 0 0 47366 146 0 0 25 0 1 0 643310812 1319161856 319092 33554432000 134512640 135151029 4287807120 18446744073709551615 134542619 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 322061 319092 80 156 0 321904 0
Current children cumulated CPU time (s) 475.12
Current children cumulated vsize (KiB) 1288244

[startup+476.7 s]
/proc/loadavg: 2.00 2.01 1.83 3/353 12530
/proc/meminfo: memFree=3266324/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=1288244 CPUtime=476.71 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 1122977 0 0 0 47525 146 0 0 25 0 1 0 643310812 1319161856 319094 33554432000 134512640 135151029 4287807120 18446744073709551615 134581472 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 322061 319094 80 156 0 321904 0
Current children cumulated CPU time (s) 476.71
Current children cumulated vsize (KiB) 1288244

[startup+477.101 s]
/proc/loadavg: 2.00 2.01 1.83 3/353 12530
/proc/meminfo: memFree=3266324/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=1288244 CPUtime=477.11 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 1122977 0 0 0 47565 146 0 0 25 0 1 0 643310812 1319161856 319094 33554432000 134512640 135151029 4287807120 18446744073709551615 134520317 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 322061 319094 80 156 0 321904 0
Current children cumulated CPU time (s) 477.11
Current children cumulated vsize (KiB) 1288244

[startup+477.501 s]
/proc/loadavg: 2.00 2.01 1.83 3/353 12530
/proc/meminfo: memFree=3266448/32950928 swapFree=67056568/67111528
[pid=12516] ppid=12514 vsize=1288244 CPUtime=477.51 cores=0,2,4,6
/proc/12516/stat : 12516 (precosat) R 12514 12516 12336 0 -1 4202496 1122977 0 0 0 47605 146 0 0 25 0 1 0 643310812 1319161856 319094 33554432000 134512640 135151029 4287807120 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12516/statm: 322061 319094 80 156 0 321904 0
Current children cumulated CPU time (s) 477.51
Current children cumulated vsize (KiB) 1288244

Child status: 20
Real time (s): 477.589
CPU time (s): 477.605
CPU user time (s): 476.093
CPU system time (s): 1.51277
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1501500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 476.093
system time used= 1.51277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1122978
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= 5
involuntary context switches= 891

runsolver used 1.66175 second user time and 3.56346 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-13 22:05:37
IDJOB=3365721
IDBENCH=82378
IDSOLVER=1843
FILE ID=node148/3365721-1305317137
RUNJOBID= node148-1305315241-12355
PBS_JOBID= 13324284
Free space on /tmp= 30264 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365721-1305317137/watcher-3365721-1305317137 -o /tmp/evaluation-result-3365721-1305317137/solver-3365721-1305317137 -C 5000 -W 5100 -M 15500  HOME/precosat HOME/instance-3365721-1305317137.cnf

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=1365794050

node148.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.854
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.70
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.854
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.854
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.854
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.854
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.854
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.854
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.82
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.854
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:     32950928 kB
MemFree:       4545932 kB
Buffers:        273732 kB
Cached:       24347704 kB
SwapCached:       8488 kB
Active:       10928116 kB
Inactive:     16685856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4545932 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           24292 kB
Writeback:           0 kB
AnonPages:     2990120 kB
Mapped:          27768 kB
Slab:           698072 kB
PageTables:      29048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84726940 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= 30264 MiB
End job on node148 at 2011-05-13 22:13:35