Trace number 2699725

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 944.502 330.072

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-dubois22_ext.wbo
MD5SUMb5562b63e22c825abae2b216b18049c8
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.005999
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables132
Total number of constraints242
Number of soft constraints176
Number of constraints which are clauses176
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 177
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 176
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-2699725-1278533819.wbo.
0.00/0.00	c Instance file HOME/instance-2699725-1278533819.wbo
0.00/0.00	c File size is 7509 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:      308                                                 |
0.00/0.01	c |  Number Constraints:    309                                                 |
0.00/0.01	c ===============================================================================
944.32/330.07	c Remaining time 1799.99 sec.
944.32/330.07	s OPTIMUM FOUND
944.32/330.07	c Solution value = 1.00
944.32/330.07	v -x1 x2 -x3 x4 -x5 x6 -x7 x8 -x9 x10 -x11 x12 -x13 x14 -x15 x16 -x17 x18 -x19 x20 -x21 x22 -x23 x24 -x25 x26 -x27 x28 -x29 x30 -x31 x32 -x33 x34 -x35 x36 -x37 x38 -x39 x40 -x41 x42 -x43 x44 -x45 x46 -x47 x48 -x49 x50 -x51 x52 -x53 x54 -x55 x56 -x57 x58 -x59 x60 -x61 x62 -x63 x64 -x65 x66 -x67 x68 -x69 x70 -x71 x72 -x73 x74 -x75 x76 -x77 x78 -x79 x80 -x81 x82 -x83 x84 -x85 x86 -x87 x88 -x89 x90 -x91 x92 -x93 x94 -x95 x96 -x97 x98 -x99 x100 -x101 x102 -x103 x104 -x105 x106 -x107 x108 -x109 x110 -x111 x112 -x113 x114 -x115 x116 -x117 x118 -x119 x120 -x121 x122 -x123 x124 -x125 x126 -x127 x128 -x129 x130 -x131 x132
944.32/330.07	c Total CPU time              : 821.978 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-2699725-1278533819/watcher-2699725-1278533819 -o /tmp/evaluation-result-2699725-1278533819/solver-2699725-1278533819 -C 1800 -W 2000 -M 3800 run HOME/instance-2699725-1278533819.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.25 0.06 0.02 2/176 19235
/proc/meminfo: memFree=29220852/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0

[startup+0.069906 s]
/proc/loadavg: 0.25 0.06 0.02 2/176 19235
/proc/meminfo: memFree=29220852/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100886 s]
/proc/loadavg: 0.25 0.06 0.02 2/176 19235
/proc/meminfo: memFree=29220852/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301339 s]
/proc/loadavg: 0.25 0.06 0.02 2/176 19235
/proc/meminfo: memFree=29220852/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700779 s]
/proc/loadavg: 0.25 0.06 0.02 2/176 19235
/proc/meminfo: memFree=29220852/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50063 s]
/proc/loadavg: 0.55 0.13 0.04 2/182 19289
/proc/meminfo: memFree=29210364/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0
[pid=19236] ppid=19235 vsize=102648 CPUtime=4.71
/proc/19236/stat : 19236 (pb_cplex) S 19235 19235 19007 0 -1 4202496 7444 0 0 0 403 68 0 0 20 0 8 0 21595537 105111552 4337 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0
/proc/19236/statm: 25662 4337 1076 2985 0 22204 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 111348

