Trace number 3718614

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
PBPASSolver-CARD.DP 2012-05-28UNSAT 20.1619 20.3423

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-37s.smv.opb
MD5SUMc32b20024d9dbe3bb08a79a9b8e2d75c
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.007997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1190
Total number of constraints3183
Number of constraints which are clauses3055
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints128
Minimum length of a constraint1
Maximum length of a constraint11
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 43
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 136
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

20.10/20.34	cpython RunMakeCNF.py HOME/instance-3718614-1338270703.opb PrimePower CARD.DP ./CryptoMiniSat
20.10/20.34	./CryptoMiniSat HOME/instance-3718614-1338270703.opb.PrimePower.CARD.DP.cnf 1>HOME/instance-3718614-1338270703.opb.PrimePower.CARD.DP.cnf.CryptoMiniSat.out 2>HOME/instance-3718614-1338270703.opb.PrimePower.CARD.DP.cnf.CryptoMiniSat.err
20.10/20.34	
20.10/20.34	HOME/instance-3718614-1338270703.opb.PrimePower.CARD.DP.cnf.CryptoMiniSat.out
20.10/20.34	c Outputting solution to console
20.10/20.34	c This is CryptoMiniSat 2.9.1
20.10/20.34	c compiled with gcc version 4.4.6 20110731 (Red Hat 4.4.6-3)
20.10/20.34	c WARNING: for repeatability, setting FPU to use double precision
20.10/20.34	c Reading file 'HOME/instance-3718614-1338270703.opb.PrimePower.CARD.DP.cnf'
20.10/20.34	c -- header says num vars:         132940
20.10/20.34	c -- header says num clauses:      710502
20.10/20.34	c -- clauses added:            0 learnts,       710502 normals,            0 xors
20.10/20.34	c -- vars added     132939
20.10/20.34	c Parsing time:  0.22 s
20.10/20.34	c  N st     0         0    132939     64992         0    455964         0   1148424         0   no data   no data  --
20.10/20.34	c asymm  cl-useful: 8/3648/61714 lits-rem:26 time: 0.33
20.10/20.34	c Flit:     0 Blit:     28 bXBeca:    0 bXProp: 17453 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T:  8.92
20.10/20.34	c Replacing    17454 vars Replaced   515814 lits Time:     0.04 s 
20.10/20.34	c bin-w-bin subsume rem        65303 bins  time:  0.04 s
20.10/20.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
20.10/20.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  42426 time:  3.23 s
20.10/20.34	c Removed useless bin:    6965  fixed:     0  props:  20.01M  time:  0.26 s
20.10/20.34	c lits-rem:         0  cl-subs:      793  v-elim:  25371  v-fix:    0  time:  0.22 s
20.10/20.34	c Finding binary XORs  T:     0.03 s  found:   19392
20.10/20.34	c Replacing    19392 vars Replaced   638575 lits Time:     0.04 s 
20.10/20.34	c Finding non-binary XORs:     0.04 s (found:    1135, avg size: 3.0)
20.10/20.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst: 65122 time:   0.03
20.10/20.34	c Replacing     1075 vars Replaced    17199 lits Time:     0.02 s 
20.10/20.34	c Calc default polars -  time:   0.01 s pos:     827 undec:  103349 neg:   28763
20.10/20.34	c =========================================================================================
20.10/20.34	c types(t): F = full restart, N = normal restart
20.10/20.34	c types(t): S = simplification begin/end, E = solution found
20.10/20.34	c restart types(rt): st = static, dy = dynamic
20.10/20.34	c  t rt  Rest     Confl      Vars   NormCls    XorCls    BinCls   Learnts    ClLits    LtLits
20.10/20.34	c  B st     0         0     30276     88815      1135    208545         0    753096         0   no data   no data  --
20.10/20.34	c  E st     3       412     30226     88815      1135    208565       377    753096      5143   no data   no data  --
20.10/20.34	c num threads              : 1          
20.10/20.34	c restarts                 : 3          
20.10/20.34	c dynamic restarts         : 0          
20.10/20.34	c static restarts          : 3          
20.10/20.34	c full restarts            : 0          
20.10/20.34	c total simplify time      : 0.00       
20.10/20.34	c learnts DL2              : 0          
20.10/20.34	c learnts size 2           : 459013     
20.10/20.34	c learnts size 1           : 39460       (29.68     % of vars)
20.10/20.34	c filedLit time            : 8.93        (65.23     % time)
20.10/20.34	c v-elim SatELite          : 25371       (19.08     % vars)
20.10/20.34	c SatELite time            : 3.42        (24.98     % time)
20.10/20.34	c v-elim xor               : 0           (0.00      % vars)
20.10/20.34	c xor elim time            : 0.03        (0.22      % time)
20.10/20.34	c num binary xor trees     : 12907      
20.10/20.34	c binxor trees' crown      : 37921       (2.94      leafs/tree)
20.10/20.34	c bin xor find time        : 0.03       
20.10/20.34	c OTF clause improved      : 10          (0.02      clauses/conflict)
20.10/20.34	c OTF impr. size diff      : 10          (1.00       lits/clause)
20.10/20.34	c OTF cl watch-shrink      : 111         (0.27      clauses/conflict)
20.10/20.34	c OTF cl watch-sh-lit      : 177         (1.59       lits/clause)
20.10/20.34	c tried to recurMin cls    : 0           (0.00       % of conflicts)
20.10/20.34	c updated cache            : 0           (-nan       lits/tried recurMin)
20.10/20.34	c clauses over max glue    : 0           (0.00      % of all clauses)
20.10/20.34	c conflicts                : 412         (30.10     / sec)
20.10/20.34	c decisions                : 16239       (0.00      % random)
20.10/20.34	c bogo-props               : 237090474   (17321148.23 / sec)
20.10/20.34	c conflict literals        : 5326        (28.17     % deleted)
20.10/20.34	c Memory used              : 124.74      MB
20.10/20.34	c CPU time                 : 13.69       s
20.10/20.34	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3718614-1338270703/watcher-3718614-1338270703 -o /tmp/evaluation-result-3718614-1338270703/solver-3718614-1338270703 -C 1800 -W 1900 -M 15500 python HOME/RunSolver.py HOME/instance-3718614-1338270703.opb PrimePower CARD.DP ./CryptoMiniSat 

