Trace number 1883700

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 4.78827 4.74065

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-22s.smv.opb
MD5SUM3fb2d144eb047d6ea626acdee43b1069
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.138977
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5985
Total number of constraints15365
Number of constraints which are clauses14013
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1352
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

4.07/4.03	------------------------
4.07/4.03	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
4.07/4.03	Size : 0, 32510, 0, 0, 128965
4.07/4.03	Count : 0, 14012, 0, 0, 1353
4.07/4.03	
4.07/4.03	Command line : minisat tmp.dimacs %var 
4.07/4.03	
4.07/4.03	------------------------
4.07/4.05	This is MiniSat 2.0 beta
4.07/4.05	WARNING: for repeatability, setting FPU to use double precision
4.07/4.05	============================[ Problem Statistics ]=============================
4.07/4.05	|                                                                             |
4.07/4.05	|  Number of variables:  37629                                                |
4.07/4.05	|  Number of clauses:    67985                                                |
4.12/4.12	|  Parsing time:         0.06         s                                       |
4.37/4.36	============================[ Search Statistics ]==============================
4.37/4.36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.37/4.36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.37/4.36	===============================================================================
4.37/4.36	|         0 |    9537    32345   102674 |    10781        0    nan |  0.000 % |
4.37/4.40	|       100 |    9534    32345   102674 |    11859       97      5 |  5.892 % |
4.56/4.50	|       250 |    9511    32299   102574 |    13045      223      6 |  5.953 % |
4.66/4.60	|       475 |    9497    32267   102488 |    14350      435      6 |  5.990 % |
4.66/4.69	===============================================================================
4.66/4.69	restarts              : 4
4.66/4.69	conflicts             : 687            (1105 /sec)
4.66/4.69	decisions             : 45158          (1.42 % random) (72612 /sec)
4.66/4.69	propagations          : 535748         (861463 /sec)
4.66/4.69	conflict literals     : 3848           (4.04 % deleted)
4.66/4.69	Memory used           : 12.89 MB
4.66/4.69	CPU time              : 0.621905 s
4.66/4.69	
4.66/4.69	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-1883700-1245195285/watcher-1883700-1245195285 -o /tmp/evaluation-result-1883700-1245195285/solver-1883700-1245195285 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883700-1245195285.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.38 1.25 1.15 3/64 10270
/proc/meminfo: memFree=1832180/2055920 swapFree=4178716/4192956
[pid=10270] ppid=10268 vsize=152 CPUtime=0
/proc/10270/stat : 10270 (java) R 10268 10270 6718 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 187126374 155648 26 1992294400 134512640 134550932 4294956192 18446744073709551615 10260779 0 0 4096 0 0 0 0 17 1 0 0
/proc/10270/statm: 38 26 19 9 0 4 0

[startup+0.0591551 s]
/proc/loadavg: 1.38 1.25 1.15 3/64 10270
/proc/meminfo: memFree=1832180/2055920 swapFree=4178716/4192956
[pid=10270] ppid=10268 vsize=1685300 CPUtime=0.04
/proc/10270/stat : 10270 (java) S 10268 10270 6718 0 -1 0 2568 0 1 0 3 1 0 0 18 0 9 0 187126374 1725747200 2068 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10270/statm: 421325 2068 1152 9 0 416236 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1685300

[startup+0.103241 s]
/proc/loadavg: 1.38 1.25 1.15 3/64 10270
/proc/meminfo: memFree=1832180/2055920 swapFree=4178716/4192956
[pid=10270] ppid=10268 vsize=1685300 CPUtime=0.1
/proc/10270/stat : 10270 (java) S 10268 10270 6718 0 -1 0 2951 0 1 0 9 1 0 0 18 0 9 0 187126374 1725747200 2445 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10270/statm: 421325 2445 1221 9 0 416236 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1685300

