Trace number 3718701

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 281.011 282.222

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j90/
normalized-j9015_7-unsat.opb
MD5SUM0ab2e9c4a2c94c84575aa80add1016e6
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.013997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14924
Total number of constraints46948
Number of constraints which are clauses46624
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints324
Minimum length of a constraint1
Maximum length of a constraint90
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 63
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 605
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

280.93/282.22	cpython RunMakeCNF.py HOME/instance-3718701-1338272717.opb PrimePower CARD.DP ./CryptoMiniSat
280.93/282.22	./CryptoMiniSat HOME/instance-3718701-1338272717.opb.PrimePower.CARD.DP.cnf 1>HOME/instance-3718701-1338272717.opb.PrimePower.CARD.DP.cnf.CryptoMiniSat.out 2>HOME/instance-3718701-1338272717.opb.PrimePower.CARD.DP.cnf.CryptoMiniSat.err
280.93/282.22	
280.93/282.22	HOME/instance-3718701-1338272717.opb.PrimePower.CARD.DP.cnf.CryptoMiniSat.out
280.93/282.22	c Outputting solution to console
280.93/282.22	c This is CryptoMiniSat 2.9.1
280.93/282.22	c compiled with gcc version 4.4.6 20110731 (Red Hat 4.4.6-3)
280.93/282.22	c WARNING: for repeatability, setting FPU to use double precision
280.93/282.22	c Reading file 'HOME/instance-3718701-1338272717.opb.PrimePower.CARD.DP.cnf'
280.93/282.22	c -- header says num vars:        4763226
280.93/282.22	c -- header says num clauses:    24455507
280.93/282.22	c -- clauses added:            0 learnts,        97245 normals,            0 xors
280.93/282.22	c -- vars added      39102
280.93/282.22	c Parsing time:  0.03 s
280.93/282.22	c num threads              : 1          
280.93/282.22	c restarts                 : 0          
280.93/282.22	c dynamic restarts         : 0          
280.93/282.22	c static restarts          : 0          
280.93/282.22	c full restarts            : 0          
280.93/282.22	c total simplify time      : 0.00       
280.93/282.22	c learnts DL2              : 0          
280.93/282.22	c learnts size 2           : 33960      
280.93/282.22	c learnts size 1           : 29616       (75.74     % of vars)
280.93/282.22	c filedLit time            : 0.00        (0.00      % time)
280.93/282.22	c v-elim SatELite          : 0           (0.00      % vars)
280.93/282.22	c SatELite time            : 0.00        (0.00      % time)
280.93/282.22	c v-elim xor               : 0           (0.00      % vars)
280.93/282.22	c xor elim time            : 0.00        (0.00      % time)
280.93/282.22	c num binary xor trees     : 0          
280.93/282.22	c binxor trees' crown      : 0           (-nan      leafs/tree)
280.93/282.22	c bin xor find time        : 0.00       
280.93/282.22	c OTF clause improved      : 0           (-nan      clauses/conflict)
280.93/282.22	c OTF impr. size diff      : 0           (-nan       lits/clause)
280.93/282.22	c OTF cl watch-shrink      : 0           (-nan      clauses/conflict)
280.93/282.22	c OTF cl watch-sh-lit      : 0           (-nan       lits/clause)
280.93/282.22	c tried to recurMin cls    : 0           (-nan       % of conflicts)
280.93/282.22	c updated cache            : 0           (-nan       lits/tried recurMin)
280.93/282.22	c clauses over max glue    : 0           (-nan      % of all clauses)
280.93/282.22	c conflicts                : 0           (0.00      / sec)
280.93/282.22	c decisions                : 0           (-nan      % random)
280.93/282.22	c bogo-props               : 67912       (2264110.69 / sec)
280.93/282.22	c conflict literals        : 0           (-nan      % deleted)
280.93/282.22	c Memory used              : 43.71       MB
280.93/282.22	c CPU time                 : 0.03        s
280.93/282.22	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-3718701-1338272717/watcher-3718701-1338272717 -o /tmp/evaluation-result-3718701-1338272717/solver-3718701-1338272717 -C 1800 -W 1900 -M 15500 python HOME/RunSolver.py HOME/instance-3718701-1338272717.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.00 2.00 1.92 2/178 12920
/proc/meminfo: memFree=30674380/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=15276 CPUtime=0 cores=0,2,4,6
/proc/12920/stat : 12920 (python) D 12918 12920 12549 0 -1 4202496 634 0 0 0 0 0 0 0 20 0 1 0 293396583 15642624 528 33554432000 4194304 5683644 140737442004336 140737441990248 213419639696 0 0 16781312 2 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 3819 528 312 364 0 261 0