[startup+3.10034 s]
/proc/loadavg: 0.55 0.13 0.04 8/182 19303
/proc/meminfo: memFree=29207884/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0
[pid=19236] ppid=19235 vsize=103028 CPUtime=12.05
/proc/19236/stat : 19236 (pb_cplex) R 19235 19235 19007 0 -1 4202496 8328 0 0 0 1026 179 0 0 16 0 8 0 21595537 105500672 4562 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0
/proc/19236/statm: 25757 4562 1082 2985 0 22299 0
[pid=19236/tid=19297] ppid=19235 vsize=103028 CPUtime=0.54
/proc/19236/task/19297/stat : 19297 (pb_cplex) R 19235 19235 19007 0 -1 4202560 76 0 0 0 45 9 0 0 16 0 8 0 21595742 105500672 4562 4089446400 134512640 146736320 4294885232 18446744073709551615 135537639 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=19236/tid=19298] ppid=19235 vsize=103028 CPUtime=0.58
/proc/19236/task/19298/stat : 19298 (pb_cplex) R 19235 19235 19007 0 -1 4202560 62 0 0 0 51 7 0 0 16 0 8 0 21595742 105500672 4562 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=19236/tid=19299] ppid=19235 vsize=103028 CPUtime=0.57
/proc/19236/task/19299/stat : 19299 (pb_cplex) R 19235 19235 19007 0 -1 4202560 43 0 0 0 49 8 0 0 15 0 8 0 21595742 105500672 4562 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=19236/tid=19300] ppid=19235 vsize=103028 CPUtime=0.55
/proc/19236/task/19300/stat : 19300 (pb_cplex) R 19235 19235 19007 0 -1 4202560 11 0 0 0 46 9 0 0 15 0 8 0 21595742 105500672 4562 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=19236/tid=19301] ppid=19235 vsize=103028 CPUtime=0.58
/proc/19236/task/19301/stat : 19301 (pb_cplex) R 19235 19235 19007 0 -1 4202560 52 0 0 0 54 4 0 0 16 0 8 0 21595742 105500672 4562 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=19236/tid=19302] ppid=19235 vsize=103028 CPUtime=0.56
/proc/19236/task/19302/stat : 19302 (pb_cplex) R 19235 19235 19007 0 -1 4202560 68 0 0 0 47 9 0 0 17 0 8 0 21595742 105500672 4562 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=19236/tid=19303] ppid=19235 vsize=103028 CPUtime=0.56
/proc/19236/task/19303/stat : 19303 (pb_cplex) R 19235 19235 19007 0 -1 4202560 31 0 0 0 46 10 0 0 17 0 8 0 21595742 105500672 4562 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 111728

[startup+6.30075 s]
/proc/loadavg: 0.83 0.19 0.06 6/182 19311
/proc/meminfo: memFree=29204412/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0
[pid=19236] ppid=19235 vsize=107532 CPUtime=22.39
/proc/19236/stat : 19236 (pb_cplex) S 19235 19235 19007 0 -1 4202496 10102 0 0 0 1912 327 0 0 15 0 8 0 21595537 110112768 5490 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/19236/statm: 26883 5490 1079 2985 0 23425 0
[pid=19236/tid=19305] ppid=19235 vsize=107532 CPUtime=0.97
/proc/19236/task/19305/stat : 19305 (pb_cplex) S 19235 19235 19007 0 -1 4202560 127 0 0 0 83 14 0 0 15 0 8 0 21595887 110112768 5490 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 5 0 0 0
[pid=19236/tid=19306] ppid=19235 vsize=107532 CPUtime=1.02
/proc/19236/task/19306/stat : 19306 (pb_cplex) S 19235 19235 19007 0 -1 4202560 212 0 0 0 90 12 0 0 15 0 8 0 21595887 110112768 5490 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 0 0 0 0
[pid=19236/tid=19307] ppid=19235 vsize=107532 CPUtime=1.01
/proc/19236/task/19307/stat : 19307 (pb_cplex) S 19235 19235 19007 0 -1 4202560 137 0 0 0 88 13 0 0 16 0 8 0 21595887 110112768 5490 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 4 0 0 0
[pid=19236/tid=19308] ppid=19235 vsize=107532 CPUtime=1.03
/proc/19236/task/19308/stat : 19308 (pb_cplex) R 19235 19235 19007 0 -1 4202560 153 0 0 0 86 17 0 0 16 0 8 0 21595887 110112768 5490 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=19236/tid=19309] ppid=19235 vsize=107532 CPUtime=1.02
/proc/19236/task/19309/stat : 19309 (pb_cplex) S 19235 19235 19007 0 -1 4202560 86 0 0 0 86 16 0 0 16 0 8 0 21595887 110112768 5490 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 2 0 0 0
[pid=19236/tid=19310] ppid=19235 vsize=107532 CPUtime=1
/proc/19236/task/19310/stat : 19310 (pb_cplex) R 19235 19235 19007 0 -1 4202560 96 0 0 0 85 15 0 0 15 0 8 0 21595887 110112768 5490 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=19236/tid=19311] ppid=19235 vsize=107532 CPUtime=1.06
/proc/19236/task/19311/stat : 19311 (pb_cplex) R 19235 19235 19007 0 -1 4202560 148 0 0 0 89 17 0 0 15 0 8 0 21595887 110112768 5490 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.39
Current children cumulated vsize (KiB) 116232

