Trace number 2699797

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
pb_cplex 2010-07-01OPTIMUM 1072.72 371.035

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-dubois23_ext.wbo
MD5SUM1e4741c2419080a5586a4c8ec56b7447
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.006998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables138
Total number of constraints253
Number of soft constraints184
Number of constraints which are clauses184
Number of constraints which are cardinality constraints (but not clauses)69
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 185
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 184
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
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

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing wbo file format. File HOME/instance-2699797-1278533830.wbo.
0.00/0.00	c Instance file HOME/instance-2699797-1278533830.wbo
0.00/0.00	c File size is 7863 bytes.
0.00/0.01	c Highest Coefficient sum: 5
0.00/0.01	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.01         s                                      |
0.00/0.03	c |  Number Variables:      322                                                 |
0.00/0.03	c |  Number Constraints:    323                                                 |
0.00/0.03	c ===============================================================================
1072.63/371.03	c Remaining time 1799.99 sec.
1072.63/371.03	s OPTIMUM FOUND
1072.63/371.03	c Solution value = 1.00
1072.63/371.03	v -x1 x2 -x3 x4 -x5 x6 -x7 x8 -x9 x10 -x11 x12 -x13 x14 -x15 x16 -x17 x18 -x19 x20 -x21 x22 -x23 x24 -x25 x26 -x27 x28 -x29 x30 -x31 x32 -x33 x34 -x35 x36 -x37 x38 -x39 x40 -x41 x42 -x43 x44 -x45 x46 -x47 x48 -x49 x50 -x51 x52 -x53 x54 -x55 x56 -x57 x58 -x59 x60 -x61 x62 -x63 x64 -x65 x66 -x67 x68 -x69 x70 -x71 x72 -x73 x74 -x75 x76 -x77 x78 -x79 x80 -x81 x82 -x83 x84 -x85 x86 -x87 x88 -x89 x90 -x91 x92 -x93 x94 -x95 x96 -x97 x98 -x99 x100 -x101 x102 -x103 x104 -x105 x106 -x107 x108 -x109 x110 -x111 x112 -x113 x114 -x115 x116 -x117 x118 -x119 x120 -x121 x122 -x123 x124 -x125 x126 -x127 x128 -x129 x130 -x131 x132 -x133 x134 -x135 x136 -x137 x138
1072.63/371.03	c Total CPU time              : 930.957 s

Verifier Data

OK	1

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2699797-1278533830/watcher-2699797-1278533830 -o /tmp/evaluation-result-2699797-1278533830/solver-2699797-1278533830 -C 1800 -W 2000 -M 3800 run HOME/instance-2699797-1278533830.wbo 

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


[startup+0 s]
/proc/loadavg: 0.42 0.10 0.03 3/178 17480
/proc/meminfo: memFree=29304496/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0

[startup+0.069896 s]
/proc/loadavg: 0.42 0.10 0.03 3/178 17480
/proc/meminfo: memFree=29304496/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100945 s]
/proc/loadavg: 0.42 0.10 0.03 3/178 17480
/proc/meminfo: memFree=29304496/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300848 s]
/proc/loadavg: 0.42 0.10 0.03 3/178 17480
/proc/meminfo: memFree=29304496/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700779 s]
/proc/loadavg: 0.42 0.10 0.03 3/178 17480
/proc/meminfo: memFree=29304496/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50064 s]
/proc/loadavg: 0.42 0.10 0.03 3/187 17517
/proc/meminfo: memFree=29289548/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
[pid=17481] ppid=17480 vsize=106008 CPUtime=4.14
/proc/17481/stat : 17481 (pb_cplex) R 17480 17480 17281 0 -1 4202496 8855 0 2 0 363 51 0 0 18 0 8 0 21596865 108552192 4870 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 2
/proc/17481/statm: 26502 4870 1099 2985 0 23044 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 114708

[startup+3.10035 s]
/proc/loadavg: 0.42 0.10 0.03 4/187 17524
/proc/meminfo: memFree=29285952/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
[pid=17481] ppid=17480 vsize=106008 CPUtime=9.58
/proc/17481/stat : 17481 (pb_cplex) R 17480 17480 17281 0 -1 4202496 9197 0 2 0 838 120 0 0 15 0 8 0 21596865 108552192 5074 4089446400 134512640 146736320 4294675408 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 2
/proc/17481/statm: 26502 5074 1100 2985 0 23044 0
Current children cumulated CPU time (s) 9.58
Current children cumulated vsize (KiB) 114708

