Trace number 2693935

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.08 1802.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j3046_4-unsat--soft-0-100-0.wbo
MD5SUM2b00d8b927b7b07d427d99ed9c18c554
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.042992
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3968
Total number of constraints13430
Number of soft constraints13430
Number of constraints which are clauses13178
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints252
Minimum length of a constraint1
Maximum length of a constraint30
Top cost 682149
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 682148
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 187
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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-2693935-1277932712.wbo>
0.09/0.15	c original problem has 30828 variables (17398 bin, 0 int, 0 impl, 13430 cont) and 26861 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.19/2.28	o 682148
2.19/2.28	c feasible solution found by trivial heuristic, objective value  6.821480e+05
2.19/2.28	c presolving:
5.09/5.12	c    (4.9s) probing: 1000/17398 (5.7%) - 0 fixings, 0 aggregations, 224 implications, 0 bound changes
7.79/7.86	c    (7.7s) probing: 2000/17398 (11.5%) - 0 fixings, 0 aggregations, 396 implications, 0 bound changes
7.79/7.87	c    (7.7s) probing: 2001/17398 (11.5%) - 0 fixings, 0 aggregations, 396 implications, 0 bound changes
7.79/7.87	c    (7.7s) probing aborted: 2000/2000 successive useless probings
7.79/7.87	c (round 1) 0 del vars, 1 del conss, 13430 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 14024 impls, 0 clqs
7.89/7.92	c (round 2) 0 del vars, 1 del conss, 13430 chg bounds, 0 chg sides, 0 chg coeffs, 216 upgd conss, 14024 impls, 0 clqs
8.19/8.22	c    (8.0s) probing: 2106/17398 (12.1%) - 0 fixings, 0 aggregations, 401 implications, 0 bound changes
8.19/8.22	c    (8.0s) probing aborted: 100/100 successive totally useless probings
8.19/8.22	c presolving (3 rounds):
8.19/8.22	c  0 deleted vars, 1 deleted constraints, 13430 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
8.19/8.22	c  14052 implications, 0 cliques
8.19/8.22	c presolved problem has 30828 variables (17398 bin, 0 int, 0 impl, 13430 cont) and 26860 constraints
8.19/8.22	c   13430 constraints of type <indicator>
8.19/8.22	c     216 constraints of type <varbound>
8.19/8.22	c   13214 constraints of type <linear>
8.19/8.22	c transformed objective value is always integral (scale: 1)
8.19/8.22	c Presolving Time: 7.94
8.19/8.22	c - non default parameters ----------------------------------------------------------------------
8.19/8.22	c # SCIP version 1.2.1.2
8.19/8.22	c 
8.19/8.22	c # frequency for displaying node information lines
8.19/8.22	c # [type: int, range: [-1,2147483647], default: 100]
8.19/8.22	c display/freq = 10000
8.19/8.22	c 
8.19/8.22	c # maximal time in seconds to run
8.19/8.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.19/8.22	c limits/time = 1799.86
8.19/8.22	c 
8.19/8.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.19/8.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.19/8.22	c limits/memory = 3420
8.19/8.22	c 
8.19/8.22	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
8.19/8.22	c # [type: int, range: [-1,2147483647], default: 1]
8.19/8.22	c lp/solvefreq = -1
8.19/8.22	c 
8.19/8.22	c # should presolving try to simplify inequalities
8.19/8.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.19/8.22	c constraints/linear/simplifyinequalities = TRUE
8.19/8.22	c 
8.19/8.22	c # should presolving try to simplify knapsacks
8.19/8.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.19/8.22	c constraints/knapsack/simplifyinequalities = TRUE
8.19/8.22	c 
8.19/8.22	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
8.19/8.22	c # [type: int, range: [-1,2147483647], default: -1]
8.19/8.22	c separating/rapidlearning/freq = 0
8.19/8.22	c 
8.19/8.22	c -----------------------------------------------------------------------------------------------
8.19/8.22	c start solving
8.19/8.23	c 
8.29/8.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.29/8.30	c t 8.1s|     1 |     2 |     0 |     - |  91M|   0 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
52.80/52.89	c  52.6s| 10000 | 10001 |     0 |   0.0 |  96M|2189 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
99.59/99.64	c  99.2s| 20000 | 20001 |     0 |   0.0 | 100M|2189 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
145.20/145.26	c   145s| 30000 | 30001 |     0 |   0.0 | 103M|2191 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
189.89/189.98	c   189s| 40000 | 40001 |     0 |   0.0 | 107M|2193 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
237.10/237.10	c   236s| 50000 | 50001 |     0 |   0.0 | 111M|2209 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
287.70/287.77	c   287s| 60000 | 60001 |     0 |   0.0 | 115M|2209 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
337.61/337.63	c   337s| 70000 | 70001 |     0 |   0.0 | 119M|2267 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
389.41/389.47	c   388s| 80000 | 80001 |     0 |   0.0 | 123M|2267 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
439.61/439.65	c   438s| 90000 | 90001 |     0 |   0.0 | 127M|2267 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
488.21/488.21	c   487s|100000 |100001 |     0 |   0.0 | 130M|2267 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
537.62/537.60	c   536s|110000 |110001 |     0 |   0.0 | 134M|2267 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
589.21/589.28	c   588s|120000 |120001 |     0 |   0.0 | 138M|2267 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
639.12/639.20	c   638s|130000 |130001 |     0 |   0.0 | 142M|2281 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
687.72/687.78	c   686s|140000 |140001 |     0 |   0.0 | 145M|2353 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
739.51/739.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
739.51/739.51	c   738s|150000 |150001 |     0 |   0.0 | 149M|2353 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
789.22/789.21	c   787s|160000 |160001 |     0 |   0.0 | 153M|2361 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
838.42/838.40	c   836s|170000 |170001 |     0 |   0.0 | 157M|2361 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
886.33/886.39	c   884s|180000 |180001 |     0 |   0.0 | 160M|2363 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
933.63/933.63	c   931s|190000 |190001 |     0 |   0.0 | 164M|2369 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
981.43/981.49	c   979s|200000 |200001 |     0 |   0.0 | 168M|2417 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1031.03/1031.05	c  1029s|210000 |210001 |     0 |   0.0 | 172M|3683 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1082.13/1082.11	c  1080s|220000 |220001 |     0 |   0.0 | 176M|3683 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1133.34/1133.38	c  1131s|230000 |230001 |     0 |   0.0 | 180M|3683 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1182.24/1182.24	c  1179s|240000 |240001 |     0 |   0.0 | 183M|3683 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1227.34/1227.36	c  1224s|250000 |250001 |     0 |   0.0 | 188M|5878 |   - |  30k|  26k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1256.74/1256.76	c  1254s|260000 |259995 |     0 |   0.0 | 196M|  13k|   - |  30k|  26k|   0 |   0 |   0 |  30 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1300.54/1300.50	c  1297s|270000 |269995 |     0 |   0.0 | 200M|  13k|   - |  30k|  26k|   0 |   0 |   0 |  30 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1342.84/1342.88	c  1340s|280000 |279995 |     0 |   0.0 | 204M|  13k|   - |  30k|  26k|   0 |   0 |   0 |  30 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1386.05/1386.04	c  1383s|290000 |289995 |     0 |   0.0 | 207M|  13k|   - |  30k|  26k|   0 |   0 |   0 |  30 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1430.45/1430.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1430.45/1430.45	c  1427s|300000 |299995 |     0 |   0.0 | 211M|  13k|   - |  30k|  26k|   0 |   0 |   0 |  30 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1482.65/1482.67	c  1479s|310000 |309995 |     0 |   0.0 | 215M|  13k|   - |  30k|  26k|   0 |   0 |   0 |  30 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1527.86/1527.83	c  1524s|320000 |319995 |     0 |   0.0 | 219M|  13k|   - |  30k|  26k|   0 |   0 |   0 |  30 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1577.25/1577.25	c  1574s|330000 |329995 |     0 |   0.0 | 223M|  13k|   - |  30k|  26k|   0 |   0 |   0 |  30 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1623.15/1623.12	c  1619s|340000 |339995 |     0 |   0.0 | 227M|  13k|   - |  30k|  26k|   0 |   0 |   0 |  30 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1670.35/1670.38	c  1667s|350000 |349995 |     0 |   0.0 | 231M|  13k|   - |  30k|  26k|   0 |   0 |   0 |  30 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1717.35/1717.39	c  1713s|360000 |359995 |     0 |   0.0 | 235M|  13k|   - |  30k|  26k|   0 |   0 |   0 |  30 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1761.96/1761.91	c  1758s|370000 |369995 |     0 |   0.0 | 239M|  13k|   - |  30k|  26k|   0 |   0 |   0 |  30 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.01	c 
1800.06/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.01	c Solving Time (sec) : 1795.89
1800.06/1800.01	c Solving Nodes      : 378677
1800.06/1800.01	c Primal Bound       : +6.82148000000000e+05 (2 solutions)
1800.06/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.06/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-2693935-1277932712/watcher-2693935-1277932712 -o /tmp/evaluation-result-2693935-1277932712/solver-2693935-1277932712 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693935-1277932712.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.04 2.08 2.03 4/178 15279
/proc/meminfo: memFree=31645896/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=8600 CPUtime=0
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 1629 0 0 0 0 0 0 0 25 0 1 0 134569385 8806400 1551 4089446400 4194304 7136930 140734351697904 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15279/statm: 2150 1551 275 719 0 1429 0

