Trace number 2699857

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 387.634 120.463

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-pret60_60_ext.wbo
MD5SUM3ec0f85e890f8df2893de90219d1f3ef
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 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-2699857-1278533841.wbo.
0.00/0.00	c Instance file HOME/instance-2699857-1278533841.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 ===============================================================================
387.46/120.46	c Remaining time 1799.99 sec.
387.46/120.46	s OPTIMUM FOUND
387.46/120.46	c Solution value = 1.00
387.46/120.46	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
387.46/120.46	c Total CPU time              : 347.543 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-2699857-1278533841/watcher-2699857-1278533841 -o /tmp/evaluation-result-2699857-1278533841/solver-2699857-1278533841 -C 1800 -W 2000 -M 3800 run HOME/instance-2699857-1278533841.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.27 0.08 0.02 2/173 17024
/proc/meminfo: memFree=30134952/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0

[startup+0.046872 s]
/proc/loadavg: 0.27 0.08 0.02 2/173 17024
/proc/meminfo: memFree=30134952/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100869 s]
/proc/loadavg: 0.27 0.08 0.02 2/173 17024
/proc/meminfo: memFree=30134952/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300775 s]
/proc/loadavg: 0.27 0.08 0.02 2/173 17024
/proc/meminfo: memFree=30134952/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700707 s]
/proc/loadavg: 0.27 0.08 0.02 2/173 17024
/proc/meminfo: memFree=30134952/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50062 s]
/proc/loadavg: 0.27 0.08 0.02 2/182 17088
/proc/meminfo: memFree=30120488/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
[pid=17025] ppid=17024 vsize=103300 CPUtime=5.09
/proc/17025/stat : 17025 (pb_cplex) S 17024 17024 16702 0 -1 4202496 9639 0 0 0 445 64 0 0 16 0 8 0 21597531 105779200 4350 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0
/proc/17025/statm: 25825 4350 1099 2985 0 22367 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 112000

[startup+3.10028 s]
/proc/loadavg: 0.65 0.16 0.05 2/182 17102
/proc/meminfo: memFree=30118132/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
[pid=17025] ppid=17024 vsize=106372 CPUtime=13.13
/proc/17025/stat : 17025 (pb_cplex) R 17024 17024 16702 0 -1 4202496 10773 0 0 0 1144 169 0 0 15 0 8 0 21597531 108924928 5066 4089446400 134512640 146736320 4289764624 18446744073709551615 136676165 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/17025/statm: 26593 5066 1093 2985 0 23135 0
[pid=17025/tid=17096] ppid=17024 vsize=106372 CPUtime=0.63
/proc/17025/task/17096/stat : 17096 (pb_cplex) S 17024 17024 16702 0 -1 4202560 83 0 0 0 54 9 0 0 15 0 8 0 21597740 108924928 5066 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 3 0 0 0
[pid=17025/tid=17097] ppid=17024 vsize=106372 CPUtime=0.64
/proc/17025/task/17097/stat : 17097 (pb_cplex) S 17024 17024 16702 0 -1 4202560 22 0 0 0 56 8 0 0 15 0 8 0 21597740 108924928 5066 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 6 0 0 0
[pid=17025/tid=17098] ppid=17024 vsize=106372 CPUtime=0.65
/proc/17025/task/17098/stat : 17098 (pb_cplex) S 17024 17024 16702 0 -1 4202560 37 0 0 0 56 9 0 0 15 0 8 0 21597740 108924928 5066 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 7 0 0 0
[pid=17025/tid=17099] ppid=17024 vsize=106372 CPUtime=0.65
/proc/17025/task/17099/stat : 17099 (pb_cplex) S 17024 17024 16702 0 -1 4202560 78 0 0 0 60 5 0 0 15 0 8 0 21597740 108924928 5066 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 0 0 0 0
[pid=17025/tid=17100] ppid=17024 vsize=106372 CPUtime=0.62
/proc/17025/task/17100/stat : 17100 (pb_cplex) S 17024 17024 16702 0 -1 4202560 110 0 0 0 53 9 0 0 15 0 8 0 21597740 108924928 5066 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 5 0 0 0
[pid=17025/tid=17101] ppid=17024 vsize=106372 CPUtime=0.64
/proc/17025/task/17101/stat : 17101 (pb_cplex) S 17024 17024 16702 0 -1 4202560 108 0 0 0 55 9 0 0 15 0 8 0 21597740 108924928 5066 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 2 0 0 0
[pid=17025/tid=17102] ppid=17024 vsize=106372 CPUtime=0.63
/proc/17025/task/17102/stat : 17102 (pb_cplex) R 17024 17024 16702 0 -1 4202560 164 0 0 0 55 8 0 0 16 0 8 0 21597740 108924928 5066 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 13.13
Current children cumulated vsize (KiB) 115072

