Trace number 2697445

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-01? (TO) 1800.18 352.325

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900575442--soft-0-100-0.wbo
MD5SUMf554cc9691e9826ab6aa59c7fc9c497b
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark30.1254
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 667
Number of bits of the biggest sum of numbers10
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-2697445-1278055764.wbo.
0.00/0.00	c Instance file HOME/instance-2697445-1278055764.wbo
0.00/0.00	c File size is 96749 bytes.
1.39/1.43	c Highest Coefficient sum: 667
1.39/1.43	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
1.39/1.43	c ============================[ Problem Statistics ]=============================
1.39/1.43	c |                                                                             |
1.39/1.43	c |  Parsing time:          1.43         s                                      |
1.39/1.43	c |  Number Variables:      2938                                                |
1.39/1.43	c |  Number Constraints:    2708                                                |
1.39/1.43	c ===============================================================================

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2697445-1278055764/watcher-2697445-1278055764 -o /tmp/evaluation-result-2697445-1278055764/solver-2697445-1278055764 -C 1800 -W 2000 -M 3800 run HOME/instance-2697445-1278055764.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: 7.66 6.64 4.42 3/177 22103
/proc/meminfo: memFree=31121760/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0

[startup+0.0789359 s]
/proc/loadavg: 7.66 6.64 4.42 3/177 22103
/proc/meminfo: memFree=31121760/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10093 s]
/proc/loadavg: 7.66 6.64 4.42 3/177 22103
/proc/meminfo: memFree=31121760/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300896 s]
/proc/loadavg: 7.66 6.64 4.42 3/177 22103
/proc/meminfo: memFree=31121760/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700828 s]
/proc/loadavg: 7.66 6.64 4.42 3/177 22103
/proc/meminfo: memFree=31121760/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5007 s]
/proc/loadavg: 7.66 6.64 4.42 3/179 22105
/proc/meminfo: memFree=31120628/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0
[pid=22104] ppid=22103 vsize=27344 CPUtime=1.49
/proc/22104/stat : 22104 (pb_cplex) R 22103 22103 21610 0 -1 4202496 3651 0 0 0 149 0 0 0 25 0 1 0 146872904 28000256 3156 4089446400 134512640 146736320 4290436896 18446744073709551615 137703859 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/22104/statm: 6836 3156 979 2985 0 3378 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36044

[startup+3.10043 s]
/proc/loadavg: 7.66 6.64 4.42 6/186 22126
/proc/meminfo: memFree=31091680/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0
[pid=22104] ppid=22103 vsize=121744 CPUtime=4.81
/proc/22104/stat : 22104 (pb_cplex) S 22103 22103 21610 0 -1 4202496 21248 0 0 0 461 20 0 0 18 0 8 0 146872904 124665856 8724 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22104/statm: 30436 8724 1086 2985 0 26978 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 130444

