Trace number 1883707

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
BoolVar 2009-04-26UNSAT 3.49147 3.42936

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-25s.smv.opb
MD5SUMd7f2e5810238fdfe52a90b4b556d26aa
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.097984
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5072
Total number of constraints12829
Number of constraints which are clauses11721
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1108
Minimum length of a constraint1
Maximum length of a constraint15
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 165
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 546
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.89/2.82	------------------------
2.89/2.82	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
2.89/2.82	Size : 0, 27172, 0, 0, 106379
2.89/2.82	Count : 0, 11720, 0, 0, 1109
2.89/2.82	
2.89/2.82	Command line : minisat tmp.dimacs %var 
2.89/2.82	
2.89/2.82	------------------------
2.89/2.83	This is MiniSat 2.0 beta
2.89/2.83	WARNING: for repeatability, setting FPU to use double precision
2.89/2.83	============================[ Problem Statistics ]=============================
2.89/2.83	|                                                                             |
2.89/2.83	|  Number of variables:  31132                                                |
2.89/2.83	|  Number of clauses:    56223                                                |
2.89/2.89	|  Parsing time:         0.05         s                                       |
2.91/3.08	============================[ Search Statistics ]==============================
2.91/3.08	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.91/3.08	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.91/3.08	===============================================================================
2.91/3.08	|         0 |    7591    25254    80563 |     8418        0    nan |  0.000 % |
2.91/3.12	|       100 |    7590    25254    80563 |     9259       99      6 |  7.455 % |
3.29/3.22	|       250 |    7582    25248    80551 |    10185      243      6 |  7.481 % |
3.39/3.38	|       476 |    7551    25210    80467 |    11204      443      6 |  7.581 % |
3.39/3.38	===============================================================================
3.39/3.38	restarts              : 4
3.39/3.38	conflicts             : 500            (944 /sec)
3.39/3.38	decisions             : 49910          (1.33 % random) (94184 /sec)
3.39/3.38	propagations          : 525039         (990791 /sec)
3.39/3.38	conflict literals     : 2889           (2.92 % deleted)
3.39/3.38	Memory used           : 11.26 MB
3.39/3.38	CPU time              : 0.529919 s
3.39/3.38	
3.39/3.38	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1883707-1245195290/watcher-1883707-1245195290 -o /tmp/evaluation-result-1883707-1245195290/solver-1883707-1245195290 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883707-1245195290.opb minisat %dimacs %var 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 5388
/proc/meminfo: memFree=1829000/2055920 swapFree=4169920/4192956
[pid=5388] ppid=5386 vsize=152 CPUtime=0
/proc/5388/stat : 5388 (java) R 5386 5388 4784 0 -1 0 221 0 0 0 0 0 0 0 20 0 1 0 187127632 155648 26 1992294400 134512640 134550932 4294956032 18446744073709551615 6787876 0 0 4096 0 0 0 0 17 0 0 0
/proc/5388/statm: 38 26 19 9 0 4 0