running on 4 cores: 0,2,4,6

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): 1900 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.01 2.00 1.70 3/176 29909
/proc/meminfo: memFree=30537924/32873844 swapFree=6088/6088
[pid=29909] ppid=29907 vsize=15308 CPUtime=0 cores=0,2,4,6
/proc/29909/stat : 29909 (python) R 29907 29909 29711 0 -1 4202496 646 0 0 0 0 0 0 0 20 0 1 0 293198784 15675392 540 33554432000 4194304 5683644 140734088122720 140734088108632 226329375947 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0
/proc/29909/statm: 3827 543 316 364 0 269 0

[startup+0.062593 s]
/proc/loadavg: 2.01 2.00 1.70 3/176 29909
/proc/meminfo: memFree=30537924/32873844 swapFree=6088/6088
[pid=29909] ppid=29907 vsize=16592 CPUtime=0.01 cores=0,2,4,6
/proc/29909/stat : 29909 (python) D 29907 29909 29711 0 -1 4202496 1197 0 0 0 1 0 0 0 20 0 1 0 293198784 16990208 997 33554432000 4194304 5683644 140734088122720 140734088077064 226329706165 0 0 16781312 2 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/29909/statm: 4148 997 418 364 0 590 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16592

[startup+0.100305 s]
/proc/loadavg: 2.01 2.00 1.70 3/176 29909
/proc/meminfo: memFree=30537924/32873844 swapFree=6088/6088
[pid=29909] ppid=29907 vsize=16996 CPUtime=0.02 cores=0,2,4,6
/proc/29909/stat : 29909 (python) S 29907 29909 29711 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293198784 17403904 1082 33554432000 4194304 5683644 140734088122720 140734088120568 226329707904 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29909/statm: 4249 1082 429 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16996

[startup+0.300276 s]
/proc/loadavg: 2.01 2.00 1.70 3/176 29909
/proc/meminfo: memFree=30537924/32873844 swapFree=6088/6088
[pid=29909] ppid=29907 vsize=16996 CPUtime=0.02 cores=0,2,4,6
/proc/29909/stat : 29909 (python) S 29907 29909 29711 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293198784 17403904 1082 33554432000 4194304 5683644 140734088122720 140734088120568 226329707904 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29909/statm: 4249 1082 429 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16996