[startup+0.0881821 s]
/proc/loadavg: 2.00 2.00 1.92 2/178 12920
/proc/meminfo: memFree=30674380/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16996

[startup+0.100235 s]
/proc/loadavg: 2.00 2.00 1.92 2/178 12920
/proc/meminfo: memFree=30674380/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16996

[startup+0.300221 s]
/proc/loadavg: 2.00 2.00 1.92 2/178 12920
/proc/meminfo: memFree=30674380/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16996

[startup+0.70022 s]
/proc/loadavg: 2.00 2.00 1.92 2/178 12920
/proc/meminfo: memFree=30674380/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16996

[startup+1.50037 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 12925
/proc/meminfo: memFree=30477576/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
[pid=12922] ppid=12920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12922/stat : 12922 (sh) S 12920 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396591 9367552 266 33554432000 4194304 5064252 140734546775808 140734546774512 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12922/statm: 2287 266 226 213 0 72 0
[pid=12923] ppid=12922 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/12923/stat : 12923 (python) S 12922 12920 12549 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293396591 17141760 1059 33554432000 4194304 5683644 140734399155728 140734399153576 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12923/statm: 4185 1059 429 364 0 627 0
[pid=12924] ppid=12923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12924/stat : 12924 (sh) S 12923 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396594 9367552 267 33554432000 4194304 5064252 140735475378896 140735475377600 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12924/statm: 2287 267 226 213 0 72 0
[pid=12925] ppid=12924 vsize=777260 CPUtime=1.38 cores=0,2,4,6
/proc/12925/stat : 12925 (PBPASSolver-817) R 12924 12920 12549 0 -1 4202496 86562 0 0 0 84 54 0 0 20 0 1 0 293396594 795914240 84253 33554432000 4194304 4943705 140733663507552 140733663506128 4358535 0 0 16781312 17608 0 0 0 17 0 0 0 0 0 0
/proc/12925/statm: 194315 84253 357 183 0 190685 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 829292

[startup+3.10038 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 12925
/proc/meminfo: memFree=30278920/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
[pid=12922] ppid=12920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12922/stat : 12922 (sh) S 12920 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396591 9367552 266 33554432000 4194304 5064252 140734546775808 140734546774512 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12922/statm: 2287 266 226 213 0 72 0
[pid=12923] ppid=12922 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/12923/stat : 12923 (python) S 12922 12920 12549 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293396591 17141760 1059 33554432000 4194304 5683644 140734399155728 140734399153576 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12923/statm: 4185 1059 429 364 0 627 0
[pid=12924] ppid=12923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12924/stat : 12924 (sh) S 12923 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396594 9367552 267 33554432000 4194304 5064252 140735475378896 140735475377600 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12924/statm: 2287 267 226 213 0 72 0
[pid=12925] ppid=12924 vsize=1326892 CPUtime=2.97 cores=0,2,4,6
/proc/12925/stat : 12925 (PBPASSolver-817) R 12924 12920 12549 0 -1 4202496 146678 0 0 0 205 92 0 0 20 0 1 0 293396594 1358737408 144369 33554432000 4194304 4943705 140733663507552 140733663505824 4361008 0 0 16781312 17608 0 0 0 17 0 0 0 0 0 0
/proc/12925/statm: 331723 144369 357 183 0 328093 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1378924

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 12925
/proc/meminfo: memFree=29879764/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
[pid=12922] ppid=12920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12922/stat : 12922 (sh) S 12920 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396591 9367552 266 33554432000 4194304 5064252 140734546775808 140734546774512 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12922/statm: 2287 266 226 213 0 72 0
[pid=12923] ppid=12922 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/12923/stat : 12923 (python) S 12922 12920 12549 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293396591 17141760 1059 33554432000 4194304 5683644 140734399155728 140734399153576 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12923/statm: 4185 1059 429 364 0 627 0
[pid=12924] ppid=12923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12924/stat : 12924 (sh) S 12923 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396594 9367552 267 33554432000 4194304 5064252 140735475378896 140735475377600 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12924/statm: 2287 267 226 213 0 72 0
[pid=12925] ppid=12924 vsize=2128940 CPUtime=5.94 cores=0,2,4,6
/proc/12925/stat : 12925 (PBPASSolver-817) R 12924 12920 12549 0 -1 4202496 234402 0 0 0 448 146 0 0 20 0 1 0 293396594 2180034560 232093 33554432000 4194304 4943705 140733663507552 140733663506464 4358535 0 0 16781312 17608 0 0 0 17 2 0 0 24 0 0
/proc/12925/statm: 532235 232093 357 183 0 528605 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 2180972

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 12925
/proc/meminfo: memFree=29437232/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
[pid=12922] ppid=12920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12922/stat : 12922 (sh) S 12920 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396591 9367552 266 33554432000 4194304 5064252 140734546775808 140734546774512 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12922/statm: 2287 266 226 213 0 72 0
[pid=12923] ppid=12922 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/12923/stat : 12923 (python) S 12922 12920 12549 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293396591 17141760 1059 33554432000 4194304 5683644 140734399155728 140734399153576 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12923/statm: 4185 1059 429 364 0 627 0
[pid=12924] ppid=12923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12924/stat : 12924 (sh) S 12923 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396594 9367552 267 33554432000 4194304 5064252 140735475378896 140735475377600 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12924/statm: 2287 267 226 213 0 72 0
[pid=12925] ppid=12924 vsize=2908972 CPUtime=12.28 cores=0,2,4,6
/proc/12925/stat : 12925 (PBPASSolver-817) R 12924 12920 12549 0 -1 4202496 319921 0 0 0 832 396 0 0 20 0 1 0 293396594 2978787328 317484 33554432000 4194304 4943705 140733663507552 140733663503232 4267542 0 0 16781312 17608 0 0 0 17 2 0 0 29 0 0
/proc/12925/statm: 727243 317484 366 183 0 723613 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 2961004

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 12926
/proc/meminfo: memFree=29383724/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
[pid=12922] ppid=12920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12922/stat : 12922 (sh) S 12920 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396591 9367552 266 33554432000 4194304 5064252 140734546775808 140734546774512 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12922/statm: 2287 266 226 213 0 72 0
[pid=12923] ppid=12922 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/12923/stat : 12923 (python) S 12922 12920 12549 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293396591 17141760 1059 33554432000 4194304 5683644 140734399155728 140734399153576 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12923/statm: 4185 1059 429 364 0 627 0
[pid=12924] ppid=12923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12924/stat : 12924 (sh) S 12923 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396594 9367552 267 33554432000 4194304 5064252 140735475378896 140735475377600 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12924/statm: 2287 267 226 213 0 72 0
[pid=12925] ppid=12924 vsize=2942188 CPUtime=25.05 cores=0,2,4,6
/proc/12925/stat : 12925 (PBPASSolver-817) R 12924 12920 12549 0 -1 4202496 324781 0 0 0 1135 1370 0 0 20 0 1 0 293396594 3012800512 321472 33554432000 4194304 4943705 140733663507552 140733663504960 4267542 0 0 16781312 17608 0 0 0 17 2 0 0 32 0 0
/proc/12925/statm: 735547 321472 366 183 0 731917 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 2994220

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 12926
/proc/meminfo: memFree=29277372/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
[pid=12922] ppid=12920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12922/stat : 12922 (sh) S 12920 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396591 9367552 266 33554432000 4194304 5064252 140734546775808 140734546774512 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12922/statm: 2287 266 226 213 0 72 0
[pid=12923] ppid=12922 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/12923/stat : 12923 (python) S 12922 12920 12549 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293396591 17141760 1059 33554432000 4194304 5683644 140734399155728 140734399153576 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12923/statm: 4185 1059 429 364 0 627 0
[pid=12924] ppid=12923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12924/stat : 12924 (sh) S 12923 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396594 9367552 267 33554432000 4194304 5064252 140735475378896 140735475377600 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12924/statm: 2287 267 226 213 0 72 0
[pid=12925] ppid=12924 vsize=3007020 CPUtime=50.55 cores=0,2,4,6
/proc/12925/stat : 12925 (PBPASSolver-817) R 12924 12920 12549 0 -1 4202496 338013 0 0 0 1746 3309 0 0 20 0 1 0 293396594 3079188480 330112 33554432000 4194304 4943705 140733663507552 140733663503360 4267542 0 0 16781312 17608 0 0 0 17 2 0 0 42 0 0
/proc/12925/statm: 751755 330112 366 183 0 748125 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 3059052

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 12926
/proc/meminfo: memFree=29107080/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
[pid=12922] ppid=12920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12922/stat : 12922 (sh) S 12920 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396591 9367552 266 33554432000 4194304 5064252 140734546775808 140734546774512 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12922/statm: 2287 266 226 213 0 72 0
[pid=12923] ppid=12922 vsize=16740 CPUtime=0.01 cores=0,2,4,6

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

[pid=12922] ppid=12920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12922/stat : 12922 (sh) S 12920 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396591 9367552 266 33554432000 4194304 5064252 140734546775808 140734546774512 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12922/statm: 2287 266 226 213 0 72 0
[pid=12923] ppid=12922 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/12923/stat : 12923 (python) S 12922 12920 12549 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293396591 17141760 1059 33554432000 4194304 5683644 140734399155728 140734399153576 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12923/statm: 4185 1059 429 364 0 627 0
[pid=12924] ppid=12923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12924/stat : 12924 (sh) S 12923 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396594 9367552 267 33554432000 4194304 5064252 140735475378896 140735475377600 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12924/statm: 2287 267 226 213 0 72 0
[pid=12925] ppid=12924 vsize=3454508 CPUtime=254.7 cores=0,2,4,6
/proc/12925/stat : 12925 (PBPASSolver-817) R 12924 12920 12549 0 -1 4202496 492875 0 0 0 6200 19270 0 0 20 0 1 0 293396594 3537416192 414583 33554432000 4194304 4943705 140733663507552 140733663504304 4267542 0 0 16781312 17608 0 0 0 17 4 0 0 94 0 0
/proc/12925/statm: 863627 414583 366 183 0 859997 0
Current children cumulated CPU time (s) 254.72
Current children cumulated vsize (KiB) 3506540

[startup+268.7 s]
/proc/loadavg: 2.01 2.01 1.92 3/185 12969
/proc/meminfo: memFree=28222556/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
[pid=12922] ppid=12920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12922/stat : 12922 (sh) S 12920 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396591 9367552 266 33554432000 4194304 5064252 140734546775808 140734546774512 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12922/statm: 2287 266 226 213 0 72 0
[pid=12923] ppid=12922 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/12923/stat : 12923 (python) S 12922 12920 12549 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293396591 17141760 1059 33554432000 4194304 5683644 140734399155728 140734399153576 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12923/statm: 4185 1059 429 364 0 627 0
[pid=12924] ppid=12923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12924/stat : 12924 (sh) S 12923 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396594 9367552 267 33554432000 4194304 5064252 140735475378896 140735475377600 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12924/statm: 2287 267 226 213 0 72 0
[pid=12925] ppid=12924 vsize=3474476 CPUtime=267.48 cores=0,2,4,6
/proc/12925/stat : 12925 (PBPASSolver-817) R 12924 12920 12549 0 -1 4202496 499948 0 0 0 6410 20338 0 0 20 0 1 0 293396594 3557863424 420564 33554432000 4194304 4943705 140733663507552 140733663503264 4267542 0 0 16781312 17608 0 0 0 17 4 0 0 96 0 0
/proc/12925/statm: 868619 420564 366 183 0 864989 0
Current children cumulated CPU time (s) 267.5
Current children cumulated vsize (KiB) 3526508

[startup+275.1 s]
/proc/loadavg: 2.01 2.01 1.92 3/185 12969
/proc/meminfo: memFree=28187712/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
[pid=12922] ppid=12920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12922/stat : 12922 (sh) S 12920 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396591 9367552 266 33554432000 4194304 5064252 140734546775808 140734546774512 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12922/statm: 2287 266 226 213 0 72 0
[pid=12923] ppid=12922 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/12923/stat : 12923 (python) S 12922 12920 12549 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293396591 17141760 1059 33554432000 4194304 5683644 140734399155728 140734399153576 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12923/statm: 4185 1059 429 364 0 627 0
[pid=12924] ppid=12923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12924/stat : 12924 (sh) S 12923 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396594 9367552 267 33554432000 4194304 5064252 140735475378896 140735475377600 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12924/statm: 2287 267 226 213 0 72 0
[pid=12925] ppid=12924 vsize=3484972 CPUtime=273.84 cores=0,2,4,6
/proc/12925/stat : 12925 (PBPASSolver-817) R 12924 12920 12549 0 -1 4202496 503628 0 0 0 6518 20866 0 0 20 0 1 0 293396594 3568611328 422324 33554432000 4194304 4943705 140733663507552 140733663503904 4267542 0 0 16781312 17608 0 0 0 17 4 0 0 97 0 0
/proc/12925/statm: 871243 422324 366 183 0 867613 0
Current children cumulated CPU time (s) 273.86
Current children cumulated vsize (KiB) 3537004

[startup+278.307 s]
/proc/loadavg: 2.01 2.00 1.92 3/185 12969
/proc/meminfo: memFree=28169236/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
[pid=12922] ppid=12920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12922/stat : 12922 (sh) S 12920 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396591 9367552 266 33554432000 4194304 5064252 140734546775808 140734546774512 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12922/statm: 2287 266 226 213 0 72 0
[pid=12923] ppid=12922 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/12923/stat : 12923 (python) S 12922 12920 12549 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293396591 17141760 1059 33554432000 4194304 5683644 140734399155728 140734399153576 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12923/statm: 4185 1059 429 364 0 627 0
[pid=12924] ppid=12923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12924/stat : 12924 (sh) S 12923 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396594 9367552 267 33554432000 4194304 5064252 140735475378896 140735475377600 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12924/statm: 2287 267 226 213 0 72 0
[pid=12925] ppid=12924 vsize=3491116 CPUtime=277.05 cores=0,2,4,6
/proc/12925/stat : 12925 (PBPASSolver-817) R 12924 12920 12549 0 -1 4202496 505550 0 0 0 6571 21134 0 0 20 0 1 0 293396594 3574902784 424710 33554432000 4194304 4943705 140733663507552 140733663503104 4267542 0 0 16781312 17608 0 0 0 17 4 0 0 98 0 0
/proc/12925/statm: 872779 424710 366 183 0 869149 0
Current children cumulated CPU time (s) 277.07
Current children cumulated vsize (KiB) 3543148

[startup+279.9 s]
/proc/loadavg: 2.01 2.00 1.92 3/185 12969
/proc/meminfo: memFree=28157688/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
[pid=12922] ppid=12920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12922/stat : 12922 (sh) S 12920 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396591 9367552 266 33554432000 4194304 5064252 140734546775808 140734546774512 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12922/statm: 2287 266 226 213 0 72 0
[pid=12923] ppid=12922 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/12923/stat : 12923 (python) S 12922 12920 12549 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293396591 17141760 1059 33554432000 4194304 5683644 140734399155728 140734399153576 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12923/statm: 4185 1059 429 364 0 627 0
[pid=12924] ppid=12923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12924/stat : 12924 (sh) S 12923 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396594 9367552 267 33554432000 4194304 5064252 140735475378896 140735475377600 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12924/statm: 2287 267 226 213 0 72 0
[pid=12925] ppid=12924 vsize=3494188 CPUtime=278.64 cores=0,2,4,6
/proc/12925/stat : 12925 (PBPASSolver-817) R 12924 12920 12549 0 -1 4202496 506614 0 0 0 6598 21266 0 0 20 0 1 0 293396594 3578048512 425198 33554432000 4194304 4943705 140733663507552 140733663504336 4267542 0 0 16781312 17608 0 0 0 17 4 0 0 98 0 0
/proc/12925/statm: 873547 425198 366 183 0 869917 0
Current children cumulated CPU time (s) 278.66
Current children cumulated vsize (KiB) 3546220

[startup+281.5 s]
/proc/loadavg: 2.01 2.00 1.92 3/185 12969
/proc/meminfo: memFree=28145164/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
[pid=12922] ppid=12920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12922/stat : 12922 (sh) S 12920 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396591 9367552 266 33554432000 4194304 5064252 140734546775808 140734546774512 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12922/statm: 2287 266 226 213 0 72 0
[pid=12923] ppid=12922 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/12923/stat : 12923 (python) S 12922 12920 12549 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293396591 17141760 1059 33554432000 4194304 5683644 140734399155728 140734399153576 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12923/statm: 4185 1059 429 364 0 627 0
[pid=12924] ppid=12923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12924/stat : 12924 (sh) S 12923 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396594 9367552 267 33554432000 4194304 5064252 140735475378896 140735475377600 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12924/statm: 2287 267 226 213 0 72 0
[pid=12925] ppid=12924 vsize=3496492 CPUtime=280.25 cores=0,2,4,6
/proc/12925/stat : 12925 (PBPASSolver-817) R 12924 12920 12549 0 -1 4202496 507434 0 0 0 6624 21401 0 0 20 0 1 0 293396594 3580407808 425634 33554432000 4194304 4943705 140733663507552 140733663504960 4267542 0 0 16781312 17608 0 0 0 17 4 0 0 98 0 0
/proc/12925/statm: 874123 425634 366 183 0 870493 0
Current children cumulated CPU time (s) 280.27
Current children cumulated vsize (KiB) 3548524

[startup+281.9 s]
/proc/loadavg: 2.01 2.00 1.92 3/185 12969
/proc/meminfo: memFree=28145164/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
[pid=12922] ppid=12920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12922/stat : 12922 (sh) S 12920 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396591 9367552 266 33554432000 4194304 5064252 140734546775808 140734546774512 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12922/statm: 2287 266 226 213 0 72 0
[pid=12923] ppid=12922 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/12923/stat : 12923 (python) S 12922 12920 12549 0 -1 4202496 1298 0 0 0 1 0 0 0 20 0 1 0 293396591 17141760 1059 33554432000 4194304 5683644 140734399155728 140734399153576 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12923/statm: 4185 1059 429 364 0 627 0
[pid=12924] ppid=12923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12924/stat : 12924 (sh) S 12923 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396594 9367552 267 33554432000 4194304 5064252 140735475378896 140735475377600 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12924/statm: 2287 267 226 213 0 72 0
[pid=12925] ppid=12924 vsize=3496236 CPUtime=280.64 cores=0,2,4,6
/proc/12925/stat : 12925 (PBPASSolver-817) R 12924 12920 12549 0 -1 4202496 507498 0 0 0 6629 21435 0 0 20 0 1 0 293396594 3580145664 425570 33554432000 4194304 4943705 140733663507552 140733663503456 4267542 0 0 16781312 17608 0 0 0 17 4 0 0 98 0 0
/proc/12925/statm: 874059 425570 366 183 0 870429 0
Current children cumulated CPU time (s) 280.66
Current children cumulated vsize (KiB) 3548268

[startup+282.1 s]
/proc/loadavg: 2.01 2.00 1.92 3/185 12969
/proc/meminfo: memFree=28145164/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=0.01 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442002184 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
[pid=12922] ppid=12920 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12922/stat : 12922 (sh) S 12920 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396591 9367552 266 33554432000 4194304 5064252 140734546775808 140734546774512 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12922/statm: 2287 266 226 213 0 72 0
[pid=12923] ppid=12922 vsize=16740 CPUtime=0.01 cores=0,2,4,6
/proc/12923/stat : 12923 (python) S 12922 12920 12549 0 -1 4202496 1299 0 0 0 1 0 0 0 20 0 1 0 293396591 17141760 1060 33554432000 4194304 5683644 140734399155728 140734399153576 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/12923/statm: 4185 1060 429 364 0 627 0
[pid=12924] ppid=12923 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12924/stat : 12924 (sh) S 12923 12920 12549 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 293396594 9367552 267 33554432000 4194304 5064252 140735475378896 140735475377600 213419451982 0 65536 16781316 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12924/statm: 2287 267 226 213 0 72 0
[pid=12925] ppid=12924 vsize=0 CPUtime=280.83 cores=0,2,4,6
/proc/12925/stat : 12925 (PBPASSolver-817) R 12924 12920 12549 0 -1 4202500 507545 0 0 0 6634 21449 0 0 20 0 1 0 293396594 0 0 33554432000 0 0 0 0 0 0 0 16781312 17608 18446744073709551615 0 0 17 4 0 0 98 0 0
/proc/12925/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 280.85
Current children cumulated vsize (KiB) 52032

[startup+282.2 s]
/proc/loadavg: 2.01 2.00 1.92 3/185 12969
/proc/meminfo: memFree=28145164/32873844 swapFree=6608/6608
[pid=12920] ppid=12918 vsize=16996 CPUtime=280.93 cores=0,2,4,6
/proc/12920/stat : 12920 (python) S 12918 12920 12549 0 -1 4202496 1403 510024 0 0 1 0 6636 21456 20 0 1 0 293396583 17403904 1082 33554432000 4194304 5683644 140737442004336 140737442001880 213419640192 0 0 16781312 2 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/12920/statm: 4249 1082 429 364 0 691 0
Current children cumulated CPU time (s) 280.93
Current children cumulated vsize (KiB) 16996

Child status: 0
Real time (s): 282.222
CPU time (s): 281.011
CPU user time (s): 66.4179
CPU system time (s): 214.593
CPU usage (%): 99.5709
Max. virtual memory (cumulated for all children) (KiB): 3548524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.4179
system time used= 214.593
maximum resident set size= 1702536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 516876
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1008984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 308
involuntary context switches= 355

runsolver used 0.487925 second user time and 1.25381 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-29 08:25:17
IDJOB=3718701
IDBENCH=74978
IDSOLVER=2302
FILE ID=node140/3718701-1338272717
RUNJOBID= node140-1338268849-12565
PBS_JOBID= 14625681
Free space on /tmp= 71240 MiB

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

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

MD5SUM BENCH= 0ab2e9c4a2c94c84575aa80add1016e6
RANDOM SEED=51711371

node140.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		: 2667.094
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	: 5334.18
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		: 2667.094
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		: 2667.094
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		: 2667.094
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		: 2667.094
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		: 2667.094
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.88
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		: 2667.094
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		: 2667.094
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:        30675180 kB
Buffers:          273820 kB
Cached:           300160 kB
SwapCached:         1668 kB
Active:          1126884 kB
Inactive:         171892 kB
Active(anon):     717348 kB
Inactive(anon):     9404 kB
Active(file):     409536 kB
Inactive(file):   162488 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105152 kB
Dirty:             14356 kB
Writeback:             0 kB
AnonPages:        754224 kB
Mapped:            11484 kB
Shmem:                 8 kB
Slab:             733408 kB
SReclaimable:     175636 kB
SUnreclaim:       557772 kB
KernelStack:        1480 kB
PageTables:         5356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     883492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 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= 70688 MiB
End job on node140 at 2012-05-29 08:30:00