Trace number 3447952

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.4MSAT (TO) 1800.07 1800.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh06_wcsp.wbo
MD5SUM6d863641d8b2b772fe5ea25b86285712
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark99
Best CPU time to get the best result obtained on this benchmark0.023995
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 constraints950
Number of soft constraints850
Number of constraints which are clauses850
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 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
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-3447952-1307902522.wbo>
0.00/0.01	c original problem has 1050 variables (1050 bin, 0 int, 0 impl, 0 cont) and 951 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.02	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, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.05	c    (0.1s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1050 implications, 0 cliques
0.00/0.05	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.00/0.05	c     850 constraints of type <linear>
0.00/0.05	c     850 constraints of type <indicator>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.0.1.4
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1800
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.06	c 
0.00/0.06	o 420925
0.00/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.06	c t 0.1s|     1 |     0 |     0 |     - |4960k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   124 |     - |6101k|   0 |  75 |1800 |2550 |1800 | 850 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   455 |     - |7357k|   0 |  86 |1800 |2550 |1800 | 869 |  19 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   615 |     - |8542k|   0 |  75 |1800 |2550 |1800 | 886 |  36 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.39/0.46	c   0.5s|     1 |     0 |   690 |     - |9177k|   0 |  83 |1800 |2550 |1800 | 909 |  59 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.49/0.59	c   0.6s|     1 |     0 |   724 |     - |9641k|   0 |  86 |1800 |2550 |1800 | 920 |  70 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.69/0.73	c   0.7s|     1 |     0 |   764 |     - |9736k|   0 |  85 |1800 |2550 |1800 | 926 |  76 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.79/0.87	c   0.9s|     1 |     0 |   799 |     - |9782k|   0 |  83 |1800 |2550 |1800 | 931 |  81 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.99/1.02	c   1.0s|     1 |     0 |   812 |     - |9817k|   0 |  84 |1800 |2550 |1800 | 933 |  83 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
2.09/2.15	c   2.1s|     1 |     2 |   812 |     - |9888k|   0 |  84 |1800 |2550 |1800 | 933 |  83 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
7.70/7.77	o 7178
7.70/7.77	c * 7.8s|   106 |   105 |  4597 |  36.0 |  10M|  56 |   - |1800 |2550 |1800 | 985 | 206 |   0 | 671 | 0.000000e+00 | 7.178000e+03 |    Inf 
8.39/8.41	o 6781
8.39/8.41	c * 8.4s|   204 |   195 |  7332 |  32.1 |  11M|  56 |   - |1800 |2551 |1800 | 998 | 521 |   1 | 767 | 0.000000e+00 | 6.781000e+03 |    Inf 
8.49/8.54	o 3907
8.49/8.54	c * 8.5s|   215 |   171 |  7948 |  33.3 |  11M|  56 |   - |1800 |2552 |1800 | 992 | 600 |   2 | 784 | 0.000000e+00 | 3.907000e+03 |    Inf 
13.09/13.19	o 3659
13.09/13.19	c *13.2s|   998 |   662 | 33881 |  33.2 |  14M|  56 |   - |1800 |2665 |1800 | 969 |3137 | 115 | 941 | 0.000000e+00 | 3.659000e+03 |    Inf 
14.09/14.12	o 2843
14.09/14.12	c *14.1s|  1147 |   729 | 38720 |  33.1 |  14M|  56 |   - |1800 |2681 |1800 | 970 |3694 | 131 | 979 | 0.000000e+00 | 2.843000e+03 |    Inf 
14.09/14.13	o 2769
14.09/14.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.09/14.13	c *14.1s|  1148 |   707 | 38762 |  33.1 |  14M|  56 |   - |1800 |2681 |1800 | 952 |3694 | 131 | 979 | 0.000000e+00 | 2.769000e+03 |    Inf 
15.49/15.55	o 2743
15.49/15.55	c *15.5s|  1347 |   790 | 45758 |  33.4 |  14M|  57 |   - |1800 |2720 |1800 | 974 |4727 | 170 | 999 | 0.000000e+00 | 2.743000e+03 |    Inf 
57.89/57.95	o 2731
57.89/57.95	c *57.9s|  8708 |  6150 |314908 |  36.1 |  22M|  58 |   - |1800 |3421 |1800 | 967 |  26k|1221 |1843 | 0.000000e+00 | 2.731000e+03 |    Inf 
61.90/61.97	o 2728
61.90/61.97	c *62.0s|  9364 |  6597 |337878 |  36.0 |  22M|  58 |   - |1800 |3447 |1800 | 990 |  28k|1336 |1871 | 0.000000e+00 | 2.728000e+03 |    Inf 
65.69/65.77	c  65.8s| 10000 |  7097 |360558 |  36.0 |  23M|  58 |   7 |1800 |3441 |1800 | 925 |  30k|1401 |1942 | 0.000000e+00 | 2.728000e+03 |    Inf 
98.80/98.85	o 2500
98.80/98.85	c *98.9s| 15376 | 10071 |548478 |  35.6 |  27M|  63 |   - |1800 |3348 |1800 | 963 |  51k|2459 |2490 | 0.000000e+00 | 2.500000e+03 |    Inf 
126.10/126.12	c   126s| 20000 | 12377 |696917 |  34.8 |  30M|  63 |   4 |1800 |3047 |1800 | 924 |  67k|3599 |3097 | 0.000000e+00 | 2.500000e+03 |    Inf 
171.60/171.60	o 2482
171.60/171.60	c * 172s| 27522 | 15918 |949738 |  34.5 |  35M|  63 |   - |1800 |2865 |1800 | 970 |  95k|5409 |4172 | 0.000000e+00 | 2.482000e+03 |    Inf 
187.10/187.19	c   187s| 30000 | 16982 |  1034k|  34.5 |  36M|  63 |   2 |1800 |2891 |1800 | 924 | 105k|5980 |4382 | 0.000000e+00 | 2.482000e+03 |    Inf 
251.39/251.49	c   251s| 40000 | 21554 |  1377k|  34.4 |  43M|  63 |  18 |1800 |2968 |1800 | 955 | 147k|8621 |5283 | 0.000000e+00 | 2.482000e+03 |    Inf 
264.90/264.95	o 2371
264.90/264.95	c * 265s| 42199 | 22442 |  1450k|  34.4 |  45M|  63 |   - |1800 |2925 |1800 | 951 | 156k|9191 |5610 | 0.000000e+00 | 2.371000e+03 |    Inf 
312.00/312.04	c   312s| 50000 | 25871 |  1705k|  34.1 |  49M|  63 |   4 |1800 |2914 |1800 | 947 | 185k|  11k|6457 | 0.000000e+00 | 2.371000e+03 |    Inf 
375.00/375.04	c   375s| 60000 | 30166 |  2049k|  34.1 |  56M|  63 |  24 |1800 |2917 |1800 | 931 | 225k|  14k|7515 | 0.000000e+00 | 2.371000e+03 |    Inf 
381.10/381.14	o 2363
381.10/381.14	c * 381s| 61076 | 30757 |  2084k|  34.1 |  57M|  63 |   - |1800 |2952 |1800 | 976 | 228k|  14k|7623 | 0.000000e+00 | 2.363000e+03 |    Inf 
382.20/382.27	o 2274
382.20/382.27	c * 382s| 61249 | 30782 |  2090k|  34.1 |  57M|  63 |   - |1800 |2972 |1800 | 971 | 229k|  14k|7640 | 0.000000e+00 | 2.274000e+03 |    Inf 
390.30/390.39	o 2110
390.30/390.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
390.30/390.39	c * 390s| 62619 | 31253 |  2135k|  34.1 |  58M|  63 |   - |1800 |2986 |1800 | 959 | 234k|  14k|7756 | 0.000000e+00 | 2.110000e+03 |    Inf 
434.90/434.98	c   435s| 70000 | 33790 |  2381k|  34.0 |  62M|  63 |   9 |1800 |3139 |1800 | 967 | 261k|  17k|8417 | 0.000000e+00 | 2.110000e+03 |    Inf 
494.01/494.08	c   494s| 80000 | 37332 |  2691k|  33.6 |  68M|  63 |   - |1800 |3104 |   0 |   0 | 299k|  20k|9273 | 0.000000e+00 | 2.110000e+03 |    Inf 
554.51/554.52	c   555s| 90000 | 40928 |  3010k|  33.4 |  74M|  63 |  12 |1800 |3097 |1800 | 929 | 339k|  23k|  10k| 0.000000e+00 | 2.110000e+03 |    Inf 
610.41/610.40	c   610s|100000 | 44884 |  3307k|  33.1 |  80M|  63 |  12 |1800 |3152 |1800 | 924 | 374k|  26k|  11k| 0.000000e+00 | 2.110000e+03 |    Inf 
639.31/639.31	o 2034
639.31/639.31	c * 639s|105313 | 47018 |  3470k|  32.9 |  84M|  63 |   - |1800 |3136 |1800 | 952 | 391k|  27k|  11k| 0.000000e+00 | 2.034000e+03 |    Inf 
669.01/669.01	c   669s|110000 | 48378 |  3624k|  32.9 |  86M|  63 |  12 |1800 |3106 |1800 | 938 | 411k|  29k|  11k| 0.000000e+00 | 2.034000e+03 |    Inf 
682.81/682.85	o 2000
682.81/682.85	c * 683s|112399 | 49116 |  3692k|  32.8 |  87M|  63 |   - |1800 |3049 |1800 | 980 | 420k|  30k|  11k| 0.000000e+00 | 2.000000e+03 |    Inf 
728.12/728.19	c   728s|120000 | 51380 |  3922k|  32.7 |  91M|  63 |  10 |1800 |3197 |1800 | 924 | 451k|  32k|  12k| 0.000000e+00 | 2.000000e+03 |    Inf 
783.01/783.07	c   783s|130000 | 54988 |  4222k|  32.5 |  97M|  63 |   - |1800 |3323 |   0 |   0 | 485k|  36k|  13k| 0.000000e+00 | 2.000000e+03 |    Inf 
841.62/841.62	c   842s|140000 | 58282 |  4529k|  32.3 | 103M|  63 |   - |1800 |3083 |1800 | 950 | 522k|  39k|  13k| 0.000000e+00 | 2.000000e+03 |    Inf 
902.82/902.82	c   903s|150000 | 61938 |  4855k|  32.4 | 109M|  63 |   - |1800 |3080 |   0 |   0 | 561k|  42k|  14k| 0.000000e+00 | 2.000000e+03 |    Inf 
961.82/961.87	c   962s|160000 | 65152 |  5164k|  32.3 | 114M|  63 |  14 |1800 |3065 |1800 | 947 | 600k|  45k|  15k| 0.000000e+00 | 2.000000e+03 |    Inf 
1014.42/1014.40	c  1014s|170000 | 68449 |  5445k|  32.0 | 120M|  63 |   - |1800 |3130 |   0 |   0 | 633k|  49k|  15k| 0.000000e+00 | 2.000000e+03 |    Inf 
1070.12/1070.17	c  1070s|180000 | 71702 |  5727k|  31.8 | 125M|  66 |  31 |1800 |3062 |1800 | 937 | 670k|  52k|  16k| 0.000000e+00 | 2.000000e+03 |    Inf 
1129.42/1129.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1129.42/1129.46	c  1129s|190000 | 75338 |  6033k|  31.8 | 131M|  66 |  13 |1800 |3156 |1800 | 931 | 710k|  55k|  17k| 0.000000e+00 | 2.000000e+03 |    Inf 
1186.52/1186.53	c  1187s|200000 | 78593 |  6324k|  31.6 | 136M|  66 |   - |1800 |3107 |1800 | 930 | 748k|  58k|  17k| 0.000000e+00 | 2.000000e+03 |    Inf 
1238.63/1238.61	c  1239s|210000 | 81868 |  6600k|  31.4 | 141M|  66 |   - |1800 |3140 |1800 | 944 | 780k|  62k|  18k| 0.000000e+00 | 2.000000e+03 |    Inf 
1266.53/1266.50	o 1983
1266.53/1266.50	c *1267s|215619 | 84025 |  6753k|  31.3 | 145M|  66 |   - |1800 |3107 |1800 | 982 | 796k|  64k|  18k| 0.000000e+00 | 1.983000e+03 |    Inf 
1289.23/1289.26	c  1289s|220000 | 85428 |  6872k|  31.2 | 147M|  66 |   - |1800 |3100 |1800 | 950 | 811k|  65k|  18k| 0.000000e+00 | 1.983000e+03 |    Inf 
1344.63/1344.61	c  1345s|230000 | 88765 |  7172k|  31.2 | 153M|  66 |   2 |1800 |3168 |1800 | 931 | 845k|  69k|  19k| 0.000000e+00 | 1.983000e+03 |    Inf 
1397.53/1397.52	c  1398s|240000 | 92037 |  7455k|  31.1 | 159M|  66 |   4 |1800 |3270 |1800 | 929 | 879k|  72k|  19k| 0.000000e+00 | 1.983000e+03 |    Inf 
1459.13/1459.18	c  1459s|250000 | 95302 |  7760k|  31.0 | 164M|  66 |   9 |1800 |3173 |1800 | 937 | 921k|  75k|  20k| 0.000000e+00 | 1.983000e+03 |    Inf 
1517.24/1517.28	c  1517s|260000 | 98581 |  8054k|  31.0 | 170M|  66 |   6 |1800 |3154 |1800 | 940 | 959k|  79k|  21k| 0.000000e+00 | 1.983000e+03 |    Inf 
1575.54/1575.52	c  1576s|270000 |101753 |  8352k|  30.9 | 175M|  66 |   7 |1800 |3119 |1800 | 931 | 997k|  82k|  21k| 0.000000e+00 | 1.983000e+03 |    Inf 
1636.54/1636.58	c  1637s|280000 |104799 |  8661k|  30.9 | 180M|  66 |   - |1800 |3177 |   0 |   0 |1038k|  85k|  22k| 0.000000e+00 | 1.983000e+03 |    Inf 
1692.34/1692.36	c  1692s|290000 |107817 |  8954k|  30.9 | 186M|  66 |  13 |1800 |3120 |1800 | 925 |1073k|  89k|  22k| 0.000000e+00 | 1.983000e+03 |    Inf 
1745.75/1745.71	c  1746s|300000 |110965 |  9239k|  30.8 | 191M|  66 |   - |1800 |3259 |1800 | 959 |1106k|  92k|  23k| 0.000000e+00 | 1.983000e+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      : 309864
1800.05/1800.00	c Primal Bound       : +1.98300000000000e+03 (116 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	v x200 -x199 x198 -x197 -x196 x195 x194 -x193 x192 -x191 x190 -x189 -x188 x187 x186 -x185 x184 -x183 -x182 x181 x180 -x179 -x178 
1800.05/1800.00	v x177 x176 -x175 x174 -x173 -x172 x171 x170 -x169 x168 -x167 -x166 x165 x164 -x163 -x162 x161 -x160 x159 x158 -x157 x156 -x155 
1800.05/1800.00	v -x154 x153 x152 -x151 -x150 x149 x148 -x147 -x146 x145 x144 -x143 x142 -x141 x140 -x139 x138 -x137 -x136 x135 x134 -x133 x132 
1800.05/1800.00	v -x131 x130 -x129 -x128 x127 -x126 x125 x124 -x123 -x122 x121 -x120 x119 x118 -x117 x116 -x115 -x114 x113 -x112 x111 -x110 x109 
1800.05/1800.00	v -x108 x107 x106 -x105 x104 -x103 -x102 x101 x100 -x99 x98 -x97 x96 -x95 -x94 x93 x92 -x91 -x90 x89 -x88 x87 x86 -x85 x84 
1800.05/1800.00	v -x83 x82 -x81 -x80 x79 x78 -x77 x76 -x75 x74 -x73 -x72 x71 x70 -x69 -x68 x67 x66 -x65 x64 -x63 x62 -x61 -x60 x59 -x58 x57 x56 
1800.05/1800.00	v -x55 -x54 x53 x52 -x51 x50 -x49 -x48 x47 -x46 x45 -x44 x43 x42 -x41 -x40 x39 -x38 x37 x36 -x35 -x34 x33 -x32 x31 -x30 x29 x28 
1800.05/1800.00	v -x27 x26 -x25 -x24 x23 -x22 x21 x20 -x19 -x18 x17 x16 -x15 x14 -x13 -x12 x11 -x10 x9 -x8 x7 -x6 x5 -x4 x3 -x2 x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]

Verifier Data

OK	1983

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-3447952-1307902522/watcher-3447952-1307902522 -o /var/tmp/evaluation-result-3447952-1307902522/solver-3447952-1307902522 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447952-1307902522.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 3/181 1754
/proc/meminfo: memFree=1027752/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=8236 CPUtime=0 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 995 0 0 0 0 0 0 0 23 0 1 0 901850136 8433664 949 33554432000 4194304 9128323 140733775550112 18446744073709551615 8009021 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1754/statm: 2059 961 380 1205 0 850 0

[startup+0.084025 s]
/proc/loadavg: 2.00 2.00 1.96 3/181 1754
/proc/meminfo: memFree=1027752/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=27056 CPUtime=0.07 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 5980 0 0 0 7 0 0 0 18 0 1 0 901850136 27705344 5634 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 6764 5634 646 1205 0 5555 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27056

[startup+0.101022 s]
/proc/loadavg: 2.00 2.00 1.96 3/181 1754
/proc/meminfo: memFree=1027752/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=27424 CPUtime=0.09 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 6128 0 0 0 9 0 0 0 18 0 1 0 901850136 28082176 5782 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 6856 5782 655 1205 0 5647 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27424

[startup+0.300983 s]
/proc/loadavg: 2.00 2.00 1.96 3/181 1754
/proc/meminfo: memFree=1027752/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=45864 CPUtime=0.29 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 11747 0 0 0 28 1 0 0 18 0 1 0 901850136 46964736 10400 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 11466 10400 714 1205 0 10257 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45864

[startup+0.700909 s]
/proc/loadavg: 2.00 2.00 1.96 3/181 1754
/proc/meminfo: memFree=1027752/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=46032 CPUtime=0.69 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 11790 0 0 0 67 2 0 0 18 0 1 0 901850136 47136768 10441 33554432000 4194304 9128323 140733775550112 18446744073709551615 6286135 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 11508 10441 712 1205 0 10299 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46032

[startup+1.50076 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1755
/proc/meminfo: memFree=988968/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=46096 CPUtime=1.49 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 12965 0 0 0 144 5 0 0 19 0 1 0 901850136 47202304 10578 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 11524 10578 719 1205 0 10315 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46096

[startup+3.10049 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1755
/proc/meminfo: memFree=987108/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=46172 CPUtime=3.09 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 12973 0 0 0 298 11 0 0 25 0 1 0 901850136 47280128 10586 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 11543 10586 719 1205 0 10334 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46172

[startup+6.30089 s]
/proc/loadavg: 2.00 2.00 1.96 2/180 1756
/proc/meminfo: memFree=1427924/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=46172 CPUtime=6.29 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 12973 0 0 0 598 31 0 0 25 0 1 0 901850136 47280128 10586 33554432000 4194304 9128323 140733775550112 18446744073709551615 7346381 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 11543 10586 719 1205 0 10334 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46172

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1794
/proc/meminfo: memFree=1382188/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=58188 CPUtime=12.69 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 17895 0 0 0 1218 51 0 0 25 0 1 0 901850136 59584512 13238 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 14547 13238 727 1205 0 13338 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58188

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1795
/proc/meminfo: memFree=1369100/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=59460 CPUtime=25.49 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 18472 0 0 0 2463 86 0 0 25 0 1 0 901850136 60887040 13815 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 14865 13815 727 1205 0 13656 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59460

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1795
/proc/meminfo: memFree=1368008/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=57136 CPUtime=51.09 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 19921 0 0 0 4949 160 0 0 25 0 1 0 901850136 58507264 13359 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 14284 13359 727 1205 0 13075 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57136

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1797
/proc/meminfo: memFree=1359000/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=59536 CPUtime=102.3 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 34421 0 0 0 9932 298 0 0 25 0 1 0 901850136 60964864 13980 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 14884 13980 727 1205 0 13675 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 59536

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1798
/proc/meminfo: memFree=1343048/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=66124 CPUtime=162.3 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 47748 0 0 0 15776 454 0 0 25 0 1 0 901850136 67710976 15614 33554432000 4194304 9128323 140733775550112 18446744073709551615 6416602 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 16531 15614 727 1205 0 15322 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 66124

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1800
/proc/meminfo: memFree=1313100/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=73920 CPUtime=222.3 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 64683 0 0 0 21618 612 0 0 25 0 1 0 901850136 75694080 17608 33554432000 4194304 9128323 140733775550112 18446744073709551615 7191211 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 18480 17608 727 1205 0 17271 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 73920

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1801
/proc/meminfo: memFree=1284164/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=81280 CPUtime=282.3 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 78297 0 0 0 27471 759 0 0 25 0 1 0 901850136 83230720 19436 33554432000 4194304 9128323 140733775550112 18446744073709551615 6712694 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 20320 19436 727 1205 0 19111 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 81280

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.96 4/182 1841
/proc/meminfo: memFree=1212596/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=89196 CPUtime=342.3 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 90188 0 0 0 33303 927 0 0 25 0 1 0 901850136 91336704 21431 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 22299 21431 727 1205 0 21090 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 89196

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.96 4/182 1843
/proc/meminfo: memFree=1179468/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=95480 CPUtime=402.31 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 102426 0 0 0 39160 1071 0 0 25 0 1 0 901850136 97771520 23030 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 23870 23030 727 1205 0 22661 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 95480

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1844
/proc/meminfo: memFree=1156720/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=101536 CPUtime=462.3 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 108546 0 0 0 45020 1210 0 0 25 0 1 0 901850136 103972864 24579 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 25384 24579 727 1205 0 24175 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 101536

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1846
/proc/meminfo: memFree=1123572/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=110776 CPUtime=522.3 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 112072 0 0 0 50890 1340 0 0 25 0 1 0 901850136 113434624 26844 33554432000 4194304 9128323 140733775550112 18446744073709551615 7192528 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 27694 26844 727 1205 0 26485 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 110776

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/182 1847
/proc/meminfo: memFree=1110252/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=118064 CPUtime=582.31 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 117344 0 0 0 56756 1475 0 0 25 0 1 0 901850136 120897536 28708 33554432000 4194304 9128323 140733775550112 18446744073709551615 7192230 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 29516 28708 727 1205 0 28307 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 118064

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.09 2.03 1.97 3/182 1854
/proc/meminfo: memFree=1038492/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=146088 CPUtime=822.32 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 144040 0 0 0 80213 2019 0 0 25 0 1 0 901850136 149594112 35779 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 36522 35779 727 1205 0 35313 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 146088

[startup+882.301 s]
/proc/loadavg: 2.03 2.03 1.97 3/182 1855
/proc/meminfo: memFree=1018860/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=152056 CPUtime=882.32 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 148592 0 0 0 86079 2153 0 0 25 0 1 0 901850136 155705344 37278 33554432000 4194304 9128323 140733775550112 18446744073709551615 5992444 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 38014 37278 727 1205 0 36805 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 152056

[startup+942.301 s]
/proc/loadavg: 2.04 2.03 1.98 3/182 1857
/proc/meminfo: memFree=1016828/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=157220 CPUtime=942.31 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 149900 0 0 0 91944 2287 0 0 25 0 1 0 901850136 160993280 38578 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 39305 38578 727 1205 0 38096 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 157220

[startup+1002.3 s]
/proc/loadavg: 2.10 2.05 1.99 3/182 1859
/proc/meminfo: memFree=1005248/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=166084 CPUtime=1002.33 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 154877 0 0 0 97809 2424 0 0 25 0 1 0 901850136 170070016 40310 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 41521 40310 727 1205 0 40312 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 166084

[startup+1062.3 s]
/proc/loadavg: 2.03 2.04 1.99 3/182 1860
/proc/meminfo: memFree=993048/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=173432 CPUtime=1062.32 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 156716 0 0 0 103670 2562 0 0 25 0 1 0 901850136 177594368 42149 33554432000 4194304 9128323 140733775550112 18446744073709551615 7192234 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 43358 42149 727 1205 0 42149 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 173432

[startup+1122.3 s]
/proc/loadavg: 2.01 2.03 1.99 3/182 1862
/proc/meminfo: memFree=982708/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=178220 CPUtime=1122.32 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 157942 0 0 0 109536 2696 0 0 25 0 1 0 901850136 182497280 43366 33554432000 4194304 9128323 140733775550112 18446744073709551615 7216870 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 44555 43366 727 1205 0 43346 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 178220

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/182 1863
/proc/meminfo: memFree=967028/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=187824 CPUtime=1182.32 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 160355 0 0 0 115411 2821 0 0 25 0 1 0 901850136 192331776 45772 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 46956 45772 727 1205 0 45747 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 187824

[startup+1242.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/182 1865
/proc/meminfo: memFree=947748/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=194076 CPUtime=1242.33 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 162028 0 0 0 121277 2956 0 0 25 0 1 0 901850136 198733824 47374 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 48519 47374 727 1205 0 47310 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 194076

[startup+1302.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 1867
/proc/meminfo: memFree=930824/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=201860 CPUtime=1302.33 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 176652 0 0 0 127134 3099 0 0 25 0 1 0 901850136 206704640 49320 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 50465 49320 727 1205 0 49256 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 201860

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/182 1868
/proc/meminfo: memFree=929052/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=210016 CPUtime=1362.33 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 179860 0 0 0 133001 3232 0 0 25 0 1 0 901850136 215056384 51325 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 52504 51325 727 1205 0 51295 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 210016

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 1870
/proc/meminfo: memFree=908920/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=218660 CPUtime=1422.34 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 185173 0 0 0 138869 3365 0 0 25 0 1 0 901850136 223907840 53505 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 54665 53505 727 1205 0 53456 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 218660

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 1871
/proc/meminfo: memFree=897964/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=223856 CPUtime=1482.34 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 186512 0 0 0 144742 3492 0 0 25 0 1 0 901850136 229228544 54826 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 55964 54826 727 1205 0 54755 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 223856

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 1873
/proc/meminfo: memFree=889852/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=229416 CPUtime=1542.34 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 187918 0 0 0 150612 3622 0 0 25 0 1 0 901850136 234921984 56228 33554432000 4194304 9128323 140733775550112 18446744073709551615 6732544 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 57354 56228 727 1205 0 56145 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 229416

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1875
/proc/meminfo: memFree=887820/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=235460 CPUtime=1602.34 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 190631 0 0 0 156483 3751 0 0 25 0 1 0 901850136 241111040 57730 33554432000 4194304 9128323 140733775550112 18446744073709551615 7342532 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 58865 57730 727 1205 0 57656 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 235460

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1876
/proc/meminfo: memFree=882064/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=239744 CPUtime=1662.34 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 191757 0 0 0 162353 3881 0 0 25 0 1 0 901850136 245497856 58856 33554432000 4194304 9128323 140733775550112 18446744073709551615 7192366 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 59936 58856 727 1205 0 58727 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 239744

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 1878
/proc/meminfo: memFree=872096/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=247360 CPUtime=1722.34 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 193648 0 0 0 168214 4020 0 0 25 0 1 0 901850136 253296640 60666 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 61840 60666 727 1205 0 60631 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 247360

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 1879
/proc/meminfo: memFree=856060/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=254848 CPUtime=1782.34 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 195633 0 0 0 174077 4157 0 0 25 0 1 0 901850136 260964352 62626 33554432000 4194304 9128323 140733775550112 18446744073709551615 7342760 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 63712 62626 727 1205 0 62503 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 254848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 1880
/proc/meminfo: memFree=859512/32951124 swapFree=67054536/67111528
[pid=1754] ppid=1752 vsize=256748 CPUtime=1800.05 cores=1,3,5,7
/proc/1754/stat : 1754 (scip-2.0.1.4.li) R 1752 1754 446 0 -1 4202496 196110 0 0 0 175805 4200 0 0 25 0 1 0 901850136 262909952 63103 33554432000 4194304 9128323 140733775550112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/1754/statm: 64187 63103 727 1205 0 62978 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 256748

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.07
CPU user time (s): 1758.06
CPU system time (s): 42.0136
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 256748

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

runsolver used 3.00254 second user time and 6.47802 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-12 20:15:23
IDJOB=3447952
IDBENCH=79408
IDSOLVER=1944
FILE ID=node133/3447952-1307902522
RUNJOBID= node133-1307898924-1465
PBS_JOBID= 13559573
Free space on /var/tmp= 2884 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-jnh06_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-3447952-1307902522/watcher-3447952-1307902522 -o /var/tmp/evaluation-result-3447952-1307902522/solver-3447952-1307902522 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447952-1307902522.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 6d863641d8b2b772fe5ea25b86285712
RANDOM SEED=1592197714

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.75
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.834
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:     32951124 kB
MemFree:       1028436 kB
Buffers:         56820 kB
Cached:       30453172 kB
SwapCached:      10288 kB
Active:       15933268 kB
Inactive:     15038100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1028436 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:           12048 kB
Writeback:           0 kB
AnonPages:      458980 kB
Mapped:          15868 kB
Slab:           887196 kB
PageTables:       5564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   660176 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 /var/tmp at the end= 2872 MiB
End job on node133 at 2011-06-12 20:45:25