[startup+6.30071 s]
/proc/loadavg: 0.65 0.16 0.05 4/182 17109
/proc/meminfo: memFree=30115328/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
[pid=17025] ppid=17024 vsize=107860 CPUtime=29.94
/proc/17025/stat : 17025 (pb_cplex) S 17024 17024 16702 0 -1 4202496 12133 0 0 0 2602 392 0 0 15 0 8 0 21597531 110448640 5599 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/17025/statm: 26965 5599 1093 2985 0 23507 0
[pid=17025/tid=17103] ppid=17024 vsize=107860 CPUtime=1.82
/proc/17025/task/17103/stat : 17103 (pb_cplex) S 17024 17024 16702 0 -1 4202560 84 0 0 0 170 12 0 0 15 0 8 0 21597885 110448640 5599 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 0 0 0 0
[pid=17025/tid=17104] ppid=17024 vsize=107860 CPUtime=1.81
/proc/17025/task/17104/stat : 17104 (pb_cplex) S 17024 17024 16702 0 -1 4202560 38 0 0 0 156 25 0 0 15 0 8 0 21597885 110448640 5599 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 3 0 0 0
[pid=17025/tid=17105] ppid=17024 vsize=107860 CPUtime=1.8
/proc/17025/task/17105/stat : 17105 (pb_cplex) S 17024 17024 16702 0 -1 4202560 122 0 0 0 152 28 0 0 15 0 8 0 21597885 110448640 5599 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 7 0 0 0
[pid=17025/tid=17106] ppid=17024 vsize=107860 CPUtime=1.82
/proc/17025/task/17106/stat : 17106 (pb_cplex) R 17024 17024 16702 0 -1 4202560 118 0 0 0 159 23 0 0 15 0 8 0 21597885 110448640 5599 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=17025/tid=17107] ppid=17024 vsize=107860 CPUtime=1.82
/proc/17025/task/17107/stat : 17107 (pb_cplex) S 17024 17024 16702 0 -1 4202560 141 0 0 0 155 27 0 0 15 0 8 0 21597885 110448640 5599 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 5 0 0 0
[pid=17025/tid=17108] ppid=17024 vsize=107860 CPUtime=1.78
/proc/17025/task/17108/stat : 17108 (pb_cplex) S 17024 17024 16702 0 -1 4202560 159 0 0 0 156 22 0 0 15 0 8 0 21597885 110448640 5599 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 2 0 0 0
[pid=17025/tid=17109] ppid=17024 vsize=107860 CPUtime=1.77
/proc/17025/task/17109/stat : 17109 (pb_cplex) S 17024 17024 16702 0 -1 4202560 62 0 0 0 155 22 0 0 16 0 8 0 21597885 110448640 5599 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 29.94
Current children cumulated vsize (KiB) 116560

[startup+12.7006 s]
/proc/loadavg: 1.71 0.40 0.13 3/182 17162
/proc/meminfo: memFree=30111588/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
[pid=17025] ppid=17024 vsize=112136 CPUtime=62.2
/proc/17025/stat : 17025 (pb_cplex) S 17024 17024 16702 0 -1 4202496 13834 0 0 0 5420 800 0 0 17 0 8 0 21597531 114827264 6505 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0
/proc/17025/statm: 28034 6505 1100 2985 0 24576 0
Current children cumulated CPU time (s) 62.2
Current children cumulated vsize (KiB) 120836

