Trace number 2699773

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 176.019 67.1342

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-dubois20_ext.wbo
MD5SUMdff91de96e9fbab56b73faa61f856d02
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.007997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables120
Total number of constraints220
Number of soft constraints160
Number of constraints which are clauses160
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 161
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 160
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing wbo file format. File HOME/instance-2699773-1278533826.wbo.
0.00/0.00	c Instance file HOME/instance-2699773-1278533826.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 ===============================================================================
175.93/67.13	c Remaining time 1799.99 sec.
175.93/67.13	s OPTIMUM FOUND
175.93/67.13	c Solution value = 1.00
175.93/67.13	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
175.93/67.13	c Total CPU time              : 152.138 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-2699773-1278533826/watcher-2699773-1278533826 -o /tmp/evaluation-result-2699773-1278533826/solver-2699773-1278533826 -C 1800 -W 2000 -M 3800 run HOME/instance-2699773-1278533826.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.43 0.11 0.03 4/178 26550
/proc/meminfo: memFree=29680364/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0

[startup+0.101554 s]
/proc/loadavg: 0.43 0.11 0.03 4/178 26550
/proc/meminfo: memFree=29680364/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200448 s]
/proc/loadavg: 0.43 0.11 0.03 4/178 26550
/proc/meminfo: memFree=29680364/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300423 s]
/proc/loadavg: 0.43 0.11 0.03 4/178 26550
/proc/meminfo: memFree=29680364/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70035 s]
/proc/loadavg: 0.43 0.11 0.03 4/178 26550
/proc/meminfo: memFree=29680364/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50119 s]
/proc/loadavg: 0.55 0.14 0.04 3/187 26594
/proc/meminfo: memFree=29666148/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0
[pid=26551] ppid=26550 vsize=103596 CPUtime=3.85
/proc/26551/stat : 26551 (pb_cplex) S 26550 26550 26355 0 -1 4202496 6520 0 0 0 350 35 0 0 15 0 8 0 21594586 106082304 4356 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26551/statm: 25899 4356 1084 2985 0 22441 0
[pid=26551/tid=26588] ppid=26550 vsize=103596 CPUtime=0.1
/proc/26551/task/26588/stat : 26588 (pb_cplex) S 26550 26550 26355 0 -1 4202560 2 0 0 0 10 0 0 0 15 0 8 0 21594692 106082304 4356 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 6 0 0 0
[pid=26551/tid=26589] ppid=26550 vsize=103596 CPUtime=0.11
/proc/26551/task/26589/stat : 26589 (pb_cplex) S 26550 26550 26355 0 -1 4202560 26 0 0 0 11 0 0 0 15 0 8 0 21594692 106082304 4356 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 6 0 0 0
[pid=26551/tid=26590] ppid=26550 vsize=103596 CPUtime=0.1
/proc/26551/task/26590/stat : 26590 (pb_cplex) R 26550 26550 26355 0 -1 4202560 109 0 0 0 10 0 0 0 15 0 8 0 21594692 106082304 4356 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=26551/tid=26591] ppid=26550 vsize=103596 CPUtime=0.1
/proc/26551/task/26591/stat : 26591 (pb_cplex) S 26550 26550 26355 0 -1 4202560 6 0 0 0 10 0 0 0 15 0 8 0 21594692 106082304 4356 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 4 0 0 0
[pid=26551/tid=26592] ppid=26550 vsize=103596 CPUtime=0.1
/proc/26551/task/26592/stat : 26592 (pb_cplex) S 26550 26550 26355 0 -1 4202560 8 0 0 0 10 0 0 0 15 0 8 0 21594692 106082304 4356 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 2 0 0 0
[pid=26551/tid=26593] ppid=26550 vsize=103596 CPUtime=0.12
/proc/26551/task/26593/stat : 26593 (pb_cplex) R 26550 26550 26355 0 -1 4202560 6 0 0 0 10 2 0 0 15 0 8 0 21594692 106082304 4356 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=26551/tid=26594] ppid=26550 vsize=103596 CPUtime=0.11
/proc/26551/task/26594/stat : 26594 (pb_cplex) R 26550 26550 26355 0 -1 4202560 92 0 0 0 10 1 0 0 15 0 8 0 21594692 106082304 4356 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 112296