[startup+6.30085 s]
/proc/loadavg: 7.37 6.60 4.42 7/186 22147
/proc/meminfo: memFree=31080768/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0
[pid=22104] ppid=22103 vsize=144372 CPUtime=11.54
/proc/22104/stat : 22104 (pb_cplex) R 22103 22103 21610 0 -1 4202496 37948 0 0 0 1002 152 0 0 18 0 8 0 146872904 147836928 13206 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0
/proc/22104/statm: 36093 13207 1110 2985 0 32635 0
[pid=22104/tid=22141] ppid=22103 vsize=144372 CPUtime=0.61
/proc/22104/task/22141/stat : 22141 (pb_cplex) R 22103 22103 21610 0 -1 4202560 2509 0 0 0 37 24 0 0 17 0 8 0 146873254 147836928 13207 4089446400 134512640 146736320 4290436896 18446744073709551615 135525141 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=22104/tid=22142] ppid=22103 vsize=144372 CPUtime=0.48
/proc/22104/task/22142/stat : 22142 (pb_cplex) S 22103 22103 21610 0 -1 4202560 400 0 0 0 44 4 0 0 17 0 8 0 146873254 147836928 13207 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 3 0 0 0
[pid=22104/tid=22143] ppid=22103 vsize=144372 CPUtime=0.63
/proc/22104/task/22143/stat : 22143 (pb_cplex) R 22103 22103 21610 0 -1 4202560 942 0 0 0 48 15 0 0 17 0 8 0 146873254 147836928 13207 4089446400 134512640 146736320 4290436896 18446744073709551615 136017474 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=22104/tid=22144] ppid=22103 vsize=144372 CPUtime=0.45
/proc/22104/task/22144/stat : 22144 (pb_cplex) S 22103 22103 21610 0 -1 4202560 2361 0 0 0 23 22 0 0 16 0 8 0 146873254 147836928 13207 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 6 0 0 0
[pid=22104/tid=22145] ppid=22103 vsize=144372 CPUtime=0.67
/proc/22104/task/22145/stat : 22145 (pb_cplex) R 22103 22103 21610 0 -1 4202560 1319 0 0 0 60 7 0 0 17 0 8 0 146873254 147836928 13207 4089446400 134512640 146736320 4290436896 18446744073709551615 136385174 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=22104/tid=22146] ppid=22103 vsize=144372 CPUtime=0.63
/proc/22104/task/22146/stat : 22146 (pb_cplex) S 22103 22103 21610 0 -1 4202560 747 0 0 0 58 5 0 0 17 0 8 0 146873254 147836928 13207 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 0 0 0 0
[pid=22104/tid=22147] ppid=22103 vsize=144372 CPUtime=0.45
/proc/22104/task/22147/stat : 22147 (pb_cplex) R 22103 22103 21610 0 -1 4202560 33 0 0 0 39 6 0 0 18 0 8 0 146873254 147836928 13207 4089446400 134512640 146736320 4290436896 18446744073709551615 139042910 0 2 4096 16387 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.54
Current children cumulated vsize (KiB) 153072

[startup+12.7008 s]
/proc/loadavg: 7.42 6.62 4.43 11/186 22147
/proc/meminfo: memFree=31067888/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0
[pid=22104] ppid=22103 vsize=147444 CPUtime=37.79
/proc/22104/stat : 22104 (pb_cplex) R 22103 22103 21610 0 -1 4202496 47983 0 0 0 3578 201 0 0 15 0 8 0 146872904 150982656 14093 4089446400 134512640 146736320 4290436896 18446744073709551615 136017489 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0
/proc/22104/statm: 36861 14093 1080 2985 0 33403 0
[pid=22104/tid=22141] ppid=22103 vsize=147444 CPUtime=3.87
/proc/22104/task/22141/stat : 22141 (pb_cplex) R 22103 22103 21610 0 -1 4202560 6955 0 0 0 344 43 0 0 15 0 8 0 146873254 150982656 14093 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=22104/tid=22142] ppid=22103 vsize=147444 CPUtime=3.68
/proc/22104/task/22142/stat : 22142 (pb_cplex) R 22103 22103 21610 0 -1 4202560 888 0 0 0 358 10 0 0 15 0 8 0 146873254 150982656 14093 4089446400 134512640 146736320 4290436896 18446744073709551615 139044552 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=22104/tid=22143] ppid=22103 vsize=147444 CPUtime=3.84
/proc/22104/task/22143/stat : 22143 (pb_cplex) R 22103 22103 21610 0 -1 4202560 1183 0 0 0 365 19 0 0 16 0 8 0 146873254 150982656 14093 4089446400 134512640 146736320 4290436896 18446744073709551615 137371949 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=22104/tid=22144] ppid=22103 vsize=147444 CPUtime=3.96
/proc/22104/task/22144/stat : 22144 (pb_cplex) R 22103 22103 21610 0 -1 4202560 4989 0 0 0 367 29 0 0 15 0 8 0 146873254 150982656 14093 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=22104/tid=22145] ppid=22103 vsize=147444 CPUtime=3.87
/proc/22104/task/22145/stat : 22145 (pb_cplex) R 22103 22103 21610 0 -1 4202560 1560 0 0 0 378 9 0 0 15 0 8 0 146873254 150982656 14093 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=22104/tid=22146] ppid=22103 vsize=147444 CPUtime=3.73
/proc/22104/task/22146/stat : 22146 (pb_cplex) R 22103 22103 21610 0 -1 4202560 1374 0 0 0 365 8 0 0 15 0 8 0 146873254 150982656 14093 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=22104/tid=22147] ppid=22103 vsize=147444 CPUtime=3.89
/proc/22104/task/22147/stat : 22147 (pb_cplex) R 22103 22103 21610 0 -1 4202560 1042 0 0 0 379 10 0 0 15 0 8 0 146873254 150982656 14093 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37.79
Current children cumulated vsize (KiB) 156144

