Trace number 3718722

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 262.16 263.378

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12049_6-unsat.opb
MD5SUM9fcf0317a9d230a039d85958f2c2c43b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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.032994
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables30976
Total number of constraints107613
Number of constraints which are clauses107105
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints508
Minimum length of a constraint1
Maximum length of a constraint63
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 398
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

262.02/263.37	cpython RunMakeCNF.py HOME/instance-3718722-1338272371.opb PrimePower CARD.DP ./CryptoMiniSat
262.02/263.37	./CryptoMiniSat HOME/instance-3718722-1338272371.opb.PrimePower.CARD.DP.cnf 1>HOME/instance-3718722-1338272371.opb.PrimePower.CARD.DP.cnf.CryptoMiniSat.out 2>HOME/instance-3718722-1338272371.opb.PrimePower.CARD.DP.cnf.CryptoMiniSat.err
262.02/263.37	
262.02/263.37	HOME/instance-3718722-1338272371.opb.PrimePower.CARD.DP.cnf.CryptoMiniSat.out
262.02/263.37	c Outputting solution to console
262.02/263.37	c This is CryptoMiniSat 2.9.1
262.02/263.37	c compiled with gcc version 4.4.6 20110731 (Red Hat 4.4.6-3)
262.02/263.37	c WARNING: for repeatability, setting FPU to use double precision
262.02/263.37	c Reading file 'HOME/instance-3718722-1338272371.opb.PrimePower.CARD.DP.cnf'
262.02/263.37	c -- header says num vars:        3277040
262.02/263.37	c -- header says num clauses:    17575230
262.02/263.37	c -- clauses added:            0 learnts,       242195 normals,            0 xors
262.02/263.37	c -- vars added      91310
262.02/263.37	c Parsing time:  0.08 s
262.02/263.37	c num threads              : 1          
262.02/263.37	c restarts                 : 0          
262.02/263.37	c dynamic restarts         : 0          
262.02/263.37	c static restarts          : 0          
262.02/263.37	c full restarts            : 0          
262.02/263.37	c total simplify time      : 0.00       
262.02/263.37	c learnts DL2              : 0          
262.02/263.37	c learnts size 2           : 83762      
262.02/263.37	c learnts size 1           : 71706       (78.53     % of vars)
262.02/263.37	c filedLit time            : 0.00        (0.00      % time)
262.02/263.37	c v-elim SatELite          : 0           (0.00      % vars)
262.02/263.37	c SatELite time            : 0.00        (0.00      % time)
262.02/263.37	c v-elim xor               : 0           (0.00      % vars)
262.02/263.37	c xor elim time            : 0.00        (0.00      % time)
262.02/263.37	c num binary xor trees     : 0          
262.02/263.37	c binxor trees' crown      : 0           (-nan      leafs/tree)
262.02/263.37	c bin xor find time        : 0.00       
262.02/263.37	c OTF clause improved      : 0           (-nan      clauses/conflict)
262.02/263.37	c OTF impr. size diff      : 0           (-nan       lits/clause)
262.02/263.37	c OTF cl watch-shrink      : 0           (-nan      clauses/conflict)
262.02/263.37	c OTF cl watch-sh-lit      : 0           (-nan       lits/clause)
262.02/263.37	c tried to recurMin cls    : 0           (-nan       % of conflicts)
262.02/263.37	c updated cache            : 0           (-nan       lits/tried recurMin)
262.02/263.37	c clauses over max glue    : 0           (-nan      % of all clauses)
262.02/263.37	c conflicts                : 0           (0.00      / sec)
262.02/263.37	c decisions                : 0           (-nan      % random)
262.02/263.37	c bogo-props               : 165301      (2066598.32 / sec)
262.02/263.37	c conflict literals        : 0           (-nan      % deleted)
262.02/263.37	c Memory used              : 60.15       MB
262.02/263.37	c CPU time                 : 0.08        s
262.02/263.37	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-3718722-1338272371/watcher-3718722-1338272371 -o /tmp/evaluation-result-3718722-1338272371/solver-3718722-1338272371 -C 1800 -W 1900 -M 15500 python HOME/RunSolver.py HOME/instance-3718722-1338272371.opb PrimePower CARD.DP ./CryptoMiniSat 