[startup+0.03423 s]
/proc/loadavg: 2.04 2.08 2.03 4/178 15279
/proc/meminfo: memFree=31645896/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=18768 CPUtime=0.02
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 4169 0 0 0 2 0 0 0 25 0 1 0 134569385 19218432 4091 4089446400 4194304 7136930 140734351697904 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15279/statm: 4692 4091 275 719 0 3971 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18768

[startup+0.101223 s]
/proc/loadavg: 2.04 2.08 2.03 4/178 15279
/proc/meminfo: memFree=31645896/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=36888 CPUtime=0.09
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 8721 0 0 0 8 1 0 0 25 0 1 0 134569385 37773312 8643 4089446400 4194304 7136930 140734351697904 18446744073709551615 4384918 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15279/statm: 9222 8643 275 719 0 8501 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36888

[startup+0.301195 s]
/proc/loadavg: 2.04 2.08 2.03 4/178 15279
/proc/meminfo: memFree=31645896/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=113036 CPUtime=0.29
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 27291 0 0 0 27 2 0 0 25 0 1 0 134569385 115748864 26823 4089446400 4194304 7136930 140734351697904 18446744073709551615 4332517 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 28259 26823 319 719 0 27538 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 113036

[startup+0.701102 s]
/proc/loadavg: 2.04 2.08 2.03 4/178 15279
/proc/meminfo: memFree=31645896/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=114100 CPUtime=0.69
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 27429 0 0 0 67 2 0 0 25 0 1 0 134569385 116838400 26961 4089446400 4194304 7136930 140734351697904 18446744073709551615 4241129 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 28525 26961 323 719 0 27804 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114100

