Trace number 2699641

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 617.292 187.476

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-pret60_25_ext.wbo
MD5SUMa526a5b61d0daa786e78ce539a30baa4
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-2699641-1278533804.wbo.
0.00/0.00	c Instance file HOME/instance-2699641-1278533804.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 ===============================================================================
617.10/187.47	c Remaining time 1799.99 sec.
617.10/187.47	s OPTIMUM FOUND
617.10/187.47	c Solution value = 1.00
617.10/187.47	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
617.10/187.47	c Total CPU time              : 547.511 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-2699641-1278533804/watcher-2699641-1278533804 -o /tmp/evaluation-result-2699641-1278533804/solver-2699641-1278533804 -C 1800 -W 2000 -M 3800 run HOME/instance-2699641-1278533804.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.00 0.00 0.00 2/173 18444
/proc/meminfo: memFree=30159004/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0

[startup+0.018485 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 18444
/proc/meminfo: memFree=30159004/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102445 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 18444
/proc/meminfo: memFree=30159004/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300438 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 18444
/proc/meminfo: memFree=30159004/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700345 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 18444
/proc/meminfo: memFree=30159004/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50015 s]
/proc/loadavg: 0.00 0.00 0.00 2/182 18481
/proc/meminfo: memFree=30145780/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
[pid=18445] ppid=18444 vsize=105080 CPUtime=4.04
/proc/18445/stat : 18445 (pb_cplex) R 18444 18444 18327 0 -1 4202496 9574 0 0 0 354 50 0 0 16 0 8 0 21595334 107601920 4604 4089446400 134512640 146736320 4293571120 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/18445/statm: 26270 4604 1095 2985 0 22812 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 113780

[startup+3.10217 s]
/proc/loadavg: 0.00 0.00 0.00 8/182 18495
/proc/meminfo: memFree=30143268/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
[pid=18445] ppid=18444 vsize=107128 CPUtime=9.39
/proc/18445/stat : 18445 (pb_cplex) R 18444 18444 18327 0 -1 4202496 10377 0 0 0 827 112 0 0 16 0 8 0 21595334 109699072 5146 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0
/proc/18445/statm: 26782 5146 1094 2985 0 23324 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 115828

[startup+6.30143 s]
/proc/loadavg: 0.40 0.08 0.03 9/182 18509
/proc/meminfo: memFree=30140300/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
[pid=18445] ppid=18444 vsize=108656 CPUtime=24.98
/proc/18445/stat : 18445 (pb_cplex) S 18444 18444 18327 0 -1 4202496 11240 0 0 0 2175 323 0 0 15 0 8 0 21595334 111263744 5703 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0
/proc/18445/statm: 27164 5703 1094 2985 0 23706 0
[pid=18445/tid=18503] ppid=18444 vsize=108656 CPUtime=1.27
/proc/18445/task/18503/stat : 18503 (pb_cplex) R 18444 18444 18327 0 -1 4202560 50 0 0 0 114 13 0 0 16 0 8 0 21595762 111263744 5703 4089446400 134512640 146736320 4293571120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=18445/tid=18504] ppid=18444 vsize=108656 CPUtime=1.28
/proc/18445/task/18504/stat : 18504 (pb_cplex) S 18444 18444 18327 0 -1 4202560 105 0 0 0 107 21 0 0 16 0 8 0 21595762 111263744 5703 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 7 0 0 0
[pid=18445/tid=18505] ppid=18444 vsize=108656 CPUtime=1.24
/proc/18445/task/18505/stat : 18505 (pb_cplex) S 18444 18444 18327 0 -1 4202560 32 0 0 0 105 19 0 0 15 0 8 0 21595762 111263744 5703 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 5 0 0 0
[pid=18445/tid=18506] ppid=18444 vsize=108656 CPUtime=1.25
/proc/18445/task/18506/stat : 18506 (pb_cplex) S 18444 18444 18327 0 -1 4202560 42 0 0 0 111 14 0 0 15 0 8 0 21595762 111263744 5703 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 0 0 0 0
[pid=18445/tid=18507] ppid=18444 vsize=108656 CPUtime=1.23
/proc/18445/task/18507/stat : 18507 (pb_cplex) S 18444 18444 18327 0 -1 4202560 51 0 0 0 110 13 0 0 15 0 8 0 21595762 111263744 5703 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 6 0 0 0
[pid=18445/tid=18508] ppid=18444 vsize=108656 CPUtime=1.26
/proc/18445/task/18508/stat : 18508 (pb_cplex) S 18444 18444 18327 0 -1 4202560 32 0 0 0 105 21 0 0 16 0 8 0 21595762 111263744 5703 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 1 0 0 0
[pid=18445/tid=18509] ppid=18444 vsize=108656 CPUtime=1.23
/proc/18445/task/18509/stat : 18509 (pb_cplex) R 18444 18444 18327 0 -1 4202560 22 0 0 0 105 18 0 0 15 0 8 0 21595762 111263744 5703 4089446400 134512640 146736320 4293571120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 117356