[startup+25.5007 s]
/proc/loadavg: 7.35 6.65 4.48 3/186 22161
/proc/meminfo: memFree=31082272/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0
[pid=22104] ppid=22103 vsize=131852 CPUtime=95.51
/proc/22104/stat : 22104 (pb_cplex) R 22103 22103 21610 0 -1 4202496 61184 0 0 0 9292 259 0 0 19 0 8 0 146872904 135016448 10411 4089446400 134512640 146736320 4290436896 18446744073709551615 135525524 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0
/proc/22104/statm: 32963 10411 1083 2985 0 29505 0
[pid=22104/tid=22155] ppid=22103 vsize=131852 CPUtime=0
/proc/22104/task/22155/stat : 22155 (pb_cplex) S 22103 22103 21610 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 8 0 146875371 135016448 10411 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 6 0 0 0
[pid=22104/tid=22156] ppid=22103 vsize=131852 CPUtime=0
/proc/22104/task/22156/stat : 22156 (pb_cplex) S 22103 22103 21610 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 8 0 146875371 135016448 10411 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 0 0 0 0
[pid=22104/tid=22157] ppid=22103 vsize=131852 CPUtime=0
/proc/22104/task/22157/stat : 22157 (pb_cplex) S 22103 22103 21610 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 8 0 146875371 135016448 10411 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 6 0 0 0
[pid=22104/tid=22158] ppid=22103 vsize=131852 CPUtime=0
/proc/22104/task/22158/stat : 22158 (pb_cplex) S 22103 22103 21610 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 8 0 146875371 135016448 10411 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 0 0 0 0
[pid=22104/tid=22159] ppid=22103 vsize=131852 CPUtime=0
/proc/22104/task/22159/stat : 22159 (pb_cplex) S 22103 22103 21610 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 8 0 146875371 135016448 10411 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 1 0 0 0
[pid=22104/tid=22160] ppid=22103 vsize=131852 CPUtime=0
/proc/22104/task/22160/stat : 22160 (pb_cplex) S 22103 22103 21610 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 8 0 146875371 135016448 10411 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 1 0 0 0
[pid=22104/tid=22161] ppid=22103 vsize=131852 CPUtime=0
/proc/22104/task/22161/stat : 22161 (pb_cplex) S 22103 22103 21610 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 8 0 146875371 135016448 10411 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 95.51
Current children cumulated vsize (KiB) 140552