[startup+3.10087 s]
/proc/loadavg: 0.55 0.14 0.04 6/187 26601
/proc/meminfo: memFree=29665824/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0
[pid=26551] ppid=26550 vsize=103596 CPUtime=7.64
/proc/26551/stat : 26551 (pb_cplex) S 26550 26550 26355 0 -1 4202496 6680 0 0 0 698 66 0 0 15 0 8 0 21594586 106082304 4402 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0
/proc/26551/statm: 25899 4402 1080 2985 0 22441 0
[pid=26551/tid=26595] ppid=26550 vsize=103596 CPUtime=0.23
/proc/26551/task/26595/stat : 26595 (pb_cplex) S 26550 26550 26355 0 -1 4202560 7 0 0 0 23 0 0 0 15 0 8 0 21594795 106082304 4402 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 6 0 0 0
[pid=26551/tid=26596] ppid=26550 vsize=103596 CPUtime=0.24
/proc/26551/task/26596/stat : 26596 (pb_cplex) R 26550 26550 26355 0 -1 4202560 4 0 0 0 24 0 0 0 15 0 8 0 21594795 106082304 4402 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=26551/tid=26597] ppid=26550 vsize=103596 CPUtime=0.24
/proc/26551/task/26597/stat : 26597 (pb_cplex) S 26550 26550 26355 0 -1 4202560 1 0 0 0 23 1 0 0 15 0 8 0 21594795 106082304 4402 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 4 0 0 0
[pid=26551/tid=26598] ppid=26550 vsize=103596 CPUtime=0.26
/proc/26551/task/26598/stat : 26598 (pb_cplex) S 26550 26550 26355 0 -1 4202560 3 0 0 0 24 2 0 0 15 0 8 0 21594795 106082304 4402 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 3 0 0 0
[pid=26551/tid=26599] ppid=26550 vsize=103596 CPUtime=0.28
/proc/26551/task/26599/stat : 26599 (pb_cplex) R 26550 26550 26355 0 -1 4202560 5 0 0 0 27 1 0 0 15 0 8 0 21594795 106082304 4402 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=26551/tid=26600] ppid=26550 vsize=103596 CPUtime=0.26
/proc/26551/task/26600/stat : 26600 (pb_cplex) R 26550 26550 26355 0 -1 4202560 5 0 0 0 25 1 0 0 15 0 8 0 21594795 106082304 4402 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=26551/tid=26601] ppid=26550 vsize=103596 CPUtime=0.29
/proc/26551/task/26601/stat : 26601 (pb_cplex) R 26550 26550 26355 0 -1 4202560 2 0 0 0 25 4 0 0 15 0 8 0 21594795 106082304 4402 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 112296

[startup+6.30117 s]
/proc/loadavg: 0.55 0.14 0.04 7/187 26608
/proc/meminfo: memFree=29658788/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0
[pid=26551] ppid=26550 vsize=105124 CPUtime=15.01
/proc/26551/stat : 26551 (pb_cplex) S 26550 26550 26355 0 -1 4202496 7635 0 0 0 1375 126 0 0 15 0 8 0 21594586 107646976 4913 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0
/proc/26551/statm: 26281 4913 1078 2985 0 22823 0
[pid=26551/tid=26602] ppid=26550 vsize=105124 CPUtime=0.55
/proc/26551/task/26602/stat : 26602 (pb_cplex) S 26550 26550 26355 0 -1 4202560 140 0 0 0 48 7 0 0 16 0 8 0 21595001 107646976 4913 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 1 0 0 0
[pid=26551/tid=26603] ppid=26550 vsize=105124 CPUtime=0.56
/proc/26551/task/26603/stat : 26603 (pb_cplex) S 26550 26550 26355 0 -1 4202560 102 0 0 0 52 4 0 0 15 0 8 0 21595001 107646976 4913 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 3 0 0 0
[pid=26551/tid=26604] ppid=26550 vsize=105124 CPUtime=0.56
/proc/26551/task/26604/stat : 26604 (pb_cplex) S 26550 26550 26355 0 -1 4202560 34 0 0 0 52 4 0 0 16 0 8 0 21595001 107646976 4913 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 4 0 0 0
[pid=26551/tid=26605] ppid=26550 vsize=105124 CPUtime=0.54
/proc/26551/task/26605/stat : 26605 (pb_cplex) S 26550 26550 26355 0 -1 4202560 89 0 0 0 51 3 0 0 15 0 8 0 21595001 107646976 4913 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 6 0 0 0
[pid=26551/tid=26606] ppid=26550 vsize=105124 CPUtime=0.57
/proc/26551/task/26606/stat : 26606 (pb_cplex) S 26550 26550 26355 0 -1 4202560 29 0 0 0 53 4 0 0 15 0 8 0 21595001 107646976 4913 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 2 0 0 0
[pid=26551/tid=26607] ppid=26550 vsize=105124 CPUtime=0.59
/proc/26551/task/26607/stat : 26607 (pb_cplex) S 26550 26550 26355 0 -1 4202560 55 0 0 0 52 7 0 0 15 0 8 0 21595001 107646976 4913 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 7 0 0 0
[pid=26551/tid=26608] ppid=26550 vsize=105124 CPUtime=0.57
/proc/26551/task/26608/stat : 26608 (pb_cplex) R 26550 26550 26355 0 -1 4202560 125 0 0 0 53 4 0 0 15 0 8 0 21595001 107646976 4913 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.01
Current children cumulated vsize (KiB) 113824