[startup+12.7011 s]
/proc/loadavg: 1.01 0.21 0.07 2/182 18543
/proc/meminfo: memFree=30133720/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
[pid=18445] ppid=18444 vsize=114904 CPUtime=48.46
/proc/18445/stat : 18445 (pb_cplex) R 18444 18444 18327 0 -1 4202496 13138 0 0 0 4212 634 0 0 15 0 8 0 21595334 117661696 6787 4089446400 134512640 146736320 4293571120 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/18445/statm: 28726 6787 1105 2985 0 25268 0
[pid=18445/tid=18510] ppid=18444 vsize=114904 CPUtime=2.49
/proc/18445/task/18510/stat : 18510 (pb_cplex) S 18444 18444 18327 0 -1 4202560 250 0 0 0 221 28 0 0 15 0 8 0 21596044 117661696 6787 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 0 0 0 0
[pid=18445/tid=18511] ppid=18444 vsize=114904 CPUtime=2.53
/proc/18445/task/18511/stat : 18511 (pb_cplex) S 18444 18444 18327 0 -1 4202560 124 0 0 0 234 19 0 0 15 0 8 0 21596044 117661696 6787 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 4 0 0 0
[pid=18445/tid=18512] ppid=18444 vsize=114904 CPUtime=2.48
/proc/18445/task/18512/stat : 18512 (pb_cplex) S 18444 18444 18327 0 -1 4202560 107 0 0 0 213 35 0 0 15 0 8 0 21596044 117661696 6787 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 6 0 0 0
[pid=18445/tid=18513] ppid=18444 vsize=114904 CPUtime=2.28
/proc/18445/task/18513/stat : 18513 (pb_cplex) S 18444 18444 18327 0 -1 4202560 121 0 0 0 192 36 0 0 15 0 8 0 21596044 117661696 6787 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 3 0 0 0
[pid=18445/tid=18514] ppid=18444 vsize=114904 CPUtime=2.23
/proc/18445/task/18514/stat : 18514 (pb_cplex) R 18444 18444 18327 0 -1 4202560 108 0 0 0 191 32 0 0 15 0 8 0 21596044 117661696 6787 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=18445/tid=18515] ppid=18444 vsize=114904 CPUtime=2.19
/proc/18445/task/18515/stat : 18515 (pb_cplex) S 18444 18444 18327 0 -1 4202560 292 0 0 0 185 34 0 0 16 0 8 0 21596044 117661696 6787 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 7 0 0 0
[pid=18445/tid=18516] ppid=18444 vsize=114904 CPUtime=2.28
/proc/18445/task/18516/stat : 18516 (pb_cplex) S 18444 18444 18327 0 -1 4202560 153 0 0 0 197 31 0 0 16 0 8 0 21596044 117661696 6787 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.46
Current children cumulated vsize (KiB) 123604