[startup+6.30079 s]
/proc/loadavg: 1.10 0.25 0.08 6/187 17538
/proc/meminfo: memFree=29280992/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
[pid=17481] ppid=17480 vsize=106060 CPUtime=19.51
/proc/17481/stat : 17481 (pb_cplex) S 17480 17480 17281 0 -1 4202496 9353 0 2 0 1705 246 0 0 15 0 8 0 21596865 108605440 5140 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 2
/proc/17481/statm: 26515 5140 1095 2985 0 23057 0
[pid=17481/tid=17532] ppid=17480 vsize=106060 CPUtime=0.76
/proc/17481/task/17532/stat : 17532 (pb_cplex) S 17480 17480 17281 0 -1 4202560 19 0 0 0 67 9 0 0 15 0 8 0 21597299 108605440 5140 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 5 0 0 0
[pid=17481/tid=17533] ppid=17480 vsize=106060 CPUtime=0.75
/proc/17481/task/17533/stat : 17533 (pb_cplex) S 17480 17480 17281 0 -1 4202560 7 0 0 0 66 9 0 0 15 0 8 0 21597299 108605440 5140 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 6 0 0 0
[pid=17481/tid=17534] ppid=17480 vsize=106060 CPUtime=0.79
/proc/17481/task/17534/stat : 17534 (pb_cplex) R 17480 17480 17281 0 -1 4202560 12 0 0 0 67 12 0 0 15 0 8 0 21597299 108605440 5140 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=17481/tid=17535] ppid=17480 vsize=106060 CPUtime=0.69
/proc/17481/task/17535/stat : 17535 (pb_cplex) S 17480 17480 17281 0 -1 4202560 5 0 0 0 59 10 0 0 15 0 8 0 21597299 108605440 5140 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 0 0 0 0
[pid=17481/tid=17536] ppid=17480 vsize=106060 CPUtime=0.65
/proc/17481/task/17536/stat : 17536 (pb_cplex) S 17480 17480 17281 0 -1 4202560 17 0 0 0 59 6 0 0 15 0 8 0 21597299 108605440 5140 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 4 0 0 0
[pid=17481/tid=17537] ppid=17480 vsize=106060 CPUtime=0.67
/proc/17481/task/17537/stat : 17537 (pb_cplex) S 17480 17480 17281 0 -1 4202560 21 0 0 0 59 8 0 0 15 0 8 0 21597299 108605440 5140 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 6 0 0 0
[pid=17481/tid=17538] ppid=17480 vsize=106060 CPUtime=0.68
/proc/17481/task/17538/stat : 17538 (pb_cplex) S 17480 17480 17281 0 -1 4202560 3 0 0 0 61 7 0 0 16 0 8 0 21597299 108605440 5140 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19.51
Current children cumulated vsize (KiB) 114760

[startup+12.7017 s]
/proc/loadavg: 1.58 0.36 0.12 4/187 17546
/proc/meminfo: memFree=29274144/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
[pid=17481] ppid=17480 vsize=107828 CPUtime=38.64
/proc/17481/stat : 17481 (pb_cplex) S 17480 17480 17281 0 -1 4202496 9888 0 2 0 3376 488 0 0 15 0 8 0 21596865 110415872 5522 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 2
/proc/17481/statm: 26957 5522 1095 2985 0 23499 0
[pid=17481/tid=17539] ppid=17480 vsize=107828 CPUtime=1.64
/proc/17481/task/17539/stat : 17539 (pb_cplex) S 17480 17480 17281 0 -1 4202560 5 0 0 0 143 21 0 0 15 0 8 0 21597710 110415872 5522 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 7 0 0 0
[pid=17481/tid=17540] ppid=17480 vsize=107828 CPUtime=1.64
/proc/17481/task/17540/stat : 17540 (pb_cplex) R 17480 17480 17281 0 -1 4202560 0 0 0 0 144 20 0 0 15 0 8 0 21597710 110415872 5522 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=17481/tid=17541] ppid=17480 vsize=107828 CPUtime=1.64
/proc/17481/task/17541/stat : 17541 (pb_cplex) S 17480 17480 17281 0 -1 4202560 79 0 0 0 141 23 0 0 15 0 8 0 21597710 110415872 5522 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 6 0 0 0
[pid=17481/tid=17542] ppid=17480 vsize=107828 CPUtime=1.49
/proc/17481/task/17542/stat : 17542 (pb_cplex) S 17480 17480 17281 0 -1 4202560 53 0 0 0 131 18 0 0 15 0 8 0 21597710 110415872 5522 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 2 0 0 0
[pid=17481/tid=17543] ppid=17480 vsize=107828 CPUtime=1.43
/proc/17481/task/17543/stat : 17543 (pb_cplex) R 17480 17480 17281 0 -1 4202560 110 0 0 0 125 18 0 0 15 0 8 0 21597710 110415872 5522 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=17481/tid=17544] ppid=17480 vsize=107828 CPUtime=1.46
/proc/17481/task/17544/stat : 17544 (pb_cplex) R 17480 17480 17281 0 -1 4202560 56 0 0 0 127 19 0 0 15 0 8 0 21597710 110415872 5522 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=17481/tid=17545] ppid=17480 vsize=107828 CPUtime=1.52
/proc/17481/task/17545/stat : 17545 (pb_cplex) R 17480 17480 17281 0 -1 4202560 20 0 0 0 134 18 0 0 15 0 8 0 21597710 110415872 5522 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38.64
Current children cumulated vsize (KiB) 116528