[startup+0.700249 s]
/proc/loadavg: 2.01 2.00 1.70 3/176 29909
/proc/meminfo: memFree=30537924/32873844 swapFree=6088/6088
[pid=29909] ppid=29907 vsize=16996 CPUtime=0.02 cores=0,2,4,6
/proc/29909/stat : 29909 (python) S 29907 29909 29711 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293198784 17403904 1082 33554432000 4194304 5683644 140734088122720 140734088120568 226329707904 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29909/statm: 4249 1082 429 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16996

[startup+1.50037 s]
/proc/loadavg: 2.01 2.00 1.70 3/181 29914
/proc/meminfo: memFree=30438992/32873844 swapFree=6088/6088
[pid=29909] ppid=29907 vsize=16996 CPUtime=0.02 cores=0,2,4,6
/proc/29909/stat : 29909 (python) S 29907 29909 29711 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293198784 17403904 1082 33554432000 4194304 5683644 140734088122720 140734088120568 226329707904 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29909/statm: 4249 1082 429 364 0 691 0
[pid=29911] ppid=29909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (sh) S 29909 29909 29711 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293198792 9367552 266 33554432000 4194304 5064252 140734062358256 140734062356960 226329519694 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29911/statm: 2287 266 226 213 0 72 0
[pid=29912] ppid=29911 vsize=16736 CPUtime=0.01 cores=0,2,4,6
/proc/29912/stat : 29912 (python) S 29911 29909 29711 0 -1 4202496 1297 0 0 0 1 0 0 0 20 0 1 0 293198792 17137664 1058 33554432000 4194304 5683644 140737156030832 140737156028680 226329707904 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29912/statm: 4184 1058 429 364 0 626 0
[pid=29913] ppid=29912 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29913/stat : 29913 (sh) S 29912 29909 29711 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293198795 9367552 268 33554432000 4194304 5064252 140735798474640 140735798473344 226329519694 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29913/statm: 2287 268 226 213 0 72 0
[pid=29914] ppid=29913 vsize=221548 CPUtime=1.38 cores=0,2,4,6
/proc/29914/stat : 29914 (PBPASSolver-817) R 29913 29909 29711 0 -1 4202496 23119 0 0 0 45 93 0 0 20 0 1 0 293198795 226865152 23061 33554432000 4194304 4943705 140733245482912 140733245478976 4267542 0 0 16781312 17608 0 0 0 17 4 0 0 0 0 0
/proc/29914/statm: 55387 23061 366 183 0 51757 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 273576

[startup+3.10037 s]
/proc/loadavg: 2.01 2.00 1.70 3/181 29914
/proc/meminfo: memFree=30433784/32873844 swapFree=6088/6088
[pid=29909] ppid=29907 vsize=16996 CPUtime=0.02 cores=0,2,4,6
/proc/29909/stat : 29909 (python) S 29907 29909 29711 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293198784 17403904 1082 33554432000 4194304 5683644 140734088122720 140734088120568 226329707904 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29909/statm: 4249 1082 429 364 0 691 0
[pid=29911] ppid=29909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (sh) S 29909 29909 29711 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293198792 9367552 266 33554432000 4194304 5064252 140734062358256 140734062356960 226329519694 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29911/statm: 2287 266 226 213 0 72 0
[pid=29912] ppid=29911 vsize=16736 CPUtime=0.01 cores=0,2,4,6
/proc/29912/stat : 29912 (python) S 29911 29909 29711 0 -1 4202496 1297 0 0 0 1 0 0 0 20 0 1 0 293198792 17137664 1058 33554432000 4194304 5683644 140737156030832 140737156028680 226329707904 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29912/statm: 4184 1058 429 364 0 626 0
[pid=29913] ppid=29912 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29913/stat : 29913 (sh) S 29912 29909 29711 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293198795 9367552 268 33554432000 4194304 5064252 140735798474640 140735798473344 226329519694 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29913/statm: 2287 268 226 213 0 72 0
[pid=29914] ppid=29913 vsize=230508 CPUtime=2.98 cores=0,2,4,6
/proc/29914/stat : 29914 (PBPASSolver-817) R 29913 29909 29711 0 -1 4202496 24110 0 0 0 83 215 0 0 20 0 1 0 293198795 236040192 24052 33554432000 4194304 4943705 140733245482912 140733245479584 4267542 0 0 16781312 17608 0 0 0 17 4 0 0 0 0 0
/proc/29914/statm: 57627 24052 366 183 0 53997 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 282536