[startup+0.0148809 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 5388
/proc/meminfo: memFree=1829000/2055920 swapFree=4169920/4192956
[pid=5388] ppid=5386 vsize=1680872 CPUtime=0
/proc/5388/stat : 5388 (java) S 5386 5388 4784 0 -1 0 1049 0 1 0 0 0 0 0 20 0 2 0 187127632 1721212928 783 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/5388/statm: 420218 784 429 9 0 415133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1680872

[startup+0.107894 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 5388
/proc/meminfo: memFree=1829000/2055920 swapFree=4169920/4192956
[pid=5388] ppid=5386 vsize=1684400 CPUtime=0.13
/proc/5388/stat : 5388 (java) S 5386 5388 4784 0 -1 0 2970 0 1 0 12 1 0 0 20 0 9 0 187127632 1724825600 2464 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5388/statm: 421100 2464 1221 9 0 416011 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 1684400

[startup+0.301916 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 5388
/proc/meminfo: memFree=1829000/2055920 swapFree=4169920/4192956
[pid=5388] ppid=5386 vsize=1684556 CPUtime=0.32
/proc/5388/stat : 5388 (java) S 5386 5388 4784 0 -1 0 3957 0 1 0 31 1 0 0 20 0 9 0 187127632 1724985344 3430 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5388/statm: 421139 3430 1222 9 0 416050 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1684556

[startup+0.701955 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 5388
/proc/meminfo: memFree=1829000/2055920 swapFree=4169920/4192956
[pid=5388] ppid=5386 vsize=1684648 CPUtime=0.78
/proc/5388/stat : 5388 (java) S 5386 5388 4784 0 -1 0 7093 0 1 0 75 3 0 0 20 0 9 0 187127632 1725079552 6188 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5388/statm: 421162 6188 2160 9 0 416073 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 1684648

[startup+1.50203 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 5397
/proc/meminfo: memFree=1806720/2055920 swapFree=4169920/4192956
[pid=5388] ppid=5386 vsize=1684652 CPUtime=1.58
/proc/5388/stat : 5388 (java) S 5386 5388 4784 0 -1 0 9163 0 1 0 154 4 0 0 20 0 9 0 187127632 1725083648 8109 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5388/statm: 421163 8109 2160 9 0 416074 0
[pid=5388/tid=5390] ppid=5386 vsize=1684652 CPUtime=1.12
/proc/5388/task/5390/stat : 5390 (java) R 5386 5388 4784 0 -1 64 2133 0 1 0 112 0 0 0 17 0 9 0 187127633 1725083648 8109 1992294400 134512640 134550932 4294956032 18446744073709551615 4126509115 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5388/tid=5391] ppid=5386 vsize=1684652 CPUtime=0.35
/proc/5388/task/5391/stat : 5391 (java) S 5386 5388 4784 0 -1 64 5953 0 0 0 32 3 0 0 16 0 9 0 187127634 1725083648 8109 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5388/tid=5392] ppid=5386 vsize=1684652 CPUtime=0
/proc/5388/task/5392/stat : 5392 (java) S 5386 5388 4784 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 187127635 1725083648 8109 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5388/tid=5393] ppid=5386 vsize=1684652 CPUtime=0
/proc/5388/task/5393/stat : 5393 (java) S 5386 5388 4784 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187127635 1725083648 8109 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5388/tid=5394] ppid=5386 vsize=1684652 CPUtime=0
/proc/5388/task/5394/stat : 5394 (java) S 5386 5388 4784 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 187127636 1725083648 8109 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5388/tid=5395] ppid=5386 vsize=1684652 CPUtime=0.09
/proc/5388/task/5395/stat : 5395 (java) S 5386 5388 4784 0 -1 64 345 0 0 0 9 0 0 0 16 0 9 0 187127636 1725083648 8109 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5388/tid=5396] ppid=5386 vsize=1684652 CPUtime=0
/proc/5388/task/5396/stat : 5396 (java) S 5386 5388 4784 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 187127636 1725083648 8109 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5388/tid=5397] ppid=5386 vsize=1684652 CPUtime=0
/proc/5388/task/5397/stat : 5397 (java) S 5386 5388 4784 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187127637 1725083648 8109 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 1684652

[startup+3.1022 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 5397
/proc/meminfo: memFree=1802048/2055920 swapFree=4169920/4192956
[pid=5388] ppid=5386 vsize=1685616 CPUtime=2.91
/proc/5388/stat : 5388 (java) S 5386 5388 4784 0 -1 0 11064 0 1 0 285 6 0 0 20 0 12 0 187127632 1726070784 9439 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5388/statm: 421404 9439 2163 9 0 416315 0
[pid=5388/tid=5390] ppid=5386 vsize=1685616 CPUtime=2.22
/proc/5388/task/5390/stat : 5390 (java) S 5386 5388 4784 0 -1 64 2539 0 1 0 221 1 0 0 18 0 12 0 187127633 1726070784 9439 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5388/tid=5391] ppid=5386 vsize=1685616 CPUtime=0.58
/proc/5388/task/5391/stat : 5391 (java) S 5386 5388 4784 0 -1 64 7302 0 0 0 54 4 0 0 16 0 12 0 187127634 1726070784 9439 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5388/tid=5392] ppid=5386 vsize=1685616 CPUtime=0
/proc/5388/task/5392/stat : 5392 (java) S 5386 5388 4784 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 187127635 1726070784 9439 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5388/tid=5393] ppid=5386 vsize=1685616 CPUtime=0
/proc/5388/task/5393/stat : 5393 (java) S 5386 5388 4784 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 187127635 1726070784 9439 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5388/tid=5394] ppid=5386 vsize=1685616 CPUtime=0
/proc/5388/task/5394/stat : 5394 (java) S 5386 5388 4784 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 187127636 1726070784 9439 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5388/tid=5395] ppid=5386 vsize=1685616 CPUtime=0.09
/proc/5388/task/5395/stat : 5395 (java) S 5386 5388 4784 0 -1 64 364 0 0 0 9 0 0 0 15 0 12 0 187127636 1726070784 9439 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5388/tid=5396] ppid=5386 vsize=1685616 CPUtime=0
/proc/5388/task/5396/stat : 5396 (java) S 5386 5388 4784 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 187127636 1726070784 9439 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5388/tid=5397] ppid=5386 vsize=1685616 CPUtime=0
/proc/5388/task/5397/stat : 5397 (java) S 5386 5388 4784 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 187127637 1726070784 9439 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 1685616

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