[startup+12.7006 s]
/proc/loadavg: 1.00 0.24 0.08 6/187 19328
/proc/meminfo: memFree=29144140/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0
[pid=19236] ppid=19235 vsize=110184 CPUtime=41.57
/proc/19236/stat : 19236 (pb_cplex) S 19235 19235 19007 0 -1 4202496 11469 0 0 0 3557 600 0 0 15 0 8 0 21595537 112828416 6196 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0
/proc/19236/statm: 27546 6196 1084 2985 0 24088 0
[pid=19236/tid=19312] ppid=19235 vsize=110184 CPUtime=1.78
/proc/19236/task/19312/stat : 19312 (pb_cplex) S 19235 19235 19007 0 -1 4202560 20 0 0 0 151 27 0 0 15 0 8 0 21596255 112828416 6196 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=19236/tid=19313] ppid=19235 vsize=110184 CPUtime=1.72
/proc/19236/task/19313/stat : 19313 (pb_cplex) S 19235 19235 19007 0 -1 4202560 50 0 0 0 148 24 0 0 15 0 8 0 21596255 112828416 6196 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 7 0 0 0
[pid=19236/tid=19314] ppid=19235 vsize=110184 CPUtime=1.72
/proc/19236/task/19314/stat : 19314 (pb_cplex) S 19235 19235 19007 0 -1 4202560 120 0 0 0 145 27 0 0 15 0 8 0 21596255 112828416 6196 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 7 0 0 0
[pid=19236/tid=19315] ppid=19235 vsize=110184 CPUtime=1.8
/proc/19236/task/19315/stat : 19315 (pb_cplex) S 19235 19235 19007 0 -1 4202560 79 0 0 0 150 30 0 0 15 0 8 0 21596255 112828416 6196 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 1 0 0 0
[pid=19236/tid=19316] ppid=19235 vsize=110184 CPUtime=1.82
/proc/19236/task/19316/stat : 19316 (pb_cplex) S 19235 19235 19007 0 -1 4202560 23 0 0 0 151 31 0 0 15 0 8 0 21596255 112828416 6196 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 5 0 0 0
[pid=19236/tid=19317] ppid=19235 vsize=110184 CPUtime=1.84
/proc/19236/task/19317/stat : 19317 (pb_cplex) S 19235 19235 19007 0 -1 4202560 101 0 0 0 163 21 0 0 15 0 8 0 21596255 112828416 6196 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 0 0 0 0
[pid=19236/tid=19318] ppid=19235 vsize=110184 CPUtime=1.81
/proc/19236/task/19318/stat : 19318 (pb_cplex) S 19235 19235 19007 0 -1 4202560 54 0 0 0 162 19 0 0 15 0 8 0 21596255 112828416 6196 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 41.57
Current children cumulated vsize (KiB) 118884

[startup+25.5012 s]
/proc/loadavg: 2.25 0.55 0.18 5/187 19335
/proc/meminfo: memFree=29103508/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0
[pid=19236] ppid=19235 vsize=113528 CPUtime=73.69
/proc/19236/stat : 19236 (pb_cplex) S 19235 19235 19007 0 -1 4202496 13233 0 0 0 6340 1029 0 0 15 0 8 0 21595537 116252672 6822 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0
/proc/19236/statm: 28382 6822 1086 2985 0 24924 0
[pid=19236/tid=19329] ppid=19235 vsize=113528 CPUtime=2.59
/proc/19236/task/19329/stat : 19329 (pb_cplex) S 19235 19235 19007 0 -1 4202560 120 0 0 0 223 36 0 0 15 0 8 0 21597270 116252672 6822 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 7 0 0 0
[pid=19236/tid=19330] ppid=19235 vsize=113528 CPUtime=2.31
/proc/19236/task/19330/stat : 19330 (pb_cplex) S 19235 19235 19007 0 -1 4202560 135 0 0 0 190 41 0 0 15 0 8 0 21597270 116252672 6822 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 7 0 0 0
[pid=19236/tid=19331] ppid=19235 vsize=113528 CPUtime=2.38
/proc/19236/task/19331/stat : 19331 (pb_cplex) S 19235 19235 19007 0 -1 4202560 157 0 0 0 209 29 0 0 15 0 8 0 21597270 116252672 6822 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 2 0 0 0
[pid=19236/tid=19332] ppid=19235 vsize=113528 CPUtime=2.37
/proc/19236/task/19332/stat : 19332 (pb_cplex) S 19235 19235 19007 0 -1 4202560 86 0 0 0 217 20 0 0 15 0 8 0 21597270 116252672 6822 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 0 0 0 0
[pid=19236/tid=19333] ppid=19235 vsize=113528 CPUtime=2.46
/proc/19236/task/19333/stat : 19333 (pb_cplex) S 19235 19235 19007 0 -1 4202560 95 0 0 0 205 41 0 0 15 0 8 0 21597270 116252672 6822 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 1 0 0 0
[pid=19236/tid=19334] ppid=19235 vsize=113528 CPUtime=2.61
/proc/19236/task/19334/stat : 19334 (pb_cplex) S 19235 19235 19007 0 -1 4202560 156 0 0 0 218 43 0 0 15 0 8 0 21597270 116252672 6822 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 5 0 0 0
[pid=19236/tid=19335] ppid=19235 vsize=113528 CPUtime=2.61
/proc/19236/task/19335/stat : 19335 (pb_cplex) R 19235 19235 19007 0 -1 4202560 188 0 0 0 224 37 0 0 15 0 8 0 21597270 116252672 6822 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 73.69
Current children cumulated vsize (KiB) 122228