[startup+25.5016 s]
/proc/loadavg: 2.48 0.62 0.20 7/187 17554
/proc/meminfo: memFree=29259748/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
[pid=17481] ppid=17480 vsize=110252 CPUtime=76.74
/proc/17481/stat : 17481 (pb_cplex) S 17480 17480 17281 0 -1 4202496 10818 0 2 0 6683 991 0 0 15 0 8 0 21596865 112898048 5899 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 2
/proc/17481/statm: 27563 5899 1095 2985 0 24105 0
[pid=17481/tid=17548] ppid=17480 vsize=110252 CPUtime=3.45
/proc/17481/task/17548/stat : 17548 (pb_cplex) S 17480 17480 17281 0 -1 4202560 13 0 0 0 300 45 0 0 16 0 8 0 21598549 112898048 5899 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 1 0 0 0
[pid=17481/tid=17549] ppid=17480 vsize=110252 CPUtime=3.39
/proc/17481/task/17549/stat : 17549 (pb_cplex) S 17480 17480 17281 0 -1 4202560 19 0 0 0 297 42 0 0 15 0 8 0 21598549 112898048 5899 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 2 0 0 0
[pid=17481/tid=17550] ppid=17480 vsize=110252 CPUtime=3.1
/proc/17481/task/17550/stat : 17550 (pb_cplex) S 17480 17480 17281 0 -1 4202560 140 0 0 0 272 38 0 0 15 0 8 0 21598549 112898048 5899 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 0 0 0 0
[pid=17481/tid=17551] ppid=17480 vsize=110252 CPUtime=2.99
/proc/17481/task/17551/stat : 17551 (pb_cplex) S 17480 17480 17281 0 -1 4202560 47 0 0 0 260 39 0 0 15 0 8 0 21598549 112898048 5899 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 0 0 0 0
[pid=17481/tid=17552] ppid=17480 vsize=110252 CPUtime=2.93
/proc/17481/task/17552/stat : 17552 (pb_cplex) S 17480 17480 17281 0 -1 4202560 85 0 0 0 256 37 0 0 15 0 8 0 21598549 112898048 5899 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 4 0 0 0
[pid=17481/tid=17553] ppid=17480 vsize=110252 CPUtime=3.01
/proc/17481/task/17553/stat : 17553 (pb_cplex) S 17480 17480 17281 0 -1 4202560 46 0 0 0 261 40 0 0 16 0 8 0 21598549 112898048 5899 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 6 0 0 0
[pid=17481/tid=17554] ppid=17480 vsize=110252 CPUtime=3.12
/proc/17481/task/17554/stat : 17554 (pb_cplex) R 17480 17480 17281 0 -1 4202560 139 0 0 0 266 46 0 0 16 0 8 0 21598549 112898048 5899 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 76.74
Current children cumulated vsize (KiB) 118952