[startup+3.30621 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 5401
/proc/meminfo: memFree=1788384/2055920 swapFree=4169920/4192956
[pid=5388] ppid=5386 vsize=1685616 CPUtime=2.92
/proc/5388/stat : 5388 (java) S 5386 5388 4784 0 -1 0 11123 0 1 0 286 6 0 0 20 0 12 0 187127632 1726070784 9441 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5388/statm: 421404 9441 2163 9 0 416315 0
[pid=5399] ppid=5388 vsize=11528 CPUtime=0.47
/proc/5399/stat : 5399 (minisat) R 5388 5388 4784 0 -1 4194304 2882 0 0 0 45 2 0 0 22 0 1 0 187127915 11804672 2553 1992294400 134512640 135156773 4294956080 18446744073709551615 134548636 0 4 0 3 0 0 0 17 0 0 0
/proc/5399/statm: 2882 2553 75 157 0 2722 0
[pid=5388/tid=5390] ppid=5386 vsize=1685616 CPUtime=2.22
/proc/5388/task/5390/stat : 5390 (java) S 5386 5388 4784 0 -1 64 2539 0 1 0 221 1 0 0 18 0 12 0 187127633 1726070784 9441 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5388/tid=5391] ppid=5386 vsize=1685616 CPUtime=0.58
/proc/5388/task/5391/stat : 5391 (java) S 5386 5388 4784 0 -1 64 7302 0 0 0 54 4 0 0 16 0 12 0 187127634 1726070784 9441 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5388/tid=5392] ppid=5386 vsize=1685616 CPUtime=0
/proc/5388/task/5392/stat : 5392 (java) S 5386 5388 4784 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 187127635 1726070784 9441 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5388/tid=5393] ppid=5386 vsize=1685616 CPUtime=0
/proc/5388/task/5393/stat : 5393 (java) S 5386 5388 4784 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 187127635 1726070784 9441 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5388/tid=5394] ppid=5386 vsize=1685616 CPUtime=0
/proc/5388/task/5394/stat : 5394 (java) S 5386 5388 4784 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 187127636 1726070784 9441 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5388/tid=5395] ppid=5386 vsize=1685616 CPUtime=0.09
/proc/5388/task/5395/stat : 5395 (java) S 5386 5388 4784 0 -1 64 423 0 0 0 9 0 0 0 15 0 12 0 187127636 1726070784 9441 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5388/tid=5396] ppid=5386 vsize=1685616 CPUtime=0
/proc/5388/task/5396/stat : 5396 (java) S 5386 5388 4784 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 187127636 1726070784 9441 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5388/tid=5397] ppid=5386 vsize=1685616 CPUtime=0
/proc/5388/task/5397/stat : 5397 (java) S 5386 5388 4784 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 187127637 1726070784 9441 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5388/tid=5398] ppid=5386 vsize=1685616 CPUtime=0
/proc/5388/task/5398/stat : 5398 (java) S 5386 5388 4784 0 -1 64 67 0 0 0 0 0 0 0 18 0 12 0 187127915 1726070784 9441 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=5388/tid=5400] ppid=5386 vsize=1685616 CPUtime=0
/proc/5388/task/5400/stat : 5400 (java) S 5386 5388 4784 0 -1 64 43 0 0 0 0 0 0 0 16 0 12 0 187127916 1726070784 9441 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=5388/tid=5401] ppid=5386 vsize=1685616 CPUtime=0
/proc/5388/task/5401/stat : 5401 (java) S 5386 5388 4784 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 187127916 1726070784 9441 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 1697144