[startup+25.5003 s]
/proc/loadavg: 2.19 0.55 0.18 4/187 17298
/proc/meminfo: memFree=30095720/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
[pid=17025] ppid=17024 vsize=115612 CPUtime=116.33
/proc/17025/stat : 17025 (pb_cplex) S 17024 17024 16702 0 -1 4202496 15452 0 0 0 10205 1428 0 0 15 0 8 0 21597531 118386688 7283 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0
/proc/17025/statm: 28903 7283 1093 2985 0 25445 0
[pid=17025/tid=17163] ppid=17024 vsize=115612 CPUtime=6.93
/proc/17025/task/17163/stat : 17163 (pb_cplex) S 17024 17024 16702 0 -1 4202560 117 0 0 0 612 81 0 0 16 0 8 0 21598774 118386688 7283 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 7 0 0 0
[pid=17025/tid=17164] ppid=17024 vsize=115612 CPUtime=6.73
/proc/17025/task/17164/stat : 17164 (pb_cplex) S 17024 17024 16702 0 -1 4202560 109 0 0 0 593 80 0 0 15 0 8 0 21598774 118386688 7283 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 7 0 0 0
[pid=17025/tid=17165] ppid=17024 vsize=115612 CPUtime=6.74
/proc/17025/task/17165/stat : 17165 (pb_cplex) S 17024 17024 16702 0 -1 4202560 88 0 0 0 606 68 0 0 15 0 8 0 21598774 118386688 7283 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 0 0 0 0
[pid=17025/tid=17166] ppid=17024 vsize=115612 CPUtime=6.74
/proc/17025/task/17166/stat : 17166 (pb_cplex) S 17024 17024 16702 0 -1 4202560 153 0 0 0 607 67 0 0 15 0 8 0 21598774 118386688 7283 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 2 0 0 0
[pid=17025/tid=17167] ppid=17024 vsize=115612 CPUtime=6.79
/proc/17025/task/17167/stat : 17167 (pb_cplex) S 17024 17024 16702 0 -1 4202560 190 0 0 0 594 85 0 0 15 0 8 0 21598774 118386688 7283 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 3 0 0 0
[pid=17025/tid=17168] ppid=17024 vsize=115612 CPUtime=6.86
/proc/17025/task/17168/stat : 17168 (pb_cplex) S 17024 17024 16702 0 -1 4202560 388 0 0 0 591 95 0 0 15 0 8 0 21598774 118386688 7283 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 6 0 0 0
[pid=17025/tid=17169] ppid=17024 vsize=115612 CPUtime=6.85
/proc/17025/task/17169/stat : 17169 (pb_cplex) R 17024 17024 16702 0 -1 4202560 266 0 0 0 610 75 0 0 15 0 8 0 21598774 118386688 7283 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 116.33
Current children cumulated vsize (KiB) 124312

[startup+51.1013 s]
/proc/loadavg: 2.87 0.84 0.29 3/187 17306
/proc/meminfo: memFree=30097128/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
[pid=17025] ppid=17024 vsize=117660 CPUtime=188.42
/proc/17025/stat : 17025 (pb_cplex) S 17024 17024 16702 0 -1 4202496 16086 0 0 0 16733 2109 0 0 16 0 8 0 21597531 120483840 7697 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/17025/statm: 29415 7697 1093 2985 0 25957 0
[pid=17025/tid=17299] ppid=17024 vsize=117660 CPUtime=9.18
/proc/17025/task/17299/stat : 17299 (pb_cplex) S 17024 17024 16702 0 -1 4202560 0 0 0 0 833 85 0 0 15 0 8 0 21600143 120483840 7697 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 5 0 0 0
[pid=17025/tid=17300] ppid=17024 vsize=117660 CPUtime=8.34
/proc/17025/task/17300/stat : 17300 (pb_cplex) S 17024 17024 16702 0 -1 4202560 34 0 0 0 754 80 0 0 15 0 8 0 21600143 120483840 7697 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 7 0 0 0
[pid=17025/tid=17301] ppid=17024 vsize=117660 CPUtime=8.06
/proc/17025/task/17301/stat : 17301 (pb_cplex) R 17024 17024 16702 0 -1 4202560 20 0 0 0 716 90 0 0 15 0 8 0 21600143 120483840 7697 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=17025/tid=17302] ppid=17024 vsize=117660 CPUtime=8.14
/proc/17025/task/17302/stat : 17302 (pb_cplex) S 17024 17024 16702 0 -1 4202560 139 0 0 0 743 71 0 0 15 0 8 0 21600143 120483840 7697 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 2 0 0 0
[pid=17025/tid=17303] ppid=17024 vsize=117660 CPUtime=8.11
/proc/17025/task/17303/stat : 17303 (pb_cplex) S 17024 17024 16702 0 -1 4202560 37 0 0 0 741 70 0 0 15 0 8 0 21600143 120483840 7697 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 6 0 0 0
[pid=17025/tid=17304] ppid=17024 vsize=117660 CPUtime=8.17
/proc/17025/task/17304/stat : 17304 (pb_cplex) R 17024 17024 16702 0 -1 4202560 164 0 0 0 757 60 0 0 15 0 8 0 21600143 120483840 7697 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=17025/tid=17305] ppid=17024 vsize=117660 CPUtime=8.65
/proc/17025/task/17305/stat : 17305 (pb_cplex) R 17024 17024 16702 0 -1 4202560 55 0 0 0 754 111 0 0 15 0 8 0 21600143 120483840 7697 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 188.42
Current children cumulated vsize (KiB) 126360