[startup+12.7019 s]
/proc/loadavg: 1.10 0.27 0.08 7/187 26615
/proc/meminfo: memFree=29651768/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0
[pid=26551] ppid=26550 vsize=109760 CPUtime=32.24
/proc/26551/stat : 26551 (pb_cplex) S 26550 26550 26355 0 -1 4202496 9145 0 0 0 2865 359 0 0 15 0 8 0 21594586 112394240 5605 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0
/proc/26551/statm: 27440 5605 1078 2985 0 23982 0
[pid=26551/tid=26609] ppid=26550 vsize=109760 CPUtime=1.66
/proc/26551/task/26609/stat : 26609 (pb_cplex) S 26550 26550 26355 0 -1 4202560 96 0 0 0 142 24 0 0 15 0 8 0 21595377 112394240 5605 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 1 0 0 0
[pid=26551/tid=26610] ppid=26550 vsize=109760 CPUtime=1.59
/proc/26551/task/26610/stat : 26610 (pb_cplex) R 26550 26550 26355 0 -1 4202560 71 0 0 0 138 21 0 0 15 0 8 0 21595377 112394240 5605 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=26551/tid=26611] ppid=26550 vsize=109760 CPUtime=1.53
/proc/26551/task/26611/stat : 26611 (pb_cplex) S 26550 26550 26355 0 -1 4202560 156 0 0 0 133 20 0 0 15 0 8 0 21595377 112394240 5605 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 4 0 0 0
[pid=26551/tid=26612] ppid=26550 vsize=109760 CPUtime=1.48
/proc/26551/task/26612/stat : 26612 (pb_cplex) S 26550 26550 26355 0 -1 4202560 57 0 0 0 128 20 0 0 15 0 8 0 21595377 112394240 5605 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 6 0 0 0
[pid=26551/tid=26613] ppid=26550 vsize=109760 CPUtime=1.53
/proc/26551/task/26613/stat : 26613 (pb_cplex) R 26550 26550 26355 0 -1 4202560 89 0 0 0 133 20 0 0 15 0 8 0 21595377 112394240 5605 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=26551/tid=26614] ppid=26550 vsize=109760 CPUtime=1.49
/proc/26551/task/26614/stat : 26614 (pb_cplex) R 26550 26550 26355 0 -1 4202560 141 0 0 0 135 14 0 0 15 0 8 0 21595377 112394240 5605 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=26551/tid=26615] ppid=26550 vsize=109760 CPUtime=1.6
/proc/26551/task/26615/stat : 26615 (pb_cplex) R 26550 26550 26355 0 -1 4202560 63 0 0 0 130 30 0 0 15 0 8 0 21595377 112394240 5605 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 32.24
Current children cumulated vsize (KiB) 118460