[startup+3.40222 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 5401
/proc/meminfo: memFree=1788384/2055920 swapFree=4169920/4192956
[pid=5388] ppid=5386 vsize=1685616 CPUtime=3.46
/proc/5388/stat : 5388 (java) S 5386 5388 4784 0 -1 0 11170 2890 1 0 286 6 52 2 20 0 9 0 187127632 1726070784 9443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5388/statm: 421404 9443 2164 9 0 416315 0
[pid=5388/tid=5390] ppid=5386 vsize=1685616 CPUtime=2.76
/proc/5388/task/5390/stat : 5390 (java) S 5386 5388 4784 0 -1 64 2580 2890 1 0 221 1 52 2 17 0 9 0 187127633 1726070784 9443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5388/tid=5391] ppid=5386 vsize=1685616 CPUtime=1.12
/proc/5388/task/5391/stat : 5391 (java) S 5386 5388 4784 0 -1 64 7302 2890 0 0 54 4 52 2 16 0 9 0 187127634 1726070784 9443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5388/tid=5392] ppid=5386 vsize=1685616 CPUtime=0.54
/proc/5388/task/5392/stat : 5392 (java) S 5386 5388 4784 0 -1 64 14 2890 0 0 0 0 52 2 16 0 9 0 187127635 1726070784 9443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5388/tid=5393] ppid=5386 vsize=1685616 CPUtime=0.54
/proc/5388/task/5393/stat : 5393 (java) S 5386 5388 4784 0 -1 64 9 2890 0 0 0 0 52 2 15 0 9 0 187127635 1726070784 9443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5388/tid=5394] ppid=5386 vsize=1685616 CPUtime=0.54
/proc/5388/task/5394/stat : 5394 (java) S 5386 5388 4784 0 -1 64 1 2890 0 0 0 0 52 2 25 0 9 0 187127636 1726070784 9443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5388/tid=5395] ppid=5386 vsize=1685616 CPUtime=0.63
/proc/5388/task/5395/stat : 5395 (java) S 5386 5388 4784 0 -1 64 423 2890 0 0 9 0 52 2 15 0 9 0 187127636 1726070784 9443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5388/tid=5396] ppid=5386 vsize=1685616 CPUtime=0.54
/proc/5388/task/5396/stat : 5396 (java) S 5386 5388 4784 0 -1 64 0 2890 0 0 0 0 52 2 25 0 9 0 187127636 1726070784 9443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5388/tid=5397] ppid=5386 vsize=1685616 CPUtime=0.54
/proc/5388/task/5397/stat : 5397 (java) S 5386 5388 4784 0 -1 64 6 2890 0 0 0 0 52 2 15 0 9 0 187127637 1726070784 9443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 1685616

Child status: 0
Real time (s): 3.42936
CPU time (s): 3.49147
CPU user time (s): 3.39248
CPU system time (s): 0.098984
CPU usage (%): 101.811
Max. virtual memory (cumulated for all children) (KiB): 1697144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.39248
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14100
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 750
involuntary context switches= 228

runsolver used 0.008998 second user time and 0.016997 second system time

The end

Launcher Data

Begin job on node84 at 2009-06-17 01:34:50
IDJOB=1883707
IDBENCH=1484
IDSOLVER=688
FILE ID=node84/1883707-1245195290
PBS_JOBID= 9368323
Free space on /tmp= 66520 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-25s.smv.opb
COMMAND LINE= java -Xmx1500m -jar pb2cnfsolver.jar 6 BENCHNAME minisat %dimacs %var
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883707-1245195290/watcher-1883707-1245195290 -o /tmp/evaluation-result-1883707-1245195290/solver-1883707-1245195290 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883707-1245195290.opb minisat %dimacs %var

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

MD5SUM BENCH= d7f2e5810238fdfe52a90b4b556d26aa
RANDOM SEED=735101722

node84.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1829480 kB
Buffers:         38620 kB
Cached:         109660 kB
SwapCached:      17164 kB
Active:          60164 kB
Inactive:       107692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829480 kB
SwapTotal:     4192956 kB
SwapFree:      4169920 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          25284 kB
Slab:            44544 kB
Committed_AS:   109112 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883707-1245195290.opb

Free space on /tmp at the end= 66520 MiB
End job on node84 at 2009-06-17 01:34:54