Trace number 2699845

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 409.14 137.024

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-pret60_40_ext.wbo
MD5SUM46bf37fea419e62f284d6c24e5a85c87
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.007997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables120
Total number of constraints220
Number of soft constraints160
Number of constraints which are clauses160
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 161
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 160
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-2699845-1278533839.wbo.
0.00/0.00	c Instance file HOME/instance-2699845-1278533839.wbo
0.00/0.00	c File size is 6801 bytes.
0.00/0.00	c Highest Coefficient sum: 5
0.00/0.00	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.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      280                                                 |
0.00/0.01	c |  Number Constraints:    281                                                 |
0.00/0.01	c ===============================================================================
409.09/137.02	c Remaining time 1799.99 sec.
409.09/137.02	s OPTIMUM FOUND
409.09/137.02	c Solution value = 1.00
409.09/137.02	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
409.09/137.02	c Total CPU time              : 366.739 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-2699845-1278533839/watcher-2699845-1278533839 -o /tmp/evaluation-result-2699845-1278533839/solver-2699845-1278533839 -C 1800 -W 2000 -M 3800 run HOME/instance-2699845-1278533839.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.20 0.06 0.02 3/197 18292
/proc/meminfo: memFree=29861660/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0

[startup+0.0837391 s]
/proc/loadavg: 0.20 0.06 0.02 3/197 18292
/proc/meminfo: memFree=29861660/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100789 s]
/proc/loadavg: 0.20 0.06 0.02 3/197 18292
/proc/meminfo: memFree=29861660/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301699 s]
/proc/loadavg: 0.20 0.06 0.02 3/197 18292
/proc/meminfo: memFree=29861660/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700628 s]
/proc/loadavg: 0.20 0.06 0.02 3/197 18292
/proc/meminfo: memFree=29861660/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50049 s]
/proc/loadavg: 0.20 0.06 0.02 9/182 18347
/proc/meminfo: memFree=29872880/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
[pid=18293] ppid=18292 vsize=106024 CPUtime=4.97
/proc/18293/stat : 18293 (pb_cplex) R 18292 18292 17905 0 -1 4202496 9923 0 0 0 430 67 0 0 18 0 8 0 21597467 108568576 5038 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0
/proc/18293/statm: 26506 5038 1104 2985 0 23048 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 114724

[startup+3.1002 s]
/proc/loadavg: 0.20 0.06 0.02 3/182 18354
/proc/meminfo: memFree=29872136/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
[pid=18293] ppid=18292 vsize=107164 CPUtime=11.39
/proc/18293/stat : 18293 (pb_cplex) R 18292 18292 17905 0 -1 4202496 10528 0 0 0 987 152 0 0 16 0 8 0 21597467 109735936 5427 4089446400 134512640 146736320 4292327344 18446744073709551615 136385175 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0
/proc/18293/statm: 26791 5427 1097 2985 0 23333 0
Current children cumulated CPU time (s) 11.39
Current children cumulated vsize (KiB) 115864