[startup+102.307 s]
/proc/loadavg: 4.09 1.55 0.56 6/187 17317
/proc/meminfo: memFree=30096384/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
[pid=17025] ppid=17024 vsize=116636 CPUtime=334.45
/proc/17025/stat : 17025 (pb_cplex) S 17024 17024 16702 0 -1 4202496 16608 0 0 0 29947 3498 0 0 15 0 8 0 21597531 119435264 7667 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0
/proc/17025/statm: 29159 7667 1093 2985 0 25701 0
[pid=17025/tid=17307] ppid=17024 vsize=116636 CPUtime=14.79
/proc/17025/task/17307/stat : 17307 (pb_cplex) S 17024 17024 16702 0 -1 4202560 56 0 0 0 1336 143 0 0 15 0 8 0 21603816 119435264 7667 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 7 0 0 0
[pid=17025/tid=17308] ppid=17024 vsize=116636 CPUtime=13.6
/proc/17025/task/17308/stat : 17308 (pb_cplex) R 17024 17024 16702 0 -1 4202560 7 0 0 0 1226 134 0 0 15 0 8 0 21603816 119435264 7667 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=17025/tid=17309] ppid=17024 vsize=116636 CPUtime=13.37
/proc/17025/task/17309/stat : 17309 (pb_cplex) R 17024 17024 16702 0 -1 4202560 52 0 0 0 1203 134 0 0 15 0 8 0 21603816 119435264 7667 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=17025/tid=17310] ppid=17024 vsize=116636 CPUtime=13.12
/proc/17025/task/17310/stat : 17310 (pb_cplex) R 17024 17024 16702 0 -1 4202560 54 0 0 0 1192 120 0 0 15 0 8 0 21603816 119435264 7667 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0

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

[pid=17025/tid=17308] ppid=17024 vsize=116636 CPUtime=15.95
/proc/17025/task/17308/stat : 17308 (pb_cplex) S 17024 17024 16702 0 -1 4202560 7 0 0 0 1438 157 0 0 16 0 8 0 21603816 119435264 7643 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 7 0 0 0
[pid=17025/tid=17309] ppid=17024 vsize=116636 CPUtime=15.75
/proc/17025/task/17309/stat : 17309 (pb_cplex) S 17024 17024 16702 0 -1 4202560 52 0 0 0 1419 156 0 0 15 0 8 0 21603816 119435264 7643 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 5 0 0 0
[pid=17025/tid=17310] ppid=17024 vsize=116636 CPUtime=15.44
/proc/17025/task/17310/stat : 17310 (pb_cplex) S 17024 17024 16702 0 -1 4202560 66 0 0 0 1403 141 0 0 16 0 8 0 21603816 119435264 7643 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 0 0 0 0
[pid=17025/tid=17311] ppid=17024 vsize=116636 CPUtime=15.6
/proc/17025/task/17311/stat : 17311 (pb_cplex) S 17024 17024 16702 0 -1 4202560 26 0 0 0 1389 171 0 0 15 0 8 0 21603816 119435264 7643 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 1 0 0 0
[pid=17025/tid=17312] ppid=17024 vsize=116636 CPUtime=15.65
/proc/17025/task/17312/stat : 17312 (pb_cplex) S 17024 17024 16702 0 -1 4202560 118 0 0 0 1406 159 0 0 16 0 8 0 21603816 119435264 7643 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 4 0 0 0
[pid=17025/tid=17313] ppid=17024 vsize=116636 CPUtime=15.91
/proc/17025/task/17313/stat : 17313 (pb_cplex) S 17024 17024 16702 0 -1 4202560 95 0 0 0 1451 140 0 0 15 0 8 0 21603816 119435264 7643 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 354.4
Current children cumulated vsize (KiB) 125336