[startup+6.30037 s]
/proc/loadavg: 2.01 2.00 1.70 3/181 29914
/proc/meminfo: memFree=30414564/32873844 swapFree=6088/6088
[pid=29909] ppid=29907 vsize=16996 CPUtime=0.02 cores=0,2,4,6
/proc/29909/stat : 29909 (python) S 29907 29909 29711 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293198784 17403904 1082 33554432000 4194304 5683644 140734088122720 140734088120568 226329707904 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29909/statm: 4249 1082 429 364 0 691 0
[pid=29911] ppid=29909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29911/stat : 29911 (sh) S 29909 29909 29711 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293198792 9367552 266 33554432000 4194304 5064252 140734062358256 140734062356960 226329519694 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29911/statm: 2287 266 226 213 0 72 0
[pid=29912] ppid=29911 vsize=16736 CPUtime=0.01 cores=0,2,4,6
/proc/29912/stat : 29912 (python) S 29911 29909 29711 0 -1 4202496 1297 0 0 0 1 0 0 0 20 0 1 0 293198792 17137664 1058 33554432000 4194304 5683644 140737156030832 140737156028680 226329707904 0 0 16781312 2 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29912/statm: 4184 1058 429 364 0 626 0
[pid=29913] ppid=29912 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29913/stat : 29913 (sh) S 29912 29909 29711 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293198795 9367552 268 33554432000 4194304 5064252 140735798474640 140735798473344 226329519694 0 65536 16781316 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29913/statm: 2287 268 226 213 0 72 0
[pid=29914] ppid=29913 vsize=247916 CPUtime=6.07 cores=0,2,4,6
/proc/29914/stat : 29914 (PBPASSolver-817) R 29913 29909 29711 0 -1 4202496 25999 0 0 0 162 445 0 0 20 0 1 0 293198795 253865984 25941 33554432000 4194304 4943705 140733245482912 140733245480320 4267542 0 0 16781312 17608 0 0 0 17 4 0 0 11 0 0
/proc/29914/statm: 61979 25941 366 183 0 58349 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 299944

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.70 3/179 29916
/proc/meminfo: memFree=30456496/32873844 swapFree=6088/6088
[pid=29909] ppid=29907 vsize=16996 CPUtime=6.33 cores=0,2,4,6
/proc/29909/stat : 29909 (python) S 29907 29909 29711 0 -1 4202496 1403 28642 0 0 1 1 168 463 20 0 1 0 293198784 17403904 1082 33554432000 4194304 5683644 140734088122720 140734088120264 226329707904 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29909/statm: 4249 1082 429 364 0 691 0
[pid=29915] ppid=29909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29915/stat : 29915 (sh) S 29909 29909 29711 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293199436 9367552 267 33554432000 4194304 5064252 140736748510864 140736748509568 226329519694 0 65536 16781316 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29915/statm: 2287 267 226 213 0 72 0
[pid=29916] ppid=29915 vsize=95268 CPUtime=6.17 cores=0,2,4,6
/proc/29916/stat : 29916 (CryptoMiniSat) R 29915 29909 29711 0 -1 4202496 13939 0 0 0 615 2 0 0 20 0 1 0 293199436 97554432 14345 33554432000 4194304 4734972 140735484663760 140735484654888 4310862 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/29916/statm: 23817 14345 370 132 0 18717 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 121412

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