[startup+6.30064 s]
/proc/loadavg: 0.74 0.17 0.05 4/182 18368
/proc/meminfo: memFree=29869416/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
[pid=18293] ppid=18292 vsize=108500 CPUtime=22.64
/proc/18293/stat : 18293 (pb_cplex) S 18292 18292 17905 0 -1 4202496 10929 0 0 0 1972 292 0 0 15 0 8 0 21597467 111104000 5691 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0
/proc/18293/statm: 27125 5691 1095 2985 0 23667 0
[pid=18293/tid=18362] ppid=18292 vsize=108500 CPUtime=0.88
/proc/18293/task/18362/stat : 18362 (pb_cplex) S 18292 18292 17905 0 -1 4202560 66 0 0 0 75 13 0 0 16 0 8 0 21597864 111104000 5691 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 1 0 0 0
[pid=18293/tid=18363] ppid=18292 vsize=108500 CPUtime=0.86
/proc/18293/task/18363/stat : 18363 (pb_cplex) S 18292 18292 17905 0 -1 4202560 31 0 0 0 78 8 0 0 15 0 8 0 21597864 111104000 5691 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 2 0 0 0
[pid=18293/tid=18364] ppid=18292 vsize=108500 CPUtime=0.77
/proc/18293/task/18364/stat : 18364 (pb_cplex) S 18292 18292 17905 0 -1 4202560 1 0 0 0 70 7 0 0 16 0 8 0 21597864 111104000 5691 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 0 0 0 0
[pid=18293/tid=18365] ppid=18292 vsize=108500 CPUtime=0.73
/proc/18293/task/18365/stat : 18365 (pb_cplex) S 18292 18292 17905 0 -1 4202560 42 0 0 0 66 7 0 0 16 0 8 0 21597864 111104000 5691 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 0 0 0 0
[pid=18293/tid=18366] ppid=18292 vsize=108500 CPUtime=0.73
/proc/18293/task/18366/stat : 18366 (pb_cplex) S 18292 18292 17905 0 -1 4202560 5 0 0 0 63 10 0 0 16 0 8 0 21597864 111104000 5691 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 7 0 0 0
[pid=18293/tid=18367] ppid=18292 vsize=108500 CPUtime=0.77
/proc/18293/task/18367/stat : 18367 (pb_cplex) R 18292 18292 17905 0 -1 4202560 11 0 0 0 69 8 0 0 15 0 8 0 21597864 111104000 5691 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=18293/tid=18368] ppid=18292 vsize=108500 CPUtime=0.79
/proc/18293/task/18368/stat : 18368 (pb_cplex) R 18292 18292 17905 0 -1 4202560 26 0 0 0 67 12 0 0 15 0 8 0 21597864 111104000 5691 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.64
Current children cumulated vsize (KiB) 117200

[startup+12.7005 s]
/proc/loadavg: 0.84 0.20 0.06 2/182 18422
/proc/meminfo: memFree=29865056/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
[pid=18293] ppid=18292 vsize=113424 CPUtime=47.1
/proc/18293/stat : 18293 (pb_cplex) S 18292 18292 17905 0 -1 4202496 12277 0 0 0 4109 601 0 0 15 0 8 0 21597467 116146176 6693 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0
/proc/18293/statm: 28356 6693 1094 2985 0 24898 0
[pid=18293/tid=18415] ppid=18292 vsize=113424 CPUtime=2.12
/proc/18293/task/18415/stat : 18415 (pb_cplex) R 18292 18292 17905 0 -1 4202560 22 0 0 0 181 31 0 0 15 0 8 0 21598367 116146176 6693 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=18293/tid=18416] ppid=18292 vsize=113424 CPUtime=2.1
/proc/18293/task/18416/stat : 18416 (pb_cplex) S 18292 18292 17905 0 -1 4202560 41 0 0 0 181 29 0 0 15 0 8 0 21598367 116146176 6693 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 6 0 0 0
[pid=18293/tid=18417] ppid=18292 vsize=113424 CPUtime=2.07
/proc/18293/task/18417/stat : 18417 (pb_cplex) S 18292 18292 17905 0 -1 4202560 71 0 0 0 186 21 0 0 15 0 8 0 21598367 116146176 6693 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 2 0 0 0
[pid=18293/tid=18418] ppid=18292 vsize=113424 CPUtime=2.04
/proc/18293/task/18418/stat : 18418 (pb_cplex) S 18292 18292 17905 0 -1 4202560 74 0 0 0 178 26 0 0 15 0 8 0 21598367 116146176 6693 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 1 0 0 0
[pid=18293/tid=18419] ppid=18292 vsize=113424 CPUtime=2
/proc/18293/task/18419/stat : 18419 (pb_cplex) S 18292 18292 17905 0 -1 4202560 54 0 0 0 174 26 0 0 15 0 8 0 21598367 116146176 6693 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 7 0 0 0
[pid=18293/tid=18420] ppid=18292 vsize=113424 CPUtime=1.99
/proc/18293/task/18420/stat : 18420 (pb_cplex) S 18292 18292 17905 0 -1 4202560 117 0 0 0 181 18 0 0 15 0 8 0 21598367 116146176 6693 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 0 0 0 0
[pid=18293/tid=18421] ppid=18292 vsize=113424 CPUtime=2
/proc/18293/task/18421/stat : 18421 (pb_cplex) S 18292 18292 17905 0 -1 4202560 195 0 0 0 172 28 0 0 15 0 8 0 21598367 116146176 6693 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 47.1
Current children cumulated vsize (KiB) 122124