[startup+51.1009 s]
/proc/loadavg: 2.80 0.84 0.29 7/187 17561
/proc/meminfo: memFree=29228272/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
[pid=17481] ppid=17480 vsize=111816 CPUtime=149.39
/proc/17481/stat : 17481 (pb_cplex) S 17480 17480 17281 0 -1 4202496 13434 0 2 0 12987 1952 0 0 15 0 8 0 21596865 114499584 6338 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 2
/proc/17481/statm: 27954 6338 1095 2985 0 24496 0
[pid=17481/tid=17555] ppid=17480 vsize=111816 CPUtime=5.94
/proc/17481/task/17555/stat : 17555 (pb_cplex) R 17480 17480 17281 0 -1 4202560 252 0 0 0 521 73 0 0 16 0 8 0 21600253 114499584 6338 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=17481/tid=17556] ppid=17480 vsize=111816 CPUtime=6.11
/proc/17481/task/17556/stat : 17556 (pb_cplex) S 17480 17480 17281 0 -1 4202560 215 0 0 0 527 84 0 0 16 0 8 0 21600253 114499584 6338 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 1 0 0 0
[pid=17481/tid=17557] ppid=17480 vsize=111816 CPUtime=5.74
/proc/17481/task/17557/stat : 17557 (pb_cplex) S 17480 17480 17281 0 -1 4202560 209 0 0 0 488 86 0 0 15 0 8 0 21600253 114499584 6338 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 5 0 0 0
[pid=17481/tid=17558] ppid=17480 vsize=111816 CPUtime=5.44
/proc/17481/task/17558/stat : 17558 (pb_cplex) S 17480 17480 17281 0 -1 4202560 198 0 0 0 475 69 0 0 15 0 8 0 21600253 114499584 6338 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 6 0 0 0
[pid=17481/tid=17559] ppid=17480 vsize=111816 CPUtime=5.61
/proc/17481/task/17559/stat : 17559 (pb_cplex) S 17480 17480 17281 0 -1 4202560 192 0 0 0 492 69 0 0 16 0 8 0 21600253 114499584 6338 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 4 0 0 0
[pid=17481/tid=17560] ppid=17480 vsize=111816 CPUtime=5.83
/proc/17481/task/17560/stat : 17560 (pb_cplex) R 17480 17480 17281 0 -1 4202560 203 0 0 0 512 71 0 0 15 0 8 0 21600253 114499584 6338 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=17481/tid=17561] ppid=17480 vsize=111816 CPUtime=6.22
/proc/17481/task/17561/stat : 17561 (pb_cplex) R 17480 17480 17281 0 -1 4202560 295 0 0 0 520 102 0 0 15 0 8 0 21600253 114499584 6338 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 149.39
Current children cumulated vsize (KiB) 120516

[startup+102.307 s]
/proc/loadavg: 4.04 1.48 0.53 4/187 17573
/proc/meminfo: memFree=29173444/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
[pid=17481] ppid=17480 vsize=114344 CPUtime=293.33
/proc/17481/stat : 17481 (pb_cplex) S 17480 17480 17281 0 -1 4202496 18773 0 2 0 25523 3810 0 0 15 0 8 0 21596865 117088256 7050 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 2
/proc/17481/statm: 28586 7050 1092 2985 0 25128 0
[pid=17481/tid=17562] ppid=17480 vsize=114344 CPUtime=12.46
/proc/17481/task/17562/stat : 17562 (pb_cplex) S 17480 17480 17281 0 -1 4202560 288 0 0 0 1081 165 0 0 15 0 8 0 21603811 117088256 7050 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 7 0 0 0
[pid=17481/tid=17563] ppid=17480 vsize=114344 CPUtime=12.01
/proc/17481/task/17563/stat : 17563 (pb_cplex) S 17480 17480 17281 0 -1 4202560 408 0 0 0 1043 158 0 0 15 0 8 0 21603811 117088256 7050 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 6 0 0 0
[pid=17481/tid=17564] ppid=17480 vsize=114344 CPUtime=11.58
/proc/17481/task/17564/stat : 17564 (pb_cplex) S 17480 17480 17281 0 -1 4202560 449 0 0 0 1002 156 0 0 15 0 8 0 21603811 117088256 7050 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 1 0 0 0
[pid=17481/tid=17565] ppid=17480 vsize=114344 CPUtime=10.74
/proc/17481/task/17565/stat : 17565 (pb_cplex) R 17480 17480 17281 0 -1 4202560 501 0 0 0 935 139 0 0 15 0 8 0 21603811 117088256 7050 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0

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