[startup+51.1013 s]
/proc/loadavg: 7.15 6.66 4.54 10/186 22161
/proc/meminfo: memFree=31068064/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0
[pid=22104] ppid=22103 vsize=145356 CPUtime=213.44
/proc/22104/stat : 22104 (pb_cplex) R 22103 22103 21610 0 -1 4202496 116936 0 0 0 20964 380 0 0 16 0 8 0 146872904 148844544 13785 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0
/proc/22104/statm: 36339 13785 1083 2985 0 32881 0
[pid=22104/tid=22155] ppid=22103 vsize=145356 CPUtime=14.08
/proc/22104/task/22155/stat : 22155 (pb_cplex) R 22103 22103 21610 0 -1 4202560 3044 0 0 0 1395 13 0 0 15 0 8 0 146875371 148844544 13785 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=22104/tid=22156] ppid=22103 vsize=145356 CPUtime=14.06
/proc/22104/task/22156/stat : 22156 (pb_cplex) R 22103 22103 21610 0 -1 4202560 10931 0 0 0 1390 16 0 0 16 0 8 0 146875371 148844544 13785 4089446400 134512640 146736320 4290436896 18446744073709551615 136400479 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=22104/tid=22157] ppid=22103 vsize=145356 CPUtime=15.55
/proc/22104/task/22157/stat : 22157 (pb_cplex) R 22103 22103 21610 0 -1 4202560 4510 0 0 0 1540 15 0 0 15 0 8 0 146875371 148844544 13785 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=22104/tid=22158] ppid=22103 vsize=145356 CPUtime=14.95
/proc/22104/task/22158/stat : 22158 (pb_cplex) R 22103 22103 21610 0 -1 4202560 7749 0 0 0 1481 14 0 0 15 0 8 0 146875371 148844544 13785 4089446400 134512640 146736320 4290436896 18446744073709551615 137344846 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=22104/tid=22159] ppid=22103 vsize=145356 CPUtime=14.51
/proc/22104/task/22159/stat : 22159 (pb_cplex) R 22103 22103 21610 0 -1 4202560 4917 0 0 0 1437 14 0 0 16 0 8 0 146875371 148844544 13785 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=22104/tid=22160] ppid=22103 vsize=145356 CPUtime=14.45
/proc/22104/task/22160/stat : 22160 (pb_cplex) R 22103 22103 21610 0 -1 4202560 3797 0 0 0 1431 14 0 0 16 0 8 0 146875371 148844544 13785 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=22104/tid=22161] ppid=22103 vsize=145356 CPUtime=14.1
/proc/22104/task/22161/stat : 22161 (pb_cplex) R 22103 22103 21610 0 -1 4202560 8993 0 0 0 1394 16 0 0 16 0 8 0 146875371 148844544 13785 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 213.44
Current children cumulated vsize (KiB) 154056

[startup+102.307 s]
/proc/loadavg: 7.33 6.77 4.70 7/186 22163
/proc/meminfo: memFree=31068548/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0
[pid=22104] ppid=22103 vsize=141260 CPUtime=460.95
/proc/22104/stat : 22104 (pb_cplex) R 22103 22103 21610 0 -1 4202496 163324 0 0 0 45466 629 0 0 15 0 8 0 146872904 144650240 13366 4089446400 134512640 146736320 4290436896 18446744073709551615 136388095 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22104/statm: 35315 13366 1083 2985 0 31857 0
[pid=22104/tid=22155] ppid=22103 vsize=141260 CPUtime=45.37
/proc/22104/task/22155/stat : 22155 (pb_cplex) R 22103 22103 21610 0 -1 4202560 7722 0 0 0 4497 40 0 0 15 0 8 0 146875371 144650240 13366 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=22104/tid=22156] ppid=22103 vsize=141260 CPUtime=44.89
/proc/22104/task/22156/stat : 22156 (pb_cplex) R 22103 22103 21610 0 -1 4202560 17896 0 0 0 4440 49 0 0 15 0 8 0 146875371 144650240 13366 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=22104/tid=22157] ppid=22103 vsize=141260 CPUtime=46.25
/proc/22104/task/22157/stat : 22157 (pb_cplex) R 22103 22103 21610 0 -1 4202560 14245 0 0 0 4578 47 0 0 15 0 8 0 146875371 144650240 13366 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=22104/tid=22158] ppid=22103 vsize=141260 CPUtime=45.66
/proc/22104/task/22158/stat : 22158 (pb_cplex) R 22103 22103 21610 0 -1 4202560 14280 0 0 0 4525 41 0 0 15 0 8 0 146875371 144650240 13366 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=22104/tid=22159] ppid=22103 vsize=141260 CPUtime=45.28
/proc/22104/task/22159/stat : 22159 (pb_cplex) R 22103 22103 21610 0 -1 4202560 9250 0 0 0 4480 48 0 0 15 0 8 0 146875371 144650240 13366 4089446400 134512640 146736320 4290436896 18446744073709551615 136017787 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=22104/tid=22160] ppid=22103 vsize=141260 CPUtime=45.65
/proc/22104/task/22160/stat : 22160 (pb_cplex) R 22103 22103 21610 0 -1 4202560 11391 0 0 0 4520 45 0 0 15 0 8 0 146875371 144650240 13366 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=22104/tid=22161] ppid=22103 vsize=141260 CPUtime=44.71
/proc/22104/task/22161/stat : 22161 (pb_cplex) S 22103 22103 21610 0 -1 4202560 12872 0 0 0 4422 49 0 0 16 0 8 0 146875371 144650240 13366 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 460.95
Current children cumulated vsize (KiB) 149960