[startup+25.5012 s]
/proc/loadavg: 2.05 0.50 0.16 2/182 18456
/proc/meminfo: memFree=29857940/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
[pid=18293] ppid=18292 vsize=120116 CPUtime=93.24
/proc/18293/stat : 18293 (pb_cplex) S 18292 18292 17905 0 -1 4202496 14612 0 0 0 8127 1197 0 0 15 0 8 0 21597467 122998784 8347 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0
/proc/18293/statm: 30029 8347 1094 2985 0 26571 0
[pid=18293/tid=18423] ppid=18292 vsize=120116 CPUtime=4.15
/proc/18293/task/18423/stat : 18423 (pb_cplex) S 18292 18292 17905 0 -1 4202560 90 0 0 0 358 57 0 0 16 0 8 0 21598980 122998784 8347 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 3 0 0 0
[pid=18293/tid=18424] ppid=18292 vsize=120116 CPUtime=4.25
/proc/18293/task/18424/stat : 18424 (pb_cplex) S 18292 18292 17905 0 -1 4202560 155 0 0 0 372 53 0 0 16 0 8 0 21598980 122998784 8347 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 6 0 0 0
[pid=18293/tid=18425] ppid=18292 vsize=120116 CPUtime=4.12
/proc/18293/task/18425/stat : 18425 (pb_cplex) R 18292 18292 17905 0 -1 4202560 123 0 0 0 358 54 0 0 15 0 8 0 21598980 122998784 8347 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=18293/tid=18426] ppid=18292 vsize=120116 CPUtime=4.1
/proc/18293/task/18426/stat : 18426 (pb_cplex) R 18292 18292 17905 0 -1 4202560 189 0 0 0 356 54 0 0 15 0 8 0 21598980 122998784 8347 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 0 0 0 0
[pid=18293/tid=18427] ppid=18292 vsize=120116 CPUtime=3.78
/proc/18293/task/18427/stat : 18427 (pb_cplex) S 18292 18292 17905 0 -1 4202560 113 0 0 0 326 52 0 0 16 0 8 0 21598980 122998784 8347 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 4 0 0 0
[pid=18293/tid=18428] ppid=18292 vsize=120116 CPUtime=3.74
/proc/18293/task/18428/stat : 18428 (pb_cplex) R 18292 18292 17905 0 -1 4202560 167 0 0 0 330 44 0 0 16 0 8 0 21598980 122998784 8347 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=18293/tid=18429] ppid=18292 vsize=120116 CPUtime=3.89
/proc/18293/task/18429/stat : 18429 (pb_cplex) S 18292 18292 17905 0 -1 4202560 275 0 0 0 332 57 0 0 15 0 8 0 21598980 122998784 8347 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 93.24
Current children cumulated vsize (KiB) 128816

[startup+51.1007 s]
/proc/loadavg: 3.07 0.88 0.30 3/187 18658
/proc/meminfo: memFree=29838588/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
[pid=18293] ppid=18292 vsize=125272 CPUtime=164.65
/proc/18293/stat : 18293 (pb_cplex) R 18292 18292 17905 0 -1 4202496 16573 0 0 0 14509 1956 0 0 15 0 8 0 21597467 128278528 9630 4089446400 134512640 146736320 4292327344 18446744073709551615 136674344 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0
/proc/18293/statm: 31318 9630 1095 2985 0 27860 0
[pid=18293/tid=18615] ppid=18292 vsize=125272 CPUtime=6.09
/proc/18293/task/18615/stat : 18615 (pb_cplex) S 18292 18292 17905 0 -1 4202560 77 0 0 0 546 63 0 0 15 0 8 0 21600837 128278528 9630 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 1 0 0 0
[pid=18293/tid=18616] ppid=18292 vsize=125272 CPUtime=5.34
/proc/18293/task/18616/stat : 18616 (pb_cplex) S 18292 18292 17905 0 -1 4202560 60 0 0 0 476 58 0 0 15 0 8 0 21600837 128278528 9630 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 5 0 0 0
[pid=18293/tid=18617] ppid=18292 vsize=125272 CPUtime=5.26
/proc/18293/task/18617/stat : 18617 (pb_cplex) S 18292 18292 17905 0 -1 4202560 119 0 0 0 462 64 0 0 15 0 8 0 21600837 128278528 9630 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 5 0 0 0
[pid=18293/tid=18618] ppid=18292 vsize=125272 CPUtime=5.53
/proc/18293/task/18618/stat : 18618 (pb_cplex) S 18292 18292 17905 0 -1 4202560 163 0 0 0 497 56 0 0 15 0 8 0 21600837 128278528 9630 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 1 0 0 0
[pid=18293/tid=18619] ppid=18292 vsize=125272 CPUtime=5.43
/proc/18293/task/18619/stat : 18619 (pb_cplex) S 18292 18292 17905 0 -1 4202560 262 0 0 0 481 62 0 0 15 0 8 0 21600837 128278528 9630 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 4 0 0 0
[pid=18293/tid=18620] ppid=18292 vsize=125272 CPUtime=5.47
/proc/18293/task/18620/stat : 18620 (pb_cplex) S 18292 18292 17905 0 -1 4202560 135 0 0 0 500 47 0 0 15 0 8 0 21600837 128278528 9630 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 2 0 0 0
[pid=18293/tid=18621] ppid=18292 vsize=125272 CPUtime=5.66
/proc/18293/task/18621/stat : 18621 (pb_cplex) S 18292 18292 17905 0 -1 4202560 192 0 0 0 505 61 0 0 15 0 8 0 21600837 128278528 9630 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 164.65
Current children cumulated vsize (KiB) 133972