[startup+1.50095 s]
/proc/loadavg: 2.04 2.08 2.03 3/179 15280
/proc/meminfo: memFree=31538876/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=114100 CPUtime=1.49
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 27429 0 0 0 147 2 0 0 25 0 1 0 134569385 116838400 26961 4089446400 4194304 7136930 140734351697904 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 28525 26961 323 719 0 27804 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 114100

[startup+3.10065 s]
/proc/loadavg: 2.04 2.08 2.03 3/179 15280
/proc/meminfo: memFree=31538628/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=120256 CPUtime=3.09
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 29431 0 0 0 305 4 0 0 25 0 1 0 134569385 123142144 28584 4089446400 4194304 7136930 140734351697904 18446744073709551615 5496938 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 30064 28584 374 719 0 29343 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120256

[startup+6.30105 s]
/proc/loadavg: 2.04 2.08 2.03 3/179 15280
/proc/meminfo: memFree=31530288/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=121032 CPUtime=6.29
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 29623 0 0 0 624 5 0 0 25 0 1 0 134569385 123936768 28776 4089446400 4194304 7136930 140734351697904 18446744073709551615 5500783 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 30258 28776 374 719 0 29537 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 121032

[startup+12.7008 s]
/proc/loadavg: 2.04 2.08 2.03 3/179 15280
/proc/meminfo: memFree=31527844/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=125544 CPUtime=12.7
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 31442 0 0 0 1262 8 0 0 25 0 1 0 134569385 128557056 29601 4089446400 4194304 7136930 140734351697904 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 31386 29601 389 719 0 30665 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 125544