[startup+0.301172 s]
/proc/loadavg: 1.38 1.25 1.15 3/64 10270
/proc/meminfo: memFree=1832180/2055920 swapFree=4178716/4192956
[pid=10270] ppid=10268 vsize=1685452 CPUtime=0.33
/proc/10270/stat : 10270 (java) S 10268 10270 6718 0 -1 0 3765 0 1 0 31 2 0 0 18 0 9 0 187126374 1725902848 3243 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10270/statm: 421363 3243 1222 9 0 416274 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1685452

[startup+0.702216 s]
/proc/loadavg: 1.38 1.25 1.15 3/64 10270
/proc/meminfo: memFree=1832180/2055920 swapFree=4178716/4192956
[pid=10270] ppid=10268 vsize=1685552 CPUtime=0.77
/proc/10270/stat : 10270 (java) S 10268 10270 6718 0 -1 0 6732 0 1 0 75 2 0 0 18 0 9 0 187126374 1726005248 5829 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10270/statm: 421388 5830 2161 9 0 416299 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1685552

[startup+1.5023 s]
/proc/loadavg: 1.38 1.25 1.15 2/73 10279
/proc/meminfo: memFree=1811436/2055920 swapFree=4178716/4192956
[pid=10270] ppid=10268 vsize=1685552 CPUtime=1.57
/proc/10270/stat : 10270 (java) S 10268 10270 6718 0 -1 0 9758 0 1 0 153 4 0 0 18 0 9 0 187126374 1726005248 8710 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10270/statm: 421388 8710 2161 9 0 416299 0
[pid=10270/tid=10272] ppid=10268 vsize=1685552 CPUtime=1.09
/proc/10270/task/10272/stat : 10272 (java) R 10268 10270 6718 0 -1 64 2129 0 1 0 108 1 0 0 16 0 9 0 187126376 1726005248 8710 1992294400 134512640 134550932 4294956032 18446744073709551615 4126471496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10270/tid=10273] ppid=10268 vsize=1685552 CPUtime=0.36
/proc/10270/task/10273/stat : 10273 (java) S 10268 10270 6718 0 -1 64 6548 0 0 0 34 2 0 0 16 0 9 0 187126377 1726005248 8710 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10274] ppid=10268 vsize=1685552 CPUtime=0
/proc/10270/task/10274/stat : 10274 (java) S 10268 10270 6718 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 187126377 1726005248 8710 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10270/tid=10275] ppid=10268 vsize=1685552 CPUtime=0
/proc/10270/task/10275/stat : 10275 (java) S 10268 10270 6718 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187126377 1726005248 8710 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10276] ppid=10268 vsize=1685552 CPUtime=0
/proc/10270/task/10276/stat : 10276 (java) S 10268 10270 6718 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187126379 1726005248 8710 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10277] ppid=10268 vsize=1685552 CPUtime=0.1
/proc/10270/task/10277/stat : 10277 (java) S 10268 10270 6718 0 -1 64 349 0 0 0 10 0 0 0 16 0 9 0 187126379 1726005248 8710 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10270/tid=10278] ppid=10268 vsize=1685552 CPUtime=0
/proc/10270/task/10278/stat : 10278 (java) S 10268 10270 6718 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 187126379 1726005248 8710 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10279] ppid=10268 vsize=1685552 CPUtime=0
/proc/10270/task/10279/stat : 10279 (java) S 10268 10270 6718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187126379 1726005248 8710 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 1685552