[startup+102.307 s]
/proc/loadavg: 4.24 1.56 0.56 3/187 18697
/proc/meminfo: memFree=29801552/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
[pid=18293] ppid=18292 vsize=126436 CPUtime=307.37
/proc/18293/stat : 18293 (pb_cplex) S 18292 18292 17905 0 -1 4202496 18765 0 0 0 27420 3317 0 0 15 0 8 0 21597467 129470464 9985 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0
/proc/18293/statm: 31609 9985 1099 2985 0 28151 0
[pid=18293/tid=18660] ppid=18292 vsize=126436 CPUtime=9.57
/proc/18293/task/18660/stat : 18660 (pb_cplex) S 18292 18292 17905 0 -1 4202560 135 0 0 0 870 87 0 0 15 0 8 0 21605154 129470464 9985 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 7 0 0 0
[pid=18293/tid=18661] ppid=18292 vsize=126436 CPUtime=9.56
/proc/18293/task/18661/stat : 18661 (pb_cplex) S 18292 18292 17905 0 -1 4202560 150 0 0 0 858 98 0 0 15 0 8 0 21605154 129470464 9985 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 1 0 0 0
[pid=18293/tid=18662] ppid=18292 vsize=126436 CPUtime=8.82
/proc/18293/task/18662/stat : 18662 (pb_cplex) S 18292 18292 17905 0 -1 4202560 135 0 0 0 796 86 0 0 15 0 8 0 21605154 129470464 9985 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 7 0 0 0
[pid=18293/tid=18663] ppid=18292 vsize=126436 CPUtime=8.42
/proc/18293/task/18663/stat : 18663 (pb_cplex) R 18292 18292 17905 0 -1 4202560 158 0 0 0 759 83 0 0 15 0 8 0 21605154 129470464 9985 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0

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

[pid=18293/tid=18661] ppid=18292 vsize=126144 CPUtime=17.64
/proc/18293/task/18661/stat : 18661 (pb_cplex) S 18292 18292 17905 0 -1 4202560 223 0 0 0 1598 166 0 0 15 0 8 0 21605154 129171456 9767 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 3 0 0 0
[pid=18293/tid=18662] ppid=18292 vsize=126144 CPUtime=16.54
/proc/18293/task/18662/stat : 18662 (pb_cplex) S 18292 18292 17905 0 -1 4202560 225 0 0 0 1496 158 0 0 15 0 8 0 21605154 129171456 9767 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 5 0 0 0
[pid=18293/tid=18663] ppid=18292 vsize=126144 CPUtime=16.33
/proc/18293/task/18663/stat : 18663 (pb_cplex) S 18292 18292 17905 0 -1 4202560 326 0 0 0 1480 153 0 0 15 0 8 0 21605154 129171456 9767 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 6 0 0 0
[pid=18293/tid=18664] ppid=18292 vsize=126144 CPUtime=16.52
/proc/18293/task/18664/stat : 18664 (pb_cplex) R 18292 18292 17905 0 -1 4202560 464 0 0 0 1492 160 0 0 15 0 8 0 21605154 129171456 9767 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=18293/tid=18665] ppid=18292 vsize=126144 CPUtime=16.76
/proc/18293/task/18665/stat : 18665 (pb_cplex) S 18292 18292 17905 0 -1 4202560 563 0 0 0 1513 163 0 0 15 0 8 0 21605154 129171456 9767 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 7 0 0 0
[pid=18293/tid=18666] ppid=18292 vsize=126144 CPUtime=17.46
/proc/18293/task/18666/stat : 18666 (pb_cplex) S 18292 18292 17905 0 -1 4202560 629 0 0 0 1553 193 0 0 16 0 8 0 21605154 129171456 9767 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 376.53
Current children cumulated vsize (KiB) 134844