[startup+15.9004 s]
/proc/loadavg: 2.00 2.00 1.70 3/179 29916
/proc/meminfo: memFree=30455752/32873844 swapFree=6088/6088
[pid=29909] ppid=29907 vsize=16996 CPUtime=6.33 cores=0,2,4,6
/proc/29909/stat : 29909 (python) S 29907 29909 29711 0 -1 4202496 1403 28642 0 0 1 1 168 463 20 0 1 0 293198784 17403904 1082 33554432000 4194304 5683644 140734088122720 140734088120264 226329707904 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29909/statm: 4249 1082 429 364 0 691 0
[pid=29915] ppid=29909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29915/stat : 29915 (sh) S 29909 29909 29711 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293199436 9367552 267 33554432000 4194304 5064252 140736748510864 140736748509568 226329519694 0 65536 16781316 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29915/statm: 2287 267 226 213 0 72 0
[pid=29916] ppid=29915 vsize=95532 CPUtime=9.37 cores=0,2,4,6
/proc/29916/stat : 29916 (CryptoMiniSat) R 29915 29909 29711 0 -1 4202496 14016 0 0 0 935 2 0 0 20 0 1 0 293199436 97824768 14422 33554432000 4194304 4734972 140735484663760 140735484654744 4560480 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/29916/statm: 23883 14422 370 132 0 18783 0
Current children cumulated CPU time (s) 15.7
Current children cumulated vsize (KiB) 121676

[startup+17.5003 s]
/proc/loadavg: 2.00 2.00 1.70 3/179 29916
/proc/meminfo: memFree=30440000/32873844 swapFree=6088/6088
[pid=29909] ppid=29907 vsize=16996 CPUtime=6.33 cores=0,2,4,6
/proc/29909/stat : 29909 (python) S 29907 29909 29711 0 -1 4202496 1403 28642 0 0 1 1 168 463 20 0 1 0 293198784 17403904 1082 33554432000 4194304 5683644 140734088122720 140734088120264 226329707904 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29909/statm: 4249 1082 429 364 0 691 0
[pid=29915] ppid=29909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29915/stat : 29915 (sh) S 29909 29909 29711 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293199436 9367552 267 33554432000 4194304 5064252 140736748510864 140736748509568 226329519694 0 65536 16781316 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29915/statm: 2287 267 226 213 0 72 0
[pid=29916] ppid=29915 vsize=111132 CPUtime=10.97 cores=0,2,4,6
/proc/29916/stat : 29916 (CryptoMiniSat) R 29915 29909 29711 0 -1 4202496 16901 0 0 0 1095 2 0 0 20 0 1 0 293199436 113799168 18329 33554432000 4194304 4734972 140735484663760 140735484654872 4537686 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/29916/statm: 27783 18329 381 132 0 22683 0
Current children cumulated CPU time (s) 17.3
Current children cumulated vsize (KiB) 137276

[startup+19.1003 s]
/proc/loadavg: 2.00 2.00 1.71 3/181 29959
/proc/meminfo: memFree=30698280/32873844 swapFree=6088/6088
[pid=29909] ppid=29907 vsize=16996 CPUtime=6.33 cores=0,2,4,6
/proc/29909/stat : 29909 (python) S 29907 29909 29711 0 -1 4202496 1403 28642 0 0 1 1 168 463 20 0 1 0 293198784 17403904 1082 33554432000 4194304 5683644 140734088122720 140734088120264 226329707904 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29909/statm: 4249 1082 429 364 0 691 0
[pid=29915] ppid=29909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29915/stat : 29915 (sh) S 29909 29909 29711 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293199436 9367552 267 33554432000 4194304 5064252 140736748510864 140736748509568 226329519694 0 65536 16781316 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29915/statm: 2287 267 226 213 0 72 0
[pid=29916] ppid=29915 vsize=111132 CPUtime=12.56 cores=0,2,4,6
/proc/29916/stat : 29916 (CryptoMiniSat) R 29915 29909 29711 0 -1 4202496 16901 0 0 0 1254 2 0 0 20 0 1 0 293199436 113799168 18329 33554432000 4194304 4734972 140735484663760 140735484654872 4537492 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/29916/statm: 27783 18329 381 132 0 22683 0
Current children cumulated CPU time (s) 18.89
Current children cumulated vsize (KiB) 137276