[startup+3.10146 s]
/proc/loadavg: 1.38 1.25 1.15 2/73 10279
/proc/meminfo: memFree=1802668/2055920 swapFree=4178716/4192956
[pid=10270] ppid=10268 vsize=1685556 CPUtime=3.17
/proc/10270/stat : 10270 (java) S 10268 10270 6718 0 -1 0 11233 0 1 0 311 6 0 0 18 0 9 0 187126374 1726009344 9898 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10270/statm: 421389 9898 2161 9 0 416300 0
[pid=10270/tid=10272] ppid=10268 vsize=1685556 CPUtime=2.47
/proc/10270/task/10272/stat : 10272 (java) R 10268 10270 6718 0 -1 64 2363 0 1 0 245 2 0 0 16 0 9 0 187126376 1726009344 9898 1992294400 134512640 134550932 4294956032 18446744073709551615 4126587444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10270/tid=10273] ppid=10268 vsize=1685556 CPUtime=0.58
/proc/10270/task/10273/stat : 10273 (java) S 10268 10270 6718 0 -1 64 7789 0 0 0 55 3 0 0 15 0 9 0 187126377 1726009344 9898 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10274] ppid=10268 vsize=1685556 CPUtime=0
/proc/10270/task/10274/stat : 10274 (java) S 10268 10270 6718 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 187126377 1726009344 9898 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10270/tid=10275] ppid=10268 vsize=1685556 CPUtime=0
/proc/10270/task/10275/stat : 10275 (java) S 10268 10270 6718 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187126377 1726009344 9898 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10276] ppid=10268 vsize=1685556 CPUtime=0
/proc/10270/task/10276/stat : 10276 (java) S 10268 10270 6718 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187126379 1726009344 9898 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10277] ppid=10268 vsize=1685556 CPUtime=0.1
/proc/10270/task/10277/stat : 10277 (java) S 10268 10270 6718 0 -1 64 349 0 0 0 10 0 0 0 16 0 9 0 187126379 1726009344 9898 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10270/tid=10278] ppid=10268 vsize=1685556 CPUtime=0
/proc/10270/task/10278/stat : 10278 (java) S 10268 10270 6718 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 187126379 1726009344 9898 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10279] ppid=10268 vsize=1685556 CPUtime=0
/proc/10270/task/10279/stat : 10279 (java) S 10268 10270 6718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187126379 1726009344 9898 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 1685556

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

[startup+3.90154 s]
/proc/loadavg: 1.38 1.25 1.15 2/73 10279
/proc/meminfo: memFree=1799660/2055920 swapFree=4178716/4192956
[pid=10270] ppid=10268 vsize=1685556 CPUtime=3.97
/proc/10270/stat : 10270 (java) S 10268 10270 6718 0 -1 0 11743 0 1 0 390 7 0 0 18 0 9 0 187126374 1726009344 10378 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10270/statm: 421389 10378 2161 9 0 416300 0
[pid=10270/tid=10272] ppid=10268 vsize=1685556 CPUtime=3.23
/proc/10270/task/10272/stat : 10272 (java) R 10268 10270 6718 0 -1 64 2393 0 1 0 321 2 0 0 16 0 9 0 187126376 1726009344 10378 1992294400 134512640 134550932 4294956032 18446744073709551615 4126512482 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10270/tid=10273] ppid=10268 vsize=1685556 CPUtime=0.61
/proc/10270/task/10273/stat : 10273 (java) S 10268 10270 6718 0 -1 64 8269 0 0 0 58 3 0 0 15 0 9 0 187126377 1726009344 10378 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10274] ppid=10268 vsize=1685556 CPUtime=0
/proc/10270/task/10274/stat : 10274 (java) S 10268 10270 6718 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 187126377 1726009344 10378 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10270/tid=10275] ppid=10268 vsize=1685556 CPUtime=0
/proc/10270/task/10275/stat : 10275 (java) S 10268 10270 6718 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 187126377 1726009344 10378 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10276] ppid=10268 vsize=1685556 CPUtime=0
/proc/10270/task/10276/stat : 10276 (java) S 10268 10270 6718 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 187126379 1726009344 10378 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10277] ppid=10268 vsize=1685556 CPUtime=0.1
/proc/10270/task/10277/stat : 10277 (java) S 10268 10270 6718 0 -1 64 349 0 0 0 10 0 0 0 16 0 9 0 187126379 1726009344 10378 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10270/tid=10278] ppid=10268 vsize=1685556 CPUtime=0
/proc/10270/task/10278/stat : 10278 (java) S 10268 10270 6718 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 187126379 1726009344 10378 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10279] ppid=10268 vsize=1685556 CPUtime=0
/proc/10270/task/10279/stat : 10279 (java) S 10268 10270 6718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187126379 1726009344 10378 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 1685556