[startup+25.5003 s]
/proc/loadavg: 1.54 0.39 0.13 5/187 26622
/proc/meminfo: memFree=29641180/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0
[pid=26551] ppid=26550 vsize=109760 CPUtime=66.54
/proc/26551/stat : 26551 (pb_cplex) S 26550 26550 26355 0 -1 4202496 9944 0 0 0 5806 848 0 0 15 0 8 0 21594586 112394240 5590 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26551/statm: 27440 5590 1078 2985 0 23982 0
[pid=26551/tid=26616] ppid=26550 vsize=109760 CPUtime=3.69
/proc/26551/task/26616/stat : 26616 (pb_cplex) S 26550 26550 26355 0 -1 4202560 55 0 0 0 321 48 0 0 15 0 8 0 21596026 112394240 5590 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 7 0 0 0
[pid=26551/tid=26617] ppid=26550 vsize=109760 CPUtime=3.64
/proc/26551/task/26617/stat : 26617 (pb_cplex) S 26550 26550 26355 0 -1 4202560 115 0 0 0 306 58 0 0 15 0 8 0 21596026 112394240 5590 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 3 0 0 0
[pid=26551/tid=26618] ppid=26550 vsize=109760 CPUtime=3.75
/proc/26551/task/26618/stat : 26618 (pb_cplex) S 26550 26550 26355 0 -1 4202560 97 0 0 0 313 62 0 0 15 0 8 0 21596026 112394240 5590 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 6 0 0 0
[pid=26551/tid=26619] ppid=26550 vsize=109760 CPUtime=3.51
/proc/26551/task/26619/stat : 26619 (pb_cplex) R 26550 26550 26355 0 -1 4202560 48 0 0 0 299 52 0 0 15 0 8 0 21596026 112394240 5590 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=26551/tid=26620] ppid=26550 vsize=109760 CPUtime=3.47
/proc/26551/task/26620/stat : 26620 (pb_cplex) S 26550 26550 26355 0 -1 4202560 79 0 0 0 291 56 0 0 15 0 8 0 21596026 112394240 5590 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 2 0 0 0
[pid=26551/tid=26621] ppid=26550 vsize=109760 CPUtime=3.48
/proc/26551/task/26621/stat : 26621 (pb_cplex) R 26550 26550 26355 0 -1 4202560 140 0 0 0 298 50 0 0 15 0 8 0 21596026 112394240 5590 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=26551/tid=26622] ppid=26550 vsize=109760 CPUtime=3.54
/proc/26551/task/26622/stat : 26622 (pb_cplex) R 26550 26550 26355 0 -1 4202560 45 0 0 0 316 38 0 0 15 0 8 0 21596026 112394240 5590 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 66.54
Current children cumulated vsize (KiB) 118460

[startup+51.1012 s]
/proc/loadavg: 2.28 0.65 0.22 3/187 26629
/proc/meminfo: memFree=29618444/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0
[pid=26551] ppid=26550 vsize=116180 CPUtime=134.04
/proc/26551/stat : 26551 (pb_cplex) S 26550 26550 26355 0 -1 4202496 13531 0 0 0 11619 1785 0 0 15 0 8 0 21594586 118968320 7194 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0
/proc/26551/statm: 29045 7194 1079 2985 0 25587 0
[pid=26551/tid=26623] ppid=26550 vsize=116180 CPUtime=7.29
/proc/26551/task/26623/stat : 26623 (pb_cplex) S 26550 26550 26355 0 -1 4202560 411 0 0 0 622 107 0 0 15 0 8 0 21597368 118968320 7194 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 2 0 0 0
[pid=26551/tid=26624] ppid=26550 vsize=116180 CPUtime=7.49
/proc/26551/task/26624/stat : 26624 (pb_cplex) S 26550 26550 26355 0 -1 4202560 329 0 0 0 638 111 0 0 15 0 8 0 21597368 118968320 7194 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 7 0 0 0
[pid=26551/tid=26625] ppid=26550 vsize=116180 CPUtime=7.07
/proc/26551/task/26625/stat : 26625 (pb_cplex) S 26550 26550 26355 0 -1 4202560 533 0 0 0 601 106 0 0 15 0 8 0 21597368 118968320 7194 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 1 0 0 0

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