[startup+51.1013 s]
/proc/loadavg: 2.94 0.84 0.29 2/182 19576
/proc/meminfo: memFree=29182548/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0
[pid=19236] ppid=19235 vsize=120032 CPUtime=157.11
/proc/19236/stat : 19236 (pb_cplex) R 19235 19235 19007 0 -1 4202496 17541 0 0 0 13518 2193 0 0 15 0 8 0 21595537 122912768 8532 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0
/proc/19236/statm: 30008 8532 1078 2985 0 26550 0
[pid=19236/tid=19380] ppid=19235 vsize=120032 CPUtime=6.46
/proc/19236/task/19380/stat : 19380 (pb_cplex) S 19235 19235 19007 0 -1 4202560 246 0 0 0 542 104 0 0 15 0 8 0 21599237 122912768 8532 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 3 0 0 0
[pid=19236/tid=19381] ppid=19235 vsize=120032 CPUtime=6.47
/proc/19236/task/19381/stat : 19381 (pb_cplex) S 19235 19235 19007 0 -1 4202560 274 0 0 0 544 103 0 0 15 0 8 0 21599237 122912768 8532 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 5 0 0 0
[pid=19236/tid=19382] ppid=19235 vsize=120032 CPUtime=6.51
/proc/19236/task/19382/stat : 19382 (pb_cplex) S 19235 19235 19007 0 -1 4202560 289 0 0 0 552 99 0 0 15 0 8 0 21599237 122912768 8532 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 3 0 0 0
[pid=19236/tid=19383] ppid=19235 vsize=120032 CPUtime=6.61
/proc/19236/task/19383/stat : 19383 (pb_cplex) R 19235 19235 19007 0 -1 4202560 183 0 0 0 580 81 0 0 16 0 8 0 21599237 122912768 8532 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=19236/tid=19384] ppid=19235 vsize=120032 CPUtime=6.62
/proc/19236/task/19384/stat : 19384 (pb_cplex) R 19235 19235 19007 0 -1 4202560 327 0 0 0 558 104 0 0 15 0 8 0 21599237 122912768 8532 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=19236/tid=19385] ppid=19235 vsize=120032 CPUtime=6.6
/proc/19236/task/19385/stat : 19385 (pb_cplex) R 19235 19235 19007 0 -1 4202560 135 0 0 0 584 76 0 0 15 0 8 0 21599237 122912768 8532 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=19236/tid=19386] ppid=19235 vsize=120032 CPUtime=6.66
/proc/19236/task/19386/stat : 19386 (pb_cplex) R 19235 19235 19007 0 -1 4202560 204 0 0 0 572 94 0 0 15 0 8 0 21599237 122912768 8532 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 157.11
Current children cumulated vsize (KiB) 128732

[startup+102.307 s]
/proc/loadavg: 4.10 1.49 0.54 3/187 19643
/proc/meminfo: memFree=29078944/32950928 swapFree=67111528/67111528

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