[startup+19.9004 s]
/proc/loadavg: 2.00 2.00 1.71 3/181 29959
/proc/meminfo: memFree=30631552/32873844 swapFree=6088/6088
[pid=29909] ppid=29907 vsize=16996 CPUtime=6.33 cores=0,2,4,6
/proc/29909/stat : 29909 (python) S 29907 29909 29711 0 -1 4202496 1403 28642 0 0 1 1 168 463 20 0 1 0 293198784 17403904 1082 33554432000 4194304 5683644 140734088122720 140734088120264 226329707904 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29909/statm: 4249 1082 429 364 0 691 0
[pid=29915] ppid=29909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29915/stat : 29915 (sh) S 29909 29909 29711 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293199436 9367552 267 33554432000 4194304 5064252 140736748510864 140736748509568 226329519694 0 65536 16781316 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29915/statm: 2287 267 226 213 0 72 0
[pid=29916] ppid=29915 vsize=119380 CPUtime=13.37 cores=0,2,4,6
/proc/29916/stat : 29916 (CryptoMiniSat) R 29915 29909 29711 0 -1 4202496 18160 0 0 0 1334 3 0 0 20 0 1 0 293199436 122245120 20610 33554432000 4194304 4734972 140735484663760 140735484655016 4415056 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/29916/statm: 29845 20610 389 132 0 24745 0
Current children cumulated CPU time (s) 19.7
Current children cumulated vsize (KiB) 145524

[startup+20.3004 s]
/proc/loadavg: 2.00 2.00 1.71 3/181 29959
/proc/meminfo: memFree=30631552/32873844 swapFree=6088/6088
[pid=29909] ppid=29907 vsize=16996 CPUtime=6.33 cores=0,2,4,6
/proc/29909/stat : 29909 (python) S 29907 29909 29711 0 -1 4202496 1403 28642 0 0 1 1 168 463 20 0 1 0 293198784 17403904 1082 33554432000 4194304 5683644 140734088122720 140734088120264 226329707904 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/29909/statm: 4249 1082 429 364 0 691 0
[pid=29915] ppid=29909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29915/stat : 29915 (sh) S 29909 29909 29711 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293199436 9367552 267 33554432000 4194304 5064252 140736748510864 140736748509568 226329519694 0 65536 16781316 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29915/statm: 2287 267 226 213 0 72 0
[pid=29916] ppid=29915 vsize=127728 CPUtime=13.77 cores=0,2,4,6
/proc/29916/stat : 29916 (CryptoMiniSat) R 29915 29909 29711 0 -1 4202496 20351 0 0 0 1374 3 0 0 20 0 1 0 293199436 130793472 22800 33554432000 4194304 4734972 140735484663760 140735484655016 226329319302 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/29916/statm: 31932 22800 415 132 0 26832 0
Current children cumulated CPU time (s) 20.1
Current children cumulated vsize (KiB) 153872

Child status: 0
Real time (s): 20.3423
CPU time (s): 20.1619
CPU user time (s): 15.4766
CPU system time (s): 4.68529
CPU usage (%): 99.1131
Max. virtual memory (cumulated for all children) (KiB): 300968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.4766
system time used= 4.68529
maximum resident set size= 104228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51258
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 210
involuntary context switches= 33

runsolver used 0.032994 second user time and 0.081987 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-29 07:51:43
IDJOB=3718614
IDBENCH=1458
IDSOLVER=2302
FILE ID=node110/3718614-1338270703
RUNJOBID= node110-1338268851-29727
PBS_JOBID= 14625711
Free space on /tmp= 71648 MiB

SOLVER NAME= PBPASSolver-CARD.DP 2012-05-28
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-37s.smv.opb
COMMAND LINE= python HOME/RunSolver.py BENCHNAME PrimePower CARD.DP ./CryptoMiniSat
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718614-1338270703/watcher-3718614-1338270703 -o /tmp/evaluation-result-3718614-1338270703/solver-3718614-1338270703 -C 1800 -W 1900 -M 15500  python HOME/RunSolver.py HOME/instance-3718614-1338270703.opb PrimePower CARD.DP ./CryptoMiniSat

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

MD5SUM BENCH= c32b20024d9dbe3bb08a79a9b8e2d75c
RANDOM SEED=1958448948

node110.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30538808 kB
Buffers:          363504 kB
Cached:           741604 kB
SwapCached:          144 kB
Active:          1040012 kB
Inactive:         459596 kB
Active(anon):     384232 kB
Inactive(anon):    12496 kB
Active(file):     655780 kB
Inactive(file):   447100 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108008 kB
Dirty:             12908 kB
Writeback:             0 kB
AnonPages:        401832 kB
Mapped:            15736 kB
Shmem:               196 kB
Slab:             696824 kB
SReclaimable:     139236 kB
SUnreclaim:       557588 kB
KernelStack:        1480 kB
PageTables:         4640 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     578928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71624 MiB
End job on node110 at 2012-05-29 07:52:04