[startup+131.103 s]
/proc/loadavg: 4.52 1.89 0.70 8/187 18697
/proc/meminfo: memFree=29789212/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
[pid=18293] ppid=18292 vsize=126144 CPUtime=388.62
/proc/18293/stat : 18293 (pb_cplex) S 18292 18292 17905 0 -1 4202496 20582 0 0 0 34816 4046 0 0 15 0 8 0 21597467 129171456 9767 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0
/proc/18293/statm: 31536 9767 1094 2985 0 28078 0
[pid=18293/tid=18660] ppid=18292 vsize=126144 CPUtime=19.87
/proc/18293/task/18660/stat : 18660 (pb_cplex) S 18292 18292 17905 0 -1 4202560 350 0 0 0 1808 179 0 0 16 0 8 0 21605154 129171456 9767 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 7 0 0 0
[pid=18293/tid=18661] ppid=18292 vsize=126144 CPUtime=19.11
/proc/18293/task/18661/stat : 18661 (pb_cplex) S 18292 18292 17905 0 -1 4202560 223 0 0 0 1731 180 0 0 15 0 8 0 21605154 129171456 9767 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 1 0 0 0
[pid=18293/tid=18662] ppid=18292 vsize=126144 CPUtime=18.01
/proc/18293/task/18662/stat : 18662 (pb_cplex) S 18292 18292 17905 0 -1 4202560 225 0 0 0 1627 174 0 0 15 0 8 0 21605154 129171456 9767 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 5 0 0 0
[pid=18293/tid=18663] ppid=18292 vsize=126144 CPUtime=17.82
/proc/18293/task/18663/stat : 18663 (pb_cplex) S 18292 18292 17905 0 -1 4202560 326 0 0 0 1616 166 0 0 15 0 8 0 21605154 129171456 9767 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 4 0 0 0
[pid=18293/tid=18664] ppid=18292 vsize=126144 CPUtime=17.97
/proc/18293/task/18664/stat : 18664 (pb_cplex) R 18292 18292 17905 0 -1 4202560 464 0 0 0 1624 173 0 0 15 0 8 0 21605154 129171456 9767 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=18293/tid=18665] ppid=18292 vsize=126144 CPUtime=18.24
/proc/18293/task/18665/stat : 18665 (pb_cplex) S 18292 18292 17905 0 -1 4202560 563 0 0 0 1647 177 0 0 15 0 8 0 21605154 129171456 9767 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 6 0 0 0
[pid=18293/tid=18666] ppid=18292 vsize=126144 CPUtime=18.94
/proc/18293/task/18666/stat : 18666 (pb_cplex) S 18292 18292 17905 0 -1 4202560 629 0 0 0 1685 209 0 0 15 0 8 0 21605154 129171456 9767 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 388.62
Current children cumulated vsize (KiB) 134844