[startup+162.314 s]
/proc/loadavg: 7.09 6.79 4.82 8/186 22165
/proc/meminfo: memFree=31063072/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0
[pid=22104] ppid=22103 vsize=144332 CPUtime=741.49
/proc/22104/stat : 22104 (pb_cplex) S 22103 22103 21610 0 -1 4202496 223890 0 0 0 73221 928 0 0 15 0 8 0 146872904 147795968 14039 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0
/proc/22104/statm: 36083 14039 1107 2985 0 32625 0
[pid=22104/tid=22155] ppid=22103 vsize=144332 CPUtime=80.94
/proc/22104/task/22155/stat : 22155 (pb_cplex) R 22103 22103 21610 0 -1 4202560 16108 0 0 0 8016 78 0 0 16 0 8 0 146875371 147795968 14039 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=22104/tid=22156] ppid=22103 vsize=144332 CPUtime=80.22
/proc/22104/task/22156/stat : 22156 (pb_cplex) S 22103 22103 21610 0 -1 4202560 35208 0 0 0 7934 88 0 0 15 0 8 0 146875371 147795968 14039 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 5 0 0 0
[pid=22104/tid=22157] ppid=22103 vsize=144332 CPUtime=80.81
/proc/22104/task/22157/stat : 22157 (pb_cplex) R 22103 22103 21610 0 -1 4202560 16862 0 0 0 7999 82 0 0 15 0 8 0 146875371 147795968 14039 4089446400 134512640 146736320 4290436896 18446744073709551615 139044507 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=22104/tid=22158] ppid=22103 vsize=144332 CPUtime=81
/proc/22104/task/22158/stat : 22158 (pb_cplex) R 22103 22103 21610 0 -1 4202560 18186 0 0 0 8021 79 0 0 15 0 8 0 146875371 147795968 14039 4089446400 134512640 146736320 4290436896 18446744073709551615 139023078 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=22104/tid=22159] ppid=22103 vsize=144332 CPUtime=79.99
/proc/22104/task/22159/stat : 22159 (pb_cplex) R 22103 22103 21610 0 -1 4202560 15672 0 0 0 7914 85 0 0 15 0 8 0 146875371 147795968 14039 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=22104/tid=22160] ppid=22103 vsize=144332 CPUtime=80.46
/proc/22104/task/22160/stat : 22160 (pb_cplex) R 22103 22103 21610 0 -1 4202560 17541 0 0 0 7963 83 0 0 15 0 8 0 146875371 147795968 14039 4089446400 134512640 146736320 4290436896 18446744073709551615 136008056 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=22104/tid=22161] ppid=22103 vsize=144332 CPUtime=79.28
/proc/22104/task/22161/stat : 22161 (pb_cplex) R 22103 22103 21610 0 -1 4202560 18795 0 0 0 7843 85 0 0 15 0 8 0 146875371 147795968 14039 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 741.49
Current children cumulated vsize (KiB) 153032