[pid=26551/tid=26632] ppid=26550 vsize=115104 CPUtime=0.73
/proc/26551/task/26632/stat : 26632 (pb_cplex) S 26550 26550 26355 0 -1 4202560 0 0 0 0 65 8 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 6 0 0 0
[pid=26551/tid=26633] ppid=26550 vsize=115104 CPUtime=0.73
/proc/26551/task/26633/stat : 26633 (pb_cplex) R 26550 26550 26355 0 -1 4202560 2 0 0 0 64 9 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=26551/tid=26634] ppid=26550 vsize=115104 CPUtime=0.82
/proc/26551/task/26634/stat : 26634 (pb_cplex) S 26550 26550 26355 0 -1 4202560 0 0 0 0 65 17 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 1 0 0 0
[pid=26551/tid=26635] ppid=26550 vsize=115104 CPUtime=0.8
/proc/26551/task/26635/stat : 26635 (pb_cplex) S 26550 26550 26355 0 -1 4202560 2 0 0 0 67 13 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 3 0 0 0
[pid=26551/tid=26636] ppid=26550 vsize=115104 CPUtime=0.79
/proc/26551/task/26636/stat : 26636 (pb_cplex) S 26550 26550 26355 0 -1 4202560 17 0 0 0 66 13 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 7 0 0 0
[pid=26551/tid=26637] ppid=26550 vsize=115104 CPUtime=0.79
/proc/26551/task/26637/stat : 26637 (pb_cplex) S 26550 26550 26355 0 -1 4202560 2 0 0 0 70 9 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 151.28
Current children cumulated vsize (KiB) 123804

[startup+64.0006 s]
/proc/loadavg: 3.11 0.91 0.31 9/187 26638
/proc/meminfo: memFree=29607928/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0
[pid=26551] ppid=26550 vsize=115104 CPUtime=167.71
/proc/26551/stat : 26551 (pb_cplex) S 26550 26550 26355 0 -1 4202496 13619 0 0 0 14501 2270 0 0 16 0 8 0 21594586 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0
/proc/26551/statm: 28776 7220 1078 2985 0 25318 0
[pid=26551/tid=26631] ppid=26550 vsize=115104 CPUtime=2.77
/proc/26551/task/26631/stat : 26631 (pb_cplex) S 26550 26550 26355 0 -1 4202560 4 0 0 0 236 41 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 2 0 0 0
[pid=26551/tid=26632] ppid=26550 vsize=115104 CPUtime=2.68
/proc/26551/task/26632/stat : 26632 (pb_cplex) S 26550 26550 26355 0 -1 4202560 0 0 0 0 229 39 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 7 0 0 0
[pid=26551/tid=26633] ppid=26550 vsize=115104 CPUtime=2.69
/proc/26551/task/26633/stat : 26633 (pb_cplex) R 26550 26550 26355 0 -1 4202560 2 0 0 0 228 41 0 0 16 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 136015270 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=26551/tid=26634] ppid=26550 vsize=115104 CPUtime=2.72
/proc/26551/task/26634/stat : 26634 (pb_cplex) S 26550 26550 26355 0 -1 4202560 0 0 0 0 229 43 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 4 0 0 0
[pid=26551/tid=26635] ppid=26550 vsize=115104 CPUtime=2.73
/proc/26551/task/26635/stat : 26635 (pb_cplex) S 26550 26550 26355 0 -1 4202560 2 0 0 0 240 33 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 0 0 0 0
[pid=26551/tid=26636] ppid=26550 vsize=115104 CPUtime=2.78
/proc/26551/task/26636/stat : 26636 (pb_cplex) S 26550 26550 26355 0 -1 4202560 17 0 0 0 226 52 0 0 16 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 1 0 0 0
[pid=26551/tid=26637] ppid=26550 vsize=115104 CPUtime=2.76
/proc/26551/task/26637/stat : 26637 (pb_cplex) S 26550 26550 26355 0 -1 4202560 2 0 0 0 234 42 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 167.71
Current children cumulated vsize (KiB) 123804