[pid=17481/tid=17586] ppid=17480 vsize=118372 CPUtime=33.32
/proc/17481/task/17586/stat : 17586 (pb_cplex) R 17480 17480 17281 0 -1 4202560 186 0 0 0 2870 462 0 0 15 0 8 0 21623798 121212928 8149 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=17481/tid=17587] ppid=17480 vsize=118372 CPUtime=32.08
/proc/17481/task/17587/stat : 17587 (pb_cplex) S 17480 17480 17281 0 -1 4202560 141 0 0 0 2735 473 0 0 15 0 8 0 21623798 121212928 8149 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 2 0 0 0
[pid=17481/tid=17588] ppid=17480 vsize=118372 CPUtime=30.99
/proc/17481/task/17588/stat : 17588 (pb_cplex) R 17480 17480 17281 0 -1 4202560 300 0 0 0 2636 463 0 0 16 0 8 0 21623798 121212928 8149 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=17481/tid=17589] ppid=17480 vsize=118372 CPUtime=30.84
/proc/17481/task/17589/stat : 17589 (pb_cplex) S 17480 17480 17281 0 -1 4202560 257 0 0 0 2647 437 0 0 15 0 8 0 21623798 121212928 8149 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 3 0 0 0
[pid=17481/tid=17590] ppid=17480 vsize=118372 CPUtime=31.82
/proc/17481/task/17590/stat : 17590 (pb_cplex) S 17480 17480 17281 0 -1 4202560 123 0 0 0 2757 425 0 0 15 0 8 0 21623798 121212928 8149 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 6 0 0 0
[pid=17481/tid=17591] ppid=17480 vsize=118372 CPUtime=33.35
/proc/17481/task/17591/stat : 17591 (pb_cplex) R 17480 17480 17281 0 -1 4202560 212 0 0 0 2800 535 0 0 16 0 8 0 21623798 121212928 8149 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1055.06
Current children cumulated vsize (KiB) 127072

[startup+367.901 s]
/proc/loadavg: 4.76 3.37 1.55 7/187 17593
/proc/meminfo: memFree=28910100/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
[pid=17481] ppid=17480 vsize=118372 CPUtime=1063.89
/proc/17481/stat : 17481 (pb_cplex) S 17480 17480 17281 0 -1 4202496 32773 0 2 0 92327 14062 0 0 15 0 8 0 21596865 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 2
/proc/17481/statm: 29593 8150 1092 2985 0 26135 0
[pid=17481/tid=17585] ppid=17480 vsize=118372 CPUtime=35.02
/proc/17481/task/17585/stat : 17585 (pb_cplex) S 17480 17480 17281 0 -1 4202560 220 0 0 0 3046 456 0 0 16 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 4 0 0 0
[pid=17481/tid=17586] ppid=17480 vsize=118372 CPUtime=34.3
/proc/17481/task/17586/stat : 17586 (pb_cplex) R 17480 17480 17281 0 -1 4202560 187 0 0 0 2955 475 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=17481/tid=17587] ppid=17480 vsize=118372 CPUtime=33.1
/proc/17481/task/17587/stat : 17587 (pb_cplex) R 17480 17480 17281 0 -1 4202560 143 0 0 0 2824 486 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=17481/tid=17588] ppid=17480 vsize=118372 CPUtime=32.06
/proc/17481/task/17588/stat : 17588 (pb_cplex) S 17480 17480 17281 0 -1 4202560 303 0 0 0 2726 480 0 0 16 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 7 0 0 0
[pid=17481/tid=17589] ppid=17480 vsize=118372 CPUtime=31.87
/proc/17481/task/17589/stat : 17589 (pb_cplex) R 17480 17480 17281 0 -1 4202560 261 0 0 0 2735 452 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=17481/tid=17590] ppid=17480 vsize=118372 CPUtime=32.93
/proc/17481/task/17590/stat : 17590 (pb_cplex) R 17480 17480 17281 0 -1 4202560 123 0 0 0 2856 437 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=17481/tid=17591] ppid=17480 vsize=118372 CPUtime=34.52
/proc/17481/task/17591/stat : 17591 (pb_cplex) R 17480 17480 17281 0 -1 4202560 215 0 0 0 2899 553 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1063.89
Current children cumulated vsize (KiB) 127072

[startup+369.501 s]
/proc/loadavg: 4.62 3.36 1.56 3/187 17593
/proc/meminfo: memFree=28908240/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
[pid=17481] ppid=17480 vsize=118372 CPUtime=1068.38
/proc/17481/stat : 17481 (pb_cplex) R 17480 17480 17281 0 -1 4202496 32775 0 2 0 92720 14118 0 0 16 0 8 0 21596865 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 2
/proc/17481/statm: 29593 8150 1092 2985 0 26135 0
[pid=17481/tid=17585] ppid=17480 vsize=118372 CPUtime=35.5
/proc/17481/task/17585/stat : 17585 (pb_cplex) R 17480 17480 17281 0 -1 4202560 220 0 0 0 3089 461 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=17481/tid=17586] ppid=17480 vsize=118372 CPUtime=34.78
/proc/17481/task/17586/stat : 17586 (pb_cplex) R 17480 17480 17281 0 -1 4202560 187 0 0 0 2997 481 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=17481/tid=17587] ppid=17480 vsize=118372 CPUtime=33.61
/proc/17481/task/17587/stat : 17587 (pb_cplex) R 17480 17480 17281 0 -1 4202560 144 0 0 0 2868 493 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=17481/tid=17588] ppid=17480 vsize=118372 CPUtime=32.61
/proc/17481/task/17588/stat : 17588 (pb_cplex) S 17480 17480 17281 0 -1 4202560 303 0 0 0 2773 488 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 7 0 0 0
[pid=17481/tid=17589] ppid=17480 vsize=118372 CPUtime=32.42
/proc/17481/task/17589/stat : 17589 (pb_cplex) S 17480 17480 17281 0 -1 4202560 261 0 0 0 2782 460 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 3 0 0 0
[pid=17481/tid=17590] ppid=17480 vsize=118372 CPUtime=33.52
/proc/17481/task/17590/stat : 17590 (pb_cplex) S 17480 17480 17281 0 -1 4202560 123 0 0 0 2907 445 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 4 0 0 0
[pid=17481/tid=17591] ppid=17480 vsize=118372 CPUtime=35.12
/proc/17481/task/17591/stat : 17591 (pb_cplex) S 17480 17480 17281 0 -1 4202560 215 0 0 0 2950 562 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1068.38
Current children cumulated vsize (KiB) 127072