[startup+222.346 s]
/proc/loadavg: 8.41 7.07 5.04 17/193 22177
/proc/meminfo: memFree=30633168/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0
[pid=22104] ppid=22103 vsize=143308 CPUtime=1034.94
/proc/22104/stat : 22104 (pb_cplex) S 22103 22103 21610 0 -1 4202496 265996 0 0 0 102233 1261 0 0 15 0 8 0 146872904 146747392 13747 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0
/proc/22104/statm: 35827 13747 1101 2985 0 32369 0
[pid=22104/tid=22155] ppid=22103 vsize=143308 CPUtime=117.73
/proc/22104/task/22155/stat : 22155 (pb_cplex) S 22103 22103 21610 0 -1 4202560 23240 0 0 0 11652 121 0 0 15 0 8 0 146875371 146747392 13747 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 6 0 0 0
[pid=22104/tid=22156] ppid=22103 vsize=143308 CPUtime=116.66
/proc/22104/task/22156/stat : 22156 (pb_cplex) S 22103 22103 21610 0 -1 4202560 43790 0 0 0 11534 132 0 0 15 0 8 0 146875371 146747392 13747 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 4 0 0 0
[pid=22104/tid=22157] ppid=22103 vsize=143308 CPUtime=116.84
/proc/22104/task/22157/stat : 22157 (pb_cplex) R 22103 22103 21610 0 -1 4202560 22470 0 0 0 11556 128 0 0 17 0 8 0 146875371 146747392 13747 4089446400 134512640 146736320 4290436896 18446744073709551615 136017902 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=22104/tid=22158] ppid=22103 vsize=143308 CPUtime=117.53
/proc/22104/task/22158/stat : 22158 (pb_cplex) S 22103 22103 21610 0 -1 4202560 22052 0 0 0 11634 119 0 0 15 0 8 0 146875371 146747392 13747 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 7 0 0 0
[pid=22104/tid=22159] ppid=22103 vsize=143308 CPUtime=116.62
/proc/22104/task/22159/stat : 22159 (pb_cplex) R 22103 22103 21610 0 -1 4202560 20514 0 0 0 11544 118 0 0 15 0 8 0 146875371 146747392 13747 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=22104/tid=22160] ppid=22103 vsize=143308 CPUtime=117.58
/proc/22104/task/22160/stat : 22160 (pb_cplex) S 22103 22103 21610 0 -1 4202560 21392 0 0 0 11636 122 0 0 15 0 8 0 146875371 146747392 13747 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 1 0 0 0
[pid=22104/tid=22161] ppid=22103 vsize=143308 CPUtime=116.02
/proc/22104/task/22161/stat : 22161 (pb_cplex) S 22103 22103 21610 0 -1 4202560 22534 0 0 0 11474 128 0 0 15 0 8 0 146875371 146747392 13747 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1034.94
Current children cumulated vsize (KiB) 152008

[startup+282.305 s]
/proc/loadavg: 13.03 8.56 5.66 17/193 22177
/proc/meminfo: memFree=30620172/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0
[pid=22104] ppid=22103 vsize=142284 CPUtime=1421.39
/proc/22104/stat : 22104 (pb_cplex) R 22103 22103 21610 0 -1 4202496 287989 0 0 0 140411 1728 0 0 17 0 8 0 146872904 145698816 13800 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0
/proc/22104/statm: 35571 13800 1101 2985 0 32113 0
[pid=22104/tid=22155] ppid=22103 vsize=142284 CPUtime=165.87
/proc/22104/task/22155/stat : 22155 (pb_cplex) R 22103 22103 21610 0 -1 4202560 25641 0 0 0 16404 183 0 0 15 0 8 0 146875371 145698816 13800 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=22104/tid=22156] ppid=22103 vsize=142284 CPUtime=164.54
/proc/22104/task/22156/stat : 22156 (pb_cplex) R 22103 22103 21610 0 -1 4202560 46767 0 0 0 16264 190 0 0 15 0 8 0 146875371 145698816 13800 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=22104/tid=22157] ppid=22103 vsize=142284 CPUtime=165.41
/proc/22104/task/22157/stat : 22157 (pb_cplex) R 22103 22103 21610 0 -1 4202560 26161 0 0 0 16356 185 0 0 15 0 8 0 146875371 145698816 13800 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=22104/tid=22158] ppid=22103 vsize=142284 CPUtime=165.81
/proc/22104/task/22158/stat : 22158 (pb_cplex) R 22103 22103 21610 0 -1 4202560 25480 0 0 0 16405 176 0 0 15 0 8 0 146875371 145698816 13800 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=22104/tid=22159] ppid=22103 vsize=142284 CPUtime=164.47
/proc/22104/task/22159/stat : 22159 (pb_cplex) R 22103 22103 21610 0 -1 4202560 23486 0 0 0 16276 171 0 0 15 0 8 0 146875371 145698816 13800 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=22104/tid=22160] ppid=22103 vsize=142284 CPUtime=165.61
/proc/22104/task/22160/stat : 22160 (pb_cplex) R 22103 22103 21610 0 -1 4202560 23575 0 0 0 16383 178 0 0 15 0 8 0 146875371 145698816 13800 4089446400 134512640 146736320 4290436896 18446744073709551615 139023053 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=22104/tid=22161] ppid=22103 vsize=142284 CPUtime=164.65
/proc/22104/task/22161/stat : 22161 (pb_cplex) R 22103 22103 21610 0 -1 4202560 25126 0 0 0 16281 184 0 0 16 0 8 0 146875371 145698816 13800 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1421.39
Current children cumulated vsize (KiB) 150984