[startup+25.5004 s]
/proc/loadavg: 2.03 2.08 2.02 3/179 15281
/proc/meminfo: memFree=31525968/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=126404 CPUtime=25.49
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 31666 0 0 0 2538 11 0 0 25 0 1 0 134569385 129437696 29825 4089446400 4194304 7136930 140734351697904 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 31601 29825 389 719 0 30880 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 126404

[startup+51.1006 s]
/proc/loadavg: 2.02 2.07 2.02 3/179 15282
/proc/meminfo: memFree=31521048/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=129596 CPUtime=51.09
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 32506 0 0 0 5092 17 0 0 25 0 1 0 134569385 132706304 30665 4089446400 4194304 7136930 140734351697904 18446744073709551615 4826962 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 32399 30665 389 719 0 31678 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 129596

[startup+102.307 s]
/proc/loadavg: 2.01 2.06 2.02 3/179 15283
/proc/meminfo: memFree=31510484/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=133992 CPUtime=102.3
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 33649 0 0 0 10199 31 0 0 25 0 1 0 134569385 137207808 31808 4089446400 4194304 7136930 140734351697904 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 33498 31808 389 719 0 32777 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 133992

[startup+162.301 s]
/proc/loadavg: 2.00 2.04 2.01 3/179 15284
/proc/meminfo: memFree=31498188/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=138524 CPUtime=162.29
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 34834 0 0 0 16185 44 0 0 25 0 1 0 134569385 141848576 32993 4089446400 4194304 7136930 140734351697904 18446744073709551615 4826989 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 34631 32993 389 719 0 33910 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 138524

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/179 15286
/proc/meminfo: memFree=31484156/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=142796 CPUtime=222.3
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 35959 0 0 0 22173 57 0 0 25 0 1 0 134569385 146223104 34118 4089446400 4194304 7136930 140734351697904 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 35699 34118 389 719 0 34978 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 142796

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15288
/proc/meminfo: memFree=31466136/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=147888 CPUtime=282.31
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 37281 0 0 0 28159 72 0 0 25 0 1 0 134569385 151437312 35440 4089446400 4194304 7136930 140734351697904 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 36972 35440 389 719 0 36251 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 147888

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15290
/proc/meminfo: memFree=31448740/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=154848 CPUtime=342.3
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 38555 0 0 0 34145 85 0 0 25 0 1 0 134569385 158564352 36714 4089446400 4194304 7136930 140734351697904 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 38712 36714 389 719 0 37991 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 154848

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15291
/proc/meminfo: memFree=31433328/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=159756 CPUtime=402.31
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 39827 0 0 0 40132 99 0 0 25 0 1 0 134569385 163590144 37986 4089446400 4194304 7136930 140734351697904 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 39939 37986 389 719 0 39218 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 159756