[startup+370.302 s]
/proc/loadavg: 4.62 3.36 1.56 3/187 17593
/proc/meminfo: memFree=28908240/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
[pid=17481] ppid=17480 vsize=118372 CPUtime=1070.64
/proc/17481/stat : 17481 (pb_cplex) S 17480 17480 17281 0 -1 4202496 32775 0 2 0 92916 14148 0 0 15 0 8 0 21596865 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 2
/proc/17481/statm: 29593 8150 1092 2985 0 26135 0
[pid=17481/tid=17585] ppid=17480 vsize=118372 CPUtime=35.75
/proc/17481/task/17585/stat : 17585 (pb_cplex) S 17480 17480 17281 0 -1 4202560 220 0 0 0 3111 464 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 2 0 0 0
[pid=17481/tid=17586] ppid=17480 vsize=118372 CPUtime=35.02
/proc/17481/task/17586/stat : 17586 (pb_cplex) S 17480 17480 17281 0 -1 4202560 187 0 0 0 3018 484 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 2 0 0 0
[pid=17481/tid=17587] ppid=17480 vsize=118372 CPUtime=33.88
/proc/17481/task/17587/stat : 17587 (pb_cplex) S 17480 17480 17281 0 -1 4202560 144 0 0 0 2891 497 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 0 0 0 0
[pid=17481/tid=17588] ppid=17480 vsize=118372 CPUtime=32.88
/proc/17481/task/17588/stat : 17588 (pb_cplex) S 17480 17480 17281 0 -1 4202560 303 0 0 0 2797 491 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 7 0 0 0
[pid=17481/tid=17589] ppid=17480 vsize=118372 CPUtime=32.69
/proc/17481/task/17589/stat : 17589 (pb_cplex) S 17480 17480 17281 0 -1 4202560 261 0 0 0 2804 465 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 3 0 0 0
[pid=17481/tid=17590] ppid=17480 vsize=118372 CPUtime=33.81
/proc/17481/task/17590/stat : 17590 (pb_cplex) R 17480 17480 17281 0 -1 4202560 123 0 0 0 2933 448 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=17481/tid=17591] ppid=17480 vsize=118372 CPUtime=35.43
/proc/17481/task/17591/stat : 17591 (pb_cplex) R 17480 17480 17281 0 -1 4202560 215 0 0 0 2975 568 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1070.64
Current children cumulated vsize (KiB) 127072

