Trace number 2693930

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-j301_4-unsat--soft-0-100-0.wbo
MD5SUMe3506e875c35b23efc6ab2fc4e93bb0b
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.045992
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3844
Total number of constraints11854
Number of soft constraints11854
Number of constraints which are clauses11610
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints244
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 596117
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 596116
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 99
Number of bits of the biggest sum of numbers7
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-2693930-1277932563.wbo>
0.09/0.13	c original problem has 27552 variables (15698 bin, 0 int, 0 impl, 11854 cont) and 23709 constraints
0.09/0.13	c problem read
0.09/0.13	c presolving settings loaded
0.09/0.13	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
1.89/1.99	o 596116
1.89/1.99	c feasible solution found by trivial heuristic, objective value  5.961160e+05
1.89/1.99	c presolving:
1.99/2.02	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 61 chg sides, 61 chg coeffs, 0 upgd conss, 11854 impls, 0 clqs
1.99/2.05	c (round 2) 0 del vars, 1 del conss, 11854 chg bounds, 61 chg sides, 61 chg coeffs, 0 upgd conss, 11854 impls, 0 clqs
1.99/2.09	c (round 3) 0 del vars, 1 del conss, 11854 chg bounds, 61 chg sides, 61 chg coeffs, 176 upgd conss, 11854 impls, 0 clqs
3.39/3.43	c    (3.2s) probing: 582/15698 (3.7%) - 0 fixings, 0 aggregations, 119 implications, 0 bound changes
3.39/3.43	c    (3.2s) probing aborted: 100/100 successive totally useless probings
3.39/3.43	c presolving (4 rounds):
3.39/3.43	c  0 deleted vars, 1 deleted constraints, 11854 tightened bounds, 0 added holes, 61 changed sides, 61 changed coefficients
3.39/3.43	c  12268 implications, 0 cliques
3.39/3.43	c presolved problem has 27552 variables (15698 bin, 0 int, 0 impl, 11854 cont) and 23708 constraints
3.39/3.43	c   11854 constraints of type <indicator>
3.39/3.43	c     176 constraints of type <varbound>
3.39/3.43	c   11678 constraints of type <linear>
3.39/3.43	c transformed objective value is always integral (scale: 1)
3.39/3.43	c Presolving Time: 3.16
3.39/3.43	c - non default parameters ----------------------------------------------------------------------
3.39/3.43	c # SCIP version 1.2.1.2
3.39/3.43	c 
3.39/3.43	c # frequency for displaying node information lines
3.39/3.43	c # [type: int, range: [-1,2147483647], default: 100]
3.39/3.43	c display/freq = 10000
3.39/3.43	c 
3.39/3.43	c # maximal time in seconds to run
3.39/3.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.39/3.43	c limits/time = 1799.88
3.39/3.43	c 
3.39/3.43	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.39/3.43	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.39/3.43	c limits/memory = 3420
3.39/3.43	c 
3.39/3.43	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
3.39/3.43	c # [type: int, range: [-1,2147483647], default: 1]
3.39/3.43	c lp/solvefreq = -1
3.39/3.43	c 
3.39/3.43	c # should presolving try to simplify inequalities
3.39/3.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.39/3.43	c constraints/linear/simplifyinequalities = TRUE
3.39/3.43	c 
3.39/3.43	c # should presolving try to simplify knapsacks
3.39/3.43	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.39/3.43	c constraints/knapsack/simplifyinequalities = TRUE
3.39/3.43	c 
3.39/3.43	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.39/3.43	c # [type: int, range: [-1,2147483647], default: -1]
3.39/3.43	c separating/rapidlearning/freq = 0
3.39/3.43	c 
3.39/3.43	c -----------------------------------------------------------------------------------------------
3.39/3.43	c start solving
3.39/3.44	c 
3.49/3.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.49/3.50	c t 3.3s|     1 |     2 |     0 |     - |  80M|   0 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
45.40/45.41	c  44.9s| 10000 | 10001 |     0 |   0.0 |  85M| 919 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
90.59/90.67	c  89.7s| 20000 | 20001 |     0 |   0.0 |  89M| 931 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
138.29/138.31	c   137s| 30000 | 30001 |     0 |   0.0 |  93M| 943 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
185.59/185.64	c   184s| 40000 | 40001 |     0 |   0.0 |  97M| 947 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
232.59/232.67	c   231s| 50000 | 50001 |     0 |   0.0 | 101M| 953 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
279.70/279.76	c   277s| 60000 | 60001 |     0 |   0.0 | 105M| 955 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
327.50/327.53	c   325s| 70000 | 70001 |     0 |   0.0 | 108M| 955 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
374.10/374.15	c   371s| 80000 | 80001 |     0 |   0.0 | 112M| 961 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
420.70/420.74	c   417s| 90000 | 90001 |     0 |   0.0 | 116M| 973 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
467.21/467.21	c   463s|100000 |100001 |     0 |   0.0 | 120M|1001 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
513.11/513.10	c   509s|110000 |110001 |     0 |   0.0 | 124M|1001 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
560.71/560.76	c   556s|120000 |120001 |     0 |   0.0 | 128M|1003 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
607.41/607.41	c   603s|130000 |130001 |     0 |   0.0 | 131M|1003 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
654.51/654.54	c   649s|140000 |140001 |     0 |   0.0 | 135M|1003 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
700.51/700.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
700.51/700.57	c   695s|150000 |150001 |     0 |   0.0 | 139M|1031 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
747.12/747.19	c   741s|160000 |160001 |     0 |   0.0 | 143M|1031 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
793.42/793.45	c   787s|170000 |170001 |     0 |   0.0 | 147M|1031 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
839.72/839.72	c   833s|180000 |180001 |     0 |   0.0 | 150M|1033 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
885.92/885.92	c   879s|190000 |190001 |     0 |   0.0 | 154M|1039 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
931.92/931.96	c   925s|200000 |200001 |     0 |   0.0 | 158M|1039 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
978.32/978.36	c   971s|210000 |210001 |     0 |   0.0 | 162M|1041 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1024.13/1024.13	c  1016s|220000 |220001 |     0 |   0.0 | 165M|1047 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1070.43/1070.48	c  1063s|230000 |230001 |     0 |   0.0 | 169M|1051 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1114.53/1114.55	c  1106s|240000 |240001 |     0 |   0.0 | 174M|3427 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1159.33/1159.36	c  1151s|250000 |250001 |     0 |   0.0 | 178M|3427 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1204.43/1204.46	c  1196s|260000 |260001 |     0 |   0.0 | 182M|3427 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1248.94/1248.91	c  1240s|270000 |270001 |     0 |   0.0 | 185M|3427 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1293.64/1293.64	c  1284s|280000 |280001 |     0 |   0.0 | 189M|3427 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1338.33/1338.31	c  1329s|290000 |290001 |     0 |   0.0 | 193M|3427 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1383.74/1383.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1383.74/1383.77	c  1374s|300000 |300001 |     0 |   0.0 | 197M|3427 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1428.04/1428.06	c  1418s|310000 |310001 |     0 |   0.0 | 200M|3427 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1472.54/1472.58	c  1462s|320000 |320001 |     0 |   0.0 | 204M|3427 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1517.44/1517.49	c  1507s|330000 |330001 |     0 |   0.0 | 208M|3427 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1563.84/1563.88	c  1553s|340000 |340001 |     0 |   0.0 | 212M|3427 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1608.64/1608.69	c  1597s|350000 |350001 |     0 |   0.0 | 215M|3427 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1654.35/1654.31	c  1642s|360000 |360001 |     0 |   0.0 | 219M|3427 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1699.85/1699.83	c  1688s|370000 |370001 |     0 |   0.0 | 223M|3427 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1744.75/1744.79	c  1732s|380000 |380001 |     0 |   0.0 | 227M|3427 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1789.55/1789.54	c  1777s|390000 |390001 |     0 |   0.0 | 230M|3427 |   - |  27k|  23k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.961160e+05 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1786.96
1800.06/1800.00	c Solving Nodes      : 392311
1800.06/1800.00	c Primal Bound       : +5.96116000000000e+05 (2 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	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-2693930-1277932563/watcher-2693930-1277932563 -o /tmp/evaluation-result-2693930-1277932563/solver-2693930-1277932563 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693930-1277932563.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: 1.91 1.97 1.99 3/178 13642
/proc/meminfo: memFree=30525752/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=8412 CPUtime=0
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 1579 0 0 0 0 0 0 0 25 0 1 0 134553705 8613888 1502 4089446400 4194304 7136930 140735041358656 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13642/statm: 2103 1502 275 719 0 1382 0

[startup+0.061781 s]
/proc/loadavg: 1.91 1.97 1.99 3/178 13642
/proc/meminfo: memFree=30525752/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=25264 CPUtime=0.05
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 5796 0 0 0 5 0 0 0 25 0 1 0 134553705 25870336 5719 4089446400 4194304 7136930 140735041358656 18446744073709551615 6331534 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13642/statm: 6316 5719 275 719 0 5595 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25264

[startup+0.100761 s]
/proc/loadavg: 1.91 1.97 1.99 3/178 13642
/proc/meminfo: memFree=30525752/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=36864 CPUtime=0.09
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 8719 0 0 0 9 0 0 0 25 0 1 0 134553705 37748736 8642 4089446400 4194304 7136930 140735041358656 18446744073709551615 6357120 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13642/statm: 9216 8642 275 719 0 8495 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36864

[startup+0.300723 s]
/proc/loadavg: 1.91 1.97 1.99 3/178 13642
/proc/meminfo: memFree=30525752/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=102512 CPUtime=0.29
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 24546 0 0 0 28 1 0 0 25 0 1 0 134553705 104972288 24079 4089446400 4194304 7136930 140735041358656 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 25628 24079 323 719 0 24907 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102512

[startup+0.700661 s]
/proc/loadavg: 1.91 1.97 1.99 3/178 13642
/proc/meminfo: memFree=30525752/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=102512 CPUtime=0.69
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 24546 0 0 0 68 1 0 0 25 0 1 0 134553705 104972288 24079 4089446400 4194304 7136930 140735041358656 18446744073709551615 4241142 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 25628 24079 323 719 0 24907 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102512

[startup+1.5005 s]
/proc/loadavg: 1.91 1.97 1.99 4/179 13643
/proc/meminfo: memFree=30428900/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=102512 CPUtime=1.49
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 24546 0 0 0 148 1 0 0 25 0 1 0 134553705 104972288 24079 4089446400 4194304 7136930 140735041358656 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 25628 24079 323 719 0 24907 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102512

[startup+3.10021 s]
/proc/loadavg: 1.91 1.97 1.99 3/179 13643
/proc/meminfo: memFree=30423472/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=108164 CPUtime=3.09
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 27156 0 0 0 302 7 0 0 25 0 1 0 134553705 110759936 25601 4089446400 4194304 7136930 140735041358656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 27041 25601 384 719 0 26320 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108164

[startup+6.30062 s]
/proc/loadavg: 1.92 1.97 1.99 3/179 13643
/proc/meminfo: memFree=30418652/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=111668 CPUtime=6.29
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 28004 0 0 0 619 10 0 0 25 0 1 0 134553705 114348032 26235 4089446400 4194304 7136930 140735041358656 18446744073709551615 4697373 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 27917 26235 389 719 0 27196 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111668

[startup+12.7004 s]
/proc/loadavg: 1.93 1.97 1.99 3/179 13643
/proc/meminfo: memFree=30413824/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=111852 CPUtime=12.69
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 28079 0 0 0 1253 16 0 0 25 0 1 0 134553705 114536448 26310 4089446400 4194304 7136930 140735041358656 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 27963 26310 389 719 0 27242 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 111852

[startup+25.5011 s]
/proc/loadavg: 1.94 1.97 1.99 3/179 13644
/proc/meminfo: memFree=30404996/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=113376 CPUtime=25.49
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 28443 0 0 0 2522 27 0 0 25 0 1 0 134553705 116097024 26674 4089446400 4194304 7136930 140735041358656 18446744073709551615 4740387 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 28344 26674 389 719 0 27623 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 113376

[startup+51.1003 s]
/proc/loadavg: 1.96 1.97 1.99 3/179 13644
/proc/meminfo: memFree=30383584/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=117600 CPUtime=51.1
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 29531 0 0 0 5061 49 0 0 25 0 1 0 134553705 120422400 27762 4089446400 4194304 7136930 140735041358656 18446744073709551615 4407837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 29400 27762 389 719 0 28679 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 117600

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.99 3/179 13646
/proc/meminfo: memFree=30343756/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=121356 CPUtime=102.3
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 30524 0 0 0 10138 92 0 0 25 0 1 0 134553705 124268544 28755 4089446400 4194304 7136930 140735041358656 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 30339 28755 389 719 0 29618 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 121356

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 13647
/proc/meminfo: memFree=30300148/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=125628 CPUtime=162.29
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 31651 0 0 0 16087 142 0 0 25 0 1 0 134553705 128643072 29882 4089446400 4194304 7136930 140735041358656 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 31407 29882 389 719 0 30686 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 125628

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 4/179 13649
/proc/meminfo: memFree=30254344/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=131220 CPUtime=222.3
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 33098 0 0 0 22040 190 0 0 25 0 1 0 134553705 134369280 31329 4089446400 4194304 7136930 140735041358656 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 32805 31329 389 719 0 32084 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 131220

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 13651
/proc/meminfo: memFree=30212600/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=136396 CPUtime=282.3
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 34412 0 0 0 27994 236 0 0 25 0 1 0 134553705 139669504 32643 4089446400 4194304 7136930 140735041358656 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 34099 32643 389 719 0 33378 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 136396

[startup+342.3 s]
/proc/loadavg: 2.04 1.99 1.99 3/179 13652
/proc/meminfo: memFree=30168784/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=142716 CPUtime=342.3
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 35536 0 0 0 33946 284 0 0 25 0 1 0 134553705 146141184 33767 4089446400 4194304 7136930 140735041358656 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 35679 33767 389 719 0 34958 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 142716

[startup+402.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/179 13654
/proc/meminfo: memFree=30121596/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=147624 CPUtime=402.3
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 36823 0 0 0 39895 335 0 0 25 0 1 0 134553705 151166976 35054 4089446400 4194304 7136930 140735041358656 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 36906 35054 389 719 0 36185 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 147624

[startup+462.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 13655
/proc/meminfo: memFree=30080132/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=153576 CPUtime=462.31
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 38342 0 0 0 45850 381 0 0 25 0 1 0 134553705 157261824 36573 4089446400 4194304 7136930 140735041358656 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 38394 36573 389 719 0 37673 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 153576

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13657
/proc/meminfo: memFree=30037892/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=157468 CPUtime=522.31
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 39371 0 0 0 51813 418 0 0 25 0 1 0 134553705 161247232 37602 4089446400 4194304 7136930 140735041358656 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 39367 37602 389 719 0 38646 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 157468

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13659
/proc/meminfo: memFree=29999164/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=163536 CPUtime=582.31
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 40937 0 0 0 57774 457 0 0 25 0 1 0 134553705 167460864 39168 4089446400 4194304 7136930 140735041358656 18446744073709551615 4642001 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 40884 39168 389 719 0 40163 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 163536

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13660
/proc/meminfo: memFree=29959452/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=167552 CPUtime=642.32
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 42007 0 0 0 63737 495 0 0 25 0 1 0 134553705 171573248 40238 4089446400 4194304 7136930 140735041358656 18446744073709551615 4697680 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 41888 40238 389 719 0 41167 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 167552

[startup+702.301 s]

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

/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 49756 0 0 0 99494 739 0 0 25 0 1 0 134553705 206229504 47987 4089446400 4194304 7136930 140735041358656 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 50349 47987 389 719 0 49628 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 201396

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13674
/proc/meminfo: memFree=29679024/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=205928 CPUtime=1062.33
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 50938 0 0 0 105453 780 0 0 25 0 1 0 134553705 210870272 49169 4089446400 4194304 7136930 140735041358656 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 51482 49169 389 719 0 50761 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 205928

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13676
/proc/meminfo: memFree=29636576/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=211756 CPUtime=1122.33
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 52445 0 0 0 111412 821 0 0 25 0 1 0 134553705 216838144 50676 4089446400 4194304 7136930 140735041358656 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 52939 50676 389 719 0 52218 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 211756

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13678
/proc/meminfo: memFree=29597596/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=216788 CPUtime=1182.33
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 53754 0 0 0 117373 860 0 0 25 0 1 0 134553705 221990912 51985 4089446400 4194304 7136930 140735041358656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 54197 51985 389 719 0 53476 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 216788

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13679
/proc/meminfo: memFree=29554640/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=221848 CPUtime=1242.33
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 55079 0 0 0 123334 899 0 0 25 0 1 0 134553705 227172352 53310 4089446400 4194304 7136930 140735041358656 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 55462 53310 389 719 0 54741 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 221848

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 13681
/proc/meminfo: memFree=29517388/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=226884 CPUtime=1302.34
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 56390 0 0 0 129297 937 0 0 25 0 1 0 134553705 232329216 54621 4089446400 4194304 7136930 140735041358656 18446744073709551615 4740365 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 56721 54621 389 719 0 56000 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 226884

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13682
/proc/meminfo: memFree=29475308/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=232704 CPUtime=1362.34
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 57897 0 0 0 135255 979 0 0 25 0 1 0 134553705 238288896 56128 4089446400 4194304 7136930 140735041358656 18446744073709551615 4697680 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 58176 56128 389 719 0 57455 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 232704

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13684
/proc/meminfo: memFree=29436592/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=236588 CPUtime=1422.34
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 58920 0 0 0 141213 1021 0 0 25 0 1 0 134553705 242266112 57151 4089446400 4194304 7136930 140735041358656 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 59147 57151 389 719 0 58426 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 236588

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 13686
/proc/meminfo: memFree=29395000/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=241764 CPUtime=1482.34
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 60267 0 0 0 147172 1062 0 0 25 0 1 0 134553705 247566336 58498 4089446400 4194304 7136930 140735041358656 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 60441 58498 389 719 0 59720 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 241764

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13687
/proc/meminfo: memFree=29356276/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=246812 CPUtime=1542.34
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 61581 0 0 0 153133 1101 0 0 25 0 1 0 134553705 252735488 59812 4089446400 4194304 7136930 140735041358656 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 61703 59812 389 719 0 60982 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 246812

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13689
/proc/meminfo: memFree=29316276/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=251468 CPUtime=1602.34
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 62796 0 0 0 159093 1141 0 0 25 0 1 0 134553705 257503232 61027 4089446400 4194304 7136930 140735041358656 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 62867 61027 389 719 0 62146 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 251468

[startup+1662.3 s]
/proc/loadavg: 1.43 1.84 1.95 2/171 13712
/proc/meminfo: memFree=30461452/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=256764 CPUtime=1662.35
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 64172 0 0 0 165049 1186 0 0 25 0 1 0 134553705 262926336 62403 4089446400 4194304 7136930 140735041358656 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 64191 62403 389 719 0 63470 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 256764

[startup+1722.3 s]
/proc/loadavg: 1.16 1.69 1.88 2/171 13714
/proc/meminfo: memFree=30456316/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=261940 CPUtime=1722.35
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 65518 0 0 0 170999 1236 0 0 25 0 1 0 134553705 268226560 63749 4089446400 4194304 7136930 140735041358656 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 65485 63749 389 719 0 64764 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 261940

[startup+1782.3 s]
/proc/loadavg: 1.06 1.56 1.83 2/171 13716
/proc/meminfo: memFree=30451432/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=266340 CPUtime=1782.35
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 66670 0 0 0 176951 1284 0 0 25 0 1 0 134553705 272732160 64901 4089446400 4194304 7136930 140735041358656 18446744073709551615 4697373 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 66585 64901 389 719 0 65864 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 266340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.04 1.52 1.81 2/171 13716
/proc/meminfo: memFree=30450168/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=267636 CPUtime=1800.06
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 67010 0 0 0 178708 1298 0 0 25 0 1 0 134553705 274059264 65241 4089446400 4194304 7136930 140735041358656 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13642/statm: 66909 65241 389 719 0 66188 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 267636

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13642

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

[startup+1801.4 s]
/proc/loadavg: 1.04 1.52 1.81 2/172 13717
/proc/meminfo: memFree=30450160/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=267636 CPUtime=1801.45
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 67010 0 0 0 178847 1298 0 0 25 0 1 0 134553705 274059264 65241 4089446400 4194304 7136930 140735041358656 18446744073709551615 4241142 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13642/statm: 66909 65241 389 719 0 66188 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 267636

[startup+1801.81 s]
/proc/loadavg: 1.04 1.52 1.81 2/172 13717
/proc/meminfo: memFree=30450160/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=267636 CPUtime=1801.86
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 67010 0 0 0 178888 1298 0 0 25 0 1 0 134553705 274059264 65241 4089446400 4194304 7136930 140735041358656 18446744073709551615 4240875 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13642/statm: 66909 65241 389 719 0 66188 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 267636

[startup+1802 s]
/proc/loadavg: 1.04 1.52 1.81 2/172 13717
/proc/meminfo: memFree=30450160/32951124 swapFree=67111528/67111528
[pid=13642] ppid=13640 vsize=267636 CPUtime=1802.05
/proc/13642/stat : 13642 (pbscip.linux.x8) R 13640 13642 12691 0 -1 4202496 67010 0 0 0 178907 1298 0 0 25 0 1 0 134553705 274059264 65241 4089446400 4194304 7136930 140735041358656 18446744073709551615 4240882 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13642/statm: 66909 65241 389 719 0 66188 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 267636

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.02
CPU time (s): 1802.08
CPU user time (s): 1789.08
CPU system time (s): 12.995
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 267636

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

runsolver used 2.89556 second user time and 6.90695 second system time

The end

Launcher Data

Begin job on node105 at 2010-06-30 23:16:03
IDJOB=2693930
IDBENCH=79342
IDSOLVER=1206
FILE ID=node105/2693930-1277932563
PBS_JOBID= 11197382
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-j301_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-2693930-1277932563/watcher-2693930-1277932563 -o /tmp/evaluation-result-2693930-1277932563/solver-2693930-1277932563 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693930-1277932563.wbo -t 1800 -m 3800

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

MD5SUM BENCH= e3506e875c35b23efc6ab2fc4e93bb0b
RANDOM SEED=647748832

node105.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.840
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.68
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.840
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.15
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.840
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.82
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.840
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.75
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.840
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.94
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.840
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.70
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.840
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.82
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.840
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30526396 kB
Buffers:        214892 kB
Cached:        1822804 kB
SwapCached:          0 kB
Active:         723444 kB
Inactive:      1556604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30526396 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3532 kB
Writeback:           0 kB
AnonPages:      241744 kB
Mapped:          16856 kB
Slab:            81344 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   386072 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 node105 at 2010-06-30 23:46:06