[startup+134.301 s]
/proc/loadavg: 4.88 2.01 0.74 7/187 18697
/proc/meminfo: memFree=29789320/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
[pid=18293] ppid=18292 vsize=126144 CPUtime=401.97
/proc/18293/stat : 18293 (pb_cplex) R 18292 18292 17905 0 -1 4202496 20713 0 0 0 36020 4177 0 0 15 0 8 0 21597467 129171456 9813 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0
/proc/18293/statm: 31536 9813 1094 2985 0 28078 0
[pid=18293/tid=18660] ppid=18292 vsize=126144 CPUtime=21.57
/proc/18293/task/18660/stat : 18660 (pb_cplex) R 18292 18292 17905 0 -1 4202560 452 0 0 0 1959 198 0 0 15 0 8 0 21605154 129171456 9813 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=18293/tid=18661] ppid=18292 vsize=126144 CPUtime=20.75
/proc/18293/task/18661/stat : 18661 (pb_cplex) R 18292 18292 17905 0 -1 4202560 223 0 0 0 1877 198 0 0 15 0 8 0 21605154 129171456 9813 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=18293/tid=18662] ppid=18292 vsize=126144 CPUtime=19.61
/proc/18293/task/18662/stat : 18662 (pb_cplex) R 18292 18292 17905 0 -1 4202560 247 0 0 0 1771 190 0 0 15 0 8 0 21605154 129171456 9813 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=18293/tid=18663] ppid=18292 vsize=126144 CPUtime=19.48
/proc/18293/task/18663/stat : 18663 (pb_cplex) R 18292 18292 17905 0 -1 4202560 326 0 0 0 1768 180 0 0 15 0 8 0 21605154 129171456 9813 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=18293/tid=18664] ppid=18292 vsize=126144 CPUtime=19.6
/proc/18293/task/18664/stat : 18664 (pb_cplex) S 18292 18292 17905 0 -1 4202560 464 0 0 0 1772 188 0 0 15 0 8 0 21605154 129171456 9813 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 6 0 0 0
[pid=18293/tid=18665] ppid=18292 vsize=126144 CPUtime=19.87
/proc/18293/task/18665/stat : 18665 (pb_cplex) S 18292 18292 17905 0 -1 4202560 563 0 0 0 1795 192 0 0 15 0 8 0 21605154 129171456 9813 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 4 0 0 0
[pid=18293/tid=18666] ppid=18292 vsize=126144 CPUtime=20.55
/proc/18293/task/18666/stat : 18666 (pb_cplex) S 18292 18292 17905 0 -1 4202560 629 0 0 0 1834 221 0 0 15 0 8 0 21605154 129171456 9813 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 401.97
Current children cumulated vsize (KiB) 134844

[startup+135.901 s]
/proc/loadavg: 4.88 2.01 0.74 3/187 18697
/proc/meminfo: memFree=29789312/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
[pid=18293] ppid=18292 vsize=126140 CPUtime=406.2
/proc/18293/stat : 18293 (pb_cplex) R 18292 18292 17905 0 -1 4202496 20713 0 0 0 36407 4213 0 0 15 0 8 0 21597467 129167360 9812 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0
/proc/18293/statm: 31535 9812 1094 2985 0 28077 0
[pid=18293/tid=18660] ppid=18292 vsize=126140 CPUtime=22.08
/proc/18293/task/18660/stat : 18660 (pb_cplex) R 18292 18292 17905 0 -1 4202560 452 0 0 0 2006 202 0 0 15 0 8 0 21605154 129167360 9812 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=18293/tid=18661] ppid=18292 vsize=126140 CPUtime=21.22
/proc/18293/task/18661/stat : 18661 (pb_cplex) R 18292 18292 17905 0 -1 4202560 223 0 0 0 1920 202 0 0 15 0 8 0 21605154 129167360 9812 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=18293/tid=18662] ppid=18292 vsize=126140 CPUtime=20.08
/proc/18293/task/18662/stat : 18662 (pb_cplex) R 18292 18292 17905 0 -1 4202560 247 0 0 0 1813 195 0 0 15 0 8 0 21605154 129167360 9812 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=18293/tid=18663] ppid=18292 vsize=126140 CPUtime=20
/proc/18293/task/18663/stat : 18663 (pb_cplex) S 18292 18292 17905 0 -1 4202560 326 0 0 0 1815 185 0 0 15 0 8 0 21605154 129167360 9812 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 7 0 0 0
[pid=18293/tid=18664] ppid=18292 vsize=126140 CPUtime=20.11
/proc/18293/task/18664/stat : 18664 (pb_cplex) S 18292 18292 17905 0 -1 4202560 464 0 0 0 1818 193 0 0 15 0 8 0 21605154 129167360 9812 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 6 0 0 0
[pid=18293/tid=18665] ppid=18292 vsize=126140 CPUtime=20.38
/proc/18293/task/18665/stat : 18665 (pb_cplex) S 18292 18292 17905 0 -1 4202560 563 0 0 0 1841 197 0 0 15 0 8 0 21605154 129167360 9812 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 2 0 0 0
[pid=18293/tid=18666] ppid=18292 vsize=126140 CPUtime=21.06
/proc/18293/task/18666/stat : 18666 (pb_cplex) S 18292 18292 17905 0 -1 4202560 629 0 0 0 1880 226 0 0 15 0 8 0 21605154 129167360 9812 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 406.2
Current children cumulated vsize (KiB) 134840