[startup+370.706 s]
/proc/loadavg: 4.62 3.36 1.56 5/187 17593
/proc/meminfo: memFree=28907992/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
[pid=17481] ppid=17480 vsize=118372 CPUtime=1071.82
/proc/17481/stat : 17481 (pb_cplex) S 17480 17480 17281 0 -1 4202496 32775 0 2 0 93018 14164 0 0 15 0 8 0 21596865 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 2
/proc/17481/statm: 29593 8150 1092 2985 0 26135 0
[pid=17481/tid=17585] ppid=17480 vsize=118372 CPUtime=35.88
/proc/17481/task/17585/stat : 17585 (pb_cplex) S 17480 17480 17281 0 -1 4202560 220 0 0 0 3123 465 0 0 16 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 0 0 0 0
[pid=17481/tid=17586] ppid=17480 vsize=118372 CPUtime=35.16
/proc/17481/task/17586/stat : 17586 (pb_cplex) S 17480 17480 17281 0 -1 4202560 187 0 0 0 3029 487 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 2 0 0 0
[pid=17481/tid=17587] ppid=17480 vsize=118372 CPUtime=34.01
/proc/17481/task/17587/stat : 17587 (pb_cplex) R 17480 17480 17281 0 -1 4202560 144 0 0 0 2903 498 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=17481/tid=17588] ppid=17480 vsize=118372 CPUtime=33.04
/proc/17481/task/17588/stat : 17588 (pb_cplex) S 17480 17480 17281 0 -1 4202560 303 0 0 0 2810 494 0 0 16 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 7 0 0 0
[pid=17481/tid=17589] ppid=17480 vsize=118372 CPUtime=32.82
/proc/17481/task/17589/stat : 17589 (pb_cplex) S 17480 17480 17281 0 -1 4202560 261 0 0 0 2816 466 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 3 0 0 0
[pid=17481/tid=17590] ppid=17480 vsize=118372 CPUtime=33.95
/proc/17481/task/17590/stat : 17590 (pb_cplex) R 17480 17480 17281 0 -1 4202560 123 0 0 0 2945 450 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=17481/tid=17591] ppid=17480 vsize=118372 CPUtime=35.59
/proc/17481/task/17591/stat : 17591 (pb_cplex) R 17480 17480 17281 0 -1 4202560 215 0 0 0 2989 570 0 0 15 0 8 0 21623798 121212928 8150 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1071.82
Current children cumulated vsize (KiB) 127072

[startup+370.9 s]
/proc/loadavg: 4.62 3.36 1.56 5/187 17593
/proc/meminfo: memFree=28907992/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
[pid=17481] ppid=17480 vsize=118372 CPUtime=1072.34
/proc/17481/stat : 17481 (pb_cplex) R 17480 17480 17281 0 -1 4202496 32775 0 2 0 93063 14171 0 0 15 0 8 0 21596865 121212928 8100 4089446400 134512640 146736320 4294675408 18446744073709551615 136674344 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 2
/proc/17481/statm: 29593 8100 1092 2985 0 26135 0
[pid=17481/tid=17585] ppid=17480 vsize=118372 CPUtime=35.93
/proc/17481/task/17585/stat : 17585 (pb_cplex) S 17480 17480 17281 0 -1 4202560 220 0 0 0 3127 466 0 0 15 0 8 0 21623798 121212928 8100 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 2 0 0 0
[pid=17481/tid=17586] ppid=17480 vsize=118372 CPUtime=35.22
/proc/17481/task/17586/stat : 17586 (pb_cplex) S 17480 17480 17281 0 -1 4202560 187 0 0 0 3034 488 0 0 15 0 8 0 21623798 121212928 8100 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 2 0 0 0
[pid=17481/tid=17587] ppid=17480 vsize=118372 CPUtime=34.09
/proc/17481/task/17587/stat : 17587 (pb_cplex) R 17480 17480 17281 0 -1 4202560 144 0 0 0 2909 500 0 0 15 0 8 0 21623798 121212928 8100 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=17481/tid=17588] ppid=17480 vsize=118372 CPUtime=33.1
/proc/17481/task/17588/stat : 17588 (pb_cplex) S 17480 17480 17281 0 -1 4202560 303 0 0 0 2815 495 0 0 15 0 8 0 21623798 121212928 8100 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 7 0 0 0
[pid=17481/tid=17589] ppid=17480 vsize=118372 CPUtime=32.89
/proc/17481/task/17589/stat : 17589 (pb_cplex) S 17480 17480 17281 0 -1 4202560 261 0 0 0 2822 467 0 0 15 0 8 0 21623798 121212928 8100 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 3 0 0 0
[pid=17481/tid=17590] ppid=17480 vsize=118372 CPUtime=34.01
/proc/17481/task/17590/stat : 17590 (pb_cplex) S 17480 17480 17281 0 -1 4202560 123 0 0 0 2951 450 0 0 15 0 8 0 21623798 121212928 8100 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 0 0 0 0
[pid=17481/tid=17591] ppid=17480 vsize=118372 CPUtime=35.65
/proc/17481/task/17591/stat : 17591 (pb_cplex) S 17480 17480 17281 0 -1 4202560 215 0 0 0 2994 571 0 0 15 0 8 0 21623798 121212928 8100 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1072.34
Current children cumulated vsize (KiB) 127072