[startup+25.5008 s]
/proc/loadavg: 1.78 0.42 0.14 2/182 18577
/proc/meminfo: memFree=30126964/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
[pid=18445] ppid=18444 vsize=121308 CPUtime=112.62
/proc/18445/stat : 18445 (pb_cplex) S 18444 18444 18327 0 -1 4202496 16041 0 0 0 9760 1502 0 0 15 0 8 0 21595334 124219392 8614 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/18445/statm: 30327 8614 1093 2985 0 26869 0
[pid=18445/tid=18544] ppid=18444 vsize=121308 CPUtime=6.56
/proc/18445/task/18544/stat : 18544 (pb_cplex) S 18444 18444 18327 0 -1 4202560 186 0 0 0 563 93 0 0 15 0 8 0 21596813 124219392 8614 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 7 0 0 0
[pid=18445/tid=18545] ppid=18444 vsize=121308 CPUtime=6.5
/proc/18445/task/18545/stat : 18545 (pb_cplex) S 18444 18444 18327 0 -1 4202560 246 0 0 0 556 94 0 0 15 0 8 0 21596813 124219392 8614 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 5 0 0 0
[pid=18445/tid=18546] ppid=18444 vsize=121308 CPUtime=6.65
/proc/18445/task/18546/stat : 18546 (pb_cplex) S 18444 18444 18327 0 -1 4202560 306 0 0 0 576 89 0 0 15 0 8 0 21596813 124219392 8614 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 4 0 0 0
[pid=18445/tid=18547] ppid=18444 vsize=121308 CPUtime=6.59
/proc/18445/task/18547/stat : 18547 (pb_cplex) S 18444 18444 18327 0 -1 4202560 333 0 0 0 580 79 0 0 15 0 8 0 21596813 124219392 8614 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 6 0 0 0
[pid=18445/tid=18548] ppid=18444 vsize=121308 CPUtime=6.67
/proc/18445/task/18548/stat : 18548 (pb_cplex) R 18444 18444 18327 0 -1 4202560 260 0 0 0 599 68 0 0 15 0 8 0 21596813 124219392 8614 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=18445/tid=18549] ppid=18444 vsize=121308 CPUtime=6.71
/proc/18445/task/18549/stat : 18549 (pb_cplex) S 18444 18444 18327 0 -1 4202560 314 0 0 0 561 110 0 0 15 0 8 0 21596813 124219392 8614 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 3 0 0 0
[pid=18445/tid=18550] ppid=18444 vsize=121308 CPUtime=6.58
/proc/18445/task/18550/stat : 18550 (pb_cplex) S 18444 18444 18327 0 -1 4202560 202 0 0 0 571 87 0 0 15 0 8 0 21596813 124219392 8614 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 112.62
Current children cumulated vsize (KiB) 130008

[startup+51.1011 s]
/proc/loadavg: 2.11 0.59 0.20 8/187 18622
/proc/meminfo: memFree=30079932/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
[pid=18445] ppid=18444 vsize=127868 CPUtime=214.26
/proc/18445/stat : 18445 (pb_cplex) S 18444 18444 18327 0 -1 4202496 17909 0 0 0 18640 2786 0 0 15 0 8 0 21595334 130936832 10146 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0
/proc/18445/statm: 31967 10146 1098 2985 0 28509 0
[pid=18445/tid=18578] ppid=18444 vsize=127868 CPUtime=12.38
/proc/18445/task/18578/stat : 18578 (pb_cplex) S 18444 18444 18327 0 -1 4202560 85 0 0 0 1075 163 0 0 15 0 8 0 21598023 130936832 10146 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 5 0 0 0
[pid=18445/tid=18579] ppid=18444 vsize=127868 CPUtime=11.83
/proc/18445/task/18579/stat : 18579 (pb_cplex) S 18444 18444 18327 0 -1 4202560 111 0 0 0 1032 151 0 0 15 0 8 0 21598023 130936832 10146 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 1 0 0 0
[pid=18445/tid=18580] ppid=18444 vsize=127868 CPUtime=11.37
/proc/18445/task/18580/stat : 18580 (pb_cplex) R 18444 18444 18327 0 -1 4202560 198 0 0 0 999 138 0 0 15 0 8 0 21598023 130936832 10146 4089446400 134512640 146736320 4293571120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=18445/tid=18581] ppid=18444 vsize=127868 CPUtime=11.48
/proc/18445/task/18581/stat : 18581 (pb_cplex) S 18444 18444 18327 0 -1 4202560 29 0 0 0 1036 112 0 0 15 0 8 0 21598023 130936832 10146 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 4 0 0 0
[pid=18445/tid=18582] ppid=18444 vsize=127868 CPUtime=11.26
/proc/18445/task/18582/stat : 18582 (pb_cplex) S 18444 18444 18327 0 -1 4202560 167 0 0 0 992 134 0 0 15 0 8 0 21598023 130936832 10146 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 0 0 0 0
[pid=18445/tid=18583] ppid=18444 vsize=127868 CPUtime=11.19
/proc/18445/task/18583/stat : 18583 (pb_cplex) R 18444 18444 18327 0 -1 4202560 236 0 0 0 959 160 0 0 15 0 8 0 21598023 130936832 10146 4089446400 134512640 146736320 4293571120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=18445/tid=18584] ppid=18444 vsize=127868 CPUtime=11.6
/proc/18445/task/18584/stat : 18584 (pb_cplex) R 18444 18444 18327 0 -1 4202560 275 0 0 0 998 162 0 0 15 0 8 0 21598023 130936832 10146 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 214.26
Current children cumulated vsize (KiB) 136568