[startup+136.701 s]
/proc/loadavg: 4.88 2.01 0.74 4/187 18697
/proc/meminfo: memFree=29789312/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
[pid=18293] ppid=18292 vsize=126132 CPUtime=408.29
/proc/18293/stat : 18293 (pb_cplex) R 18292 18292 17905 0 -1 4202496 20713 0 0 0 36597 4232 0 0 15 0 8 0 21597467 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/18293/statm: 31533 9810 1094 2985 0 28075 0
[pid=18293/tid=18660] ppid=18292 vsize=126132 CPUtime=22.33
/proc/18293/task/18660/stat : 18660 (pb_cplex) S 18292 18292 17905 0 -1 4202560 452 0 0 0 2029 204 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 5 0 0 0
[pid=18293/tid=18661] ppid=18292 vsize=126132 CPUtime=21.46
/proc/18293/task/18661/stat : 18661 (pb_cplex) R 18292 18292 17905 0 -1 4202560 223 0 0 0 1942 204 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=18293/tid=18662] ppid=18292 vsize=126132 CPUtime=20.32
/proc/18293/task/18662/stat : 18662 (pb_cplex) R 18292 18292 17905 0 -1 4202560 247 0 0 0 1834 198 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=18293/tid=18663] ppid=18292 vsize=126132 CPUtime=20.25
/proc/18293/task/18663/stat : 18663 (pb_cplex) R 18292 18292 17905 0 -1 4202560 326 0 0 0 1838 187 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=18293/tid=18664] ppid=18292 vsize=126132 CPUtime=20.36
/proc/18293/task/18664/stat : 18664 (pb_cplex) R 18292 18292 17905 0 -1 4202560 464 0 0 0 1841 195 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=18293/tid=18665] ppid=18292 vsize=126132 CPUtime=20.62
/proc/18293/task/18665/stat : 18665 (pb_cplex) R 18292 18292 17905 0 -1 4202560 563 0 0 0 1863 199 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=18293/tid=18666] ppid=18292 vsize=126132 CPUtime=21.29
/proc/18293/task/18666/stat : 18666 (pb_cplex) R 18292 18292 17905 0 -1 4202560 629 0 0 0 1901 228 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.29
Current children cumulated vsize (KiB) 134832

[startup+136.901 s]
/proc/loadavg: 4.88 2.01 0.74 4/187 18697
/proc/meminfo: memFree=29789312/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
[pid=18293] ppid=18292 vsize=126132 CPUtime=408.83
/proc/18293/stat : 18293 (pb_cplex) S 18292 18292 17905 0 -1 4202496 20713 0 0 0 36646 4237 0 0 15 0 8 0 21597467 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/18293/statm: 31533 9810 1094 2985 0 28075 0
[pid=18293/tid=18660] ppid=18292 vsize=126132 CPUtime=22.4
/proc/18293/task/18660/stat : 18660 (pb_cplex) R 18292 18292 17905 0 -1 4202560 452 0 0 0 2035 205 0 0 16 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=18293/tid=18661] ppid=18292 vsize=126132 CPUtime=21.52
/proc/18293/task/18661/stat : 18661 (pb_cplex) S 18292 18292 17905 0 -1 4202560 223 0 0 0 1947 205 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 7 0 0 0
[pid=18293/tid=18662] ppid=18292 vsize=126132 CPUtime=20.39
/proc/18293/task/18662/stat : 18662 (pb_cplex) R 18292 18292 17905 0 -1 4202560 247 0 0 0 1840 199 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=18293/tid=18663] ppid=18292 vsize=126132 CPUtime=20.32
/proc/18293/task/18663/stat : 18663 (pb_cplex) R 18292 18292 17905 0 -1 4202560 326 0 0 0 1844 188 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=18293/tid=18664] ppid=18292 vsize=126132 CPUtime=20.43
/proc/18293/task/18664/stat : 18664 (pb_cplex) R 18292 18292 17905 0 -1 4202560 464 0 0 0 1847 196 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=18293/tid=18665] ppid=18292 vsize=126132 CPUtime=20.69
/proc/18293/task/18665/stat : 18665 (pb_cplex) R 18292 18292 17905 0 -1 4202560 563 0 0 0 1869 200 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=18293/tid=18666] ppid=18292 vsize=126132 CPUtime=21.36
/proc/18293/task/18666/stat : 18666 (pb_cplex) R 18292 18292 17905 0 -1 4202560 629 0 0 0 1907 229 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.83
Current children cumulated vsize (KiB) 134832

