Trace number 3447939

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.08 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh305_wcsp.wbo
MD5SUM8285b15ee2c0064deae9a0e09e679565
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark742
Best CPU time to get the best result obtained on this benchmark3.67544
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints1000
Number of soft constraints900
Number of constraints which are clauses900
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447939-1307902298.wbo>
0.00/0.01	c original problem has 1100 variables (1100 bin, 0 int, 0 impl, 0 cont) and 1001 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 100 del vars, 101 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.04/0.06	c    (0.1s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.04/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.04/0.06	c presolving (3 rounds):
0.04/0.06	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.04/0.06	c  1100 implications, 0 cliques
0.04/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 900 impl, 0 cont) and 1800 constraints
0.04/0.06	c     900 constraints of type <linear>
0.04/0.06	c     900 constraints of type <indicator>
0.04/0.06	c transformed objective value is always integral (scale: 1)
0.04/0.06	c Presolving Time: 0.05
0.04/0.06	c - non default parameters ----------------------------------------------------------------------
0.04/0.06	c # SCIP version 2.0.1.4
0.04/0.06	c 
0.04/0.06	c # frequency for displaying node information lines
0.04/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.04/0.06	c display/freq = 10000
0.04/0.06	c 
0.04/0.06	c # maximal time in seconds to run
0.04/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.06	c limits/time = 1800
0.04/0.06	c 
0.04/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.04/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.06	c limits/memory = 13950
0.04/0.06	c 
0.04/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.04/0.06	c # [type: int, range: [1,2], default: 1]
0.04/0.06	c timing/clocktype = 2
0.04/0.06	c 
0.04/0.06	c # belongs reading time to solving time?
0.04/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.06	c timing/reading = TRUE
0.04/0.06	c 
0.04/0.06	c # should presolving try to simplify inequalities
0.04/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.06	c constraints/linear/simplifyinequalities = TRUE
0.04/0.06	c 
0.04/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.04/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.06	c constraints/indicator/addCouplingCons = TRUE
0.04/0.06	c 
0.04/0.06	c # should presolving try to simplify knapsacks
0.04/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.04/0.06	c 
0.04/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.04/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.06	c separating/rapidlearning/freq = 0
0.04/0.06	c 
0.04/0.06	c -----------------------------------------------------------------------------------------------
0.04/0.06	c start solving
0.04/0.06	c 
0.04/0.07	o 444854
0.04/0.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.04/0.07	c t 0.1s|     1 |     0 |     0 |     - |5211k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.04/0.08	c   0.1s|     1 |     0 |   141 |     - |6420k|   0 |  74 |1900 |2700 |1900 | 900 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.19/0.27	c   0.3s|     1 |     0 |   459 |     - |8912k|   0 |  88 |1900 |2700 |1900 | 929 |  29 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.39/0.42	c   0.4s|     1 |     0 |   551 |     - |  10M|   0 |  82 |1900 |2700 |1900 | 950 |  50 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.49/0.58	c   0.6s|     1 |     0 |   646 |     - |  12M|   0 |  86 |1900 |2700 |1900 | 968 |  68 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |   691 |     - |  13M|   0 |  86 |1900 |2700 |1900 | 982 |  82 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |   715 |     - |  15M|   0 |  84 |1900 |2700 |1900 | 989 |  89 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.99/1.10	c   1.1s|     1 |     0 |   749 |     - |  16M|   0 |  86 |1900 |2700 |1900 | 992 |  92 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
1.69/1.76	c   1.8s|     1 |     2 |   749 |     - |  16M|   0 |  86 |1900 |2700 |1900 | 992 |  92 |   0 |  18 | 0.000000e+00 | 4.448540e+05 |    Inf 
7.49/7.55	o 10620
7.49/7.55	c * 7.6s|   153 |   152 |  7484 |  44.3 |  17M|  58 |   - |1900 |2700 |1900 |1102 | 183 |   0 | 938 | 0.000000e+00 | 1.062000e+04 |    Inf 
45.10/45.12	o 7241
45.10/45.12	c *45.1s|  5295 |  5242 |244036 |  46.0 |  25M|  58 |   - |1900 |2700 |1900 |1087 |  14k|   0 |2617 | 0.000000e+00 | 7.241000e+03 |    Inf 
78.59/78.67	c  78.7s| 10000 |  9933 |478158 |  47.7 |  31M|  58 |   3 |1900 |2707 |1900 |1012 |  27k|   7 |3226 | 0.000000e+00 | 7.241000e+03 |    Inf 
155.99/156.00	c   156s| 20000 | 19811 |979252 |  48.9 |  42M|  58 |  10 |1900 |2734 |1900 |1023 |  60k|  37 |5514 | 0.000000e+00 | 7.241000e+03 |    Inf 
171.20/171.25	o 5001
171.20/171.25	c * 171s| 21770 | 20511 |  1071k|  49.2 |  43M|  58 |   - |1900 |2756 |1900 |1063 |  67k|  59 |5953 | 0.000000e+00 | 5.001000e+03 |    Inf 
212.00/212.03	o 4016
212.00/212.03	c * 212s| 26356 | 22927 |  1334k|  50.6 |  46M|  58 |   - |1900 |2926 |1900 |1066 |  84k| 232 |6964 | 0.000000e+00 | 4.016000e+03 |    Inf 
243.40/243.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
243.40/243.46	c   243s| 30000 | 25621 |  1528k|  50.9 |  50M|  58 |   3 |1900 |3214 |1900 |1019 |  98k| 542 |7675 | 0.000000e+00 | 4.016000e+03 |    Inf 
327.50/327.54	c   328s| 40000 | 32685 |  2052k|  51.3 |  59M|  58 |  13 |1900 |3497 |1900 |1052 | 134k|1516 |9408 | 0.000000e+00 | 4.016000e+03 |    Inf 
344.61/344.63	o 3957
344.61/344.63	c * 345s| 42057 | 34043 |  2158k|  51.3 |  61M|  58 |   - |1900 |3477 |1900 |1046 | 141k|1698 |9718 | 0.000000e+00 | 3.957000e+03 |    Inf 
416.71/416.77	c   417s| 50000 | 38728 |  2575k|  51.5 |  67M|  58 |   - |1900 |3355 |1900 |1044 | 178k|2684 |  10k| 0.000000e+00 | 3.957000e+03 |    Inf 
509.61/509.67	c   510s| 60000 | 43870 |  3088k|  51.5 |  74M|  58 |   - |1900 |3020 |1900 |1020 | 227k|4000 |  12k| 0.000000e+00 | 3.957000e+03 |    Inf 
601.51/601.60	c   602s| 70000 | 49279 |  3597k|  51.4 |  82M|  58 |  17 |1900 |2995 |1900 |1046 | 276k|5223 |  13k| 0.000000e+00 | 3.957000e+03 |    Inf 
689.22/689.24	c   689s| 80000 | 55667 |  4103k|  51.3 |  90M|  58 |   - |1900 |2907 |1900 |1040 | 321k|6210 |  15k| 0.000000e+00 | 3.957000e+03 |    Inf 
772.42/772.42	c   772s| 90000 | 62857 |  4611k|  51.2 |  99M|  58 |   2 |1900 |2920 |1900 |1012 | 360k|7143 |  16k| 0.000000e+00 | 3.957000e+03 |    Inf 
775.32/775.37	o 3752
775.32/775.37	c * 775s| 90395 | 62405 |  4627k|  51.2 |  98M|  58 |   - |1900 |2898 |1900 |1057 | 362k|7174 |  16k| 0.000000e+00 | 3.752000e+03 |    Inf 
780.21/780.22	o 3716
780.21/780.22	c * 780s| 90981 | 62555 |  4651k|  51.1 |  98M|  58 |   - |1900 |2885 |1900 |1058 | 364k|7248 |  16k| 0.000000e+00 | 3.716000e+03 |    Inf 
858.02/858.08	c   858s|100000 | 67942 |  5093k|  50.9 | 105M|  58 |   6 |1900 |2903 |1900 |1022 | 404k|8339 |  17k| 0.000000e+00 | 3.716000e+03 |    Inf 
944.62/944.64	c   945s|110000 | 72878 |  5571k|  50.6 | 112M|  58 |  10 |1900 |2956 |1900 |1012 | 449k|9765 |  18k| 0.000000e+00 | 3.716000e+03 |    Inf 
959.62/959.69	o 3314
959.62/959.69	c * 960s|111682 | 71658 |  5655k|  50.6 | 110M|  58 |   - |1900 |2934 |1900 |1044 | 457k|9966 |  18k| 0.000000e+00 | 3.314000e+03 |    Inf 
959.72/959.72	o 3167
959.72/959.72	c * 960s|111685 | 70727 |  5656k|  50.6 | 108M|  58 |   - |1900 |2935 |1900 |1044 | 457k|9967 |  18k| 0.000000e+00 | 3.167000e+03 |    Inf 
963.22/963.28	o 3104
963.22/963.28	c * 963s|112120 | 70414 |  5673k|  50.6 | 107M|  58 |   - |1900 |2947 |1900 |1040 | 459k|  10k|  18k| 0.000000e+00 | 3.104000e+03 |    Inf 
1027.83/1027.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1027.83/1027.83	c  1028s|120000 | 73692 |  6034k|  50.3 | 112M|  58 |   - |1900 |3028 |1900 |1034 | 492k|  11k|  18k| 0.000000e+00 | 3.104000e+03 |    Inf 
1111.13/1111.14	c  1111s|130000 | 78478 |  6516k|  50.1 | 118M|  58 |   2 |1900 |2983 |1900 |1013 | 533k|  13k|  19k| 0.000000e+00 | 3.104000e+03 |    Inf 
1193.83/1193.85	c  1194s|140000 | 82427 |  6978k|  49.8 | 124M|  58 |  11 |1900 |3049 |1900 |1038 | 575k|  14k|  20k| 0.000000e+00 | 3.104000e+03 |    Inf 
1276.54/1276.51	c  1277s|150000 | 86690 |  7444k|  49.6 | 130M|  58 |   3 |1900 |3019 |1900 |1025 | 617k|  16k|  21k| 0.000000e+00 | 3.104000e+03 |    Inf 
1279.53/1279.58	o 2882
1279.53/1279.58	c *1280s|150401 | 84124 |  7464k|  49.6 | 126M|  58 |   - |1900 |3008 |1900 |1052 | 619k|  16k|  21k| 0.000000e+00 | 2.882000e+03 |    Inf 
1305.13/1305.15	o 2511
1305.13/1305.15	c *1305s|153422 | 77853 |  7605k|  49.6 | 118M|  58 |   - |1900 |3010 |1900 |1047 | 631k|  17k|  21k| 0.000000e+00 | 2.511000e+03 |    Inf 
1358.24/1358.22	c  1358s|160000 | 80337 |  7899k|  49.4 | 122M|  58 |   9 |1900 |3039 |1900 |1032 | 657k|  18k|  21k| 0.000000e+00 | 2.511000e+03 |    Inf 
1439.85/1439.85	c  1440s|170000 | 84066 |  8371k|  49.2 | 127M|  58 |   3 |1900 |3121 |1900 |1031 | 697k|  20k|  22k| 0.000000e+00 | 2.511000e+03 |    Inf 
1515.54/1515.50	c  1516s|180000 | 87436 |  8792k|  48.8 | 132M|  58 |   6 |1900 |3073 |1900 |1021 | 734k|  22k|  23k| 0.000000e+00 | 2.511000e+03 |    Inf 
1593.24/1593.28	c  1593s|190000 | 91439 |  9235k|  48.6 | 139M|  58 |   - |1900 |3044 |1900 |1033 | 772k|  24k|  23k| 0.000000e+00 | 2.511000e+03 |    Inf 
1668.95/1668.99	c  1669s|200000 | 95072 |  9661k|  48.3 | 144M|  58 |   2 |1900 |3042 |1900 |1021 | 810k|  27k|  24k| 0.000000e+00 | 2.511000e+03 |    Inf 
1748.85/1748.87	c  1749s|210000 | 98201 | 10093k|  48.1 | 149M|  58 |   5 |1900 |2995 |1900 |1034 | 852k|  29k|  24k| 0.000000e+00 | 2.511000e+03 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 216165
1800.05/1800.00	c Primal Bound       : +2.51100000000000e+03 (111 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447939-1307902298/watcher-3447939-1307902298 -o /tmp/evaluation-result-3447939-1307902298/solver-3447939-1307902298 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447939-1307902298.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.06 2.02 1.97 2/178 19755
/proc/meminfo: memFree=32231644/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=10120 CPUtime=0 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 1536 0 0 0 0 0 0 0 25 0 1 0 901827639 10362880 1489 33554432000 4194304 9128323 140736270751392 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19755/statm: 2530 1489 399 1205 0 1321 0

[startup+0.0547701 s]
/proc/loadavg: 2.06 2.02 1.97 2/178 19755
/proc/meminfo: memFree=32231644/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=23420 CPUtime=0.04 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 4902 0 0 0 4 0 0 0 25 0 1 0 901827639 23982080 4597 33554432000 4194304 9128323 140736270751392 18446744073709551615 5240840 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 5855 4597 535 1205 0 4646 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23420

[startup+0.100803 s]
/proc/loadavg: 2.06 2.02 1.97 2/178 19755
/proc/meminfo: memFree=32231644/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=27516 CPUtime=0.09 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 6133 0 0 0 9 0 0 0 18 0 1 0 901827639 28176384 5785 33554432000 4194304 9128323 140736270751392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 6879 5785 646 1205 0 5670 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27516

[startup+0.300765 s]
/proc/loadavg: 2.06 2.02 1.97 2/178 19755
/proc/meminfo: memFree=32231644/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=32812 CPUtime=0.29 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 11951 0 0 0 27 2 0 0 18 0 1 0 901827639 33599488 7251 33554432000 4194304 9128323 140736270751392 18446744073709551615 6695070 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 8203 7251 718 1205 0 6994 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32812

[startup+0.700688 s]
/proc/loadavg: 2.06 2.02 1.97 2/178 19755
/proc/meminfo: memFree=32231644/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=40052 CPUtime=0.69 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 13657 0 0 0 67 2 0 0 18 0 1 0 901827639 41013248 8933 33554432000 4194304 9128323 140736270751392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 10013 8933 712 1205 0 8804 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40052

[startup+1.50057 s]
/proc/loadavg: 2.06 2.02 1.97 3/179 19756
/proc/meminfo: memFree=32193716/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=44104 CPUtime=1.49 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 18214 0 0 0 146 3 0 0 19 0 1 0 901827639 45162496 10001 33554432000 4194304 9128323 140736270751392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 11026 10001 719 1205 0 9817 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44104

[startup+3.10029 s]
/proc/loadavg: 2.06 2.02 1.97 3/179 19756
/proc/meminfo: memFree=32191360/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=44708 CPUtime=3.09 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 18331 0 0 0 304 5 0 0 25 0 1 0 901827639 45780992 10112 33554432000 4194304 9128323 140736270751392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 11177 10112 719 1205 0 9968 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44708

[startup+6.30065 s]
/proc/loadavg: 2.06 2.02 1.97 3/179 19756
/proc/meminfo: memFree=32188152/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=45344 CPUtime=6.29 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 18496 0 0 0 620 9 0 0 25 0 1 0 901827639 46432256 10246 33554432000 4194304 9128323 140736270751392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 11336 10246 724 1205 0 10127 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45344

[startup+12.7005 s]
/proc/loadavg: 2.05 2.02 1.97 3/179 19756
/proc/meminfo: memFree=32184692/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=48632 CPUtime=12.69 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 20585 0 0 0 1254 15 0 0 25 0 1 0 901827639 49799168 11045 33554432000 4194304 9128323 140736270751392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 12158 11045 721 1205 0 10949 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48632

[startup+25.5011 s]
/proc/loadavg: 2.04 2.01 1.97 3/179 19757
/proc/meminfo: memFree=32181212/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=51908 CPUtime=25.5 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 26251 0 0 0 2521 29 0 0 25 0 1 0 901827639 53153792 11876 33554432000 4194304 9128323 140736270751392 18446744073709551615 7192336 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 12977 11876 721 1205 0 11768 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 51908

[startup+51.1004 s]
/proc/loadavg: 2.02 2.01 1.97 3/179 19757
/proc/meminfo: memFree=32175980/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=55496 CPUtime=51.09 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 37560 0 0 0 5053 56 0 0 25 0 1 0 901827639 56827904 12819 33554432000 4194304 9128323 140736270751392 18446744073709551615 6732464 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 13874 12819 721 1205 0 12665 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55496

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 19759
/proc/meminfo: memFree=32162804/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=65160 CPUtime=102.3 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 50229 0 0 0 10123 107 0 0 25 0 1 0 901827639 66723840 15237 33554432000 4194304 9128323 140736270751392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 16290 15237 727 1205 0 15081 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 65160

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 19760
/proc/meminfo: memFree=32154580/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=72688 CPUtime=162.3 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 55542 0 0 0 16066 164 0 0 25 0 1 0 901827639 74432512 17131 33554432000 4194304 9128323 140736270751392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 18172 17131 727 1205 0 16963 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 72688

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 1.97 3/179 19762
/proc/meminfo: memFree=32142860/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=78668 CPUtime=222.3 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 75850 0 0 0 22010 220 0 0 25 0 1 0 901827639 80556032 18659 33554432000 4194304 9128323 140736270751392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 19667 18659 727 1205 0 18458 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 78668

[startup+282.301 s]
/proc/loadavg: 2.09 2.03 1.98 3/179 19764
/proc/meminfo: memFree=32132520/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=86840 CPUtime=282.3 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 88356 0 0 0 27955 275 0 0 25 0 1 0 901827639 88924160 20739 33554432000 4194304 9128323 140736270751392 18446744073709551615 7366216 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 21710 20739 727 1205 0 20501 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 86840

[startup+342.3 s]
/proc/loadavg: 2.08 2.04 1.98 3/179 19765
/proc/meminfo: memFree=32121448/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=92708 CPUtime=342.3 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 93351 0 0 0 33900 330 0 0 25 0 1 0 901827639 94932992 22214 33554432000 4194304 9128323 140736270751392 18446744073709551615 7342491 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 23177 22214 727 1205 0 21968 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 92708

[startup+402.3 s]
/proc/loadavg: 2.03 2.03 1.98 3/179 19767
/proc/meminfo: memFree=32103176/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=99200 CPUtime=402.31 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 110421 0 0 0 39850 381 0 0 25 0 1 0 901827639 101580800 23831 33554432000 4194304 9128323 140736270751392 18446744073709551615 7192183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 24800 23831 727 1205 0 23591 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 99200

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/179 19768
/proc/meminfo: memFree=32094444/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=103180 CPUtime=462.31 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 114948 0 0 0 45795 436 0 0 25 0 1 0 901827639 105656320 24857 33554432000 4194304 9128323 140736270751392 18446744073709551615 7342540 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 25795 24857 729 1205 0 24586 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 103180

[startup+522.301 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 19770
/proc/meminfo: memFree=32082124/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=108348 CPUtime=522.31 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 116272 0 0 0 51743 488 0 0 25 0 1 0 901827639 110948352 26166 33554432000 4194304 9128323 140736270751392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 27087 26166 729 1205 0 25878 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 108348

[startup+582.301 s]
/proc/loadavg: 2.08 2.05 2.00 3/179 19772
/proc/meminfo: memFree=32060876/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=112072 CPUtime=582.31 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 120741 0 0 0 57691 540 0 0 25 0 1 0 901827639 114761728 27108 33554432000 4194304 9128323 140736270751392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 28018 27108 729 1205 0 26809 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 112072

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 19778
/proc/meminfo: memFree=31974860/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=137352 CPUtime=822.32 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 144028 0 0 0 81471 761 0 0 25 0 1 0 901827639 140648448 33018 33554432000 4194304 9128323 140736270751392 18446744073709551615 7192234 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 34338 33018 729 1205 0 33129 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 137352

[startup+882.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 19780
/proc/meminfo: memFree=31947296/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=142936 CPUtime=882.32 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 146699 0 0 0 87419 813 0 0 25 0 1 0 901827639 146366464 34409 33554432000 4194304 9128323 140736270751392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 35734 34409 729 1205 0 34525 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 142936

[startup+942.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 19781
/proc/meminfo: memFree=31919612/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=147424 CPUtime=942.32 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 151229 0 0 0 93365 867 0 0 25 0 1 0 901827639 150962176 35539 33554432000 4194304 9128323 140736270751392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 36856 35539 729 1205 0 35647 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 147424

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 19783
/proc/meminfo: memFree=31893768/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=150704 CPUtime=1002.33 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 164936 0 0 0 99309 924 0 0 25 0 1 0 901827639 154320896 36365 33554432000 4194304 9128323 140736270751392 18446744073709551615 4859536 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 37676 36365 729 1205 0 36467 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 150704

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 19784
/proc/meminfo: memFree=31872396/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=153788 CPUtime=1062.32 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 166951 0 0 0 105255 977 0 0 25 0 1 0 901827639 157478912 37129 33554432000 4194304 9128323 140736270751392 18446744073709551615 7346479 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 38447 37129 729 1205 0 37238 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 153788

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 19786
/proc/meminfo: memFree=31852008/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=157444 CPUtime=1122.33 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 169214 0 0 0 111200 1033 0 0 25 0 1 0 901827639 161222656 38082 33554432000 4194304 9128323 140736270751392 18446744073709551615 7216907 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 39361 38082 729 1205 0 38152 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 157444

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 19788
/proc/meminfo: memFree=31830272/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=162612 CPUtime=1182.33 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 170499 0 0 0 117147 1086 0 0 25 0 1 0 901827639 166514688 39367 33554432000 4194304 9128323 140736270751392 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 40653 39367 729 1205 0 39444 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 162612

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19789
/proc/meminfo: memFree=31808772/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=165656 CPUtime=1242.33 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 174695 0 0 0 123094 1139 0 0 25 0 1 0 901827639 169631744 40134 33554432000 4194304 9128323 140736270751392 18446744073709551615 7216720 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 41414 40134 729 1205 0 40205 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 165656

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 19791
/proc/meminfo: memFree=31784184/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=170068 CPUtime=1302.34 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 186221 0 0 0 129046 1188 0 0 25 0 1 0 901827639 174149632 41272 33554432000 4194304 9128323 140736270751392 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 42517 41272 729 1205 0 41308 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 170068

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 19792
/proc/meminfo: memFree=31767404/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=171460 CPUtime=1362.33 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 196119 0 0 0 134993 1240 0 0 25 0 1 0 901827639 175575040 41583 33554432000 4194304 9128323 140736270751392 18446744073709551615 7025259 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 42865 41583 729 1205 0 41656 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 171460

[startup+1422.31 s]
/proc/loadavg: 1.48 1.87 1.95 2/173 19819
/proc/meminfo: memFree=32332960/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=171684 CPUtime=1422.35 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 199665 0 0 0 140942 1293 0 0 25 0 1 0 901827639 175804416 41672 33554432000 4194304 9128323 140736270751392 18446744073709551615 7342934 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 42921 41672 729 1205 0 41712 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 171684

[startup+1482.3 s]
/proc/loadavg: 1.22 1.72 1.89 2/173 19821
/proc/meminfo: memFree=32332164/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=172888 CPUtime=1482.34 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 199963 0 0 0 146890 1344 0 0 25 0 1 0 901827639 177037312 41970 33554432000 4194304 9128323 140736270751392 18446744073709551615 7343089 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 43222 41970 729 1205 0 42013 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 172888

[startup+1542.3 s]
/proc/loadavg: 1.14 1.60 1.84 2/173 19822
/proc/meminfo: memFree=32326916/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=177972 CPUtime=1542.34 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 204707 0 0 0 152837 1397 0 0 25 0 1 0 901827639 182243328 43262 33554432000 4194304 9128323 140736270751392 18446744073709551615 7343096 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 44493 43262 729 1205 0 43284 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 177972

[startup+1602.3 s]
/proc/loadavg: 1.12 1.51 1.79 2/173 19824
/proc/meminfo: memFree=32323508/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=181536 CPUtime=1602.34 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 205558 0 0 0 158786 1448 0 0 25 0 1 0 901827639 185892864 44113 33554432000 4194304 9128323 140736270751392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 45384 44113 729 1205 0 44175 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 181536

[startup+1662.3 s]
/proc/loadavg: 1.04 1.41 1.74 2/173 19825
/proc/meminfo: memFree=32318132/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=186588 CPUtime=1662.35 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 206854 0 0 0 164734 1501 0 0 25 0 1 0 901827639 191066112 45409 33554432000 4194304 9128323 140736270751392 18446744073709551615 7216720 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 46647 45409 729 1205 0 45438 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 186588

[startup+1722.3 s]
/proc/loadavg: 1.01 1.33 1.69 2/173 19827
/proc/meminfo: memFree=32315488/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=189372 CPUtime=1722.35 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 210929 0 0 0 170687 1548 0 0 25 0 1 0 901827639 193916928 46112 33554432000 4194304 9128323 140736270751392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 47343 46112 729 1205 0 46134 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 189372

[startup+1782.3 s]
/proc/loadavg: 1.00 1.27 1.64 2/173 19829
/proc/meminfo: memFree=32311608/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=193000 CPUtime=1782.35 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 211849 0 0 0 176639 1596 0 0 25 0 1 0 901827639 197632000 47015 33554432000 4194304 9128323 140736270751392 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19755/statm: 48250 47015 729 1205 0 47041 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 193000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.25 1.63 2/173 19829
/proc/meminfo: memFree=32311092/32951124 swapFree=67072804/67111528
[pid=19755] ppid=19753 vsize=193416 CPUtime=1800.06 cores=0,2,4,6
/proc/19755/stat : 19755 (scip-2.0.1.4.li) R 19753 19755 18875 0 -1 4202496 211999 0 0 0 178397 1609 0 0 25 0 1 0 901827639 198057984 47165 33554432000 4194304 9128323 140736270751392 18446744073709551615 4683856 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19755/statm: 48354 47165 729 1205 0 47145 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 193416

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.08
CPU user time (s): 1783.97
CPU system time (s): 16.1046
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 202968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.97
system time used= 16.1046
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211999
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= 7
involuntary context switches= 3095

runsolver used 2.98255 second user time and 5.66214 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-12 20:11:38
IDJOB=3447939
IDBENCH=79395
IDSOLVER=1944
FILE ID=node135/3447939-1307902298
RUNJOBID= node135-1307898650-19387
PBS_JOBID= 13559571
Free space on /tmp= 73876 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh305_wcsp.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447939-1307902298/watcher-3447939-1307902298 -o /tmp/evaluation-result-3447939-1307902298/solver-3447939-1307902298 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447939-1307902298.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 8285b15ee2c0064deae9a0e09e679565
RANDOM SEED=72503708

node135.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.851
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.70
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.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.75
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.851
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.74
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.851
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:      32232196 kB
Buffers:        111372 kB
Cached:         141276 kB
SwapCached:       6348 kB
Active:         445032 kB
Inactive:        86712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32232196 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:           12024 kB
Writeback:           0 kB
AnonPages:      278452 kB
Mapped:          13868 kB
Slab:           122804 kB
PageTables:       4568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   439480 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73876 MiB
End job on node135 at 2011-06-12 20:41:40