[startup+102.307 s]
/proc/loadavg: 3.51 1.18 0.42 4/188 18633
/proc/meminfo: memFree=30024820/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
[pid=18445] ppid=18444 vsize=130940 CPUtime=367.11
/proc/18445/stat : 18445 (pb_cplex) R 18444 18444 18327 0 -1 4202496 18677 0 0 0 32260 4451 0 0 15 0 8 0 21595334 134082560 10687 4089446400 134512640 146736320 4293571120 18446744073709551615 136674344 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0
/proc/18445/statm: 32735 10687 1093 2985 0 29277 0
[pid=18445/tid=18623] ppid=18444 vsize=130940 CPUtime=17.57
/proc/18445/task/18623/stat : 18623 (pb_cplex) S 18444 18444 18327 0 -1 4202560 4 0 0 0 1580 177 0 0 15 0 8 0 21601246 134082560 10687 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 0 0 0 0
[pid=18445/tid=18624] ppid=18444 vsize=130940 CPUtime=17.09
/proc/18445/task/18624/stat : 18624 (pb_cplex) S 18444 18444 18327 0 -1 4202560 120 0 0 0 1514 195 0 0 15 0 8 0 21601246 134082560 10687 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 2 0 0 0
[pid=18445/tid=18625] ppid=18444 vsize=130940 CPUtime=16.01
/proc/18445/task/18625/stat : 18625 (pb_cplex) S 18444 18444 18327 0 -1 4202560 7 0 0 0 1419 182 0 0 15 0 8 0 21601246 134082560 10687 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 1 0 0 0
[pid=18445/tid=18626] ppid=18444 vsize=130940 CPUtime=15.08
/proc/18445/task/18626/stat : 18626 (pb_cplex) R 18444 18444 18327 0 -1 4202560 70 0 0 0 1320 188 0 0 15 0 8 0 21601246 134082560 10687 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 5 0 0 0

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

[pid=18445/tid=18637] ppid=18444 vsize=130940 CPUtime=12.35
/proc/18445/task/18637/stat : 18637 (pb_cplex) S 18444 18444 18327 0 -1 4202560 141 0 0 0 1101 134 0 0 15 0 8 0 21609653 134082560 10866 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 7 0 0 0
[pid=18445/tid=18638] ppid=18444 vsize=130940 CPUtime=12.31
/proc/18445/task/18638/stat : 18638 (pb_cplex) S 18444 18444 18327 0 -1 4202560 143 0 0 0 1128 103 0 0 15 0 8 0 21609653 134082560 10866 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 0 0 0 0
[pid=18445/tid=18639] ppid=18444 vsize=130940 CPUtime=12.05
/proc/18445/task/18639/stat : 18639 (pb_cplex) S 18444 18444 18327 0 -1 4202560 29 0 0 0 1084 121 0 0 15 0 8 0 21609653 134082560 10866 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 4 0 0 0
[pid=18445/tid=18640] ppid=18444 vsize=130940 CPUtime=11.97
/proc/18445/task/18640/stat : 18640 (pb_cplex) S 18444 18444 18327 0 -1 4202560 83 0 0 0 1078 119 0 0 15 0 8 0 21609653 134082560 10866 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 2 0 0 0
[pid=18445/tid=18641] ppid=18444 vsize=130940 CPUtime=12.14
/proc/18445/task/18641/stat : 18641 (pb_cplex) R 18444 18444 18327 0 -1 4202560 164 0 0 0 1074 140 0 0 15 0 8 0 21609653 134082560 10866 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=18445/tid=18642] ppid=18444 vsize=130940 CPUtime=12.51
/proc/18445/task/18642/stat : 18642 (pb_cplex) S 18444 18444 18327 0 -1 4202560 76 0 0 0 1111 140 0 0 16 0 8 0 21609653 134082560 10866 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 592.1
Current children cumulated vsize (KiB) 139640