[startup+115.1 s]
/proc/loadavg: 4.29 1.68 0.61 5/187 17344
/proc/meminfo: memFree=30097872/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
[pid=17025] ppid=17024 vsize=116632 CPUtime=372.49
/proc/17025/stat : 17025 (pb_cplex) S 17024 17024 16702 0 -1 4202496 16640 0 0 0 33386 3863 0 0 15 0 8 0 21597531 119431168 7614 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0
/proc/17025/statm: 29158 7614 1093 2985 0 25700 0
[pid=17025/tid=17307] ppid=17024 vsize=116632 CPUtime=19.74
/proc/17025/task/17307/stat : 17307 (pb_cplex) S 17024 17024 16702 0 -1 4202560 56 0 0 0 1781 193 0 0 15 0 8 0 21603816 119431168 7614 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 1 0 0 0
[pid=17025/tid=17308] ppid=17024 vsize=116632 CPUtime=18.08
/proc/17025/task/17308/stat : 17308 (pb_cplex) S 17024 17024 16702 0 -1 4202560 7 0 0 0 1630 178 0 0 15 0 8 0 21603816 119431168 7614 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 1 0 0 0
[pid=17025/tid=17309] ppid=17024 vsize=116632 CPUtime=17.76
/proc/17025/task/17309/stat : 17309 (pb_cplex) S 17024 17024 16702 0 -1 4202560 52 0 0 0 1599 177 0 0 15 0 8 0 21603816 119431168 7614 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 3 0 0 0
[pid=17025/tid=17310] ppid=17024 vsize=116632 CPUtime=17.5
/proc/17025/task/17310/stat : 17310 (pb_cplex) S 17024 17024 16702 0 -1 4202560 66 0 0 0 1595 155 0 0 15 0 8 0 21603816 119431168 7614 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 0 0 0 0
[pid=17025/tid=17311] ppid=17024 vsize=116632 CPUtime=17.81
/proc/17025/task/17311/stat : 17311 (pb_cplex) R 17024 17024 16702 0 -1 4202560 26 0 0 0 1584 197 0 0 15 0 8 0 21603816 119431168 7614 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=17025/tid=17312] ppid=17024 vsize=116632 CPUtime=17.88
/proc/17025/task/17312/stat : 17312 (pb_cplex) R 17024 17024 16702 0 -1 4202560 118 0 0 0 1607 181 0 0 15 0 8 0 21603816 119431168 7614 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=17025/tid=17313] ppid=17024 vsize=116632 CPUtime=18.07
/proc/17025/task/17313/stat : 17313 (pb_cplex) R 17024 17024 16702 0 -1 4202560 95 0 0 0 1642 165 0 0 16 0 8 0 21603816 119431168 7614 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 372.49
Current children cumulated vsize (KiB) 125332

[startup+118.301 s]
/proc/loadavg: 4.19 1.70 0.63 7/187 17344
/proc/meminfo: memFree=30097968/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
[pid=17025] ppid=17024 vsize=116632 CPUtime=381.47
/proc/17025/stat : 17025 (pb_cplex) S 17024 17024 16702 0 -1 4202496 16640 0 0 0 34200 3947 0 0 16 0 8 0 21597531 119431168 7539 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0
/proc/17025/statm: 29158 7539 1093 2985 0 25700 0
[pid=17025/tid=17307] ppid=17024 vsize=116632 CPUtime=20.89
/proc/17025/task/17307/stat : 17307 (pb_cplex) R 17024 17024 16702 0 -1 4202560 56 0 0 0 1886 203 0 0 15 0 8 0 21603816 119431168 7539 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=17025/tid=17308] ppid=17024 vsize=116632 CPUtime=19.14
/proc/17025/task/17308/stat : 17308 (pb_cplex) S 17024 17024 16702 0 -1 4202560 7 0 0 0 1725 189 0 0 15 0 8 0 21603816 119431168 7539 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 5 0 0 0
[pid=17025/tid=17309] ppid=17024 vsize=116632 CPUtime=18.78
/proc/17025/task/17309/stat : 17309 (pb_cplex) R 17024 17024 16702 0 -1 4202560 52 0 0 0 1689 189 0 0 15 0 8 0 21603816 119431168 7539 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=17025/tid=17310] ppid=17024 vsize=116632 CPUtime=18.53
/proc/17025/task/17310/stat : 17310 (pb_cplex) R 17024 17024 16702 0 -1 4202560 66 0 0 0 1693 160 0 0 15 0 8 0 21603816 119431168 7539 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=17025/tid=17311] ppid=17024 vsize=116632 CPUtime=18.89
/proc/17025/task/17311/stat : 17311 (pb_cplex) R 17024 17024 16702 0 -1 4202560 26 0 0 0 1679 210 0 0 15 0 8 0 21603816 119431168 7539 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=17025/tid=17312] ppid=17024 vsize=116632 CPUtime=18.96
/proc/17025/task/17312/stat : 17312 (pb_cplex) R 17024 17024 16702 0 -1 4202560 118 0 0 0 1705 191 0 0 15 0 8 0 21603816 119431168 7539 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=17025/tid=17313] ppid=17024 vsize=116632 CPUtime=19.14
/proc/17025/task/17313/stat : 17313 (pb_cplex) R 17024 17024 16702 0 -1 4202560 95 0 0 0 1738 176 0 0 15 0 8 0 21603816 119431168 7539 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 381.47
Current children cumulated vsize (KiB) 125332