[pid=19236/tid=19684] ppid=19235 vsize=122080 CPUtime=13.8
/proc/19236/task/19684/stat : 19684 (pb_cplex) R 19235 19235 19007 0 -1 4202560 0 0 0 0 1195 185 0 0 15 0 8 0 21623430 125009920 8878 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=19236/tid=19685] ppid=19235 vsize=122080 CPUtime=13.92
/proc/19236/task/19685/stat : 19685 (pb_cplex) S 19235 19235 19007 0 -1 4202560 0 0 0 0 1200 192 0 0 15 0 8 0 21623430 125009920 8878 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 5 0 0 0
[pid=19236/tid=19686] ppid=19235 vsize=122080 CPUtime=13.77
/proc/19236/task/19686/stat : 19686 (pb_cplex) R 19235 19235 19007 0 -1 4202560 0 0 0 0 1205 172 0 0 15 0 8 0 21623430 125009920 8878 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=19236/tid=19687] ppid=19235 vsize=122080 CPUtime=13.88
/proc/19236/task/19687/stat : 19687 (pb_cplex) S 19235 19235 19007 0 -1 4202560 2 0 0 0 1225 163 0 0 15 0 8 0 21623430 125009920 8878 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 1 0 0 0
[pid=19236/tid=19688] ppid=19235 vsize=122080 CPUtime=14.54
/proc/19236/task/19688/stat : 19688 (pb_cplex) S 19235 19235 19007 0 -1 4202560 2 0 0 0 1278 176 0 0 15 0 8 0 21623430 125009920 8878 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 0 0 0 0
[pid=19236/tid=19689] ppid=19235 vsize=122080 CPUtime=14.76
/proc/19236/task/19689/stat : 19689 (pb_cplex) S 19235 19235 19007 0 -1 4202560 2 0 0 0 1245 231 0 0 16 0 8 0 21623430 125009920 8878 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 918.1
Current children cumulated vsize (KiB) 130780

[startup+326.301 s]
/proc/loadavg: 4.62 3.14 1.41 8/187 19690
/proc/meminfo: memFree=28988156/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0
[pid=19236] ppid=19235 vsize=122080 CPUtime=934.69
/proc/19236/stat : 19236 (pb_cplex) S 19235 19235 19007 0 -1 4202496 19769 0 0 0 81337 12132 0 0 15 0 8 0 21595537 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0
/proc/19236/statm: 30520 8875 1081 2985 0 27062 0
[pid=19236/tid=19683] ppid=19235 vsize=122080 CPUtime=15.95
/proc/19236/task/19683/stat : 19683 (pb_cplex) S 19235 19235 19007 0 -1 4202560 0 0 0 0 1407 188 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 4 0 0 0
[pid=19236/tid=19684] ppid=19235 vsize=122080 CPUtime=15.72
/proc/19236/task/19684/stat : 19684 (pb_cplex) S 19235 19235 19007 0 -1 4202560 0 0 0 0 1366 206 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 0 0 0 0
[pid=19236/tid=19685] ppid=19235 vsize=122080 CPUtime=15.87
/proc/19236/task/19685/stat : 19685 (pb_cplex) S 19235 19235 19007 0 -1 4202560 0 0 0 0 1372 215 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 4 0 0 0
[pid=19236/tid=19686] ppid=19235 vsize=122080 CPUtime=15.72
/proc/19236/task/19686/stat : 19686 (pb_cplex) S 19235 19235 19007 0 -1 4202560 0 0 0 0 1371 201 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 1 0 0 0
[pid=19236/tid=19687] ppid=19235 vsize=122080 CPUtime=15.82
/proc/19236/task/19687/stat : 19687 (pb_cplex) S 19235 19235 19007 0 -1 4202560 2 0 0 0 1396 186 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 4 0 0 0
[pid=19236/tid=19688] ppid=19235 vsize=122080 CPUtime=16.57
/proc/19236/task/19688/stat : 19688 (pb_cplex) S 19235 19235 19007 0 -1 4202560 2 0 0 0 1459 198 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 0 0 0 0
[pid=19236/tid=19689] ppid=19235 vsize=122080 CPUtime=16.82
/proc/19236/task/19689/stat : 19689 (pb_cplex) S 19235 19235 19007 0 -1 4202560 2 0 0 0 1415 267 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 934.69
Current children cumulated vsize (KiB) 130780