[startup+371 s]
/proc/loadavg: 4.62 3.36 1.56 5/187 17593
/proc/meminfo: memFree=28907992/32950928 swapFree=67111528/67111528
[pid=17480] ppid=17478 vsize=8700 CPUtime=0
/proc/17480/stat : 17480 (run) S 17478 17480 17281 0 -1 4202496 365 0 0 0 0 0 0 0 25 0 1 0 21596865 8908800 249 4089446400 4194304 4922060 140734169213232 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/17480/statm: 2175 249 208 178 0 68 0
[pid=17481] ppid=17480 vsize=118372 CPUtime=1072.63
/proc/17481/stat : 17481 (pb_cplex) S 17480 17480 17281 0 -1 4202496 32775 0 2 0 93088 14175 0 0 15 0 8 0 21596865 121212928 8100 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 2
/proc/17481/statm: 29593 8100 1092 2985 0 26135 0
[pid=17481/tid=17585] ppid=17480 vsize=118372 CPUtime=35.96
/proc/17481/task/17585/stat : 17585 (pb_cplex) S 17480 17480 17281 0 -1 4202560 220 0 0 0 3130 466 0 0 15 0 8 0 21623798 121212928 8100 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 6 0 0 0
[pid=17481/tid=17586] ppid=17480 vsize=118372 CPUtime=35.25
/proc/17481/task/17586/stat : 17586 (pb_cplex) S 17480 17480 17281 0 -1 4202560 187 0 0 0 3037 488 0 0 16 0 8 0 21623798 121212928 8100 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 0 0 0 0
[pid=17481/tid=17587] ppid=17480 vsize=118372 CPUtime=34.11
/proc/17481/task/17587/stat : 17587 (pb_cplex) S 17480 17480 17281 0 -1 4202560 144 0 0 0 2911 500 0 0 16 0 8 0 21623798 121212928 8100 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 4 0 0 0
[pid=17481/tid=17588] ppid=17480 vsize=118372 CPUtime=33.14
/proc/17481/task/17588/stat : 17588 (pb_cplex) S 17480 17480 17281 0 -1 4202560 303 0 0 0 2818 496 0 0 15 0 8 0 21623798 121212928 8100 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 7 0 0 0
[pid=17481/tid=17589] ppid=17480 vsize=118372 CPUtime=32.93
/proc/17481/task/17589/stat : 17589 (pb_cplex) S 17480 17480 17281 0 -1 4202560 261 0 0 0 2825 468 0 0 15 0 8 0 21623798 121212928 8100 4089446400 134512640 146736320 4294675408 18446744073709551615 144580073 0 2 4096 16387 18446604453915563968 0 0 -1 3 0 0 0
[pid=17481/tid=17590] ppid=17480 vsize=118372 CPUtime=34.05
/proc/17481/task/17590/stat : 17590 (pb_cplex) R 17480 17480 17281 0 -1 4202560 123 0 0 0 2955 450 0 0 16 0 8 0 21623798 121212928 8100 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=17481/tid=17591] ppid=17480 vsize=118372 CPUtime=35.68
/proc/17481/task/17591/stat : 17591 (pb_cplex) R 17480 17480 17281 0 -1 4202560 215 0 0 0 2997 571 0 0 15 0 8 0 21623798 121212928 8100 4089446400 134512640 146736320 4294675408 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1072.63
Current children cumulated vsize (KiB) 127072

Child status: 0
Real time (s): 371.035
CPU time (s): 1072.72
CPU user time (s): 930.958
CPU system time (s): 141.765
CPU usage (%): 289.117
Max. virtual memory (cumulated for all children) (KiB): 127072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 930.958
system time used= 141.765
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33170
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11086632
involuntary context switches= 13462

runsolver used 0.685895 second user time and 1.41179 second system time

The end

Launcher Data

Begin job on node125 at 2010-07-07 22:17:10
IDJOB=2699797
IDBENCH=79374
IDSOLVER=1210
FILE ID=node125/2699797-1278533830
PBS_JOBID= 11239228
Free space on /tmp= 73536 MiB

SOLVER NAME= pb_cplex 2010-07-01
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/dimacs/normalized-dubois23_ext.wbo
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2699797-1278533830/watcher-2699797-1278533830 -o /tmp/evaluation-result-2699797-1278533830/solver-2699797-1278533830 -C 1800 -W 2000 -M 3800  run HOME/instance-2699797-1278533830.wbo

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

MD5SUM BENCH= 1e4741c2419080a5586a4c8ec56b7447
RANDOM SEED=954525892

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29305024 kB
Buffers:        111684 kB
Cached:        3250284 kB
SwapCached:          0 kB
Active:         963260 kB
Inactive:      2539996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29305024 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           22888 kB
Writeback:           0 kB
AnonPages:      141328 kB
Mapped:          17332 kB
Slab:            79764 kB
PageTables:       4936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   286764 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73520 MiB
End job on node125 at 2010-07-07 22:23:22