[startup+119.101 s]
/proc/loadavg: 4.19 1.70 0.63 7/187 17344
/proc/meminfo: memFree=30097844/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
[pid=17025] ppid=17024 vsize=116632 CPUtime=383.81
/proc/17025/stat : 17025 (pb_cplex) S 17024 17024 16702 0 -1 4202496 16640 0 0 0 34411 3970 0 0 15 0 8 0 21597531 119431168 7538 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0
/proc/17025/statm: 29158 7538 1093 2985 0 25700 0
[pid=17025/tid=17307] ppid=17024 vsize=116632 CPUtime=21.22
/proc/17025/task/17307/stat : 17307 (pb_cplex) S 17024 17024 16702 0 -1 4202560 56 0 0 0 1915 207 0 0 16 0 8 0 21603816 119431168 7538 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 3 0 0 0
[pid=17025/tid=17308] ppid=17024 vsize=116632 CPUtime=19.43
/proc/17025/task/17308/stat : 17308 (pb_cplex) S 17024 17024 16702 0 -1 4202560 7 0 0 0 1750 193 0 0 15 0 8 0 21603816 119431168 7538 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 3 0 0 0
[pid=17025/tid=17309] ppid=17024 vsize=116632 CPUtime=19.06
/proc/17025/task/17309/stat : 17309 (pb_cplex) R 17024 17024 16702 0 -1 4202560 52 0 0 0 1714 192 0 0 16 0 8 0 21603816 119431168 7538 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=17025/tid=17310] ppid=17024 vsize=116632 CPUtime=18.8
/proc/17025/task/17310/stat : 17310 (pb_cplex) S 17024 17024 16702 0 -1 4202560 66 0 0 0 1719 161 0 0 15 0 8 0 21603816 119431168 7538 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 0 0 0 0
[pid=17025/tid=17311] ppid=17024 vsize=116632 CPUtime=19.16
/proc/17025/task/17311/stat : 17311 (pb_cplex) S 17024 17024 16702 0 -1 4202560 26 0 0 0 1704 212 0 0 15 0 8 0 21603816 119431168 7538 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 4 0 0 0
[pid=17025/tid=17312] ppid=17024 vsize=116632 CPUtime=19.22
/proc/17025/task/17312/stat : 17312 (pb_cplex) S 17024 17024 16702 0 -1 4202560 118 0 0 0 1728 194 0 0 15 0 8 0 21603816 119431168 7538 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 2 0 0 0
[pid=17025/tid=17313] ppid=17024 vsize=116632 CPUtime=19.42
/proc/17025/task/17313/stat : 17313 (pb_cplex) R 17024 17024 16702 0 -1 4202560 95 0 0 0 1763 179 0 0 15 0 8 0 21603816 119431168 7538 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 383.81
Current children cumulated vsize (KiB) 125332