running on 4 cores: 1,3,5,7

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.00 2.00 1.91 3/178 2656
/proc/meminfo: memFree=24250404/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=15276 CPUtime=0 cores=1,3,5,7
/proc/2656/stat : 2656 (python) R 2654 2656 2247 0 -1 4202496 633 0 0 0 0 0 0 0 20 0 1 0 293365716 15642624 527 33554432000 4194304 5683644 140737100616912 140737100602824 240426763152 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 3819 527 312 364 0 261 0

[startup+0.0353669 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 2656
/proc/meminfo: memFree=24250404/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=15972 CPUtime=0 cores=1,3,5,7
/proc/2656/stat : 2656 (python) R 2654 2656 2247 0 -1 4202496 944 0 0 0 0 0 0 0 20 0 1 0 293365716 16355328 794 33554432000 4194304 5683644 140737100616912 140737100575368 240426804151 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 3993 795 356 364 0 435 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15972

[startup+0.100288 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 2656
/proc/meminfo: memFree=24250404/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16996

[startup+0.300322 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 2656
/proc/meminfo: memFree=24250404/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16996

[startup+0.700329 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 2656
/proc/meminfo: memFree=24250404/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16996

[startup+1.50047 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 2661
/proc/meminfo: memFree=24011020/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
[pid=2658] ppid=2656 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2658/stat : 2658 (sh) S 2656 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365724 9367552 267 33554432000 4194304 5064252 140736835477904 140736835476608 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2658/statm: 2287 267 226 213 0 72 0
[pid=2659] ppid=2658 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/2659/stat : 2659 (python) S 2658 2656 2247 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293365724 17141760 1059 33554432000 4194304 5683644 140736298253792 140736298251640 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2659/statm: 4185 1059 429 364 0 627 0
[pid=2660] ppid=2659 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2660/stat : 2660 (sh) S 2659 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365727 9367552 268 33554432000 4194304 5064252 140734400698832 140734400697536 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2660/statm: 2287 268 226 213 0 72 0
[pid=2661] ppid=2660 vsize=735404 CPUtime=1.38 cores=1,3,5,7
/proc/2661/stat : 2661 (PBPASSolver-817) R 2660 2656 2247 0 -1 4202496 95867 0 0 0 86 52 0 0 20 0 1 0 293365727 753053696 79910 33554432000 4194304 4943705 140735175522848 140735175521792 4358535 0 0 16781312 17608 0 0 0 17 5 0 0 0 0 0
/proc/2661/statm: 183851 79910 357 183 0 180221 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 787436

[startup+3.10044 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 2661
/proc/meminfo: memFree=23840016/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
[pid=2658] ppid=2656 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2658/stat : 2658 (sh) S 2656 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365724 9367552 267 33554432000 4194304 5064252 140736835477904 140736835476608 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2658/statm: 2287 267 226 213 0 72 0
[pid=2659] ppid=2658 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/2659/stat : 2659 (python) S 2658 2656 2247 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293365724 17141760 1059 33554432000 4194304 5683644 140736298253792 140736298251640 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2659/statm: 4185 1059 429 364 0 627 0
[pid=2660] ppid=2659 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2660/stat : 2660 (sh) S 2659 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365727 9367552 268 33554432000 4194304 5064252 140734400698832 140734400697536 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2660/statm: 2287 268 226 213 0 72 0
[pid=2661] ppid=2660 vsize=1195692 CPUtime=2.98 cores=1,3,5,7
/proc/2661/stat : 2661 (PBPASSolver-817) R 2660 2656 2247 0 -1 4202496 146211 0 0 0 212 86 0 0 20 0 1 0 293365727 1224388608 130254 33554432000 4194304 4943705 140735175522848 140735175521760 4361008 0 0 16781312 17608 0 0 0 17 5 0 0 0 0 0
/proc/2661/statm: 298923 130254 357 183 0 295293 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 1247724

[startup+6.30047 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 2661
/proc/meminfo: memFree=23511548/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
[pid=2658] ppid=2656 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2658/stat : 2658 (sh) S 2656 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365724 9367552 267 33554432000 4194304 5064252 140736835477904 140736835476608 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2658/statm: 2287 267 226 213 0 72 0
[pid=2659] ppid=2658 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/2659/stat : 2659 (python) S 2658 2656 2247 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293365724 17141760 1059 33554432000 4194304 5683644 140736298253792 140736298251640 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2659/statm: 4185 1059 429 364 0 627 0
[pid=2660] ppid=2659 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2660/stat : 2660 (sh) S 2659 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365727 9367552 268 33554432000 4194304 5064252 140734400698832 140734400697536 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2660/statm: 2287 268 226 213 0 72 0
[pid=2661] ppid=2660 vsize=1840044 CPUtime=6.07 cores=1,3,5,7
/proc/2661/stat : 2661 (PBPASSolver-817) R 2660 2656 2247 0 -1 4202496 216669 0 0 0 477 130 0 0 20 0 1 0 293365727 1884205056 200712 33554432000 4194304 4943705 140735175522848 140735175521088 4358535 0 0 16781312 17608 0 0 0 17 5 0 0 11 0 0
/proc/2661/statm: 460011 200716 357 183 0 456381 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 1892076

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 2661
/proc/meminfo: memFree=23063040/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
[pid=2658] ppid=2656 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2658/stat : 2658 (sh) S 2656 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365724 9367552 267 33554432000 4194304 5064252 140736835477904 140736835476608 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2658/statm: 2287 267 226 213 0 72 0
[pid=2659] ppid=2658 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/2659/stat : 2659 (python) S 2658 2656 2247 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293365724 17141760 1059 33554432000 4194304 5683644 140736298253792 140736298251640 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2659/statm: 4185 1059 429 364 0 627 0
[pid=2660] ppid=2659 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2660/stat : 2660 (sh) S 2659 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365727 9367552 268 33554432000 4194304 5064252 140734400698832 140734400697536 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2660/statm: 2287 268 226 213 0 72 0
[pid=2661] ppid=2660 vsize=2776236 CPUtime=12.41 cores=1,3,5,7
/proc/2661/stat : 2661 (PBPASSolver-817) R 2660 2656 2247 0 -1 4202496 319083 0 0 0 1047 194 0 0 20 0 1 0 293365727 2842865664 303126 33554432000 4194304 4943705 140735175522848 140735175521760 4361008 0 0 16781312 17608 0 0 0 17 5 0 0 16 0 0
/proc/2661/statm: 694059 303126 357 183 0 690429 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 2828268

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 2661
/proc/meminfo: memFree=22521160/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
[pid=2658] ppid=2656 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2658/stat : 2658 (sh) S 2656 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365724 9367552 267 33554432000 4194304 5064252 140736835477904 140736835476608 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2658/statm: 2287 267 226 213 0 72 0
[pid=2659] ppid=2658 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/2659/stat : 2659 (python) S 2658 2656 2247 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293365724 17141760 1059 33554432000 4194304 5683644 140736298253792 140736298251640 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2659/statm: 4185 1059 429 364 0 627 0
[pid=2660] ppid=2659 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2660/stat : 2660 (sh) S 2659 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365727 9367552 268 33554432000 4194304 5064252 140734400698832 140734400697536 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2660/statm: 2287 268 226 213 0 72 0
[pid=2661] ppid=2660 vsize=3943340 CPUtime=25.08 cores=1,3,5,7
/proc/2661/stat : 2661 (PBPASSolver-817) R 2660 2656 2247 0 -1 4202496 446717 0 0 0 2232 276 0 0 20 0 1 0 293365727 4037980160 430760 33554432000 4194304 4943705 140735175522848 140735175521120 4267542 0 0 16781312 17608 0 0 0 17 5 0 0 29 0 0
/proc/2661/statm: 985835 430760 357 183 0 982205 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 3995372

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 2664
/proc/meminfo: memFree=21880644/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
[pid=2658] ppid=2656 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2658/stat : 2658 (sh) S 2656 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365724 9367552 267 33554432000 4194304 5064252 140736835477904 140736835476608 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2658/statm: 2287 267 226 213 0 72 0
[pid=2659] ppid=2658 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/2659/stat : 2659 (python) S 2658 2656 2247 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293365724 17141760 1059 33554432000 4194304 5683644 140736298253792 140736298251640 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2659/statm: 4185 1059 429 364 0 627 0
[pid=2660] ppid=2659 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2660/stat : 2660 (sh) S 2659 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365727 9367552 268 33554432000 4194304 5064252 140734400698832 140734400697536 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2660/statm: 2287 268 226 213 0 72 0
[pid=2661] ppid=2660 vsize=5404332 CPUtime=50.51 cores=1,3,5,7
/proc/2661/stat : 2661 (PBPASSolver-817) R 2660 2656 2247 0 -1 4202496 606531 0 0 0 4675 376 0 0 20 0 1 0 293365727 5534035968 590574 33554432000 4194304 4943705 140735175522848 140735175521760 4361008 0 0 16781312 17608 0 0 0 17 5 0 0 45 0 0
/proc/2661/statm: 1351083 590574 357 183 0 1347453 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 5456364

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 2664
/proc/meminfo: memFree=21253320/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
[pid=2658] ppid=2656 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2658/stat : 2658 (sh) S 2656 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365724 9367552 267 33554432000 4194304 5064252 140736835477904 140736835476608 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2658/statm: 2287 267 226 213 0 72 0
[pid=2659] ppid=2658 vsize=16740 CPUtime=0.01 cores=1,3,5,7

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

/proc/2658/statm: 2287 267 226 213 0 72 0
[pid=2659] ppid=2658 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/2659/stat : 2659 (python) S 2658 2656 2247 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293365724 17141760 1059 33554432000 4194304 5683644 140736298253792 140736298251640 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2659/statm: 4185 1059 429 364 0 627 0
[pid=2660] ppid=2659 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2660/stat : 2660 (sh) S 2659 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365727 9367552 268 33554432000 4194304 5064252 140734400698832 140734400697536 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2660/statm: 2287 268 226 213 0 72 0
[pid=2661] ppid=2660 vsize=7114220 CPUtime=221.13 cores=1,3,5,7
/proc/2661/stat : 2661 (PBPASSolver-817) R 2660 2656 2247 0 -1 4202496 922319 0 0 0 11934 10179 0 0 20 0 1 0 293365727 7284961280 819877 33554432000 4194304 4943705 140735175522848 140735175520256 4267542 0 0 16781312 17608 0 0 0 17 5 0 0 102 0 0
/proc/2661/statm: 1778555 819877 366 183 0 1774925 0
Current children cumulated CPU time (s) 221.16
Current children cumulated vsize (KiB) 7166252

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

[startup+230.3 s]
/proc/loadavg: 2.04 2.01 1.92 3/182 2665
/proc/meminfo: memFree=20636276/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
[pid=2658] ppid=2656 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2658/stat : 2658 (sh) S 2656 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365724 9367552 267 33554432000 4194304 5064252 140736835477904 140736835476608 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2658/statm: 2287 267 226 213 0 72 0
[pid=2659] ppid=2658 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/2659/stat : 2659 (python) S 2658 2656 2247 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293365724 17141760 1059 33554432000 4194304 5683644 140736298253792 140736298251640 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2659/statm: 4185 1059 429 364 0 627 0
[pid=2660] ppid=2659 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2660/stat : 2660 (sh) S 2659 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365727 9367552 268 33554432000 4194304 5064252 140734400698832 140734400697536 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2660/statm: 2287 268 226 213 0 72 0
[pid=2661] ppid=2660 vsize=7140844 CPUtime=229.1 cores=1,3,5,7
/proc/2661/stat : 2661 (PBPASSolver-817) R 2660 2656 2247 0 -1 4202496 933667 0 0 0 12169 10741 0 0 20 0 1 0 293365727 7312224256 826136 33554432000 4194304 4943705 140735175522848 140735175519744 4267542 0 0 16781312 17608 0 0 0 17 5 0 0 104 0 0
/proc/2661/statm: 1785211 826136 366 183 0 1781581 0
Current children cumulated CPU time (s) 229.13
Current children cumulated vsize (KiB) 7192876

[startup+243.107 s]
/proc/loadavg: 2.03 2.01 1.92 3/182 2665
/proc/meminfo: memFree=20570540/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
[pid=2658] ppid=2656 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2658/stat : 2658 (sh) S 2656 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365724 9367552 267 33554432000 4194304 5064252 140736835477904 140736835476608 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2658/statm: 2287 267 226 213 0 72 0
[pid=2659] ppid=2658 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/2659/stat : 2659 (python) S 2658 2656 2247 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293365724 17141760 1059 33554432000 4194304 5683644 140736298253792 140736298251640 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2659/statm: 4185 1059 429 364 0 627 0
[pid=2660] ppid=2659 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2660/stat : 2660 (sh) S 2659 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365727 9367552 268 33554432000 4194304 5064252 140734400698832 140734400697536 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2660/statm: 2287 268 226 213 0 72 0
[pid=2661] ppid=2660 vsize=7184620 CPUtime=241.88 cores=1,3,5,7
/proc/2661/stat : 2661 (PBPASSolver-817) R 2660 2656 2247 0 -1 4202496 952287 0 0 0 12554 11634 0 0 20 0 1 0 293365727 7357050880 835895 33554432000 4194304 4943705 140735175522848 140735175519552 4267542 0 0 16781312 17608 0 0 0 17 5 0 0 106 0 0
/proc/2661/statm: 1796155 835895 366 183 0 1792525 0
Current children cumulated CPU time (s) 241.91
Current children cumulated vsize (KiB) 7236652

[startup+255.9 s]
/proc/loadavg: 2.02 2.01 1.92 3/182 2665
/proc/meminfo: memFree=20508772/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
[pid=2658] ppid=2656 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2658/stat : 2658 (sh) S 2656 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365724 9367552 267 33554432000 4194304 5064252 140736835477904 140736835476608 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2658/statm: 2287 267 226 213 0 72 0
[pid=2659] ppid=2658 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/2659/stat : 2659 (python) S 2658 2656 2247 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293365724 17141760 1059 33554432000 4194304 5683644 140736298253792 140736298251640 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2659/statm: 4185 1059 429 364 0 627 0
[pid=2660] ppid=2659 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2660/stat : 2660 (sh) S 2659 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365727 9367552 268 33554432000 4194304 5064252 140734400698832 140734400697536 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2660/statm: 2287 268 226 213 0 72 0
[pid=2661] ppid=2660 vsize=7228396 CPUtime=254.64 cores=1,3,5,7
/proc/2661/stat : 2661 (PBPASSolver-817) R 2660 2656 2247 0 -1 4202496 970907 0 0 0 12946 12518 0 0 20 0 1 0 293365727 7401877504 846551 33554432000 4194304 4943705 140735175522848 140735175518464 4267542 0 0 16781312 17608 0 0 0 17 5 0 0 110 0 0
/proc/2661/statm: 1807099 846551 366 183 0 1803469 0
Current children cumulated CPU time (s) 254.67
Current children cumulated vsize (KiB) 7280428

[startup+259.1 s]
/proc/loadavg: 2.02 2.01 1.92 3/182 2665
/proc/meminfo: memFree=20489288/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
[pid=2658] ppid=2656 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2658/stat : 2658 (sh) S 2656 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365724 9367552 267 33554432000 4194304 5064252 140736835477904 140736835476608 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2658/statm: 2287 267 226 213 0 72 0
[pid=2659] ppid=2658 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/2659/stat : 2659 (python) S 2658 2656 2247 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293365724 17141760 1059 33554432000 4194304 5683644 140736298253792 140736298251640 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2659/statm: 4185 1059 429 364 0 627 0
[pid=2660] ppid=2659 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2660/stat : 2660 (sh) S 2659 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365727 9367552 268 33554432000 4194304 5064252 140734400698832 140734400697536 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2660/statm: 2287 268 226 213 0 72 0
[pid=2661] ppid=2660 vsize=7239660 CPUtime=257.84 cores=1,3,5,7
/proc/2661/stat : 2661 (PBPASSolver-817) R 2660 2656 2247 0 -1 4202496 975679 0 0 0 13044 12740 0 0 20 0 1 0 293365727 7413411840 848827 33554432000 4194304 4943705 140735175522848 140735175518368 4267542 0 0 16781312 17608 0 0 0 17 5 0 0 110 0 0
/proc/2661/statm: 1809915 848827 366 183 0 1806285 0
Current children cumulated CPU time (s) 257.87
Current children cumulated vsize (KiB) 7291692

[startup+260.707 s]
/proc/loadavg: 2.02 2.01 1.92 3/182 2665
/proc/meminfo: memFree=20478500/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
[pid=2658] ppid=2656 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2658/stat : 2658 (sh) S 2656 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365724 9367552 267 33554432000 4194304 5064252 140736835477904 140736835476608 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2658/statm: 2287 267 226 213 0 72 0
[pid=2659] ppid=2658 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/2659/stat : 2659 (python) S 2658 2656 2247 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293365724 17141760 1059 33554432000 4194304 5683644 140736298253792 140736298251640 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2659/statm: 4185 1059 429 364 0 627 0
[pid=2660] ppid=2659 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2660/stat : 2660 (sh) S 2659 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365727 9367552 268 33554432000 4194304 5064252 140734400698832 140734400697536 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2660/statm: 2287 268 226 213 0 72 0
[pid=2661] ppid=2660 vsize=7245292 CPUtime=259.44 cores=1,3,5,7
/proc/2661/stat : 2661 (PBPASSolver-817) R 2660 2656 2247 0 -1 4202496 978115 0 0 0 13096 12848 0 0 20 0 1 0 293365727 7419179008 849983 33554432000 4194304 4943705 140735175522848 140735175518144 4267542 0 0 16781312 17608 0 0 0 17 5 0 0 111 0 0
/proc/2661/statm: 1811323 849983 366 183 0 1807693 0
Current children cumulated CPU time (s) 259.47
Current children cumulated vsize (KiB) 7297324

[startup+262.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/182 2665
/proc/meminfo: memFree=20473540/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
[pid=2658] ppid=2656 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2658/stat : 2658 (sh) S 2656 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365724 9367552 267 33554432000 4194304 5064252 140736835477904 140736835476608 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2658/statm: 2287 267 226 213 0 72 0
[pid=2659] ppid=2658 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/2659/stat : 2659 (python) S 2658 2656 2247 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293365724 17141760 1059 33554432000 4194304 5683644 140736298253792 140736298251640 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2659/statm: 4185 1059 429 364 0 627 0
[pid=2660] ppid=2659 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2660/stat : 2660 (sh) S 2659 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365727 9367552 268 33554432000 4194304 5064252 140734400698832 140734400697536 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2660/statm: 2287 268 226 213 0 72 0
[pid=2661] ppid=2660 vsize=7250412 CPUtime=261.03 cores=1,3,5,7
/proc/2661/stat : 2661 (PBPASSolver-817) R 2660 2656 2247 0 -1 4202496 980267 0 0 0 13144 12959 0 0 20 0 1 0 293365727 7424421888 851047 33554432000 4194304 4943705 140735175522848 140735175518080 4267542 0 0 16781312 17608 0 0 0 17 5 0 0 111 0 0
/proc/2661/statm: 1812603 851047 366 183 0 1808973 0
Current children cumulated CPU time (s) 261.06
Current children cumulated vsize (KiB) 7302444

[startup+263.1 s]
/proc/loadavg: 2.02 2.01 1.92 3/182 2665
/proc/meminfo: memFree=20467712/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=0.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1332 0 0 0 1 1 0 0 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614760 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
[pid=2658] ppid=2656 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2658/stat : 2658 (sh) S 2656 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365724 9367552 267 33554432000 4194304 5064252 140736835477904 140736835476608 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2658/statm: 2287 267 226 213 0 72 0
[pid=2659] ppid=2658 vsize=16740 CPUtime=0.01 cores=1,3,5,7
/proc/2659/stat : 2659 (python) S 2658 2656 2247 0 -1 4202496 1299 0 0 0 1 0 0 0 20 0 1 0 293365724 17141760 1060 33554432000 4194304 5683644 140736298253792 140736298251640 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2659/statm: 4185 1060 429 364 0 627 0
[pid=2660] ppid=2659 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2660/stat : 2660 (sh) S 2659 2656 2247 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 293365727 9367552 268 33554432000 4194304 5064252 140734400698832 140734400697536 240426575438 0 65536 16781316 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2660/statm: 2287 268 226 213 0 72 0
[pid=2661] ppid=2660 vsize=0 CPUtime=261.82 cores=1,3,5,7
/proc/2661/stat : 2661 (PBPASSolver-817) R 2660 2656 2247 0 -1 4202500 981294 0 0 0 13167 13015 0 0 20 0 1 0 293365727 0 0 33554432000 0 0 0 0 0 0 0 16781312 17608 18446744073709551615 0 0 17 5 0 0 111 0 0
/proc/2661/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 261.85
Current children cumulated vsize (KiB) 52032

[startup+263.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/182 2665
/proc/meminfo: memFree=20467712/32873844 swapFree=6088/6088
[pid=2656] ppid=2654 vsize=16996 CPUtime=262.02 cores=1,3,5,7
/proc/2656/stat : 2656 (python) S 2654 2656 2247 0 -1 4202496 1403 983776 0 0 1 1 13169 13031 20 0 1 0 293365716 17403904 1082 33554432000 4194304 5683644 140737100616912 140737100614456 240426763648 0 0 16781312 2 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2656/statm: 4249 1082 429 364 0 691 0
Current children cumulated CPU time (s) 262.02
Current children cumulated vsize (KiB) 16996

Child status: 0
Real time (s): 263.378
CPU time (s): 262.16
CPU user time (s): 131.815
CPU system time (s): 130.345
CPU usage (%): 99.5375
Max. virtual memory (cumulated for all children) (KiB): 7304748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.815
system time used= 130.345
maximum resident set size= 3406060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 994660
page faults= 0
swaps= 0
block input operations= 0
block output operations= 714832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 307
involuntary context switches= 275

runsolver used 0.550916 second user time and 1.42878 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-29 08:19:31
IDJOB=3718722
IDBENCH=73684
IDSOLVER=2302
FILE ID=node108/3718722-1338272371
RUNJOBID= node108-1338268851-2264
PBS_JOBID= 14625713
Free space on /tmp= 71672 MiB

SOLVER NAME= PBPASSolver-CARD.DP 2012-05-28
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12049_6-unsat.opb
COMMAND LINE= python HOME/RunSolver.py BENCHNAME PrimePower CARD.DP ./CryptoMiniSat
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718722-1338272371/watcher-3718722-1338272371 -o /tmp/evaluation-result-3718722-1338272371/solver-3718722-1338272371 -C 1800 -W 1900 -M 15500  python HOME/RunSolver.py HOME/instance-3718722-1338272371.opb PrimePower CARD.DP ./CryptoMiniSat

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

MD5SUM BENCH= 9fcf0317a9d230a039d85958f2c2c43b
RANDOM SEED=2097962339

node108.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.273
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	: 5332.54
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.273
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.273
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.91
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.273
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.273
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.91
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.273
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	: 5438.55
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.273
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.90
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.273
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:        24251116 kB
Buffers:          341992 kB
Cached:          4857848 kB
SwapCached:            0 kB
Active:          3381476 kB
Inactive:        4436380 kB
Active(anon):    2617072 kB
Inactive(anon):        0 kB
Active(file):     764404 kB
Inactive(file):  4436380 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15944 kB
Writeback:             0 kB
AnonPages:       2569244 kB
Mapped:            15868 kB
Shmem:               200 kB
Slab:             658700 kB
SReclaimable:     100968 kB
SUnreclaim:       557732 kB
KernelStack:        1504 kB
PageTables:         9432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2951656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1306624 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= 71312 MiB
End job on node108 at 2012-05-29 08:23:55