[startup+182.302 s]
/proc/loadavg: 4.34 2.05 0.79 3/187 18642
/proc/meminfo: memFree=30009540/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
[pid=18445] ppid=18444 vsize=129916 CPUtime=601.94
/proc/18445/stat : 18445 (pb_cplex) S 18444 18444 18327 0 -1 4202496 19511 0 0 0 53369 6825 0 0 15 0 8 0 21595334 133033984 10818 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0
/proc/18445/statm: 32479 10818 1097 2985 0 29021 0
[pid=18445/tid=18636] ppid=18444 vsize=129916 CPUtime=14.94
/proc/18445/task/18636/stat : 18636 (pb_cplex) R 18444 18444 18327 0 -1 4202560 4 0 0 0 1335 159 0 0 15 0 8 0 21609653 133033984 10818 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=18445/tid=18637] ppid=18444 vsize=129916 CPUtime=13.62
/proc/18445/task/18637/stat : 18637 (pb_cplex) S 18444 18444 18327 0 -1 4202560 141 0 0 0 1211 151 0 0 15 0 8 0 21609653 133033984 10818 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 3 0 0 0
[pid=18445/tid=18638] ppid=18444 vsize=129916 CPUtime=13.55
/proc/18445/task/18638/stat : 18638 (pb_cplex) S 18444 18444 18327 0 -1 4202560 143 0 0 0 1242 113 0 0 15 0 8 0 21609653 133033984 10818 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 2 0 0 0
[pid=18445/tid=18639] ppid=18444 vsize=129916 CPUtime=13.21
/proc/18445/task/18639/stat : 18639 (pb_cplex) S 18444 18444 18327 0 -1 4202560 29 0 0 0 1191 130 0 0 15 0 8 0 21609653 133033984 10818 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 0 0 0 0
[pid=18445/tid=18640] ppid=18444 vsize=129916 CPUtime=13.08
/proc/18445/task/18640/stat : 18640 (pb_cplex) S 18444 18444 18327 0 -1 4202560 83 0 0 0 1179 129 0 0 15 0 8 0 21609653 133033984 10818 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 4 0 0 0
[pid=18445/tid=18641] ppid=18444 vsize=129916 CPUtime=13.27
/proc/18445/task/18641/stat : 18641 (pb_cplex) R 18444 18444 18327 0 -1 4202560 164 0 0 0 1173 154 0 0 16 0 8 0 21609653 133033984 10818 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=18445/tid=18642] ppid=18444 vsize=129916 CPUtime=13.67
/proc/18445/task/18642/stat : 18642 (pb_cplex) S 18444 18444 18327 0 -1 4202560 76 0 0 0 1215 152 0 0 15 0 8 0 21609653 133033984 10818 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 601.94
Current children cumulated vsize (KiB) 138616

[startup+185.501 s]
/proc/loadavg: 4.23 2.06 0.80 4/187 18642
/proc/meminfo: memFree=30008564/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
[pid=18445] ppid=18444 vsize=129908 CPUtime=611.42
/proc/18445/stat : 18445 (pb_cplex) S 18444 18444 18327 0 -1 4202496 19512 0 0 0 54220 6922 0 0 15 0 8 0 21595334 133025792 10760 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0
/proc/18445/statm: 32477 10760 1094 2985 0 29019 0
[pid=18445/tid=18636] ppid=18444 vsize=129908 CPUtime=16.2
/proc/18445/task/18636/stat : 18636 (pb_cplex) S 18444 18444 18327 0 -1 4202560 4 0 0 0 1448 172 0 0 16 0 8 0 21609653 133025792 10760 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 3 0 0 0
[pid=18445/tid=18637] ppid=18444 vsize=129908 CPUtime=14.74
/proc/18445/task/18637/stat : 18637 (pb_cplex) R 18444 18444 18327 0 -1 4202560 141 0 0 0 1311 163 0 0 15 0 8 0 21609653 133025792 10760 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=18445/tid=18638] ppid=18444 vsize=129908 CPUtime=14.69
/proc/18445/task/18638/stat : 18638 (pb_cplex) S 18444 18444 18327 0 -1 4202560 143 0 0 0 1348 121 0 0 15 0 8 0 21609653 133025792 10760 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 0 0 0 0
[pid=18445/tid=18639] ppid=18444 vsize=129908 CPUtime=14.33
/proc/18445/task/18639/stat : 18639 (pb_cplex) S 18444 18444 18327 0 -1 4202560 29 0 0 0 1294 139 0 0 15 0 8 0 21609653 133025792 10760 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 4 0 0 0
[pid=18445/tid=18640] ppid=18444 vsize=129908 CPUtime=14.2
/proc/18445/task/18640/stat : 18640 (pb_cplex) S 18444 18444 18327 0 -1 4202560 83 0 0 0 1280 140 0 0 15 0 8 0 21609653 133025792 10760 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 2 0 0 0
[pid=18445/tid=18641] ppid=18444 vsize=129908 CPUtime=14.36
/proc/18445/task/18641/stat : 18641 (pb_cplex) S 18444 18444 18327 0 -1 4202560 164 0 0 0 1271 165 0 0 15 0 8 0 21609653 133025792 10760 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 7 0 0 0
[pid=18445/tid=18642] ppid=18444 vsize=129908 CPUtime=14.8
/proc/18445/task/18642/stat : 18642 (pb_cplex) R 18444 18444 18327 0 -1 4202560 77 0 0 0 1311 169 0 0 15 0 8 0 21609653 133025792 10760 4089446400 134512640 146736320 4293571120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 611.42
Current children cumulated vsize (KiB) 138608