[startup+119.907 s]
/proc/loadavg: 4.19 1.70 0.63 4/187 17344
/proc/meminfo: memFree=30097844/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
[pid=17025] ppid=17024 vsize=115608 CPUtime=386.02
/proc/17025/stat : 17025 (pb_cplex) R 17024 17024 16702 0 -1 4202496 16640 0 0 0 34610 3992 0 0 15 0 8 0 21597531 118382592 7449 4089446400 134512640 146736320 4289764624 18446744073709551615 136674344 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/17025/statm: 28902 7449 1093 2985 0 25444 0
[pid=17025/tid=17307] ppid=17024 vsize=115608 CPUtime=21.52
/proc/17025/task/17307/stat : 17307 (pb_cplex) S 17024 17024 16702 0 -1 4202560 56 0 0 0 1942 210 0 0 15 0 8 0 21603816 118382592 7449 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 3 0 0 0
[pid=17025/tid=17308] ppid=17024 vsize=115608 CPUtime=19.69
/proc/17025/task/17308/stat : 17308 (pb_cplex) R 17024 17024 16702 0 -1 4202560 7 0 0 0 1774 195 0 0 15 0 8 0 21603816 118382592 7449 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=17025/tid=17309] ppid=17024 vsize=115608 CPUtime=19.32
/proc/17025/task/17309/stat : 17309 (pb_cplex) S 17024 17024 16702 0 -1 4202560 52 0 0 0 1736 196 0 0 15 0 8 0 21603816 118382592 7449 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 3 0 0 0
[pid=17025/tid=17310] ppid=17024 vsize=115608 CPUtime=19.06
/proc/17025/task/17310/stat : 17310 (pb_cplex) S 17024 17024 16702 0 -1 4202560 66 0 0 0 1743 163 0 0 15 0 8 0 21603816 118382592 7449 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 0 0 0 0
[pid=17025/tid=17311] ppid=17024 vsize=115608 CPUtime=19.42
/proc/17025/task/17311/stat : 17311 (pb_cplex) S 17024 17024 16702 0 -1 4202560 26 0 0 0 1728 214 0 0 15 0 8 0 21603816 118382592 7449 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 4 0 0 0
[pid=17025/tid=17312] ppid=17024 vsize=115608 CPUtime=19.46
/proc/17025/task/17312/stat : 17312 (pb_cplex) S 17024 17024 16702 0 -1 4202560 118 0 0 0 1749 197 0 0 15 0 8 0 21603816 118382592 7449 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 2 0 0 0
[pid=17025/tid=17313] ppid=17024 vsize=115608 CPUtime=19.7
/proc/17025/task/17313/stat : 17313 (pb_cplex) S 17024 17024 16702 0 -1 4202560 95 0 0 0 1787 183 0 0 15 0 8 0 21603816 118382592 7449 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 386.02
Current children cumulated vsize (KiB) 124308

[startup+120.301 s]
/proc/loadavg: 4.19 1.70 0.63 4/187 17344
/proc/meminfo: memFree=30097844/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
[pid=17025] ppid=17024 vsize=115496 CPUtime=387.18
/proc/17025/stat : 17025 (pb_cplex) R 17024 17024 16702 0 -1 4202496 16640 0 0 0 34714 4004 0 0 15 0 8 0 21597531 118267904 7372 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/17025/statm: 28874 7372 1093 2985 0 25416 0
[pid=17025/tid=17307] ppid=17024 vsize=115496 CPUtime=21.67
/proc/17025/task/17307/stat : 17307 (pb_cplex) S 17024 17024 16702 0 -1 4202560 56 0 0 0 1955 212 0 0 15 0 8 0 21603816 118267904 7372 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 5 0 0 0
[pid=17025/tid=17308] ppid=17024 vsize=115496 CPUtime=19.81
/proc/17025/task/17308/stat : 17308 (pb_cplex) S 17024 17024 16702 0 -1 4202560 7 0 0 0 1785 196 0 0 15 0 8 0 21603816 118267904 7372 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 3 0 0 0
[pid=17025/tid=17309] ppid=17024 vsize=115496 CPUtime=19.44
/proc/17025/task/17309/stat : 17309 (pb_cplex) R 17024 17024 16702 0 -1 4202560 52 0 0 0 1747 197 0 0 16 0 8 0 21603816 118267904 7372 4089446400 134512640 146736320 4289764624 18446744073709551615 139028303 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=17025/tid=17310] ppid=17024 vsize=115496 CPUtime=19.2
/proc/17025/task/17310/stat : 17310 (pb_cplex) R 17024 17024 16702 0 -1 4202560 66 0 0 0 1756 164 0 0 15 0 8 0 21603816 118267904 7372 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=17025/tid=17311] ppid=17024 vsize=115496 CPUtime=19.55
/proc/17025/task/17311/stat : 17311 (pb_cplex) S 17024 17024 16702 0 -1 4202560 26 0 0 0 1740 215 0 0 15 0 8 0 21603816 118267904 7372 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 4 0 0 0
[pid=17025/tid=17312] ppid=17024 vsize=115496 CPUtime=19.59
/proc/17025/task/17312/stat : 17312 (pb_cplex) S 17024 17024 16702 0 -1 4202560 118 0 0 0 1761 198 0 0 15 0 8 0 21603816 118267904 7372 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 0 0 0 0
[pid=17025/tid=17313] ppid=17024 vsize=115496 CPUtime=19.85
/proc/17025/task/17313/stat : 17313 (pb_cplex) R 17024 17024 16702 0 -1 4202560 95 0 0 0 1800 185 0 0 15 0 8 0 21603816 118267904 7372 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 387.18
Current children cumulated vsize (KiB) 124196