[startup+137.001 s]
/proc/loadavg: 4.88 2.01 0.74 4/187 18697
/proc/meminfo: memFree=29789312/32950928 swapFree=67111528/67111528
[pid=18292] ppid=18290 vsize=8700 CPUtime=0
/proc/18292/stat : 18292 (run) S 18290 18292 17905 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 21597466 8908800 248 4089446400 4194304 4922060 140734026571584 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18292/statm: 2175 248 208 178 0 68 0
[pid=18293] ppid=18292 vsize=126132 CPUtime=409.09
/proc/18293/stat : 18293 (pb_cplex) S 18292 18292 17905 0 -1 4202496 20713 0 0 0 36670 4239 0 0 15 0 8 0 21597467 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0
/proc/18293/statm: 31533 9810 1094 2985 0 28075 0
[pid=18293/tid=18660] ppid=18292 vsize=126132 CPUtime=22.43
/proc/18293/task/18660/stat : 18660 (pb_cplex) S 18292 18292 17905 0 -1 4202560 452 0 0 0 2038 205 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 7 0 0 0
[pid=18293/tid=18661] ppid=18292 vsize=126132 CPUtime=21.56
/proc/18293/task/18661/stat : 18661 (pb_cplex) S 18292 18292 17905 0 -1 4202560 223 0 0 0 1950 206 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 3 0 0 0
[pid=18293/tid=18662] ppid=18292 vsize=126132 CPUtime=20.41
/proc/18293/task/18662/stat : 18662 (pb_cplex) S 18292 18292 17905 0 -1 4202560 247 0 0 0 1842 199 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 5 0 0 0
[pid=18293/tid=18663] ppid=18292 vsize=126132 CPUtime=20.35
/proc/18293/task/18663/stat : 18663 (pb_cplex) S 18292 18292 17905 0 -1 4202560 326 0 0 0 1847 188 0 0 16 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 3 0 0 0
[pid=18293/tid=18664] ppid=18292 vsize=126132 CPUtime=20.46
/proc/18293/task/18664/stat : 18664 (pb_cplex) S 18292 18292 17905 0 -1 4202560 464 0 0 0 1850 196 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 2 0 0 0
[pid=18293/tid=18665] ppid=18292 vsize=126132 CPUtime=20.72
/proc/18293/task/18665/stat : 18665 (pb_cplex) R 18292 18292 17905 0 -1 4202560 563 0 0 0 1872 200 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=18293/tid=18666] ppid=18292 vsize=126132 CPUtime=21.39
/proc/18293/task/18666/stat : 18666 (pb_cplex) S 18292 18292 17905 0 -1 4202560 629 0 0 0 1910 229 0 0 15 0 8 0 21605154 129159168 9810 4089446400 134512640 146736320 4292327344 18446744073709551615 144580073 0 2 4096 16387 18446604470889233344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 409.09
Current children cumulated vsize (KiB) 134832

Child status: 0
Real time (s): 137.024
CPU time (s): 409.14
CPU user time (s): 366.739
CPU system time (s): 42.4006
CPU usage (%): 298.589
Max. virtual memory (cumulated for all children) (KiB): 136028

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

runsolver used 0.250961 second user time and 0.518921 second system time

The end

Launcher Data

Begin job on node120 at 2010-07-07 22:17:19
IDJOB=2699845
IDBENCH=79378
IDSOLVER=1210
FILE ID=node120/2699845-1278533839
PBS_JOBID= 11239237
Free space on /tmp= 73464 MiB

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

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

MD5SUM BENCH= 46bf37fea419e62f284d6c24e5a85c87
RANDOM SEED=736935088

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29862436 kB
Buffers:        134596 kB
Cached:        2712972 kB
SwapCached:          0 kB
Active:        1578468 kB
Inactive:      1359208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29862436 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17272 kB
Writeback:           0 kB
AnonPages:       89208 kB
Mapped:          20208 kB
Slab:            86460 kB
PageTables:       4720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1635136 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= 73444 MiB
End job on node120 at 2010-07-07 22:19:37