[startup+4.30159 s]
/proc/loadavg: 1.35 1.24 1.15 2/77 10283
/proc/meminfo: memFree=1783756/2055920 swapFree=4178716/4192956
[pid=10270] ppid=10268 vsize=1686528 CPUtime=4.12
/proc/10270/stat : 10270 (java) S 10268 10270 6718 0 -1 0 12297 0 1 0 405 7 0 0 18 0 12 0 187126374 1727004672 10537 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10270/statm: 421632 10537 2164 9 0 416543 0
[pid=10281] ppid=10270 vsize=14580 CPUtime=0.25
/proc/10281/stat : 10281 (minisat) R 10270 10270 6718 0 -1 4194304 3398 0 0 0 23 2 0 0 20 0 1 0 187126779 14929920 3377 1992294400 134512640 135156773 4294956080 18446744073709551615 134539092 0 4 0 3 0 0 0 17 1 0 0
/proc/10281/statm: 3645 3377 73 157 0 3485 0
[pid=10270/tid=10272] ppid=10268 vsize=1686528 CPUtime=3.36
/proc/10270/task/10272/stat : 10272 (java) S 10268 10270 6718 0 -1 64 2548 0 1 0 334 2 0 0 17 0 12 0 187126376 1727004672 10537 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10270/tid=10273] ppid=10268 vsize=1686528 CPUtime=0.63
/proc/10270/task/10273/stat : 10273 (java) S 10268 10270 6718 0 -1 64 8542 0 0 0 60 3 0 0 15 0 12 0 187126377 1727004672 10537 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10270/tid=10274] ppid=10268 vsize=1686528 CPUtime=0
/proc/10270/task/10274/stat : 10274 (java) S 10268 10270 6718 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 187126377 1727004672 10537 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10270/tid=10275] ppid=10268 vsize=1686528 CPUtime=0
/proc/10270/task/10275/stat : 10275 (java) S 10268 10270 6718 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 187126377 1727004672 10537 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10276] ppid=10268 vsize=1686528 CPUtime=0
/proc/10270/task/10276/stat : 10276 (java) S 10268 10270 6718 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 187126379 1727004672 10537 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10277] ppid=10268 vsize=1686528 CPUtime=0.1
/proc/10270/task/10277/stat : 10277 (java) S 10268 10270 6718 0 -1 64 349 0 0 0 10 0 0 0 15 0 12 0 187126379 1727004672 10537 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10278] ppid=10268 vsize=1686528 CPUtime=0
/proc/10270/task/10278/stat : 10278 (java) S 10268 10270 6718 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 187126379 1727004672 10537 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10279] ppid=10268 vsize=1686528 CPUtime=0
/proc/10270/task/10279/stat : 10279 (java) S 10268 10270 6718 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 187126379 1727004672 10537 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10270/tid=10280] ppid=10268 vsize=1686528 CPUtime=0
/proc/10270/task/10280/stat : 10280 (java) S 10268 10270 6718 0 -1 64 71 0 0 0 0 0 0 0 16 0 12 0 187126779 1727004672 10537 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=10270/tid=10282] ppid=10268 vsize=1686528 CPUtime=0
/proc/10270/task/10282/stat : 10282 (java) S 10268 10270 6718 0 -1 64 39 0 0 0 0 0 0 0 15 0 12 0 187126779 1727004672 10537 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=10270/tid=10283] ppid=10268 vsize=1686528 CPUtime=0
/proc/10270/task/10283/stat : 10283 (java) S 10268 10270 6718 0 -1 64 11 0 0 0 0 0 0 0 18 0 12 0 187126779 1727004672 10537 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 1701108

