Trace number 35923

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, and are wall clock time (not CPU 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
minisat+ 1.14SAT 1469.27 1469.81

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob5.opb
MD5SUMb56e28afe1ffd19dcf9a2ab038cbc43f
Bench CategorySATUNSAT-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark10.0715
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables80
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint80
Maximum length of a constraint80
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 62442885
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 803031860
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c Parsing PB file...
0.00	c Converting 2 PB-constraints to clauses...
0.00	c   -- Unit propagations: (none)
0.00	c   -- Detecting intervals from adjacent constraints: #
0.00	c   -- Clauses(.)/Splits(s): (none)
0.00	c ---[   0]---> Adder-cost: 1372   maxlim: 62442885   bits: 27/26
1422.79	c ==================================[MINISAT+]==================================
1422.79	c | Conflicts | Original         | Learnt                           | Progress |
1422.79	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1422.79	c ==============================================================================
1422.79	c |         0 |    9332    33266 |    3110       0        0     nan |  0.000 % |
1422.80	c |       100 |    9324    33240 |    3421      99     1714    17.3 |  4.425 % |
1422.81	c |       251 |    9300    33162 |    3763     247     3009    12.2 |  4.629 % |
1422.83	c |       476 |    9292    33136 |    4139     471     7238    15.4 |  4.697 % |
1422.85	c |       816 |    9292    33136 |    4553     811    18986    23.4 |  4.697 % |
1422.90	c |      1324 |    9292    33136 |    5008    1319    43911    33.3 |  4.697 % |
1422.99	c |      2085 |    9292    33136 |    5509    2080    77552    37.3 |  4.697 % |
1423.13	c |      3225 |    9292    33136 |    6060    3220   132480    41.1 |  4.697 % |
1423.36	c |      4934 |    9292    33136 |    6666    4929   204701    41.5 |  4.697 % |
1423.77	c |      7496 |    9292    33136 |    7333    3981   161372    40.5 |  4.697 % |
1424.41	c |     11340 |    9292    33136 |    8066    4017   184443    45.9 |  4.697 % |
1425.26	c |     17107 |    9283    33105 |    8873    5539   224163    40.5 |  4.765 % |
1426.75	c |     25756 |    9283    33105 |    9760    4841   274174    56.6 |  4.765 % |
1429.28	c |     38730 |    9283    33105 |   10736    7415   394907    53.3 |  4.765 % |
1433.71	c |     58191 |    9283    33105 |   11810   10217   492649    48.2 |  4.765 % |
1441.74	c |     87383 |    9283    33105 |   12991    8917   416531    46.7 |  4.765 % |
1452.49	c |    131173 |    9283    33105 |   14290   12816   460241    35.9 |  4.765 % |
1469.75	c ==============================================================================
1469.75	c SATISFIABLE: No goal function specified.
1469.75	s SATISFIABLE
1469.75	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 x13 x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 x29
1469.75	v -x30 x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56
1469.75	v -x57 -x58 x59 x60 -x61 -x62 x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
1469.75	c _______________________________________________________________________________
1469.75	c 
1469.75	c restarts              : 17
1469.75	c conflicts             : 188778         (129 /sec)
1469.75	c decisions             : 253749         (173 /sec)
1469.75	c propagations          : 0              (0 /sec)
1469.75	c inspects              : 0              (0 /sec)
1469.75	c CPU time              : 1468.67 s
1469.75	c _______________________________________________________________________________

Verifier Data (download as text)

OK	0

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node58/watcher-35923-1149319154 -o ROOT/results/node58/solver-35923-1149319154 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node58/35923-1149319154/instance-35923-1149319154.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1701424/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=1048 CPUtime=0
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 111 0 0 0 0 0 0 0 18 0 1 0 33962262 1073152 96 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 262 96 74 215 0 44 0

[startup+10.0026 s]
/proc/loadavg: 0.93 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1610424/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=91776 CPUtime=9.98
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 28041 0 0 0 988 10 0 0 25 0 1 0 33962262 93978624 22792 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 22944 22793 86 215 0 22726 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 91776

[startup+20.0086 s]
/proc/loadavg: 0.94 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1529720/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=172400 CPUtime=19.99
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 53460 0 0 0 1977 22 0 0 25 0 1 0 33962262 176537600 42938 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134811423 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 43100 42938 86 215 0 42882 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 172400

[startup+30.0145 s]
/proc/loadavg: 0.95 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1466040/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=235892 CPUtime=29.99
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 69352 0 0 0 2971 28 0 0 25 0 1 0 33962262 241553408 58830 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 58973 58830 86 215 0 58755 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 235892

[startup+40.0204 s]
/proc/loadavg: 0.96 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1404920/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=296876 CPUtime=40
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 84600 0 0 0 3966 34 0 0 25 0 1 0 33962262 304001024 74078 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135003216 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 74219 74078 86 215 0 74001 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 296876

[startup+50.0263 s]
/proc/loadavg: 0.96 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1323000/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=378656 CPUtime=49.99
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 115572 0 0 0 4953 46 0 0 25 0 1 0 33962262 387743744 94504 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134665712 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 94664 94505 86 215 0 94446 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 378656

[startup+60.0323 s]
/proc/loadavg: 0.97 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1264184/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=437396 CPUtime=60
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130262 0 0 0 5948 52 0 0 25 0 1 0 33962262 447893504 109194 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 109349 109194 86 215 0 109131 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 437396

[startup+70.0382 s]
/proc/loadavg: 0.97 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=70
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 6947 53 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134808987 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 354088

[startup+80.0441 s]
/proc/loadavg: 0.98 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=80
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 7947 53 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135003881 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 354088

[startup+90.05 s]
/proc/loadavg: 0.98 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=90
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 8947 53 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135003218 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 354088

[startup+100.056 s]
/proc/loadavg: 0.98 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=100.01
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 9948 53 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005893 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 354088

[startup+110.062 s]
/proc/loadavg: 0.98 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=110.01
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 10948 53 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005317 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 354088

[startup+120.068 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=120.01
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 11948 53 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005776 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 354088

[startup+130.074 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=130.01
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 12948 53 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134834167 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 130.01
Current children cumulated vsize (Kb) 354088

[startup+140.08 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=140.02
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 13949 53 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012155 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 354088

[startup+150.086 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=150.02
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 14949 53 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005776 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 354088

[startup+160.091 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=160.02
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 15949 53 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135003845 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 354088

[startup+170.097 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=170.02
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 16949 53 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005240 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 170.02
Current children cumulated vsize (Kb) 354088

[startup+180.103 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=180.02
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 17949 53 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838067 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 180.02
Current children cumulated vsize (Kb) 354088

[startup+190.109 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=190.03
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 18950 53 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838067 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 354088

[startup+200.115 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=200.03
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 19950 53 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838474 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 354088

[startup+210.121 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956

################
# More data... #
################

/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1250.29
Current children cumulated vsize (Kb) 354088

[startup+1260.76 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1260.29
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 125975 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012073 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1260.29
Current children cumulated vsize (Kb) 354088

[startup+1270.77 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1270.29
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 126975 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005286 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1270.29
Current children cumulated vsize (Kb) 354088

[startup+1280.77 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1280.29
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 127975 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135003903 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1280.29
Current children cumulated vsize (Kb) 354088

[startup+1290.78 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1290.29
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 128975 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134680234 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1290.29
Current children cumulated vsize (Kb) 354088

[startup+1300.79 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1300.3
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 129976 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005317 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1300.3
Current children cumulated vsize (Kb) 354088

[startup+1310.79 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1310.3
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 130976 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005800 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1310.3
Current children cumulated vsize (Kb) 354088

[startup+1320.8 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1320.3
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 131976 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135003247 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1320.3
Current children cumulated vsize (Kb) 354088

[startup+1330.8 s]
/proc/loadavg: 1.06 0.99 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1330.3
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 132976 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005317 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1330.3
Current children cumulated vsize (Kb) 354088

[startup+1340.81 s]
/proc/loadavg: 1.05 0.99 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1340.31
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 133977 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134809086 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1340.31
Current children cumulated vsize (Kb) 354088

[startup+1350.82 s]
/proc/loadavg: 1.04 0.99 0.96 2/64 3842
/proc/meminfo: memFree=1347320/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1350.31
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 134977 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838067 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1350.31
Current children cumulated vsize (Kb) 354088

[startup+1360.82 s]
/proc/loadavg: 1.04 0.99 0.96 2/64 3842
/proc/meminfo: memFree=1347256/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1360.31
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 135977 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005838 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1360.31
Current children cumulated vsize (Kb) 354088

[startup+1370.83 s]
/proc/loadavg: 1.03 0.99 0.96 2/64 3842
/proc/meminfo: memFree=1347256/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1370.31
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 136977 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134691055 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1370.31
Current children cumulated vsize (Kb) 354088

[startup+1380.83 s]
/proc/loadavg: 1.03 0.99 0.96 2/64 3842
/proc/meminfo: memFree=1347256/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1380.32
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 137978 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1380.32
Current children cumulated vsize (Kb) 354088

[startup+1390.84 s]
/proc/loadavg: 1.02 0.99 0.96 2/64 3842
/proc/meminfo: memFree=1347256/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1390.32
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 138978 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135003235 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1390.32
Current children cumulated vsize (Kb) 354088

[startup+1400.85 s]
/proc/loadavg: 1.02 0.99 0.96 2/64 3842
/proc/meminfo: memFree=1347256/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1400.32
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 139978 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134811820 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1400.32
Current children cumulated vsize (Kb) 354088

[startup+1410.85 s]
/proc/loadavg: 1.01 0.99 0.96 2/64 3842
/proc/meminfo: memFree=1347256/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1410.32
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 140978 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005317 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1410.32
Current children cumulated vsize (Kb) 354088

[startup+1420.86 s]
/proc/loadavg: 1.01 0.99 0.96 2/64 3842
/proc/meminfo: memFree=1347256/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1420.33
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130521 0 0 0 141979 54 0 0 25 0 1 0 33962262 362586112 88362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88362 89 215 0 88304 0
Current children cumulated CPU time (s) 1420.33
Current children cumulated vsize (Kb) 354088

[startup+1430.86 s]
/proc/loadavg: 1.01 0.99 0.96 2/64 3842
/proc/meminfo: memFree=1347256/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1430.32
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130555 0 0 0 142978 54 0 0 25 0 1 0 33962262 362586112 88396 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581284 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88396 123 215 0 88304 0
Current children cumulated CPU time (s) 1430.32
Current children cumulated vsize (Kb) 354088

[startup+1440.87 s]
/proc/loadavg: 1.01 0.99 0.96 2/64 3842
/proc/meminfo: memFree=1347256/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1440.33
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130555 0 0 0 143979 54 0 0 25 0 1 0 33962262 362586112 88396 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579623 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88396 123 215 0 88304 0
Current children cumulated CPU time (s) 1440.33
Current children cumulated vsize (Kb) 354088

[startup+1450.88 s]
/proc/loadavg: 1.01 0.99 0.96 2/64 3842
/proc/meminfo: memFree=1347256/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1450.33
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130555 0 0 0 144979 54 0 0 25 0 1 0 33962262 362586112 88396 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581074 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88396 123 215 0 88304 0
Current children cumulated CPU time (s) 1450.33
Current children cumulated vsize (Kb) 354088

[startup+1460.88 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 3842
/proc/meminfo: memFree=1347256/2055920 swapFree=4192948/4192956
[pid=3842] ppid=3840 vsize=354088 CPUtime=1460.33
/proc/3842/stat : 3842 (minisat+) R 3840 3842 3796 0 -1 4194304 130555 0 0 0 145979 54 0 0 25 0 1 0 33962262 362586112 88396 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576840 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3842/statm: 88522 88396 123 215 0 88304 0
Current children cumulated CPU time (s) 1460.33
Current children cumulated vsize (Kb) 354088

Child status: 10
Real time (s): 1469.81
CPU time (s): 1469.27
CPU user time (s): 1468.67
CPU system time (s): 0.602908
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (Kb): 437396

Launcher Data (download as text)

Begin job on node58 on Sat Jun  3 07:19:14 UTC 2006


FILE ID= 35923-1149319154

PBS_JOBID= 308531

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob5.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node58/35923-1149319154/instance-35923-1149319154.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-35923-1149319154 -o ROOT/results/node58/solver-35923-1149319154 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node58/35923-1149319154/instance-35923-1149319154.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  b56e28afe1ffd19dcf9a2ab038cbc43f

RANDOM SEED= 463117376


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.276
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.276
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1701696 kB
Buffers:         23836 kB
Cached:         256384 kB
SwapCached:          8 kB
Active:          28864 kB
Inactive:       265856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701696 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:             140 kB
Writeback:           0 kB
Mapped:          24920 kB
Slab:            45592 kB
Committed_AS:   217924 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node58 on Sat Jun  3 07:43:44 UTC 2006