[startup+65.6003 s]
/proc/loadavg: 3.11 0.91 0.31 6/187 26638
/proc/meminfo: memFree=29607928/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0
[pid=26551] ppid=26550 vsize=115104 CPUtime=172.05
/proc/26551/stat : 26551 (pb_cplex) S 26550 26550 26355 0 -1 4202496 13619 0 0 0 14872 2333 0 0 15 0 8 0 21594586 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0
/proc/26551/statm: 28776 7220 1078 2985 0 25318 0
[pid=26551/tid=26631] ppid=26550 vsize=115104 CPUtime=3.24
/proc/26551/task/26631/stat : 26631 (pb_cplex) S 26550 26550 26355 0 -1 4202560 4 0 0 0 277 47 0 0 16 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 6 0 0 0
[pid=26551/tid=26632] ppid=26550 vsize=115104 CPUtime=3.19
/proc/26551/task/26632/stat : 26632 (pb_cplex) S 26550 26550 26355 0 -1 4202560 0 0 0 0 272 47 0 0 16 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 7 0 0 0
[pid=26551/tid=26633] ppid=26550 vsize=115104 CPUtime=3.19
/proc/26551/task/26633/stat : 26633 (pb_cplex) R 26550 26550 26355 0 -1 4202560 2 0 0 0 270 49 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=26551/tid=26634] ppid=26550 vsize=115104 CPUtime=3.23
/proc/26551/task/26634/stat : 26634 (pb_cplex) S 26550 26550 26355 0 -1 4202560 0 0 0 0 272 51 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 2 0 0 0
[pid=26551/tid=26635] ppid=26550 vsize=115104 CPUtime=3.27
/proc/26551/task/26635/stat : 26635 (pb_cplex) R 26550 26550 26355 0 -1 4202560 2 0 0 0 289 38 0 0 16 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=26551/tid=26636] ppid=26550 vsize=115104 CPUtime=3.33
/proc/26551/task/26636/stat : 26636 (pb_cplex) S 26550 26550 26355 0 -1 4202560 17 0 0 0 272 61 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 1 0 0 0
[pid=26551/tid=26637] ppid=26550 vsize=115104 CPUtime=3.31
/proc/26551/task/26637/stat : 26637 (pb_cplex) S 26550 26550 26355 0 -1 4202560 2 0 0 0 279 52 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 172.05
Current children cumulated vsize (KiB) 123804

[startup+66.4015 s]
/proc/loadavg: 3.26 0.98 0.33 4/187 26638
/proc/meminfo: memFree=29605944/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0
[pid=26551] ppid=26550 vsize=115104 CPUtime=174.14
/proc/26551/stat : 26551 (pb_cplex) S 26550 26550 26355 0 -1 4202496 13619 0 0 0 15052 2362 0 0 15 0 8 0 21594586 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26551/statm: 28776 7220 1078 2985 0 25318 0
[pid=26551/tid=26631] ppid=26550 vsize=115104 CPUtime=3.48
/proc/26551/task/26631/stat : 26631 (pb_cplex) R 26550 26550 26355 0 -1 4202560 4 0 0 0 298 50 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=26551/tid=26632] ppid=26550 vsize=115104 CPUtime=3.45
/proc/26551/task/26632/stat : 26632 (pb_cplex) S 26550 26550 26355 0 -1 4202560 0 0 0 0 294 51 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 7 0 0 0
[pid=26551/tid=26633] ppid=26550 vsize=115104 CPUtime=3.4
/proc/26551/task/26633/stat : 26633 (pb_cplex) S 26550 26550 26355 0 -1 4202560 2 0 0 0 288 52 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 6 0 0 0
[pid=26551/tid=26634] ppid=26550 vsize=115104 CPUtime=3.46
/proc/26551/task/26634/stat : 26634 (pb_cplex) S 26550 26550 26355 0 -1 4202560 0 0 0 0 292 54 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 4 0 0 0
[pid=26551/tid=26635] ppid=26550 vsize=115104 CPUtime=3.54
/proc/26551/task/26635/stat : 26635 (pb_cplex) R 26550 26550 26355 0 -1 4202560 2 0 0 0 312 42 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=26551/tid=26636] ppid=26550 vsize=115104 CPUtime=3.59
/proc/26551/task/26636/stat : 26636 (pb_cplex) S 26550 26550 26355 0 -1 4202560 17 0 0 0 294 65 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 1 0 0 0
[pid=26551/tid=26637] ppid=26550 vsize=115104 CPUtime=3.58
/proc/26551/task/26637/stat : 26637 (pb_cplex) S 26550 26550 26355 0 -1 4202560 2 0 0 0 301 57 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 174.14
Current children cumulated vsize (KiB) 123804