[startup+327.901 s]
/proc/loadavg: 4.62 3.14 1.41 3/187 19690
/proc/meminfo: memFree=28985928/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0
[pid=19236] ppid=19235 vsize=122080 CPUtime=938.65
/proc/19236/stat : 19236 (pb_cplex) S 19235 19235 19007 0 -1 4202496 19769 0 0 0 81688 12177 0 0 15 0 8 0 21595537 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0
/proc/19236/statm: 30520 8875 1081 2985 0 27062 0
[pid=19236/tid=19683] ppid=19235 vsize=122080 CPUtime=16.41
/proc/19236/task/19683/stat : 19683 (pb_cplex) S 19235 19235 19007 0 -1 4202560 0 0 0 0 1449 192 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 4 0 0 0
[pid=19236/tid=19684] ppid=19235 vsize=122080 CPUtime=16.15
/proc/19236/task/19684/stat : 19684 (pb_cplex) S 19235 19235 19007 0 -1 4202560 0 0 0 0 1406 209 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 2 0 0 0
[pid=19236/tid=19685] ppid=19235 vsize=122080 CPUtime=16.33
/proc/19236/task/19685/stat : 19685 (pb_cplex) S 19235 19235 19007 0 -1 4202560 0 0 0 0 1412 221 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 2 0 0 0
[pid=19236/tid=19686] ppid=19235 vsize=122080 CPUtime=16.17
/proc/19236/task/19686/stat : 19686 (pb_cplex) R 19235 19235 19007 0 -1 4202560 0 0 0 0 1409 208 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=19236/tid=19687] ppid=19235 vsize=122080 CPUtime=16.3
/proc/19236/task/19687/stat : 19687 (pb_cplex) S 19235 19235 19007 0 -1 4202560 2 0 0 0 1439 191 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 0 0 0 0
[pid=19236/tid=19688] ppid=19235 vsize=122080 CPUtime=17.05
/proc/19236/task/19688/stat : 19688 (pb_cplex) S 19235 19235 19007 0 -1 4202560 2 0 0 0 1500 205 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 1 0 0 0
[pid=19236/tid=19689] ppid=19235 vsize=122080 CPUtime=17.31
/proc/19236/task/19689/stat : 19689 (pb_cplex) S 19235 19235 19007 0 -1 4202560 2 0 0 0 1457 274 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 938.65
Current children cumulated vsize (KiB) 130780

[startup+328.701 s]
/proc/loadavg: 4.62 3.14 1.41 3/187 19690
/proc/meminfo: memFree=28985928/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0
[pid=19236] ppid=19235 vsize=122080 CPUtime=940.83
/proc/19236/stat : 19236 (pb_cplex) R 19235 19235 19007 0 -1 4202496 19769 0 0 0 81877 12206 0 0 15 0 8 0 21595537 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0
/proc/19236/statm: 30520 8875 1081 2985 0 27062 0
[pid=19236/tid=19683] ppid=19235 vsize=122080 CPUtime=16.66
/proc/19236/task/19683/stat : 19683 (pb_cplex) R 19235 19235 19007 0 -1 4202560 0 0 0 0 1471 195 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=19236/tid=19684] ppid=19235 vsize=122080 CPUtime=16.38
/proc/19236/task/19684/stat : 19684 (pb_cplex) R 19235 19235 19007 0 -1 4202560 0 0 0 0 1426 212 0 0 16 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=19236/tid=19685] ppid=19235 vsize=122080 CPUtime=16.57
/proc/19236/task/19685/stat : 19685 (pb_cplex) R 19235 19235 19007 0 -1 4202560 0 0 0 0 1434 223 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=19236/tid=19686] ppid=19235 vsize=122080 CPUtime=16.42
/proc/19236/task/19686/stat : 19686 (pb_cplex) R 19235 19235 19007 0 -1 4202560 0 0 0 0 1430 212 0 0 16 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=19236/tid=19687] ppid=19235 vsize=122080 CPUtime=16.58
/proc/19236/task/19687/stat : 19687 (pb_cplex) R 19235 19235 19007 0 -1 4202560 2 0 0 0 1464 194 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=19236/tid=19688] ppid=19235 vsize=122080 CPUtime=17.32
/proc/19236/task/19688/stat : 19688 (pb_cplex) R 19235 19235 19007 0 -1 4202560 2 0 0 0 1522 210 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=19236/tid=19689] ppid=19235 vsize=122080 CPUtime=17.58
/proc/19236/task/19689/stat : 19689 (pb_cplex) R 19235 19235 19007 0 -1 4202560 2 0 0 0 1479 279 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 940.83
Current children cumulated vsize (KiB) 130780