[startup+120.4 s]
/proc/loadavg: 4.19 1.70 0.63 4/187 17344
/proc/meminfo: memFree=30097844/32950928 swapFree=4192956/4192956
[pid=17024] ppid=17022 vsize=8700 CPUtime=0
/proc/17024/stat : 17024 (run) S 17022 17024 16702 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 21597531 8908800 249 4089446400 4194304 4922060 140734392475600 18446744073709551615 230565715077 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/17024/statm: 2175 249 208 178 0 68 0
[pid=17025] ppid=17024 vsize=115496 CPUtime=387.46
/proc/17025/stat : 17025 (pb_cplex) S 17024 17024 16702 0 -1 4202496 16640 0 0 0 34739 4007 0 0 15 0 8 0 21597531 118267904 7372 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0
/proc/17025/statm: 28874 7372 1093 2985 0 25416 0
[pid=17025/tid=17307] ppid=17024 vsize=115496 CPUtime=21.7
/proc/17025/task/17307/stat : 17307 (pb_cplex) S 17024 17024 16702 0 -1 4202560 56 0 0 0 1958 212 0 0 15 0 8 0 21603816 118267904 7372 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 3 0 0 0
[pid=17025/tid=17308] ppid=17024 vsize=115496 CPUtime=19.85
/proc/17025/task/17308/stat : 17308 (pb_cplex) S 17024 17024 16702 0 -1 4202560 7 0 0 0 1788 197 0 0 15 0 8 0 21603816 118267904 7372 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 3 0 0 0
[pid=17025/tid=17309] ppid=17024 vsize=115496 CPUtime=19.48
/proc/17025/task/17309/stat : 17309 (pb_cplex) S 17024 17024 16702 0 -1 4202560 52 0 0 0 1750 198 0 0 16 0 8 0 21603816 118267904 7372 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 5 0 0 0
[pid=17025/tid=17310] ppid=17024 vsize=115496 CPUtime=19.23
/proc/17025/task/17310/stat : 17310 (pb_cplex) S 17024 17024 16702 0 -1 4202560 66 0 0 0 1759 164 0 0 15 0 8 0 21603816 118267904 7372 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 2 0 0 0
[pid=17025/tid=17311] ppid=17024 vsize=115496 CPUtime=19.59
/proc/17025/task/17311/stat : 17311 (pb_cplex) S 17024 17024 16702 0 -1 4202560 26 0 0 0 1743 216 0 0 15 0 8 0 21603816 118267904 7372 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 4 0 0 0
[pid=17025/tid=17312] ppid=17024 vsize=115496 CPUtime=19.62
/proc/17025/task/17312/stat : 17312 (pb_cplex) S 17024 17024 16702 0 -1 4202560 118 0 0 0 1764 198 0 0 15 0 8 0 21603816 118267904 7372 4089446400 134512640 146736320 4289764624 18446744073709551615 144580073 0 2 4096 16387 18446604471109666048 0 0 -1 0 0 0 0
[pid=17025/tid=17313] ppid=17024 vsize=115496 CPUtime=19.88
/proc/17025/task/17313/stat : 17313 (pb_cplex) R 17024 17024 16702 0 -1 4202560 95 0 0 0 1803 185 0 0 15 0 8 0 21603816 118267904 7372 4089446400 134512640 146736320 4289764624 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 387.46
Current children cumulated vsize (KiB) 124196

Child status: 0
Real time (s): 120.463
CPU time (s): 387.634
CPU user time (s): 347.544
CPU system time (s): 40.0899
CPU usage (%): 321.786
Max. virtual memory (cumulated for all children) (KiB): 126360

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

runsolver used 0.222966 second user time and 0.461929 second system time

The end

Launcher Data

Begin job on node124 at 2010-07-07 22:17:21
IDJOB=2699857
IDBENCH=79379
IDSOLVER=1210
FILE ID=node124/2699857-1278533841
PBS_JOBID= 11239229
Free space on /tmp= 130208 MiB

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

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

MD5SUM BENCH= 3ec0f85e890f8df2893de90219d1f3ef
RANDOM SEED=1030160376

node124.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.846
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.69
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.846
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	: 5226.14
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.846
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.846
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.82
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.846
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.75
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.846
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.82
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.846
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.846
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:      30135356 kB
Buffers:        129764 kB
Cached:        2512956 kB
SwapCached:          0 kB
Active:         975812 kB
Inactive:      1729056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30135356 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           16852 kB
Writeback:           0 kB
AnonPages:       62304 kB
Mapped:          14424 kB
Slab:            77732 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:   183676 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130188 MiB
End job on node124 at 2010-07-07 22:19:22