[startup+342.301 s]
/proc/loadavg: 13.26 9.54 6.18 15/193 22186
/proc/meminfo: memFree=30605252/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0
[pid=22104] ppid=22103 vsize=150476 CPUtime=1761.13
/proc/22104/stat : 22104 (pb_cplex) R 22103 22103 21610 0 -1 4202496 305820 0 0 0 173982 2131 0 0 25 0 8 0 146872904 154087424 15691 4089446400 134512640 146736320 4290436896 18446744073709551615 135454093 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22104/statm: 37619 15691 1101 2985 0 34161 0
[pid=22104/tid=22180] ppid=22103 vsize=150476 CPUtime=19.23
/proc/22104/task/22180/stat : 22180 (pb_cplex) S 22103 22103 21610 0 -1 4202560 522 0 0 0 1899 24 0 0 15 0 8 0 146904096 154087424 15691 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 5 0 0 0
[pid=22104/tid=22181] ppid=22103 vsize=150476 CPUtime=19.48
/proc/22104/task/22181/stat : 22181 (pb_cplex) S 22103 22103 21610 0 -1 4202560 1439 0 0 0 1926 22 0 0 15 0 8 0 146904096 154087424 15691 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 2 0 0 0
[pid=22104/tid=22182] ppid=22103 vsize=150476 CPUtime=19.25
/proc/22104/task/22182/stat : 22182 (pb_cplex) S 22103 22103 21610 0 -1 4202560 1383 0 0 0 1903 22 0 0 15 0 8 0 146904096 154087424 15691 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 6 0 0 0
[pid=22104/tid=22183] ppid=22103 vsize=150476 CPUtime=19.49
/proc/22104/task/22183/stat : 22183 (pb_cplex) S 22103 22103 21610 0 -1 4202560 1129 0 0 0 1938 11 0 0 15 0 8 0 146904096 154087424 15691 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 0 0 0 0
[pid=22104/tid=22184] ppid=22103 vsize=150476 CPUtime=19.18
/proc/22104/task/22184/stat : 22184 (pb_cplex) S 22103 22103 21610 0 -1 4202560 1336 0 0 0 1893 25 0 0 15 0 8 0 146904096 154087424 15691 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 1 0 0 0
[pid=22104/tid=22185] ppid=22103 vsize=150476 CPUtime=19.31
/proc/22104/task/22185/stat : 22185 (pb_cplex) S 22103 22103 21610 0 -1 4202560 1178 0 0 0 1909 22 0 0 15 0 8 0 146904096 154087424 15691 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 3 0 0 0
[pid=22104/tid=22186] ppid=22103 vsize=150476 CPUtime=19.27
/proc/22104/task/22186/stat : 22186 (pb_cplex) S 22103 22103 21610 0 -1 4202560 1134 0 0 0 1905 22 0 0 15 0 8 0 146904096 154087424 15691 4089446400 134512640 146736320 4290436896 18446744073709551615 144580073 0 2 4096 16387 18446604467547210880 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1761.13
Current children cumulated vsize (KiB) 159176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+352.301 s]
/proc/loadavg: 13.09 9.67 6.28 15/193 22186
/proc/meminfo: memFree=30604820/32951132 swapFree=67111528/67111528
[pid=22103] ppid=22101 vsize=8700 CPUtime=0
/proc/22103/stat : 22103 (run) S 22101 22103 21610 0 -1 4202496 363 0 0 0 0 0 0 0 22 0 1 0 146872904 8908800 248 4089446400 4194304 4922060 140735334293152 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22103/statm: 2175 248 208 178 0 68 0
[pid=22104] ppid=22103 vsize=150476 CPUtime=1800.18
/proc/22104/stat : 22104 (pb_cplex) R 22103 22103 21610 0 -1 4202496 306865 0 0 0 177836 2182 0 0 19 0 8 0 146872904 154087424 15820 4089446400 134512640 146736320 4290436896 18446744073709551615 135921213 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0
/proc/22104/statm: 37619 15820 1101 2985 0 34161 0
[pid=22104/tid=22180] ppid=22103 vsize=150476 CPUtime=24.02
/proc/22104/task/22180/stat : 22180 (pb_cplex) R 22103 22103 21610 0 -1 4202560 580 0 0 0 2370 32 0 0 15 0 8 0 146904096 154087424 15820 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=22104/tid=22181] ppid=22103 vsize=150476 CPUtime=24.38
/proc/22104/task/22181/stat : 22181 (pb_cplex) R 22103 22103 21610 0 -1 4202560 1447 0 0 0 2410 28 0 0 15 0 8 0 146904096 154087424 15820 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=22104/tid=22182] ppid=22103 vsize=150476 CPUtime=24.11
/proc/22104/task/22182/stat : 22182 (pb_cplex) R 22103 22103 21610 0 -1 4202560 1738 0 0 0 2381 30 0 0 15 0 8 0 146904096 154087424 15820 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=22104/tid=22183] ppid=22103 vsize=150476 CPUtime=24.44
/proc/22104/task/22183/stat : 22183 (pb_cplex) R 22103 22103 21610 0 -1 4202560 1345 0 0 0 2430 14 0 0 15 0 8 0 146904096 154087424 15820 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=22104/tid=22184] ppid=22103 vsize=150476 CPUtime=23.96
/proc/22104/task/22184/stat : 22184 (pb_cplex) R 22103 22103 21610 0 -1 4202560 1529 0 0 0 2365 31 0 0 15 0 8 0 146904096 154087424 15820 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=22104/tid=22185] ppid=22103 vsize=150476 CPUtime=24.15
/proc/22104/task/22185/stat : 22185 (pb_cplex) R 22103 22103 21610 0 -1 4202560 1178 0 0 0 2387 28 0 0 15 0 8 0 146904096 154087424 15820 4089446400 134512640 146736320 4290436896 18446744073709551615 139044507 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=22104/tid=22186] ppid=22103 vsize=150476 CPUtime=23.99
/proc/22104/task/22186/stat : 22186 (pb_cplex) R 22103 22103 21610 0 -1 4202560 1288 0 0 0 2371 28 0 0 15 0 8 0 146904096 154087424 15820 4089446400 134512640 146736320 4290436896 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 159176

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22103 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 352.325
CPU time (s): 1800.18
CPU user time (s): 1778.36
CPU system time (s): 21.82
CPU usage (%): 510.943
Max. virtual memory (cumulated for all children) (KiB): 159216

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

runsolver used 0.684895 second user time and 1.39079 second system time

The end

Launcher Data

Begin job on node129 at 2010-07-02 09:29:24
IDJOB=2697445
IDBENCH=79296
IDSOLVER=1210
FILE ID=node129/2697445-1278055764
PBS_JOBID= 11198924
Free space on /tmp= 74160 MiB

SOLVER NAME= pb_cplex 2010-07-01
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900575442--soft-0-100-0.wbo
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697445-1278055764/watcher-2697445-1278055764 -o /tmp/evaluation-result-2697445-1278055764/solver-2697445-1278055764 -C 1800 -W 2000 -M 3800  run HOME/instance-2697445-1278055764.wbo

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

MD5SUM BENCH= f554cc9691e9826ab6aa59c7fc9c497b
RANDOM SEED=1466307901

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31122296 kB
Buffers:        221672 kB
Cached:        1280852 kB
SwapCached:          0 kB
Active:         846976 kB
Inactive:       833976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31122296 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16696 kB
Writeback:          28 kB
AnonPages:      179148 kB
Mapped:          18968 kB
Slab:            83468 kB
PageTables:       5544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   381876 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74144 MiB
End job on node129 at 2010-07-02 09:35:18