[startup+186.3 s]
/proc/loadavg: 4.23 2.06 0.80 9/187 18642
/proc/meminfo: memFree=30008320/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
[pid=18445] ppid=18444 vsize=128884 CPUtime=613.76
/proc/18445/stat : 18445 (pb_cplex) R 18444 18444 18327 0 -1 4202496 19512 0 0 0 54431 6945 0 0 15 0 8 0 21595334 131977216 10716 4089446400 134512640 146736320 4293571120 18446744073709551615 136674344 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0
/proc/18445/statm: 32221 10716 1094 2985 0 28763 0
[pid=18445/tid=18636] ppid=18444 vsize=128884 CPUtime=16.49
/proc/18445/task/18636/stat : 18636 (pb_cplex) S 18444 18444 18327 0 -1 4202560 4 0 0 0 1474 175 0 0 15 0 8 0 21609653 131977216 10716 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 5 0 0 0
[pid=18445/tid=18637] ppid=18444 vsize=128884 CPUtime=15.01
/proc/18445/task/18637/stat : 18637 (pb_cplex) S 18444 18444 18327 0 -1 4202560 141 0 0 0 1335 166 0 0 15 0 8 0 21609653 131977216 10716 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 5 0 0 0
[pid=18445/tid=18638] ppid=18444 vsize=128884 CPUtime=14.98
/proc/18445/task/18638/stat : 18638 (pb_cplex) S 18444 18444 18327 0 -1 4202560 143 0 0 0 1374 124 0 0 15 0 8 0 21609653 131977216 10716 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 2 0 0 0
[pid=18445/tid=18639] ppid=18444 vsize=128884 CPUtime=14.6
/proc/18445/task/18639/stat : 18639 (pb_cplex) S 18444 18444 18327 0 -1 4202560 29 0 0 0 1318 142 0 0 15 0 8 0 21609653 131977216 10716 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 4 0 0 0
[pid=18445/tid=18640] ppid=18444 vsize=128884 CPUtime=14.48
/proc/18445/task/18640/stat : 18640 (pb_cplex) S 18444 18444 18327 0 -1 4202560 83 0 0 0 1305 143 0 0 15 0 8 0 21609653 131977216 10716 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 0 0 0 0
[pid=18445/tid=18641] ppid=18444 vsize=128884 CPUtime=14.63
/proc/18445/task/18641/stat : 18641 (pb_cplex) R 18444 18444 18327 0 -1 4202560 164 0 0 0 1295 168 0 0 15 0 8 0 21609653 131977216 10716 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=18445/tid=18642] ppid=18444 vsize=128884 CPUtime=15.08
/proc/18445/task/18642/stat : 18642 (pb_cplex) S 18444 18444 18327 0 -1 4202560 77 0 0 0 1336 172 0 0 15 0 8 0 21609653 131977216 10716 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 613.76
Current children cumulated vsize (KiB) 137584

