Trace number 2693751

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.06 1802.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-25s.smv--soft-0-100-0.wbo
MD5SUM241801650d5a008aecc3546be621c5b9
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.082986
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5072
Total number of constraints12829
Number of soft constraints12829
Number of constraints which are clauses11721
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1108
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 647371
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 647370
Biggest number in a constraint 165
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 546
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693751-1277931490.wbo>
0.09/0.15	c original problem has 30730 variables (17901 bin, 0 int, 0 impl, 12829 cont) and 25659 constraints
0.09/0.15	c problem read
0.09/0.15	c presolving settings loaded
0.09/0.15	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
2.10/2.19	o 647370
2.10/2.19	c feasible solution found by trivial heuristic, objective value  6.473700e+05
2.10/2.19	c presolving:
2.20/2.24	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 554 chg sides, 1108 chg coeffs, 0 upgd conss, 12829 impls, 0 clqs
2.20/2.27	c (round 2) 0 del vars, 1 del conss, 12829 chg bounds, 554 chg sides, 1108 chg coeffs, 0 upgd conss, 12829 impls, 0 clqs
2.49/2.60	c    (2.4s) probing: 101/17901 (0.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.49/2.60	c    (2.4s) probing aborted: 100/100 successive totally useless probings
2.59/2.60	c presolving (3 rounds):
2.59/2.60	c  0 deleted vars, 1 deleted constraints, 12829 tightened bounds, 0 added holes, 554 changed sides, 1108 changed coefficients
2.59/2.60	c  12829 implications, 0 cliques
2.59/2.60	c presolved problem has 30730 variables (17901 bin, 0 int, 0 impl, 12829 cont) and 25658 constraints
2.59/2.60	c   12829 constraints of type <indicator>
2.59/2.60	c       1 constraints of type <varbound>
2.59/2.60	c   12828 constraints of type <linear>
2.59/2.60	c transformed objective value is always integral (scale: 1)
2.59/2.60	c Presolving Time: 2.34
2.59/2.60	c - non default parameters ----------------------------------------------------------------------
2.59/2.60	c # SCIP version 1.2.1.2
2.59/2.60	c 
2.59/2.60	c # frequency for displaying node information lines
2.59/2.60	c # [type: int, range: [-1,2147483647], default: 100]
2.59/2.60	c display/freq = 10000
2.59/2.60	c 
2.59/2.60	c # maximal time in seconds to run
2.59/2.60	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.59/2.60	c limits/time = 1799.85
2.59/2.60	c 
2.59/2.60	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.59/2.60	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.59/2.60	c limits/memory = 3420
2.59/2.60	c 
2.59/2.60	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
2.59/2.60	c # [type: int, range: [-1,2147483647], default: 1]
2.59/2.60	c lp/solvefreq = -1
2.59/2.60	c 
2.59/2.60	c # should presolving try to simplify inequalities
2.59/2.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.59/2.60	c constraints/linear/simplifyinequalities = TRUE
2.59/2.60	c 
2.59/2.60	c # should presolving try to simplify knapsacks
2.59/2.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.59/2.60	c constraints/knapsack/simplifyinequalities = TRUE
2.59/2.60	c 
2.59/2.60	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.59/2.60	c # [type: int, range: [-1,2147483647], default: -1]
2.59/2.60	c separating/rapidlearning/freq = 0
2.59/2.60	c 
2.59/2.60	c -----------------------------------------------------------------------------------------------
2.59/2.60	c start solving
2.59/2.61	c 
2.59/2.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.59/2.67	c t 2.5s|     1 |     2 |     0 |     - |  89M|   0 |   - |  30k|  25k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
40.09/40.20	c  39.9s| 10000 |  9992 |     0 |   0.0 |  97M|7290 |   - |  30k|  25k|   0 |   0 |   0 |  14 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
92.99/93.04	c  92.6s| 20000 | 19990 |     0 |   0.0 | 104M|7290 |   - |  30k|  25k|   0 |   0 |   0 |  17 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
147.90/147.93	c   147s| 30000 | 29990 |     0 |   0.0 | 108M|7290 |   - |  30k|  25k|   0 |   0 |   0 |  17 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
205.70/205.70	c   205s| 40000 | 39990 |     0 |   0.0 | 112M|7290 |   - |  30k|  25k|   0 |   0 |   0 |  17 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
262.70/262.71	c   262s| 50000 | 49990 |     0 |   0.0 | 116M|7290 |   - |  30k|  25k|   0 |   0 |   0 |  17 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
317.40/317.49	c   317s| 60000 | 59990 |     0 |   0.0 | 119M|7290 |   - |  30k|  25k|   0 |   0 |   0 |  17 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
372.40/372.42	c   371s| 70000 | 69990 |     0 |   0.0 | 123M|7290 |   - |  30k|  25k|   0 |   0 |   0 |  17 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
424.40/424.47	c   423s| 80000 | 79990 |     0 |   0.0 | 127M|7290 |   - |  30k|  25k|   0 |   0 |   0 |  17 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
473.60/473.62	c   472s| 90000 | 89990 |     0 |   0.0 | 131M|7290 |   - |  30k|  25k|   0 |   0 |   0 |  17 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
522.90/522.98	c   522s|100000 | 99990 |     0 |   0.0 | 135M|7290 |   - |  30k|  25k|   0 |   0 |   0 |  17 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
554.80/554.85	c   553s|110000 |109985 |     0 |   0.0 | 139M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
591.90/591.96	c   590s|120000 |119985 |     0 |   0.0 | 143M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
633.80/633.87	c   632s|130000 |129985 |     0 |   0.0 | 147M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
670.21/670.27	c   668s|140000 |139985 |     0 |   0.0 | 151M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
709.51/709.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
709.51/709.55	c   707s|150000 |149985 |     0 |   0.0 | 155M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
744.91/744.97	c   743s|160000 |159985 |     0 |   0.0 | 159M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
780.91/780.98	c   779s|170000 |169985 |     0 |   0.0 | 163M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
816.01/816.02	c   814s|180000 |179985 |     0 |   0.0 | 167M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
848.61/848.69	c   846s|190000 |189985 |     0 |   0.0 | 171M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
881.61/881.63	c   879s|200000 |199985 |     0 |   0.0 | 175M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
910.81/910.81	c   908s|210000 |209985 |     0 |   0.0 | 179M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
943.61/943.67	c   941s|220000 |219985 |     0 |   0.0 | 183M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
972.11/972.13	c   969s|230000 |229985 |     0 |   0.0 | 187M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
1005.11/1005.10	c  1002s|240000 |239985 |     0 |   0.0 | 191M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
1031.42/1031.43	c  1028s|250000 |249985 |     0 |   0.0 | 195M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
1063.32/1063.33	c  1060s|260000 |259985 |     0 |   0.0 | 199M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
1086.83/1086.85	c  1083s|270000 |269985 |     0 |   0.0 | 203M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  36 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
1112.82/1112.89	c  1109s|280000 |279983 |     0 |   0.0 | 207M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  46 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
1136.82/1136.88	c  1133s|290000 |289977 |     0 |   0.0 | 211M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  76 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
1162.31/1162.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1162.31/1162.36	c  1158s|300000 |299977 |     0 |   0.0 | 215M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  76 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
1185.52/1185.59	c  1181s|310000 |309977 |     0 |   0.0 | 219M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  76 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
1206.62/1206.64	c  1202s|320000 |319975 |     0 |   0.0 | 223M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  86 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
1228.01/1228.08	c  1224s|330000 |329975 |     0 |   0.0 | 227M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  86 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
1247.92/1247.93	c  1243s|340000 |339975 |     0 |   0.0 | 231M|  13k|   - |  30k|  25k|   0 |   0 |   0 |  86 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
1275.52/1275.50	c  1271s|350000 |349933 |     0 |   0.0 | 236M|  13k|   - |  30k|  25k|   0 |   0 |   0 | 251 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
1291.82/1291.87	c  1287s|360000 |359917 |     0 |   0.0 | 240M|  13k|   - |  30k|  25k|   0 |   0 |   0 | 299 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
1310.82/1310.89	c  1306s|370000 |369903 |     0 |   0.0 | 244M|  13k|   - |  30k|  26k|   0 |   0 |   0 | 346 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
1327.02/1327.03	o 2856
1327.02/1327.03	c *1322s|377231 |365364 |     0 |   0.0 | 244M|  13k|   - |  30k|  26k|   0 |   0 |   0 | 408 |   0 | 0.000000e+00 | 2.856000e+03 |    Inf 
1339.12/1339.15	c  1334s|380000 |368110 |     0 |   0.0 | 246M|  13k|   - |  30k|  26k|   0 |   0 |   0 | 504 |   0 | 0.000000e+00 | 2.856000e+03 |    Inf 
1390.82/1390.86	c  1386s|390000 |378079 |     0 |   0.0 | 251M|  13k|   - |  30k|  26k|   0 |   0 |   0 | 635 |   0 | 0.000000e+00 | 2.856000e+03 |    Inf 
1452.92/1453.00	c  1448s|400000 |388079 |     0 |   0.0 | 255M|  13k|   - |  30k|  26k|   0 |   0 |   0 | 635 |   0 | 0.000000e+00 | 2.856000e+03 |    Inf 
1526.63/1526.64	c  1521s|410000 |398079 |     0 |   0.0 | 259M|  13k|   - |  30k|  26k|   0 |   0 |   0 | 635 |   0 | 0.000000e+00 | 2.856000e+03 |    Inf 
1600.23/1600.23	c  1594s|420000 |408079 |     0 |   0.0 | 263M|  13k|   - |  30k|  26k|   0 |   0 |   0 | 635 |   0 | 0.000000e+00 | 2.856000e+03 |    Inf 
1667.72/1667.77	c  1662s|430000 |418079 |     0 |   0.0 | 267M|  13k|   - |  30k|  26k|   0 |   0 |   0 | 635 |   0 | 0.000000e+00 | 2.856000e+03 |    Inf 
1740.73/1740.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1740.73/1740.75	c  1735s|440000 |428079 |     0 |   0.0 | 271M|  13k|   - |  30k|  26k|   0 |   0 |   0 | 635 |   0 | 0.000000e+00 | 2.856000e+03 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1793.82
1800.04/1800.01	c Solving Nodes      : 448049
1800.04/1800.01	c Primal Bound       : +2.85600000000000e+03 (3 solutions)
1800.04/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.01	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693751-1277931490/watcher-2693751-1277931490 -o /tmp/evaluation-result-2693751-1277931490/solver-2693751-1277931490 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693751-1277931490.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.27 4/178 15818
/proc/meminfo: memFree=31213256/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=8408 CPUtime=0
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 1581 0 0 0 0 0 0 0 25 0 1 0 134445930 8609792 1503 4089446400 4194304 7136930 140733931527088 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15818/statm: 2102 1503 275 719 0 1381 0

[startup+0.069189 s]
/proc/loadavg: 2.00 2.03 2.27 4/178 15818
/proc/meminfo: memFree=31213256/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=27928 CPUtime=0.06
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 6467 0 0 0 6 0 0 0 25 0 1 0 134445930 28598272 6389 4089446400 4194304 7136930 140733931527088 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15818/statm: 6982 6389 275 719 0 6261 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27928

[startup+0.101185 s]
/proc/loadavg: 2.00 2.03 2.27 4/178 15818
/proc/meminfo: memFree=31213256/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=36748 CPUtime=0.09
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 8694 0 0 0 9 0 0 0 25 0 1 0 134445930 37629952 8616 4089446400 4194304 7136930 140733931527088 18446744073709551615 6285950 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15818/statm: 9187 8616 275 719 0 8466 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36748

[startup+0.301209 s]
/proc/loadavg: 2.00 2.03 2.27 4/178 15818
/proc/meminfo: memFree=31213256/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=112488 CPUtime=0.29
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 27167 0 0 0 26 3 0 0 25 0 1 0 134445930 115187712 26699 4089446400 4194304 7136930 140733931527088 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15818/statm: 28122 26699 323 719 0 27401 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 112488

[startup+0.701078 s]
/proc/loadavg: 2.00 2.03 2.27 4/178 15818
/proc/meminfo: memFree=31213256/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=114532 CPUtime=0.69
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 27546 0 0 0 66 3 0 0 25 0 1 0 134445930 117280768 27078 4089446400 4194304 7136930 140733931527088 18446744073709551615 6350638 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15818/statm: 28633 27078 323 719 0 27912 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114532

[startup+1.501 s]
/proc/loadavg: 2.00 2.03 2.27 3/179 15819
/proc/meminfo: memFree=31105740/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=114532 CPUtime=1.49
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 27546 0 0 0 146 3 0 0 25 0 1 0 134445930 117280768 27078 4089446400 4194304 7136930 140733931527088 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15818/statm: 28633 27078 323 719 0 27912 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 114532

[startup+3.10066 s]
/proc/loadavg: 2.00 2.03 2.27 3/179 15819
/proc/meminfo: memFree=31105524/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=123200 CPUtime=3.09
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 30620 0 0 0 305 4 0 0 18 0 1 0 134445930 126156800 29140 4089446400 4194304 7136930 140733931527088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15818/statm: 30800 29140 398 719 0 30079 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123200

[startup+6.3011 s]
/proc/loadavg: 2.00 2.02 2.27 3/179 15819
/proc/meminfo: memFree=31097092/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=124112 CPUtime=6.29
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 30837 0 0 0 624 5 0 0 25 0 1 0 134445930 127090688 29346 4089446400 4194304 7136930 140733931527088 18446744073709551615 4827005 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15818/statm: 31028 29346 387 719 0 30307 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124112

[startup+12.701 s]
/proc/loadavg: 2.00 2.02 2.27 3/179 15819
/proc/meminfo: memFree=31095372/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=126028 CPUtime=12.69
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 31314 0 0 0 1262 7 0 0 25 0 1 0 134445930 129052672 29823 4089446400 4194304 7136930 140733931527088 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15818/statm: 31507 29823 387 719 0 30786 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 126028

[startup+25.5007 s]
/proc/loadavg: 2.00 2.02 2.26 3/179 15819
/proc/meminfo: memFree=31091056/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=129600 CPUtime=25.5
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 32245 0 0 0 2539 11 0 0 25 0 1 0 134445930 132710400 30754 4089446400 4194304 7136930 140733931527088 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15818/statm: 32400 30754 387 719 0 31679 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 129600

[startup+51.1002 s]
/proc/loadavg: 2.00 2.02 2.26 3/179 15820
/proc/meminfo: memFree=31086376/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=134264 CPUtime=51.09
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 33431 0 0 0 5092 17 0 0 25 0 1 0 134445930 137486336 31939 4089446400 4194304 7136930 140733931527088 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15818/statm: 33566 31939 393 719 0 32845 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 134264

[startup+102.306 s]
/proc/loadavg: 2.00 2.02 2.24 3/179 15821
/proc/meminfo: memFree=31080768/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=139168 CPUtime=102.29
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 34701 0 0 0 10198 31 0 0 25 0 1 0 134445930 142508032 33209 4089446400 4194304 7136930 140733931527088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15818/statm: 34792 33209 393 719 0 34071 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 139168

[startup+162.301 s]
/proc/loadavg: 2.08 2.03 2.23 3/179 15823
/proc/meminfo: memFree=31074284/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=143440 CPUtime=162.29
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 35803 0 0 0 16184 45 0 0 25 0 1 0 134445930 146882560 34311 4089446400 4194304 7136930 140733931527088 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15818/statm: 35860 34311 393 719 0 35139 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 143440

[startup+222.301 s]
/proc/loadavg: 2.03 2.02 2.21 3/179 15833
/proc/meminfo: memFree=31069444/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=146684 CPUtime=222.29
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 36648 0 0 0 22172 57 0 0 25 0 1 0 134445930 150204416 35156 4089446400 4194304 7136930 140733931527088 18446744073709551615 4697373 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15818/statm: 36671 35156 393 719 0 35950 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 146684

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.19 3/179 15835
/proc/meminfo: memFree=31064076/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=150700 CPUtime=282.3
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 37676 0 0 0 28160 70 0 0 25 0 1 0 134445930 154316800 36184 4089446400 4194304 7136930 140733931527088 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15818/statm: 37675 36184 393 719 0 36954 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 150700

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.18 3/179 15836
/proc/meminfo: memFree=31056716/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=155864 CPUtime=342.29
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 39040 0 0 0 34147 82 0 0 25 0 1 0 134445930 159604736 37548 4089446400 4194304 7136930 140733931527088 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15818/statm: 38966 37548 393 719 0 38245 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 155864

[startup+402.3 s]
/proc/loadavg: 2.06 2.02 2.17 3/179 15866
/proc/meminfo: memFree=31377264/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=161924 CPUtime=402.3
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 40084 0 0 0 40134 96 0 0 25 0 1 0 134445930 165810176 38592 4089446400 4194304 7136930 140733931527088 18446744073709551615 4827474 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 40481 38592 393 719 0 39760 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 161924

[startup+462.301 s]
/proc/loadavg: 2.02 2.01 2.16 3/179 15868
/proc/meminfo: memFree=31360160/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=166616 CPUtime=462.3
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 41275 0 0 0 46115 115 0 0 25 0 1 0 134445930 170614784 39783 4089446400 4194304 7136930 140733931527088 18446744073709551615 4643155 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 41654 39783 393 719 0 40933 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 166616

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.15 3/179 15869
/proc/meminfo: memFree=31335332/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=170500 CPUtime=522.3
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 42324 0 0 0 52098 132 0 0 25 0 1 0 134445930 174592000 40832 4089446400 4194304 7136930 140733931527088 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 42625 40832 393 719 0 41904 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 170500

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.14 3/179 15871
/proc/meminfo: memFree=31306988/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=178376 CPUtime=582.3
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 44328 0 0 0 58076 154 0 0 25 0 1 0 134445930 182657024 42836 4089446400 4194304 7136930 140733931527088 18446744073709551615 4641950 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 44594 42836 393 719 0 43873 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 178376

[startup+642.301 s]
/proc/loadavg: 2.08 2.02 2.13 3/179 15872
/proc/meminfo: memFree=31267892/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=184464 CPUtime=642.31
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 45906 0 0 0 64055 176 0 0 25 0 1 0 134445930 188891136 44414 4089446400 4194304 7136930 140733931527088 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 46116 44414 393 719 0 45395 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 184464

[startup+702.3 s]

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

/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 57025 0 0 0 99917 314 0 0 25 0 1 0 134445930 236888064 55533 4089446400 4194304 7136930 140733931527088 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 57834 55533 393 719 0 57113 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 231336

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 15884
/proc/meminfo: memFree=30918304/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=240180 CPUtime=1062.31
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 59303 0 0 0 105890 341 0 0 25 0 1 0 134445930 245944320 57811 4089446400 4194304 7136930 140733931527088 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 60045 57811 393 719 0 59324 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 240180

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 15885
/proc/meminfo: memFree=30864196/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=251300 CPUtime=1122.32
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 62186 0 0 0 111862 370 0 0 25 0 1 0 134445930 257331200 60694 4089446400 4194304 7136930 140733931527088 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 62825 60694 393 719 0 62104 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 251300

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 15887
/proc/meminfo: memFree=30808476/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=261792 CPUtime=1182.32
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 64913 0 0 0 117832 400 0 0 25 0 1 0 134445930 268075008 63421 4089446400 4194304 7136930 140733931527088 18446744073709551615 4827005 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 65448 63421 393 719 0 64727 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 261792

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 2.06 3/179 15888
/proc/meminfo: memFree=30753244/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=272848 CPUtime=1242.32
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 67767 0 0 0 123797 435 0 0 25 0 1 0 134445930 279396352 66275 4089446400 4194304 7136930 140733931527088 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 68212 66275 393 719 0 67491 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 272848

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/179 15890
/proc/meminfo: memFree=30696532/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=284512 CPUtime=1302.33
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 70759 0 0 0 129755 478 0 0 25 0 1 0 134445930 291340288 69267 4089446400 4194304 7136930 140733931527088 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 71128 69267 393 719 0 70407 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 284512

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 15892
/proc/meminfo: memFree=30647384/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=291008 CPUtime=1362.32
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 72417 0 0 0 135718 514 0 0 25 0 1 0 134445930 297992192 70925 4089446400 4194304 7136930 140733931527088 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 72752 70925 393 719 0 72031 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 291008

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 15893
/proc/meminfo: memFree=30597864/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=295544 CPUtime=1422.33
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 73573 0 0 0 141705 528 0 0 25 0 1 0 134445930 302637056 72081 4089446400 4194304 7136930 140733931527088 18446744073709551615 4827005 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 73886 72081 393 719 0 73165 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 295544

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 15895
/proc/meminfo: memFree=30551696/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=298640 CPUtime=1482.32
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 74379 0 0 0 147693 539 0 0 25 0 1 0 134445930 305807360 72887 4089446400 4194304 7136930 140733931527088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 74660 72887 393 719 0 73939 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 298640

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 15896
/proc/meminfo: memFree=30505544/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=301348 CPUtime=1542.32
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 75088 0 0 0 153679 553 0 0 25 0 1 0 134445930 308580352 73596 4089446400 4194304 7136930 140733931527088 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 75337 73596 393 719 0 74616 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 301348

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 15898
/proc/meminfo: memFree=30461352/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=303552 CPUtime=1602.33
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 75671 0 0 0 159669 564 0 0 25 0 1 0 134445930 310837248 74179 4089446400 4194304 7136930 140733931527088 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 75888 74179 393 719 0 75167 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 303552

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 15900
/proc/meminfo: memFree=30410336/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=308788 CPUtime=1662.33
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 77023 0 0 0 165654 579 0 0 25 0 1 0 134445930 316198912 75531 4089446400 4194304 7136930 140733931527088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 77197 75531 393 719 0 76476 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 308788

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 15901
/proc/meminfo: memFree=30363916/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=311612 CPUtime=1722.33
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 77761 0 0 0 171643 590 0 0 25 0 1 0 134445930 319090688 76269 4089446400 4194304 7136930 140733931527088 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 77903 76269 393 719 0 77182 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 311612

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.01 3/179 15903
/proc/meminfo: memFree=30317004/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=315644 CPUtime=1782.33
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 78800 0 0 0 177628 605 0 0 25 0 1 0 134445930 323219456 77308 4089446400 4194304 7136930 140733931527088 18446744073709551615 4697373 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 78911 77308 393 719 0 78190 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 315644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.01 2.01 3/179 15904
/proc/meminfo: memFree=30302732/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=316552 CPUtime=1800.04
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 79035 0 0 0 179396 608 0 0 25 0 1 0 134445930 324149248 77543 4089446400 4194304 7136930 140733931527088 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15818/statm: 79138 77543 393 719 0 78417 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 316552

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15818

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

[startup+1801.4 s]
/proc/loadavg: 2.04 2.01 2.01 3/180 15905
/proc/meminfo: memFree=30302600/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=316552 CPUtime=1801.43
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 79035 0 0 0 179535 608 0 0 25 0 1 0 134445930 324149248 77543 4089446400 4194304 7136930 140733931527088 18446744073709551615 6350676 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15818/statm: 79138 77543 393 719 0 78417 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 316552

[startup+1801.81 s]
/proc/loadavg: 2.04 2.01 2.01 3/180 15905
/proc/meminfo: memFree=30301484/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=316552 CPUtime=1801.84
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 79035 0 0 0 179576 608 0 0 25 0 1 0 134445930 324149248 77543 4089446400 4194304 7136930 140733931527088 18446744073709551615 4241136 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15818/statm: 79138 77543 393 719 0 78417 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 316552

[startup+1802 s]
/proc/loadavg: 2.04 2.01 2.01 3/180 15905
/proc/meminfo: memFree=30301484/32950928 swapFree=67111528/67111528
[pid=15818] ppid=15816 vsize=316552 CPUtime=1802.03
/proc/15818/stat : 15818 (pbscip.linux.x8) R 15816 15818 15380 0 -1 4202496 79035 0 0 0 179595 608 0 0 25 0 1 0 134445930 324149248 77543 4089446400 4194304 7136930 140733931527088 18446744073709551615 6350546 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15818/statm: 79138 77543 393 719 0 78417 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 316552

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.02
CPU time (s): 1802.06
CPU user time (s): 1795.96
CPU system time (s): 6.09607
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 316552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.96
system time used= 6.09607
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79035
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 3571

runsolver used 2.56861 second user time and 5.85911 second system time

The end

Launcher Data

Begin job on node120 at 2010-06-30 22:58:10
IDJOB=2693751
IDBENCH=79316
IDSOLVER=1206
FILE ID=node120/2693751-1277931490
PBS_JOBID= 11197422
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-25s.smv--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693751-1277931490/watcher-2693751-1277931490 -o /tmp/evaluation-result-2693751-1277931490/solver-2693751-1277931490 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693751-1277931490.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 241801650d5a008aecc3546be621c5b9
RANDOM SEED=492288738

node120.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31213784 kB
Buffers:        217464 kB
Cached:         942584 kB
SwapCached:          0 kB
Active:         978668 kB
Inactive:       615152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31213784 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4140 kB
Writeback:           0 kB
AnonPages:      433904 kB
Mapped:          17104 kB
Slab:            79816 kB
PageTables:       5456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   601916 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node120 at 2010-06-30 23:28:12