[startup+66.8011 s]
/proc/loadavg: 3.26 0.98 0.33 4/187 26638
/proc/meminfo: memFree=29605944/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0
[pid=26551] ppid=26550 vsize=115104 CPUtime=175.17
/proc/26551/stat : 26551 (pb_cplex) R 26550 26550 26355 0 -1 4202496 13619 0 0 0 15142 2375 0 0 15 0 8 0 21594586 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 136674344 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0
/proc/26551/statm: 28776 7220 1078 2985 0 25318 0
[pid=26551/tid=26631] ppid=26550 vsize=115104 CPUtime=3.61
/proc/26551/task/26631/stat : 26631 (pb_cplex) S 26550 26550 26355 0 -1 4202560 4 0 0 0 309 52 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 4 0 0 0
[pid=26551/tid=26632] ppid=26550 vsize=115104 CPUtime=3.57
/proc/26551/task/26632/stat : 26632 (pb_cplex) S 26550 26550 26355 0 -1 4202560 0 0 0 0 304 53 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 3 0 0 0
[pid=26551/tid=26633] ppid=26550 vsize=115104 CPUtime=3.51
/proc/26551/task/26633/stat : 26633 (pb_cplex) S 26550 26550 26355 0 -1 4202560 2 0 0 0 298 53 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 2 0 0 0
[pid=26551/tid=26634] ppid=26550 vsize=115104 CPUtime=3.57
/proc/26551/task/26634/stat : 26634 (pb_cplex) S 26550 26550 26355 0 -1 4202560 0 0 0 0 302 55 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 4 0 0 0
[pid=26551/tid=26635] ppid=26550 vsize=115104 CPUtime=3.66
/proc/26551/task/26635/stat : 26635 (pb_cplex) R 26550 26550 26355 0 -1 4202560 2 0 0 0 322 44 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=26551/tid=26636] ppid=26550 vsize=115104 CPUtime=3.72
/proc/26551/task/26636/stat : 26636 (pb_cplex) S 26550 26550 26355 0 -1 4202560 17 0 0 0 304 68 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 1 0 0 0
[pid=26551/tid=26637] ppid=26550 vsize=115104 CPUtime=3.7
/proc/26551/task/26637/stat : 26637 (pb_cplex) S 26550 26550 26355 0 -1 4202560 2 0 0 0 312 58 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 175.17
Current children cumulated vsize (KiB) 123804

[startup+67.001 s]
/proc/loadavg: 3.26 0.98 0.33 4/187 26638
/proc/meminfo: memFree=29605944/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0
[pid=26551] ppid=26550 vsize=115104 CPUtime=175.68
/proc/26551/stat : 26551 (pb_cplex) R 26550 26550 26355 0 -1 4202496 13619 0 0 0 15186 2382 0 0 15 0 8 0 21594586 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 136674344 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0
/proc/26551/statm: 28776 7220 1078 2985 0 25318 0
[pid=26551/tid=26631] ppid=26550 vsize=115104 CPUtime=3.66
/proc/26551/task/26631/stat : 26631 (pb_cplex) S 26550 26550 26355 0 -1 4202560 4 0 0 0 314 52 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 2 0 0 0
[pid=26551/tid=26632] ppid=26550 vsize=115104 CPUtime=3.64
/proc/26551/task/26632/stat : 26632 (pb_cplex) S 26550 26550 26355 0 -1 4202560 0 0 0 0 310 54 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 3 0 0 0
[pid=26551/tid=26633] ppid=26550 vsize=115104 CPUtime=3.57
/proc/26551/task/26633/stat : 26633 (pb_cplex) S 26550 26550 26355 0 -1 4202560 2 0 0 0 303 54 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 2 0 0 0
[pid=26551/tid=26634] ppid=26550 vsize=115104 CPUtime=3.63
/proc/26551/task/26634/stat : 26634 (pb_cplex) S 26550 26550 26355 0 -1 4202560 0 0 0 0 307 56 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 4 0 0 0
[pid=26551/tid=26635] ppid=26550 vsize=115104 CPUtime=3.72
/proc/26551/task/26635/stat : 26635 (pb_cplex) R 26550 26550 26355 0 -1 4202560 2 0 0 0 327 45 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=26551/tid=26636] ppid=26550 vsize=115104 CPUtime=3.78
/proc/26551/task/26636/stat : 26636 (pb_cplex) S 26550 26550 26355 0 -1 4202560 17 0 0 0 309 69 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 1 0 0 0
[pid=26551/tid=26637] ppid=26550 vsize=115104 CPUtime=3.76
/proc/26551/task/26637/stat : 26637 (pb_cplex) S 26550 26550 26355 0 -1 4202560 2 0 0 0 317 59 0 0 15 0 8 0 21600099 117866496 7220 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 175.68
Current children cumulated vsize (KiB) 123804