[startup+187.101 s]
/proc/loadavg: 4.23 2.06 0.80 9/187 18642
/proc/meminfo: memFree=30008320/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
[pid=18445] ppid=18444 vsize=128884 CPUtime=616.16
/proc/18445/stat : 18445 (pb_cplex) S 18444 18444 18327 0 -1 4202496 19512 0 0 0 54648 6968 0 0 15 0 8 0 21595334 131977216 10716 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/18445/statm: 32221 10716 1094 2985 0 28763 0
[pid=18445/tid=18636] ppid=18444 vsize=128884 CPUtime=16.81
/proc/18445/task/18636/stat : 18636 (pb_cplex) S 18444 18444 18327 0 -1 4202560 4 0 0 0 1502 179 0 0 15 0 8 0 21609653 131977216 10716 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 5 0 0 0
[pid=18445/tid=18637] ppid=18444 vsize=128884 CPUtime=15.29
/proc/18445/task/18637/stat : 18637 (pb_cplex) S 18444 18444 18327 0 -1 4202560 141 0 0 0 1360 169 0 0 15 0 8 0 21609653 131977216 10716 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 1 0 0 0
[pid=18445/tid=18638] ppid=18444 vsize=128884 CPUtime=15.26
/proc/18445/task/18638/stat : 18638 (pb_cplex) S 18444 18444 18327 0 -1 4202560 143 0 0 0 1400 126 0 0 15 0 8 0 21609653 131977216 10716 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 2 0 0 0
[pid=18445/tid=18639] ppid=18444 vsize=128884 CPUtime=14.89
/proc/18445/task/18639/stat : 18639 (pb_cplex) S 18444 18444 18327 0 -1 4202560 29 0 0 0 1343 146 0 0 15 0 8 0 21609653 131977216 10716 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 0 0 0 0
[pid=18445/tid=18640] ppid=18444 vsize=128884 CPUtime=14.77
/proc/18445/task/18640/stat : 18640 (pb_cplex) S 18444 18444 18327 0 -1 4202560 83 0 0 0 1332 145 0 0 15 0 8 0 21609653 131977216 10716 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 4 0 0 0
[pid=18445/tid=18641] ppid=18444 vsize=128884 CPUtime=14.92
/proc/18445/task/18641/stat : 18641 (pb_cplex) S 18444 18444 18327 0 -1 4202560 164 0 0 0 1321 171 0 0 15 0 8 0 21609653 131977216 10716 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 7 0 0 0
[pid=18445/tid=18642] ppid=18444 vsize=128884 CPUtime=15.36
/proc/18445/task/18642/stat : 18642 (pb_cplex) R 18444 18444 18327 0 -1 4202560 77 0 0 0 1361 175 0 0 15 0 8 0 21609653 131977216 10716 4089446400 134512640 146736320 4293571120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 616.16
Current children cumulated vsize (KiB) 137584

[startup+187.3 s]
/proc/loadavg: 4.23 2.06 0.80 9/187 18642
/proc/meminfo: memFree=30008320/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
[pid=18445] ppid=18444 vsize=128884 CPUtime=616.76
/proc/18445/stat : 18445 (pb_cplex) S 18444 18444 18327 0 -1 4202496 19512 0 0 0 54704 6972 0 0 15 0 8 0 21595334 131977216 10714 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0
/proc/18445/statm: 32221 10714 1094 2985 0 28763 0
[pid=18445/tid=18636] ppid=18444 vsize=128884 CPUtime=16.88
/proc/18445/task/18636/stat : 18636 (pb_cplex) S 18444 18444 18327 0 -1 4202560 4 0 0 0 1509 179 0 0 15 0 8 0 21609653 131977216 10714 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 1 0 0 0
[pid=18445/tid=18637] ppid=18444 vsize=128884 CPUtime=15.37
/proc/18445/task/18637/stat : 18637 (pb_cplex) S 18444 18444 18327 0 -1 4202560 141 0 0 0 1367 170 0 0 15 0 8 0 21609653 131977216 10714 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 1 0 0 0
[pid=18445/tid=18638] ppid=18444 vsize=128884 CPUtime=15.34
/proc/18445/task/18638/stat : 18638 (pb_cplex) R 18444 18444 18327 0 -1 4202560 143 0 0 0 1407 127 0 0 15 0 8 0 21609653 131977216 10714 4089446400 134512640 146736320 4293571120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=18445/tid=18639] ppid=18444 vsize=128884 CPUtime=14.96
/proc/18445/task/18639/stat : 18639 (pb_cplex) S 18444 18444 18327 0 -1 4202560 29 0 0 0 1350 146 0 0 15 0 8 0 21609653 131977216 10714 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 0 0 0 0
[pid=18445/tid=18640] ppid=18444 vsize=128884 CPUtime=14.85
/proc/18445/task/18640/stat : 18640 (pb_cplex) S 18444 18444 18327 0 -1 4202560 83 0 0 0 1339 146 0 0 15 0 8 0 21609653 131977216 10714 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 4 0 0 0
[pid=18445/tid=18641] ppid=18444 vsize=128884 CPUtime=14.99
/proc/18445/task/18641/stat : 18641 (pb_cplex) S 18444 18444 18327 0 -1 4202560 164 0 0 0 1328 171 0 0 15 0 8 0 21609653 131977216 10714 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 5 0 0 0
[pid=18445/tid=18642] ppid=18444 vsize=128884 CPUtime=15.43
/proc/18445/task/18642/stat : 18642 (pb_cplex) R 18444 18444 18327 0 -1 4202560 77 0 0 0 1367 176 0 0 15 0 8 0 21609653 131977216 10714 4089446400 134512640 146736320 4293571120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 616.76
Current children cumulated vsize (KiB) 137584