[startup+329.501 s]
/proc/loadavg: 4.62 3.14 1.41 6/187 19690
/proc/meminfo: memFree=28985060/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0
[pid=19236] ppid=19235 vsize=122080 CPUtime=942.98
/proc/19236/stat : 19236 (pb_cplex) R 19235 19235 19007 0 -1 4202496 19769 0 0 0 82064 12234 0 0 15 0 8 0 21595537 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0
/proc/19236/statm: 30520 8875 1081 2985 0 27062 0
[pid=19236/tid=19683] ppid=19235 vsize=122080 CPUtime=16.91
/proc/19236/task/19683/stat : 19683 (pb_cplex) R 19235 19235 19007 0 -1 4202560 0 0 0 0 1493 198 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=19236/tid=19684] ppid=19235 vsize=122080 CPUtime=16.63
/proc/19236/task/19684/stat : 19684 (pb_cplex) R 19235 19235 19007 0 -1 4202560 0 0 0 0 1448 215 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=19236/tid=19685] ppid=19235 vsize=122080 CPUtime=16.82
/proc/19236/task/19685/stat : 19685 (pb_cplex) R 19235 19235 19007 0 -1 4202560 0 0 0 0 1456 226 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=19236/tid=19686] ppid=19235 vsize=122080 CPUtime=16.66
/proc/19236/task/19686/stat : 19686 (pb_cplex) R 19235 19235 19007 0 -1 4202560 0 0 0 0 1451 215 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=19236/tid=19687] ppid=19235 vsize=122080 CPUtime=16.84
/proc/19236/task/19687/stat : 19687 (pb_cplex) S 19235 19235 19007 0 -1 4202560 2 0 0 0 1487 197 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 4 0 0 0
[pid=19236/tid=19688] ppid=19235 vsize=122080 CPUtime=17.58
/proc/19236/task/19688/stat : 19688 (pb_cplex) S 19235 19235 19007 0 -1 4202560 2 0 0 0 1544 214 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 1 0 0 0
[pid=19236/tid=19689] ppid=19235 vsize=122080 CPUtime=17.86
/proc/19236/task/19689/stat : 19689 (pb_cplex) S 19235 19235 19007 0 -1 4202560 2 0 0 0 1502 284 0 0 15 0 8 0 21623430 125009920 8875 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 942.98
Current children cumulated vsize (KiB) 130780

[startup+329.901 s]
/proc/loadavg: 4.62 3.14 1.41 4/187 19690
/proc/meminfo: memFree=28984812/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0
[pid=19236] ppid=19235 vsize=119008 CPUtime=944.04
/proc/19236/stat : 19236 (pb_cplex) S 19235 19235 19007 0 -1 4202496 19769 0 0 0 82157 12247 0 0 15 0 8 0 21595537 121864192 8497 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0
/proc/19236/statm: 29752 8497 1081 2985 0 26294 0
[pid=19236/tid=19683] ppid=19235 vsize=119008 CPUtime=17.02
/proc/19236/task/19683/stat : 19683 (pb_cplex) S 19235 19235 19007 0 -1 4202560 0 0 0 0 1503 199 0 0 15 0 8 0 21623430 121864192 8497 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 2 0 0 0
[pid=19236/tid=19684] ppid=19235 vsize=119008 CPUtime=16.75
/proc/19236/task/19684/stat : 19684 (pb_cplex) S 19235 19235 19007 0 -1 4202560 0 0 0 0 1459 216 0 0 15 0 8 0 21623430 121864192 8497 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 4 0 0 0
[pid=19236/tid=19685] ppid=19235 vsize=119008 CPUtime=16.95
/proc/19236/task/19685/stat : 19685 (pb_cplex) R 19235 19235 19007 0 -1 4202560 0 0 0 0 1467 228 0 0 15 0 8 0 21623430 121864192 8497 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=19236/tid=19686] ppid=19235 vsize=119008 CPUtime=16.79
/proc/19236/task/19686/stat : 19686 (pb_cplex) S 19235 19235 19007 0 -1 4202560 0 0 0 0 1462 217 0 0 15 0 8 0 21623430 121864192 8497 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 1 0 0 0
[pid=19236/tid=19687] ppid=19235 vsize=119008 CPUtime=16.97
/proc/19236/task/19687/stat : 19687 (pb_cplex) S 19235 19235 19007 0 -1 4202560 2 0 0 0 1498 199 0 0 15 0 8 0 21623430 121864192 8497 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 0 0 0 0
[pid=19236/tid=19688] ppid=19235 vsize=119008 CPUtime=17.72
/proc/19236/task/19688/stat : 19688 (pb_cplex) S 19235 19235 19007 0 -1 4202560 2 0 0 0 1556 216 0 0 15 0 8 0 21623430 121864192 8497 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 1 0 0 0
[pid=19236/tid=19689] ppid=19235 vsize=119008 CPUtime=17.99
/proc/19236/task/19689/stat : 19689 (pb_cplex) S 19235 19235 19007 0 -1 4202560 2 0 0 0 1513 286 0 0 16 0 8 0 21623430 121864192 8497 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 944.04
Current children cumulated vsize (KiB) 127708