[startup+67.1012 s]
/proc/loadavg: 3.26 0.98 0.33 6/187 26638
/proc/meminfo: memFree=29605944/32950928 swapFree=67111528/67111528
[pid=26550] ppid=26548 vsize=8700 CPUtime=0
/proc/26550/stat : 26550 (run) S 26548 26550 26355 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 21594586 8908800 249 4089446400 4194304 4922060 140733341882112 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/26550/statm: 2175 249 208 178 0 68 0
[pid=26551] ppid=26550 vsize=113044 CPUtime=175.93
/proc/26551/stat : 26551 (pb_cplex) R 26550 26550 26355 0 -1 4202496 13619 0 0 0 15207 2386 0 0 15 0 8 0 21594586 115757056 6961 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0
/proc/26551/statm: 28261 6961 1078 2985 0 24803 0
[pid=26551/tid=26631] ppid=26550 vsize=113044 CPUtime=3.69
/proc/26551/task/26631/stat : 26631 (pb_cplex) R 26550 26550 26355 0 -1 4202560 4 0 0 0 316 53 0 0 15 0 8 0 21600099 115757056 6961 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=26551/tid=26632] ppid=26550 vsize=113044 CPUtime=3.67
/proc/26551/task/26632/stat : 26632 (pb_cplex) R 26550 26550 26355 0 -1 4202560 0 0 0 0 313 54 0 0 15 0 8 0 21600099 115757056 6961 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=26551/tid=26633] ppid=26550 vsize=113044 CPUtime=3.6
/proc/26551/task/26633/stat : 26633 (pb_cplex) R 26550 26550 26355 0 -1 4202560 2 0 0 0 305 55 0 0 15 0 8 0 21600099 115757056 6961 4089446400 134512640 146736320 4286685504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=26551/tid=26634] ppid=26550 vsize=113044 CPUtime=3.66
/proc/26551/task/26634/stat : 26634 (pb_cplex) R 26550 26550 26355 0 -1 4202560 0 0 0 0 309 57 0 0 15 0 8 0 21600099 115757056 6961 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=26551/tid=26635] ppid=26550 vsize=113044 CPUtime=3.74
/proc/26551/task/26635/stat : 26635 (pb_cplex) S 26550 26550 26355 0 -1 4202560 2 0 0 0 329 45 0 0 15 0 8 0 21600099 115757056 6961 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 2 0 0 0
[pid=26551/tid=26636] ppid=26550 vsize=113044 CPUtime=3.81
/proc/26551/task/26636/stat : 26636 (pb_cplex) S 26550 26550 26355 0 -1 4202560 17 0 0 0 311 70 0 0 15 0 8 0 21600099 115757056 6961 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 1 0 0 0
[pid=26551/tid=26637] ppid=26550 vsize=113044 CPUtime=3.8
/proc/26551/task/26637/stat : 26637 (pb_cplex) S 26550 26550 26355 0 -1 4202560 2 0 0 0 320 60 0 0 15 0 8 0 21600099 115757056 6961 4089446400 134512640 146736320 4286685504 18446744073709551615 144580073 0 2 4096 16387 18446604471160711168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 175.93
Current children cumulated vsize (KiB) 121744

Child status: 0
Real time (s): 67.1342
CPU time (s): 176.019
CPU user time (s): 152.138
CPU system time (s): 23.8814
CPU usage (%): 262.19
Max. virtual memory (cumulated for all children) (KiB): 124880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.138
system time used= 23.8814
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14013
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= 2150514
involuntary context switches= 7388

runsolver used 0.113982 second user time and 0.221966 second system time

The end

Launcher Data

Begin job on node149 at 2010-07-07 22:17:06
IDJOB=2699773
IDBENCH=79372
IDSOLVER=1210
FILE ID=node149/2699773-1278533826
PBS_JOBID= 11239180
Free space on /tmp= 73424 MiB

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

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

MD5SUM BENCH= dff91de96e9fbab56b73faa61f856d02
RANDOM SEED=1402057638

node149.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.827
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.827
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.827
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.827
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.827
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.827
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.79
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.827
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.827
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:      29680892 kB
Buffers:        143496 kB
Cached:        2832728 kB
SwapCached:          0 kB
Active:        1142604 kB
Inactive:      1964584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29680892 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21560 kB
Writeback:           0 kB
AnonPages:      130828 kB
Mapped:          16844 kB
Slab:           100208 kB
PageTables:       4808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   275072 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= 73408 MiB
End job on node149 at 2010-07-07 22:18:14