[startup+462.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 15292
/proc/meminfo: memFree=31416788/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=164800 CPUtime=462.31
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 41135 0 0 0 46120 111 0 0 25 0 1 0 134569385 168755200 39294 4089446400 4194304 7136930 140734351697904 18446744073709551615 4641963 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 41200 39294 389 719 0 40479 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 164800

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 15294
/proc/meminfo: memFree=31399152/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=168552 CPUtime=522.31
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 42121 0 0 0 52107 124 0 0 25 0 1 0 134569385 172597248 40280 4089446400 4194304 7136930 140734351697904 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 42138 40280 389 719 0 41417 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 168552

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15296
/proc/meminfo: memFree=31382744/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=172824 CPUtime=582.31
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 43234 0 0 0 58092 139 0 0 25 0 1 0 134569385 176971776 41393 4089446400 4194304 7136930 140734351697904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 43206 41393 389 719 0 42485 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 172824

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15298
/proc/meminfo: memFree=31368204/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=176708 CPUtime=642.32
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 44253 0 0 0 64080 152 0 0 25 0 1 0 134569385 180948992 42412 4089446400 4194304 7136930 140734351697904 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 44177 42412 389 719 0 43456 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 176708

[startup+702.301 s]

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

/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 51443 0 0 0 100002 231 0 0 25 0 1 0 134569385 213417984 49602 4089446400 4194304 7136930 140734351697904 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 52104 49602 389 719 0 51383 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 208416

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15311
/proc/meminfo: memFree=31246056/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=212900 CPUtime=1062.33
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 52581 0 0 0 105988 245 0 0 25 0 1 0 134569385 218009600 50740 4089446400 4194304 7136930 140734351697904 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 53225 50740 389 719 0 52504 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 212900

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15313
/proc/meminfo: memFree=31226560/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=216784 CPUtime=1122.34
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 53599 0 0 0 111972 262 0 0 25 0 1 0 134569385 221986816 51758 4089446400 4194304 7136930 140734351697904 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 54196 51758 389 719 0 53475 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 216784

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15315
/proc/meminfo: memFree=31206448/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=222852 CPUtime=1182.34
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 55164 0 0 0 117958 276 0 0 25 0 1 0 134569385 228200448 53323 4089446400 4194304 7136930 140734351697904 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 55713 53323 389 719 0 54992 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 222852

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15317
/proc/meminfo: memFree=31179268/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=233232 CPUtime=1242.33
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 57804 0 0 0 123942 291 0 0 25 0 1 0 134569385 238829568 55963 4089446400 4194304 7136930 140734351697904 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 58308 55963 389 719 0 57587 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 233232

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15318
/proc/meminfo: memFree=31161864/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=239212 CPUtime=1302.34
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 59420 0 0 0 129930 304 0 0 25 0 1 0 134569385 244953088 57550 4089446400 4194304 7136930 140734351697904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 59803 57550 395 719 0 59082 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 239212

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15319
/proc/meminfo: memFree=31144608/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=245188 CPUtime=1362.34
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 60938 0 0 0 135917 317 0 0 25 0 1 0 134569385 251072512 59068 4089446400 4194304 7136930 140734351697904 18446744073709551615 4983070 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 61297 59068 395 719 0 60576 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 245188

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15321
/proc/meminfo: memFree=31127828/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=249760 CPUtime=1422.35
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 62138 0 0 0 141905 330 0 0 25 0 1 0 134569385 255754240 60268 4089446400 4194304 7136930 140734351697904 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 62440 60268 395 719 0 61719 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 249760

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15323
/proc/meminfo: memFree=31107952/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=254916 CPUtime=1482.35
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 63482 0 0 0 147893 342 0 0 25 0 1 0 134569385 261033984 61612 4089446400 4194304 7136930 140734351697904 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 63729 61612 395 719 0 63008 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 254916

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 15325
/proc/meminfo: memFree=31087948/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=259736 CPUtime=1542.35
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 64727 0 0 0 153881 354 0 0 25 0 1 0 134569385 265969664 62857 4089446400 4194304 7136930 140734351697904 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 64934 62857 395 719 0 64213 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 259736

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15326
/proc/meminfo: memFree=31069184/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=265296 CPUtime=1602.35
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 66177 0 0 0 159869 366 0 0 25 0 1 0 134569385 271663104 64307 4089446400 4194304 7136930 140734351697904 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 66324 64307 395 719 0 65603 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 265296

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15327
/proc/meminfo: memFree=31052524/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=270864 CPUtime=1662.35
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 67607 0 0 0 165858 377 0 0 25 0 1 0 134569385 277364736 65737 4089446400 4194304 7136930 140734351697904 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 67716 65737 395 719 0 66995 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 270864

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15329
/proc/meminfo: memFree=31034508/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=274616 CPUtime=1722.36
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 68603 0 0 0 171847 389 0 0 25 0 1 0 134569385 281206784 66733 4089446400 4194304 7136930 140734351697904 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 68654 66733 395 719 0 67933 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 274616

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 15331
/proc/meminfo: memFree=31016252/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=281304 CPUtime=1782.36
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 70341 0 0 0 177834 402 0 0 25 0 1 0 134569385 288055296 68471 4089446400 4194304 7136930 140734351697904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 70326 68471 395 719 0 69605 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 281304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.88 1.98 1.99 2/171 15353
/proc/meminfo: memFree=31519724/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=283024 CPUtime=1800.06
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 70764 0 0 0 179601 405 0 0 25 0 1 0 134569385 289816576 68894 4089446400 4194304 7136930 140734351697904 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15279/statm: 70756 68894 395 719 0 70035 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 283024

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15279

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

[startup+1801.4 s]
/proc/loadavg: 1.88 1.98 1.99 2/172 15354
/proc/meminfo: memFree=31519600/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=283024 CPUtime=1801.46
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 70764 0 0 0 179741 405 0 0 25 0 1 0 134569385 289816576 68894 4089446400 4194304 7136930 140734351697904 18446744073709551615 4240882 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15279/statm: 70756 68894 395 719 0 70035 0
Current children cumulated CPU time (s) 1801.46
Current children cumulated vsize (KiB) 283024

[startup+1801.81 s]
/proc/loadavg: 1.88 1.98 1.99 2/172 15354
/proc/meminfo: memFree=31519600/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=283024 CPUtime=1801.86
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 70764 0 0 0 179781 405 0 0 25 0 1 0 134569385 289816576 68894 4089446400 4194304 7136930 140734351697904 18446744073709551615 6350631 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15279/statm: 70756 68894 395 719 0 70035 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 283024

[startup+1802 s]
/proc/loadavg: 1.88 1.98 1.99 2/172 15354
/proc/meminfo: memFree=31519600/32951124 swapFree=67111528/67111528
[pid=15279] ppid=15277 vsize=283024 CPUtime=1802.06
/proc/15279/stat : 15279 (pbscip.linux.x8) R 15277 15279 14146 0 -1 4202496 70764 0 0 0 179801 405 0 0 25 0 1 0 134569385 289816576 68894 4089446400 4194304 7136930 140734351697904 18446744073709551615 6350076 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15279/statm: 70756 68894 395 719 0 70035 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 283024

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.02
CPU time (s): 1802.08
CPU user time (s): 1798.02
CPU system time (s): 4.06538
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 283024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.02
system time used= 4.06538
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70764
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= 2082

runsolver used 2.91356 second user time and 6.80797 second system time

The end

Launcher Data

Begin job on node102 at 2010-06-30 23:18:32
IDJOB=2693935
IDBENCH=79344
IDSOLVER=1206
FILE ID=node102/2693935-1277932712
PBS_JOBID= 11197350
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/PB10/oliveras/j30/normalized-j3046_4-unsat--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-2693935-1277932712/watcher-2693935-1277932712 -o /tmp/evaluation-result-2693935-1277932712/solver-2693935-1277932712 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693935-1277932712.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2b00d8b927b7b07d427d99ed9c18c554
RANDOM SEED=966413988

node102.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.833
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.66
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.833
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	: 5332.83
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.833
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.75
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.833
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.85
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.833
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.75
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.833
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.82
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.833
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.833
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:     32951124 kB
MemFree:      31646300 kB
Buffers:        215732 kB
Cached:         740020 kB
SwapCached:          0 kB
Active:         563908 kB
Inactive:       598264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31646300 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8800 kB
Writeback:           0 kB
AnonPages:      206524 kB
Mapped:          16832 kB
Slab:            78964 kB
PageTables:       5460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   358928 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= 74208 MiB
End job on node102 at 2010-06-30 23:48:34