[startup+4.70163 s]
/proc/loadavg: 1.35 1.24 1.15 2/77 10283
/proc/meminfo: memFree=1783756/2055920 swapFree=4178716/4192956
[pid=10270] ppid=10268 vsize=1686528 CPUtime=4.76
/proc/10270/stat : 10270 (java) S 10268 10270 6718 0 -1 0 12390 3501 1 0 405 7 62 2 18 0 9 0 187126374 1727004672 10541 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10270/statm: 421632 10541 2165 9 0 416543 0
[pid=10270/tid=10272] ppid=10268 vsize=1686528 CPUtime=4
/proc/10270/task/10272/stat : 10272 (java) S 10268 10270 6718 0 -1 64 2565 3501 1 0 334 2 62 2 15 0 9 0 187126376 1727004672 10541 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10270/tid=10273] ppid=10268 vsize=1686528 CPUtime=1.27
/proc/10270/task/10273/stat : 10273 (java) S 10268 10270 6718 0 -1 64 8542 3501 0 0 60 3 62 2 15 0 9 0 187126377 1727004672 10541 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10270/tid=10274] ppid=10268 vsize=1686528 CPUtime=0.64
/proc/10270/task/10274/stat : 10274 (java) S 10268 10270 6718 0 -1 64 14 3501 0 0 0 0 62 2 15 0 9 0 187126377 1727004672 10541 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10270/tid=10275] ppid=10268 vsize=1686528 CPUtime=0.64
/proc/10270/task/10275/stat : 10275 (java) S 10268 10270 6718 0 -1 64 9 3501 0 0 0 0 62 2 15 0 9 0 187126377 1727004672 10541 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10276] ppid=10268 vsize=1686528 CPUtime=0.64
/proc/10270/task/10276/stat : 10276 (java) S 10268 10270 6718 0 -1 64 1 3501 0 0 0 0 62 2 23 0 9 0 187126379 1727004672 10541 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10277] ppid=10268 vsize=1686528 CPUtime=0.74
/proc/10270/task/10277/stat : 10277 (java) S 10268 10270 6718 0 -1 64 419 3501 0 0 10 0 62 2 15 0 9 0 187126379 1727004672 10541 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10278] ppid=10268 vsize=1686528 CPUtime=0.64
/proc/10270/task/10278/stat : 10278 (java) S 10268 10270 6718 0 -1 64 0 3501 0 0 0 0 62 2 24 0 9 0 187126379 1727004672 10541 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10270/tid=10279] ppid=10268 vsize=1686528 CPUtime=0.64
/proc/10270/task/10279/stat : 10279 (java) S 10268 10270 6718 0 -1 64 5 3501 0 0 0 0 62 2 15 0 9 0 187126379 1727004672 10541 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 1686528

Child status: 0
Real time (s): 4.74065
CPU time (s): 4.78827
CPU user time (s): 4.68029
CPU system time (s): 0.107983
CPU usage (%): 101.005
Max. virtual memory (cumulated for all children) (KiB): 1701108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.68029
system time used= 0.107983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15921
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= 834
involuntary context switches= 275

runsolver used 0.009998 second user time and 0.017997 second system time

The end

Launcher Data

Begin job on node90 at 2009-06-17 01:34:45
IDJOB=1883700
IDBENCH=1477
IDSOLVER=688
FILE ID=node90/1883700-1245195285
PBS_JOBID= 9368280
Free space on /tmp= 66528 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-22s.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-1883700-1245195285/watcher-1883700-1245195285 -o /tmp/evaluation-result-1883700-1245195285/solver-1883700-1245195285 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883700-1245195285.opb minisat %dimacs %var

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

MD5SUM BENCH= 3fb2d144eb047d6ea626acdee43b1069
RANDOM SEED=504528409

node90.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.231
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.231
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:       1832724 kB
Buffers:         34536 kB
Cached:         124180 kB
SwapCached:       8428 kB
Active:          58376 kB
Inactive:       110980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1832724 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:            1404 kB
Writeback:           0 kB
Mapped:          16272 kB
Slab:            39860 kB
Committed_AS:   113980 kB
PageTables:       1436 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-1883700-1245195285.opb

Free space on /tmp at the end= 66528 MiB
End job on node90 at 2009-06-17 01:34:49