[startup+330.007 s]
/proc/loadavg: 4.62 3.14 1.41 4/187 19690
/proc/meminfo: memFree=28984812/32950928 swapFree=67111528/67111528
[pid=19235] ppid=19233 vsize=8700 CPUtime=0
/proc/19235/stat : 19235 (run) S 19233 19235 19007 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595536 8908800 249 4089446400 4194304 4922060 140733877903904 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19235/statm: 2175 249 208 178 0 68 0
[pid=19236] ppid=19235 vsize=119008 CPUtime=944.32
/proc/19236/stat : 19236 (pb_cplex) R 19235 19235 19007 0 -1 4202496 19769 0 0 0 82182 12250 0 0 16 0 8 0 21595537 121864192 8497 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0
/proc/19236/statm: 29752 8497 1081 2985 0 26294 0
[pid=19236/tid=19683] ppid=19235 vsize=119008 CPUtime=17.06
/proc/19236/task/19683/stat : 19683 (pb_cplex) S 19235 19235 19007 0 -1 4202560 0 0 0 0 1506 200 0 0 15 0 8 0 21623430 121864192 8497 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 0 0 0 0
[pid=19236/tid=19684] ppid=19235 vsize=119008 CPUtime=16.78
/proc/19236/task/19684/stat : 19684 (pb_cplex) S 19235 19235 19007 0 -1 4202560 0 0 0 0 1462 216 0 0 15 0 8 0 21623430 121864192 8497 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 4 0 0 0
[pid=19236/tid=19685] ppid=19235 vsize=119008 CPUtime=16.98
/proc/19236/task/19685/stat : 19685 (pb_cplex) R 19235 19235 19007 0 -1 4202560 0 0 0 0 1470 228 0 0 15 0 8 0 21623430 121864192 8497 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=19236/tid=19686] ppid=19235 vsize=119008 CPUtime=16.83
/proc/19236/task/19686/stat : 19686 (pb_cplex) S 19235 19235 19007 0 -1 4202560 0 0 0 0 1465 218 0 0 15 0 8 0 21623430 121864192 8497 4089446400 134512640 146736320 4294885232 18446744073709551615 144580073 0 2 4096 16387 18446604454223472448 0 0 -1 3 0 0 0
[pid=19236/tid=19687] ppid=19235 vsize=119008 CPUtime=17.01
/proc/19236/task/19687/stat : 19687 (pb_cplex) R 19235 19235 19007 0 -1 4202560 2 0 0 0 1502 199 0 0 15 0 8 0 21623430 121864192 8497 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=19236/tid=19688] ppid=19235 vsize=119008 CPUtime=17.76
/proc/19236/task/19688/stat : 19688 (pb_cplex) R 19235 19235 19007 0 -1 4202560 2 0 0 0 1559 217 0 0 15 0 8 0 21623430 121864192 8497 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=19236/tid=19689] ppid=19235 vsize=119008 CPUtime=18.03
/proc/19236/task/19689/stat : 19689 (pb_cplex) R 19235 19235 19007 0 -1 4202560 2 0 0 0 1516 287 0 0 15 0 8 0 21623430 121864192 8497 4089446400 134512640 146736320 4294885232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 944.32
Current children cumulated vsize (KiB) 127708

Child status: 0
Real time (s): 330.072
CPU time (s): 944.502
CPU user time (s): 821.979
CPU system time (s): 122.523
CPU usage (%): 286.15
Max. virtual memory (cumulated for all children) (KiB): 130780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 821.979
system time used= 122.523
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20163
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= 8993675
involuntary context switches= 12396

runsolver used 0.604908 second user time and 1.23681 second system time

The end

Launcher Data

Begin job on node116 at 2010-07-07 22:16:59
IDJOB=2699725
IDBENCH=79368
IDSOLVER=1210
FILE ID=node116/2699725-1278533819
PBS_JOBID= 11239246
Free space on /tmp= 73464 MiB

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

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

MD5SUM BENCH= b5562b63e22c825abae2b216b18049c8
RANDOM SEED=1611516395

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29221132 kB
Buffers:        138112 kB
Cached:        3375036 kB
SwapCached:          0 kB
Active:        1217152 kB
Inactive:      2360072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29221132 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18764 kB
Writeback:           0 kB
AnonPages:       63964 kB
Mapped:          14620 kB
Slab:            88112 kB
PageTables:       4516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   202380 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 node116 at 2010-07-07 22:22:29