[startup+187.403 s]
/proc/loadavg: 4.23 2.06 0.80 9/187 18642
/proc/meminfo: memFree=30008320/32951124 swapFree=67111528/67111528
[pid=18444] ppid=18442 vsize=8700 CPUtime=0
/proc/18444/stat : 18444 (run) S 18442 18444 18327 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 21595334 8908800 248 4089446400 4194304 4922060 140735886334560 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/18444/statm: 2175 248 208 178 0 68 0
[pid=18445] ppid=18444 vsize=128884 CPUtime=617.1
/proc/18445/stat : 18445 (pb_cplex) S 18444 18444 18327 0 -1 4202496 19512 0 0 0 54734 6976 0 0 15 0 8 0 21595334 131977216 10714 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/18445/statm: 32221 10714 1094 2985 0 28763 0
[pid=18445/tid=18636] ppid=18444 vsize=128884 CPUtime=16.92
/proc/18445/task/18636/stat : 18636 (pb_cplex) S 18444 18444 18327 0 -1 4202560 4 0 0 0 1513 179 0 0 15 0 8 0 21609653 131977216 10714 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 3 0 0 0
[pid=18445/tid=18637] ppid=18444 vsize=128884 CPUtime=15.4
/proc/18445/task/18637/stat : 18637 (pb_cplex) S 18444 18444 18327 0 -1 4202560 141 0 0 0 1370 170 0 0 15 0 8 0 21609653 131977216 10714 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 7 0 0 0
[pid=18445/tid=18638] ppid=18444 vsize=128884 CPUtime=15.38
/proc/18445/task/18638/stat : 18638 (pb_cplex) S 18444 18444 18327 0 -1 4202560 143 0 0 0 1411 127 0 0 16 0 8 0 21609653 131977216 10714 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 2 0 0 0
[pid=18445/tid=18639] ppid=18444 vsize=128884 CPUtime=15
/proc/18445/task/18639/stat : 18639 (pb_cplex) R 18444 18444 18327 0 -1 4202560 29 0 0 0 1354 146 0 0 15 0 8 0 21609653 131977216 10714 4089446400 134512640 146736320 4293571120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=18445/tid=18640] ppid=18444 vsize=128884 CPUtime=14.89
/proc/18445/task/18640/stat : 18640 (pb_cplex) S 18444 18444 18327 0 -1 4202560 83 0 0 0 1343 146 0 0 15 0 8 0 21609653 131977216 10714 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 18446604471091111232 0 0 -1 4 0 0 0
[pid=18445/tid=18641] ppid=18444 vsize=128884 CPUtime=15.02
/proc/18445/task/18641/stat : 18641 (pb_cplex) R 18444 18444 18327 0 -1 4202560 164 0 0 0 1331 171 0 0 15 0 8 0 21609653 131977216 10714 4089446400 134512640 146736320 4293571120 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=18445/tid=18642] ppid=18444 vsize=128884 CPUtime=15.48
/proc/18445/task/18642/stat : 18642 (pb_cplex) R 18444 18444 18327 0 -1 4202560 77 0 0 0 1371 177 0 0 15 0 8 0 21609653 131977216 10714 4089446400 134512640 146736320 4293571120 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 617.1
Current children cumulated vsize (KiB) 137584

Child status: 0
Real time (s): 187.476
CPU time (s): 617.292
CPU user time (s): 547.511
CPU system time (s): 69.7814
CPU usage (%): 329.264
Max. virtual memory (cumulated for all children) (KiB): 139640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 547.511
system time used= 69.7814
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19906
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= 4752129
involuntary context switches= 8703

runsolver used 0.303953 second user time and 0.694894 second system time

The end

Launcher Data

Begin job on node104 at 2010-07-07 22:16:44
IDJOB=2699641
IDBENCH=79361
IDSOLVER=1210
FILE ID=node104/2699641-1278533804
PBS_JOBID= 11239269
Free space on /tmp= 73612 MiB

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

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

MD5SUM BENCH= a526a5b61d0daa786e78ce539a30baa4
RANDOM SEED=1267837110

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30159532 kB
Buffers:        126764 kB
Cached:        2457988 kB
SwapCached:          0 kB
Active:         937484 kB
Inactive:      1709392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30159532 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16920 kB
Writeback:           0 kB
AnonPages:       61880 kB
Mapped:          14416 kB
Slab:            81252 kB
PageTables:       4480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185700 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= 73588 MiB
End job on node104 at 2010-07-07 22:19:52