Trace number 3447984

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.06 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-dsjc125-1-4_wcsp.wbo
MD5SUMb95440184c2619269a303a66296dd7fe
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT TO
Best cost obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark1800.06
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables500
Total number of constraints3069
Number of soft constraints2944
Number of constraints which are clauses2944
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 737
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 2944
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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-3447984-1307902803.wbo>
0.01/0.02	c original problem has 3444 variables (3444 bin, 0 int, 0 impl, 0 cont) and 3070 constraints
0.01/0.02	c problem read
0.01/0.02	c presolving settings loaded
0.01/0.05	c presolving:
0.01/0.07	c (round 1) 0 del vars, 0 del conss, 0 add conss, 2944 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 125 clqs
0.01/0.08	c (round 2) 0 del vars, 0 del conss, 0 add conss, 2944 chg bounds, 0 chg sides, 0 chg coeffs, 126 upgd conss, 0 impls, 125 clqs
0.09/0.13	c    (0.1s) probing: 101/3444 (2.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (3 rounds):
0.09/0.14	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 2944 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.14	c  2944 implications, 125 cliques
0.09/0.14	c presolved problem has 6388 variables (3444 bin, 0 int, 2944 impl, 0 cont) and 6014 constraints
0.09/0.14	c       1 constraints of type <knapsack>
0.09/0.14	c     125 constraints of type <setppc>
0.09/0.14	c    2944 constraints of type <linear>
0.09/0.14	c    2944 constraints of type <indicator>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.11
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 2.0.1.4
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1800
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # belongs reading time to solving time?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c timing/reading = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.89/0.90	o 131
0.89/0.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.90	c y 0.9s|     1 |     0 |     0 |     - |  21M|   0 |   - |6388 |8958 |6388 |3070 |   0 |   0 |   0 |      --      | 1.310000e+02 |    Inf 
0.89/0.93	c   0.9s|     1 |     0 |   865 |     - |  21M|   0 | 108 |6388 |8958 |6388 |3070 |   0 |   0 |   0 | 0.000000e+00 | 1.310000e+02 |    Inf 
1.69/1.71	c   1.7s|     1 |     0 |  1802 |     - |  23M|   0 | 264 |6388 |9049 |6388 |3497 | 427 |   0 |   0 | 0.000000e+00 | 1.310000e+02 |    Inf 
1.79/1.88	c   1.9s|     1 |     0 |  2610 |     - |  23M|   0 | 283 |6388 |9049 |6388 |3579 | 509 |   0 |   0 | 0.000000e+00 | 1.310000e+02 |    Inf 
1.99/2.03	c   2.0s|     1 |     0 |  2864 |     - |  24M|   0 | 278 |6388 |9049 |6388 |3629 | 559 |   0 |   0 | 0.000000e+00 | 1.310000e+02 |    Inf 
2.20/2.25	c   2.3s|     1 |     0 |  3744 |     - |  24M|   0 | 292 |6388 |9049 |6388 |3658 | 588 |   0 |   0 | 0.000000e+00 | 1.310000e+02 |    Inf 
2.39/2.44	c   2.4s|     1 |     0 |  3927 |     - |  25M|   0 | 252 |6388 |9049 |6388 |3710 | 640 |   0 |   0 | 0.000000e+00 | 1.310000e+02 |    Inf 
2.59/2.66	c   2.7s|     1 |     0 |  4189 |     - |  26M|   0 | 308 |6388 |9049 |6388 |3718 | 648 |   0 |   0 | 0.000000e+00 | 1.310000e+02 |    Inf 
3.49/3.54	c   3.5s|     1 |     2 |  5904 |     - |  26M|   0 | 308 |6388 |9049 |6388 |3718 | 648 |   0 |  10 | 0.000000e+00 | 1.310000e+02 |    Inf 
3.49/3.55	o 127
3.49/3.55	c y 3.5s|     2 |     1 |  5904 |1715.0 |  27M|   1 |   - |6388 |9049 |   0 |   0 | 648 |   0 |  10 | 0.000000e+00 | 1.270000e+02 |    Inf 
8.89/8.91	o 120
8.89/8.91	c y 8.9s|    35 |    34 | 10490 | 185.3 |  27M|  21 |   - |6388 |9049 |   0 |   0 | 648 |   0 | 348 | 0.000000e+00 | 1.200000e+02 |    Inf 
23.49/23.53	o 119
23.49/23.53	c y23.5s|   189 |   188 | 28415 | 128.9 |  30M|  23 |   - |6388 |9049 |   0 |   0 | 648 |   0 |1396 | 0.000000e+00 | 1.190000e+02 |    Inf 
24.29/24.39	o 115
24.29/24.39	c y24.4s|   217 |   216 | 32735 | 132.2 |  30M|  23 |   - |6388 |9049 |   0 |   0 | 648 |   0 |1401 | 0.000000e+00 | 1.150000e+02 |    Inf 
29.19/29.27	o 114
29.19/29.27	c y29.3s|   395 |   394 | 51908 | 121.1 |  34M|  35 |   - |6388 |9049 |   0 |   0 | 648 |   0 |1447 | 0.000000e+00 | 1.140000e+02 |    Inf 
36.69/36.79	o 103
36.69/36.79	c y36.8s|   881 |   880 | 79660 |  85.8 |  42M|  51 | 139 |6388 |9049 |6388 |3422 | 662 |   0 |1602 | 0.000000e+00 | 1.030000e+02 |    Inf 
36.89/36.99	o 101
36.89/36.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.89/36.99	c y37.0s|   909 |   908 | 80406 |  83.9 |  42M|  53 | 122 |6388 |9049 |6388 |3422 | 662 |   0 |1604 | 0.000000e+00 | 1.010000e+02 |    Inf 
39.29/39.37	o 93
39.29/39.37	c y39.4s|  1202 |  1201 | 86074 |  68.2 |  43M|  71 |   - |6388 |9049 |   0 |   0 | 876 |   0 |1639 | 0.000000e+00 | 9.300000e+01 |    Inf 
109.49/109.53	c   110s| 10000 | 10001 |329198 |  32.5 |  68M|  89 |   8 |6388 |8959 |6388 |3284 |3293 |   0 |2665 | 0.000000e+00 | 9.300000e+01 |    Inf 
213.70/213.75	o 86
213.70/213.75	c y 214s| 17430 | 17429 |521949 |  29.7 |  90M| 108 |  12 |6388 |8959 |6388 |3452 |  23k|   0 |3947 | 0.000000e+00 | 8.600000e+01 |    Inf 
261.00/261.04	c   261s| 20000 | 20001 |603887 |  30.0 |  98M| 109 |  26 |6388 |8959 |6388 |3353 |  33k|   0 |4307 | 0.000000e+00 | 8.600000e+01 |    Inf 
266.79/266.80	o 85
266.79/266.80	c y 267s| 20206 | 20205 |612926 |  30.1 |  98M| 109 |   - |6388 |8959 |   0 |   0 |  34k|   0 |4383 | 0.000000e+00 | 8.500000e+01 |    Inf 
508.00/508.02	c   508s| 30000 | 30001 |  1010k|  33.6 | 127M| 115 |  26 |6388 |8959 |6388 |3388 |  89k|   0 |7271 | 0.000000e+00 | 8.500000e+01 |    Inf 
534.70/534.76	o 83
534.70/534.76	c y 535s| 31002 | 31001 |  1054k|  33.9 | 130M| 115 |   - |6388 |8959 |   0 |   0 |  95k|   0 |7684 | 0.000000e+00 | 8.300000e+01 |    Inf 
604.41/604.49	o 77
604.41/604.49	c y 604s| 33704 | 33703 |  1161k|  34.3 | 138M| 115 |  34 |6388 |8959 |6388 |3434 | 111k|   0 |8591 | 0.000000e+00 | 7.700000e+01 |    Inf 
728.22/728.24	o 76
728.22/728.24	c y 728s| 38850 | 38849 |  1363k|  35.0 | 153M| 118 |   - |6388 |8959 |   0 |   0 | 138k|   0 |  10k| 0.000000e+00 | 7.600000e+01 |    Inf 
759.81/759.85	c   760s| 40000 | 40001 |  1412k|  35.2 | 157M| 118 |   8 |6388 |8959 |6388 |3422 | 146k|   0 |  10k| 0.000000e+00 | 7.600000e+01 |    Inf 
992.41/992.40	o 73
992.41/992.40	c y 992s| 49546 | 49545 |  1789k|  36.0 | 185M| 118 |   - |6388 |8958 |   0 |   0 | 198k|   0 |  13k| 0.000000e+00 | 7.300000e+01 |    Inf 
1002.81/1002.85	c  1003s| 50000 | 50001 |  1810k|  36.1 | 186M| 118 |  12 |6388 |8958 |6388 |3443 | 201k|   0 |  13k| 0.000000e+00 | 7.300000e+01 |    Inf 
1287.82/1287.87	c  1288s| 60000 | 60001 |  2247k|  37.4 | 216M| 118 |  16 |6388 |8958 |6388 |3422 | 267k|   0 |  16k| 0.000000e+00 | 7.300000e+01 |    Inf 
1538.93/1538.99	c  1539s| 70000 | 70001 |  2649k|  37.8 | 246M| 118 |  12 |6388 |8958 |6388 |3314 | 325k|   0 |  18k| 0.000000e+00 | 7.300000e+01 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 79081
1800.03/1800.00	c Primal Bound       : +7.30000000000000e+01 (798 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/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 /var/tmp/evaluation-result-3447984-1307902803/watcher-3447984-1307902803 -o /var/tmp/evaluation-result-3447984-1307902803/solver-3447984-1307902803 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447984-1307902803.wbo -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 16443
/proc/meminfo: memFree=888248/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=10436 CPUtime=0 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 1593 0 0 0 0 0 0 0 25 0 1 0 901879959 10686464 1546 33554432000 4194304 9128323 140733849850368 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16443/statm: 2609 1546 396 1205 0 1400 0

[startup+0.013987 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 16443
/proc/meminfo: memFree=888248/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=11952 CPUtime=0.01 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 1971 0 0 0 1 0 0 0 25 0 1 0 901879959 12238848 1924 33554432000 4194304 9128323 140733849850368 18446744073709551615 6191852 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16443/statm: 2988 1924 399 1205 0 1779 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11952

[startup+0.100974 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 16443
/proc/meminfo: memFree=888248/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=37152 CPUtime=0.09 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 8307 0 0 0 9 0 0 0 25 0 1 0 901879959 38043648 8001 33554432000 4194304 9128323 140733849850368 18446744073709551615 5973112 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16443/statm: 9288 8001 545 1205 0 8079 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37152

[startup+0.300937 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 16443
/proc/meminfo: memFree=888248/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=46516 CPUtime=0.29 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 10756 0 0 0 29 0 0 0 25 0 1 0 901879959 47632384 10420 33554432000 4194304 9128323 140733849850368 18446744073709551615 5992478 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16443/statm: 11629 10420 617 1205 0 10420 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46516

[startup+0.700866 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 16443
/proc/meminfo: memFree=888248/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=47112 CPUtime=0.69 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 10922 0 0 0 69 0 0 0 25 0 1 0 901879959 48242688 10586 33554432000 4194304 9128323 140733849850368 18446744073709551615 5992693 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16443/statm: 11778 10586 617 1205 0 10569 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47112

[startup+1.50073 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 16444
/proc/meminfo: memFree=842764/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=93516 CPUtime=1.49 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 22548 0 0 0 146 3 0 0 25 0 1 0 901879959 95760384 22024 33554432000 4194304 9128323 140733849850368 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16443/statm: 23379 22024 723 1205 0 22170 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93516

[startup+3.10044 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 16444
/proc/meminfo: memFree=801224/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=94732 CPUtime=3.09 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 23576 0 0 0 302 7 0 0 25 0 1 0 901879959 97005568 22688 33554432000 4194304 9128323 140733849850368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16443/statm: 23683 22688 750 1205 0 22474 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94732

[startup+6.30088 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 16444
/proc/meminfo: memFree=800064/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=94732 CPUtime=6.29 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 23576 0 0 0 611 18 0 0 25 0 1 0 901879959 97005568 22688 33554432000 4194304 9128323 140733849850368 18446744073709551615 7217720 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16443/statm: 23683 22688 750 1205 0 22474 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94732

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 16444
/proc/meminfo: memFree=798464/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=94732 CPUtime=12.69 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 23576 0 0 0 1232 37 0 0 25 0 1 0 901879959 97005568 22688 33554432000 4194304 9128323 140733849850368 18446744073709551615 7346406 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16443/statm: 23683 22688 750 1205 0 22474 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94732

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 16444
/proc/meminfo: memFree=795408/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=94732 CPUtime=25.49 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 23576 0 0 0 2476 73 0 0 25 0 1 0 901879959 97005568 22688 33554432000 4194304 9128323 140733849850368 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/16443/statm: 23683 22688 750 1205 0 22474 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94732

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 16445
/proc/meminfo: memFree=791352/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=94732 CPUtime=51.09 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 37913 0 0 0 4981 128 0 0 25 0 1 0 901879959 97005568 22731 33554432000 4194304 9128323 140733849850368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 23683 22731 752 1205 0 22474 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94732

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 16446
/proc/meminfo: memFree=764884/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=111452 CPUtime=102.3 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 59577 0 0 0 9995 235 0 0 25 0 1 0 901879959 114126848 26906 33554432000 4194304 9128323 140733849850368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 27863 26906 752 1205 0 26654 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 111452

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 16448
/proc/meminfo: memFree=736568/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=127076 CPUtime=162.29 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 69631 0 0 0 15908 321 0 0 25 0 1 0 901879959 130125824 30812 33554432000 4194304 9128323 140733849850368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 31769 30812 752 1205 0 30560 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 127076

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 16449
/proc/meminfo: memFree=715316/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=136964 CPUtime=222.29 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 90740 0 0 0 21838 391 0 0 25 0 1 0 901879959 140251136 33287 33554432000 4194304 9128323 140733849850368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 34241 33287 752 1205 0 33032 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 136964

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 16451
/proc/meminfo: memFree=693936/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=147560 CPUtime=282.3 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 124112 0 0 0 27762 468 0 0 25 0 1 0 901879959 151101440 35945 33554432000 4194304 9128323 140733849850368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 36890 35945 752 1205 0 35681 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 147560

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 16453
/proc/meminfo: memFree=679132/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=155304 CPUtime=342.3 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 144444 0 0 0 33689 541 0 0 25 0 1 0 901879959 159031296 37923 33554432000 4194304 9128323 140733849850368 18446744073709551615 8012251 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 38826 37923 752 1205 0 37617 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 155304

[startup+402.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 16454
/proc/meminfo: memFree=660992/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=162204 CPUtime=402.3 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 152526 0 0 0 39621 609 0 0 25 0 1 0 901879959 166096896 39659 33554432000 4194304 9128323 140733849850368 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 40551 39659 769 1205 0 39342 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 162204

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 16456
/proc/meminfo: memFree=645184/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=167604 CPUtime=462.3 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 153920 0 0 0 45562 668 0 0 25 0 1 0 901879959 171626496 41018 33554432000 4194304 9128323 140733849850368 18446744073709551615 4234730 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 41901 41018 769 1205 0 40692 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 167604

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 16457
/proc/meminfo: memFree=625596/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=176120 CPUtime=522.3 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 156159 0 0 0 51495 735 0 0 25 0 1 0 901879959 180346880 43137 33554432000 4194304 9128323 140733849850368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 44030 43137 791 1205 0 42821 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 176120

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 16459
/proc/meminfo: memFree=610904/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=182792 CPUtime=582.3 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 176285 0 0 0 57429 801 0 0 25 0 1 0 901879959 187179008 44813 33554432000 4194304 9128323 140733849850368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 45698 44813 780 1205 0 44489 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 182792

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 1.12 1.65 1.84 2/172 16490
/proc/meminfo: memFree=972784/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=208700 CPUtime=822.31 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 238009 0 0 0 81132 1099 0 0 25 0 1 0 901879959 213708800 51351 33554432000 4194304 9128323 140733849850368 18446744073709551615 7162938 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 52175 51351 752 1205 0 50966 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 208700

[startup+882.301 s]
/proc/loadavg: 1.04 1.53 1.78 2/172 16492
/proc/meminfo: memFree=964916/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=216496 CPUtime=882.31 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 239937 0 0 0 87056 1175 0 0 25 0 1 0 901879959 221691904 53279 33554432000 4194304 9128323 140733849850368 18446744073709551615 7205152 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 54124 53279 752 1205 0 52915 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 216496

[startup+942.3 s]
/proc/loadavg: 1.01 1.43 1.73 2/172 16494
/proc/meminfo: memFree=956308/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=225184 CPUtime=942.31 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 248283 0 0 0 92977 1254 0 0 25 0 1 0 901879959 230588416 55462 33554432000 4194304 9128323 140733849850368 18446744073709551615 5105556 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 56296 55462 752 1205 0 55087 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 225184

[startup+1002.3 s]
/proc/loadavg: 1.06 1.37 1.69 2/172 16495
/proc/meminfo: memFree=949304/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=232100 CPUtime=1002.31 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 262452 0 0 0 98896 1335 0 0 25 0 1 0 901879959 237670400 57208 33554432000 4194304 9128323 140733849850368 18446744073709551615 5607800 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 58025 57208 752 1205 0 56816 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 232100

[startup+1062.3 s]
/proc/loadavg: 1.02 1.30 1.64 2/172 16497
/proc/meminfo: memFree=941304/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=240436 CPUtime=1062.32 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 276986 0 0 0 104818 1414 0 0 25 0 1 0 901879959 246206464 59296 33554432000 4194304 9128323 140733849850368 18446744073709551615 5952110 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 60109 59296 752 1205 0 58900 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 240436

[startup+1122.3 s]
/proc/loadavg: 1.00 1.24 1.60 2/172 16498
/proc/meminfo: memFree=935168/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=246164 CPUtime=1122.32 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 284729 0 0 0 110735 1497 0 0 25 0 1 0 901879959 252071936 60786 33554432000 4194304 9128323 140733849850368 18446744073709551615 7346269 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 61541 60786 752 1205 0 60332 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 246164

[startup+1182.3 s]
/proc/loadavg: 1.00 1.19 1.56 2/172 16500
/proc/meminfo: memFree=929040/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=252996 CPUtime=1182.32 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 292610 0 0 0 116666 1566 0 0 25 0 1 0 901879959 259067904 62480 33554432000 4194304 9128323 140733849850368 18446744073709551615 7176865 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 63249 62480 752 1205 0 62040 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 252996

[startup+1242.3 s]
/proc/loadavg: 1.00 1.16 1.52 2/172 16502
/proc/meminfo: memFree=923164/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=258148 CPUtime=1242.32 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 293878 0 0 0 122592 1640 0 0 25 0 1 0 901879959 264343552 63748 33554432000 4194304 9128323 140733849850368 18446744073709551615 6505901 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 64537 63748 752 1205 0 63328 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 258148

[startup+1302.3 s]
/proc/loadavg: 1.00 1.12 1.48 2/172 16503
/proc/meminfo: memFree=914680/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=266452 CPUtime=1302.33 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 295983 0 0 0 128515 1718 0 0 25 0 1 0 901879959 272846848 65852 33554432000 4194304 9128323 140733849850368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 66613 65852 752 1205 0 65404 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 266452

[startup+1362.3 s]
/proc/loadavg: 1.00 1.10 1.45 2/172 16505
/proc/meminfo: memFree=909168/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=271820 CPUtime=1362.32 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 303553 0 0 0 134434 1798 0 0 25 0 1 0 901879959 278343680 67210 33554432000 4194304 9128323 140733849850368 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 67955 67210 752 1205 0 66746 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 271820

[startup+1422.31 s]
/proc/loadavg: 1.00 1.08 1.42 2/172 16506
/proc/meminfo: memFree=901916/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=279180 CPUtime=1422.33 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 305380 0 0 0 140366 1867 0 0 25 0 1 0 901879959 285880320 69035 33554432000 4194304 9128323 140733849850368 18446744073709551615 7207309 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 69795 69035 752 1205 0 68586 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 279180

[startup+1482.3 s]
/proc/loadavg: 1.00 1.06 1.39 2/172 16508
/proc/meminfo: memFree=894420/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=288856 CPUtime=1482.32 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 313493 0 0 0 146283 1949 0 0 25 0 1 0 901879959 295788544 70948 33554432000 4194304 9128323 140733849850368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 72214 70948 752 1205 0 71005 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 288856

[startup+1542.3 s]
/proc/loadavg: 1.07 1.06 1.37 2/172 16510
/proc/meminfo: memFree=887664/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=295384 CPUtime=1542.33 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 321194 0 0 0 152205 2028 0 0 25 0 1 0 901879959 302473216 72594 33554432000 4194304 9128323 140733849850368 18446744073709551615 7342934 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 73846 72594 752 1205 0 72637 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 295384

[startup+1602.3 s]
/proc/loadavg: 1.02 1.05 1.34 2/172 16511
/proc/meminfo: memFree=882752/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=300288 CPUtime=1602.33 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 322445 0 0 0 158128 2105 0 0 25 0 1 0 901879959 307494912 73823 33554432000 4194304 9128323 140733849850368 18446744073709551615 4893606 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 75072 73823 752 1205 0 73863 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 300288

[startup+1662.3 s]
/proc/loadavg: 1.01 1.04 1.32 2/172 16513
/proc/meminfo: memFree=878100/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=304792 CPUtime=1662.33 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 323604 0 0 0 164059 2174 0 0 25 0 1 0 901879959 312107008 74982 33554432000 4194304 9128323 140733849850368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 76198 74982 752 1205 0 74989 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 304792

[startup+1722.3 s]
/proc/loadavg: 1.00 1.03 1.30 2/172 16514
/proc/meminfo: memFree=872328/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=310660 CPUtime=1722.33 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 331257 0 0 0 169989 2244 0 0 25 0 1 0 901879959 318115840 76455 33554432000 4194304 9128323 140733849850368 18446744073709551615 4893771 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 77665 76455 752 1205 0 76456 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 310660

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/172 16516
/proc/meminfo: memFree=864084/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=318700 CPUtime=1782.33 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 333239 0 0 0 175919 2314 0 0 25 0 1 0 901879959 326348800 78437 33554432000 4194304 9128323 140733849850368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16443/statm: 79675 78437 752 1205 0 78466 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 318700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.02 1.27 2/172 16517
/proc/meminfo: memFree=862696/32950928 swapFree=67079488/67111528
[pid=16443] ppid=16441 vsize=320028 CPUtime=1800.03 cores=1,3,5,7
/proc/16443/stat : 16443 (scip-2.0.1.4.li) R 16441 16443 15624 0 -1 4202496 333591 0 0 0 177664 2339 0 0 25 0 1 0 901879959 327708672 78789 33554432000 4194304 9128323 140733849850368 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16443/statm: 80007 78789 752 1205 0 78798 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 320028

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.06
CPU user time (s): 1776.65
CPU system time (s): 23.4114
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 320028

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

runsolver used 2.31865 second user time and 6.14506 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-12 20:20:03
IDJOB=3447984
IDBENCH=79441
IDSOLVER=1944
FILE ID=node125/3447984-1307902803
RUNJOBID= node125-1307897396-16015
PBS_JOBID= 13559581
Free space on /var/tmp= 2880 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/coloring/normalized-dsjc125-1-4_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 /var/tmp/evaluation-result-3447984-1307902803/watcher-3447984-1307902803 -o /var/tmp/evaluation-result-3447984-1307902803/solver-3447984-1307902803 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447984-1307902803.wbo -t 1800 -m 15500

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

MD5SUM BENCH= b95440184c2619269a303a66296dd7fe
RANDOM SEED=255598395

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.74
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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:        888932 kB
Buffers:         55932 kB
Cached:       30735376 kB
SwapCached:       3272 kB
Active:       16188724 kB
Inactive:     14915904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:        888932 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           12072 kB
Writeback:           0 kB
AnonPages:      311644 kB
Mapped:          17120 kB
Slab:           894388 kB
PageTables:       4840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   485876 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 /var/tmp at the end= 2880 MiB
End job on node125 at 2011-06-12 20:50:05