Trace number 2697540

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.26 553.58

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j3029_8-unsat--soft-66-100-0.wbo
MD5SUM114c0408840a95cae960ebc399875ecb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark17.4483
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4960
Total number of constraints16157
Number of soft constraints5468
Number of constraints which are clauses15841
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints316
Minimum length of a constraint1
Maximum length of a constraint30
Top cost 278200
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 278199
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 201
Number of bits of the biggest sum of numbers8
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-2697540-1278055368.wbo.
0.00/0.00	c Instance file HOME/instance-2697540-1278055368.wbo
0.00/0.00	c File size is 522916 bytes.
6.19/6.26	c Highest Coefficient sum: 201
6.19/6.26	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
6.19/6.28	c ============================[ Problem Statistics ]=============================
6.19/6.28	c |                                                                             |
6.19/6.28	c |  Parsing time:          6.27         s                                      |
6.19/6.28	c |  Number Variables:      10428                                               |
6.19/6.28	c |  Number Constraints:    16158                                               |
6.19/6.28	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-2697540-1278055368/watcher-2697540-1278055368 -o /tmp/evaluation-result-2697540-1278055368/solver-2697540-1278055368 -C 1800 -W 2000 -M 3800 run HOME/instance-2697540-1278055368.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: 8.35 7.17 3.70 4/179 21122
/proc/meminfo: memFree=31280716/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0

[startup+0.0304881 s]
/proc/loadavg: 8.35 7.17 3.70 4/179 21122
/proc/meminfo: memFree=31280716/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10048 s]
/proc/loadavg: 8.35 7.17 3.70 4/179 21122
/proc/meminfo: memFree=31280716/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300442 s]
/proc/loadavg: 8.35 7.17 3.70 4/179 21122
/proc/meminfo: memFree=31280716/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700339 s]
/proc/loadavg: 8.35 7.17 3.70 4/179 21122
/proc/meminfo: memFree=31280716/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50022 s]
/proc/loadavg: 8.35 7.17 3.70 3/181 21124
/proc/meminfo: memFree=31276856/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
[pid=21123] ppid=21122 vsize=15696 CPUtime=1.49
/proc/21123/stat : 21123 (pb_cplex) R 21122 21122 20647 0 -1 4202496 1053 0 0 0 149 0 0 0 25 0 1 0 146832892 16072704 1005 4089446400 134512640 146736320 4288024896 18446744073709551615 140660112 0 0 4096 16387 0 0 0 17 6 0 0 0
/proc/21123/statm: 3924 1005 336 2985 0 730 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24396

[startup+3.10097 s]
/proc/loadavg: 8.35 7.17 3.70 3/181 21124
/proc/meminfo: memFree=31276856/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
[pid=21123] ppid=21122 vsize=16772 CPUtime=3.09
/proc/21123/stat : 21123 (pb_cplex) R 21122 21122 20647 0 -1 4202496 1343 0 0 0 309 0 0 0 25 0 1 0 146832892 17174528 1295 4089446400 134512640 146736320 4288024896 18446744073709551615 140750162 0 0 4096 16387 0 0 0 17 6 0 0 0
/proc/21123/statm: 4193 1295 361 2985 0 999 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25472

[startup+6.30033 s]
/proc/loadavg: 7.84 7.08 3.69 4/188 21131
/proc/meminfo: memFree=31078152/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
[pid=21123] ppid=21122 vsize=28892 CPUtime=6.29
/proc/21123/stat : 21123 (pb_cplex) R 21122 21122 20647 0 -1 4202496 4908 0 0 0 629 0 0 0 25 0 1 0 146832892 29585408 4020 4089446400 134512640 146736320 4288024896 18446744073709551615 135725638 0 0 4096 16387 0 0 0 17 6 0 0 0
/proc/21123/statm: 7223 4020 715 2985 0 3765 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37592

[startup+12.7003 s]
/proc/loadavg: 7.93 7.11 3.72 12/188 21131
/proc/meminfo: memFree=31018764/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
[pid=21123] ppid=21122 vsize=58188 CPUtime=12.69
/proc/21123/stat : 21123 (pb_cplex) R 21122 21122 20647 0 -1 4202496 17510 0 0 0 1267 2 0 0 25 0 1 0 146832892 59584512 8537 4089446400 134512640 146736320 4288024896 18446744073709551615 136400583 0 0 4096 16387 0 0 0 17 6 0 0 0
/proc/21123/statm: 14547 8537 1071 2985 0 11089 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66888

[startup+25.5012 s]
/proc/loadavg: 7.73 7.11 3.77 6/188 21133
/proc/meminfo: memFree=31009728/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
[pid=21123] ppid=21122 vsize=49184 CPUtime=25.49
/proc/21123/stat : 21123 (pb_cplex) R 21122 21122 20647 0 -1 4202496 21092 0 0 0 2546 3 0 0 25 0 1 0 146832892 50364416 7555 4089446400 134512640 146736320 4288024896 18446744073709551615 136017512 0 0 4096 16387 0 0 0 17 6 0 0 0
/proc/21123/statm: 12296 7555 1047 2985 0 8838 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57884

[startup+51.1008 s]
/proc/loadavg: 7.16 7.01 3.82 3/188 21140
/proc/meminfo: memFree=31015256/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
[pid=21123] ppid=21122 vsize=234084 CPUtime=117.41
/proc/21123/stat : 21123 (pb_cplex) R 21122 21122 20647 0 -1 4202496 65785 0 0 0 11728 13 0 0 18 0 8 0 146832892 239702016 30955 4089446400 134512640 146736320 4288024896 18446744073709551615 136403129 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0
/proc/21123/statm: 58521 30955 1111 2985 0 55063 0
[pid=21123/tid=21134] ppid=21122 vsize=234084 CPUtime=7.3
/proc/21123/task/21134/stat : 21134 (pb_cplex) R 21122 21122 20647 0 -1 4202560 3621 0 0 0 730 0 0 0 18 0 8 0 146835798 239702016 30955 4089446400 134512640 146736320 4288024896 18446744073709551615 136403117 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=21123/tid=21135] ppid=21122 vsize=234084 CPUtime=13.6
/proc/21123/task/21135/stat : 21135 (pb_cplex) R 21122 21122 20647 0 -1 4202560 4163 0 0 0 1360 0 0 0 25 0 8 0 146835798 239702016 30955 4089446400 134512640 146736320 4288024896 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=21123/tid=21136] ppid=21122 vsize=234084 CPUtime=10.12
/proc/21123/task/21136/stat : 21136 (pb_cplex) R 21122 21122 20647 0 -1 4202560 4311 0 0 0 1012 0 0 0 18 0 8 0 146835798 239702016 30955 4089446400 134512640 146736320 4288024896 18446744073709551615 135468673 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=21123/tid=21137] ppid=21122 vsize=234084 CPUtime=12.83
/proc/21123/task/21137/stat : 21137 (pb_cplex) R 21122 21122 20647 0 -1 4202560 6418 0 0 0 1282 1 0 0 18 0 8 0 146835798 239702016 30955 4089446400 134512640 146736320 4288024896 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=21123/tid=21138] ppid=21122 vsize=234084 CPUtime=8.58
/proc/21123/task/21138/stat : 21138 (pb_cplex) R 21122 21122 20647 0 -1 4202560 3677 0 0 0 857 1 0 0 18 0 8 0 146835798 239702016 30955 4089446400 134512640 146736320 4288024896 18446744073709551615 136384854 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=21123/tid=21139] ppid=21122 vsize=234084 CPUtime=11.65
/proc/21123/task/21139/stat : 21139 (pb_cplex) R 21122 21122 20647 0 -1 4202560 4955 0 0 0 1164 1 0 0 18 0 8 0 146835798 239702016 30955 4089446400 134512640 146736320 4288024896 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=21123/tid=21140] ppid=21122 vsize=234084 CPUtime=9.72
/proc/21123/task/21140/stat : 21140 (pb_cplex) R 21122 21122 20647 0 -1 4202560 4193 0 0 0 971 1 0 0 18 0 8 0 146835798 239702016 30955 4089446400 134512640 146736320 4288024896 18446744073709551615 135525485 0 2 4096 16387 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 117.41
Current children cumulated vsize (KiB) 242784

[startup+102.306 s]
/proc/loadavg: 5.61 6.66 3.87 5/188 21156
/proc/meminfo: memFree=30929640/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
[pid=21123] ppid=21122 vsize=142780 CPUtime=315.64
/proc/21123/stat : 21123 (pb_cplex) R 21122 21122 20647 0 -1 4202496 83662 0 0 0 31533 31 0 0 25 0 1 0 146832892 146206720 21148 4089446400 134512640 146736320 4288024896 18446744073709551615 136403117 0 0 4096 16387 0 0 0 17 6 0 0 0
/proc/21123/statm: 35695 21148 1083 2985 0 32237 0
Current children cumulated CPU time (s) 315.64
Current children cumulated vsize (KiB) 151480

[startup+162.301 s]
/proc/loadavg: 8.35 7.18 4.22 18/195 21170
/proc/meminfo: memFree=30809940/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
[pid=21123] ppid=21122 vsize=240688 CPUtime=508.02
/proc/21123/stat : 21123 (pb_cplex) R 21122 21122 20647 0 -1 4202496 108663 0 0 0 50758 44 0 0 21 0 8 0 146832892 246464512 36589 4089446400 134512640 146736320 4288024896 18446744073709551615 136388111 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0
/proc/21123/statm: 60172 36589 1134 2985 0 56714 0
[pid=21123/tid=21164] ppid=21122 vsize=240688 CPUtime=17.33
/proc/21123/task/21164/stat : 21164 (pb_cplex) R 21122 21122 20647 0 -1 4202560 3359 0 0 0 1733 0 0 0 21 0 8 0 146844845 246464512 36589 4089446400 134512640 146736320 4288024896 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=21123/tid=21165] ppid=21122 vsize=240688 CPUtime=23.31
/proc/21123/task/21165/stat : 21165 (pb_cplex) R 21122 21122 20647 0 -1 4202560 3521 0 0 0 2330 1 0 0 25 0 8 0 146844845 246464512 36589 4089446400 134512640 146736320 4288024896 18446744073709551615 136006328 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=21123/tid=21166] ppid=21122 vsize=240688 CPUtime=21.79
/proc/21123/task/21166/stat : 21166 (pb_cplex) R 21122 21122 20647 0 -1 4202560 3082 0 0 0 2178 1 0 0 25 0 8 0 146844845 246464512 36589 4089446400 134512640 146736320 4288024896 18446744073709551615 136008047 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=21123/tid=21167] ppid=21122 vsize=240688 CPUtime=21.39
/proc/21123/task/21167/stat : 21167 (pb_cplex) R 21122 21122 20647 0 -1 4202560 3340 0 0 0 2139 0 0 0 25 0 8 0 146844845 246464512 36589 4089446400 134512640 146736320 4288024896 18446744073709551615 136385177 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=21123/tid=21168] ppid=21122 vsize=240688 CPUtime=20.44
/proc/21123/task/21168/stat : 21168 (pb_cplex) R 21122 21122 20647 0 -1 4202560 3578 0 0 0 2043 1 0 0 25 0 8 0 146844845 246464512 36589 4089446400 134512640 146736320 4288024896 18446744073709551615 139044581 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=21123/tid=21169] ppid=21122 vsize=240688 CPUtime=23.97
/proc/21123/task/21169/stat : 21169 (pb_cplex) R 21122 21122 20647 0 -1 4202560 2427 0 0 0 2395 2 0 0 25 0 8 0 146844845 246464512 36589 4089446400 134512640 146736320 4288024896 18446744073709551615 136008607 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=21123/tid=21170] ppid=21122 vsize=240688 CPUtime=21.75
/proc/21123/task/21170/stat : 21170 (pb_cplex) R 21122 21122 20647 0 -1 4202560 3328 0 0 0 2174 1 0 0 22 0 8 0 146844845 246464512 36589 4089446400 134512640 146736320 4288024896 18446744073709551615 135855165 0 2 4096 16387 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 508.02
Current children cumulated vsize (KiB) 249388

[startup+222.301 s]
/proc/loadavg: 9.89 7.81 4.62 12/195 21172
/proc/meminfo: memFree=30768828/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
[pid=21123] ppid=21122 vsize=260532 CPUtime=757.15
/proc/21123/stat : 21123 (pb_cplex) S 21122 21122 20647 0 -1 4202496 147461 0 0 0 75646 69 0 0 20 0 8 0 146832892 266784768 41062 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21123/statm: 65133 41062 1086 2985 0 61675 0
[pid=21123/tid=21164] ppid=21122 vsize=260532 CPUtime=49.15
/proc/21123/task/21164/stat : 21164 (pb_cplex) R 21122 21122 20647 0 -1 4202560 11245 0 0 0 4912 3 0 0 25 0 8 0 146844845 266784768 41062 4089446400 134512640 146736320 4288024896 18446744073709551615 135468690 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=21123/tid=21165] ppid=21122 vsize=260532 CPUtime=51.44
/proc/21123/task/21165/stat : 21165 (pb_cplex) S 21122 21122 20647 0 -1 4202560 8537 0 0 0 5140 4 0 0 20 0 8 0 146844845 266784768 41062 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 7 0 0 0
[pid=21123/tid=21166] ppid=21122 vsize=260532 CPUtime=54.3
/proc/21123/task/21166/stat : 21166 (pb_cplex) S 21122 21122 20647 0 -1 4202560 4049 0 0 0 5427 3 0 0 24 0 8 0 146844845 266784768 41062 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 2 0 0 0
[pid=21123/tid=21167] ppid=21122 vsize=260532 CPUtime=58.79
/proc/21123/task/21167/stat : 21167 (pb_cplex) S 21122 21122 20647 0 -1 4202560 9066 0 0 0 5874 5 0 0 19 0 8 0 146844845 266784768 41062 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 6 0 0 0
[pid=21123/tid=21168] ppid=21122 vsize=260532 CPUtime=49.99
/proc/21123/task/21168/stat : 21168 (pb_cplex) S 21122 21122 20647 0 -1 4202560 6158 0 0 0 4995 4 0 0 21 0 8 0 146844845 266784768 41062 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 5 0 0 0
[pid=21123/tid=21169] ppid=21122 vsize=260532 CPUtime=54.78
/proc/21123/task/21169/stat : 21169 (pb_cplex) S 21122 21122 20647 0 -1 4202560 7927 0 0 0 5473 5 0 0 22 0 8 0 146844845 266784768 41062 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 3 0 0 0

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

/proc/21123/statm: 70273 45808 1084 2985 0 66815 0
[pid=21123/tid=21164] ppid=21122 vsize=281092 CPUtime=94.52
/proc/21123/task/21164/stat : 21164 (pb_cplex) S 21122 21122 20647 0 -1 4202560 15269 0 0 0 9446 6 0 0 25 0 8 0 146844845 287838208 45808 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 0 0 0 0
[pid=21123/tid=21165] ppid=21122 vsize=281092 CPUtime=100.85
/proc/21123/task/21165/stat : 21165 (pb_cplex) S 21122 21122 20647 0 -1 4202560 14742 0 0 0 10076 9 0 0 25 0 8 0 146844845 287838208 45808 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 0 0 0 0
[pid=21123/tid=21166] ppid=21122 vsize=281092 CPUtime=101.66
/proc/21123/task/21166/stat : 21166 (pb_cplex) R 21122 21122 20647 0 -1 4202560 21028 0 0 0 10156 10 0 0 25 0 8 0 146844845 287838208 45808 4089446400 134512640 146736320 4288024896 18446744073709551615 136001985 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=21123/tid=21167] ppid=21122 vsize=281092 CPUtime=109.63
/proc/21123/task/21167/stat : 21167 (pb_cplex) S 21122 21122 20647 0 -1 4202560 14747 0 0 0 10954 9 0 0 25 0 8 0 146844845 287838208 45808 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 0 0 0 0
[pid=21123/tid=21168] ppid=21122 vsize=281092 CPUtime=88.42
/proc/21123/task/21168/stat : 21168 (pb_cplex) S 21122 21122 20647 0 -1 4202560 16869 0 0 0 8832 10 0 0 25 0 8 0 146844845 287838208 45808 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 1 0 0 0
[pid=21123/tid=21169] ppid=21122 vsize=281092 CPUtime=102.64
/proc/21123/task/21169/stat : 21169 (pb_cplex) S 21122 21122 20647 0 -1 4202560 11604 0 0 0 10255 9 0 0 25 0 8 0 146844845 287838208 45808 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 4 0 0 0
[pid=21123/tid=21170] ppid=21122 vsize=281092 CPUtime=96
/proc/21123/task/21170/stat : 21170 (pb_cplex) S 21122 21122 20647 0 -1 4202560 20709 0 0 0 9591 9 0 0 25 0 8 0 146844845 287838208 45808 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1141.18
Current children cumulated vsize (KiB) 289792

[startup+402.3 s]
/proc/loadavg: 10.54 9.35 5.79 20/195 21178
/proc/meminfo: memFree=30716516/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
[pid=21123] ppid=21122 vsize=277500 CPUtime=1325.35
/proc/21123/stat : 21123 (pb_cplex) R 21122 21122 20647 0 -1 4202496 231474 0 0 0 132417 118 0 0 19 0 8 0 146832892 284160000 45500 4089446400 134512640 146736320 4288024896 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0
/proc/21123/statm: 69375 45500 1084 2985 0 65917 0
[pid=21123/tid=21164] ppid=21122 vsize=277500 CPUtime=123.02
/proc/21123/task/21164/stat : 21164 (pb_cplex) R 21122 21122 20647 0 -1 4202560 21518 0 0 0 12293 9 0 0 19 0 8 0 146844845 284160000 45500 4089446400 134512640 146736320 4288024896 18446744073709551615 136004200 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=21123/tid=21165] ppid=21122 vsize=277500 CPUtime=120.77
/proc/21123/task/21165/stat : 21165 (pb_cplex) R 21122 21122 20647 0 -1 4202560 15582 0 0 0 12066 11 0 0 19 0 8 0 146844845 284160000 45500 4089446400 134512640 146736320 4288024896 18446744073709551615 136475800 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=21123/tid=21166] ppid=21122 vsize=277500 CPUtime=123.61
/proc/21123/task/21166/stat : 21166 (pb_cplex) R 21122 21122 20647 0 -1 4202560 26284 0 0 0 12350 11 0 0 18 0 8 0 146844845 284160000 45500 4089446400 134512640 146736320 4288024896 18446744073709551615 136008446 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=21123/tid=21167] ppid=21122 vsize=277500 CPUtime=127.38
/proc/21123/task/21167/stat : 21167 (pb_cplex) R 21122 21122 20647 0 -1 4202560 16636 0 0 0 12727 11 0 0 18 0 8 0 146844845 284160000 45500 4089446400 134512640 146736320 4288024896 18446744073709551615 139046527 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=21123/tid=21168] ppid=21122 vsize=277500 CPUtime=112.44
/proc/21123/task/21168/stat : 21168 (pb_cplex) R 21122 21122 20647 0 -1 4202560 18463 0 0 0 11233 11 0 0 19 0 8 0 146844845 284160000 45500 4089446400 134512640 146736320 4288024896 18446744073709551615 136475780 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=21123/tid=21169] ppid=21122 vsize=277500 CPUtime=123.98
/proc/21123/task/21169/stat : 21169 (pb_cplex) R 21122 21122 20647 0 -1 4202560 11987 0 0 0 12387 11 0 0 19 0 8 0 146844845 284160000 45500 4089446400 134512640 146736320 4288024896 18446744073709551615 136382490 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=21123/tid=21170] ppid=21122 vsize=277500 CPUtime=121.97
/proc/21123/task/21170/stat : 21170 (pb_cplex) R 21122 21122 20647 0 -1 4202560 24575 0 0 0 12187 10 0 0 25 0 8 0 146844845 284160000 45500 4089446400 134512640 146736320 4288024896 18446744073709551615 136008167 0 2 4096 16387 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1325.35
Current children cumulated vsize (KiB) 286200

[startup+462.301 s]
/proc/loadavg: 11.67 9.86 6.19 8/195 21178
/proc/meminfo: memFree=30709572/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
[pid=21123] ppid=21122 vsize=285236 CPUtime=1558.07
/proc/21123/stat : 21123 (pb_cplex) S 21122 21122 20647 0 -1 4202496 250884 0 0 0 155673 134 0 0 21 0 8 0 146832892 292081664 46999 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/21123/statm: 71309 46999 1084 2985 0 67851 0
[pid=21123/tid=21164] ppid=21122 vsize=285236 CPUtime=147.89
/proc/21123/task/21164/stat : 21164 (pb_cplex) R 21122 21122 20647 0 -1 4202560 23739 0 0 0 14778 11 0 0 25 0 8 0 146844845 292081664 46999 4089446400 134512640 146736320 4288024896 18446744073709551615 136017526 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=21123/tid=21165] ppid=21122 vsize=285236 CPUtime=147.41
/proc/21123/task/21165/stat : 21165 (pb_cplex) S 21122 21122 20647 0 -1 4202560 17634 0 0 0 14728 13 0 0 21 0 8 0 146844845 292081664 46999 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 7 0 0 0
[pid=21123/tid=21166] ppid=21122 vsize=285236 CPUtime=151.66
/proc/21123/task/21166/stat : 21166 (pb_cplex) S 21122 21122 20647 0 -1 4202560 27799 0 0 0 15154 12 0 0 20 0 8 0 146844845 292081664 46999 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 4 0 0 0
[pid=21123/tid=21167] ppid=21122 vsize=285236 CPUtime=156.42
/proc/21123/task/21167/stat : 21167 (pb_cplex) S 21122 21122 20647 0 -1 4202560 19071 0 0 0 15629 13 0 0 20 0 8 0 146844845 292081664 46999 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 7 0 0 0
[pid=21123/tid=21168] ppid=21122 vsize=285236 CPUtime=137.81
/proc/21123/task/21168/stat : 21168 (pb_cplex) R 21122 21122 20647 0 -1 4202560 20563 0 0 0 13767 14 0 0 24 0 8 0 146844845 292081664 46999 4089446400 134512640 146736320 4288024896 18446744073709551615 136008061 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=21123/tid=21169] ppid=21122 vsize=285236 CPUtime=155.39
/proc/21123/task/21169/stat : 21169 (pb_cplex) R 21122 21122 20647 0 -1 4202560 15833 0 0 0 15527 12 0 0 24 0 8 0 146844845 292081664 46999 4089446400 134512640 146736320 4288024896 18446744073709551615 136008423 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=21123/tid=21170] ppid=21122 vsize=285236 CPUtime=157.23
/proc/21123/task/21170/stat : 21170 (pb_cplex) R 21122 21122 20647 0 -1 4202560 27667 0 0 0 15710 13 0 0 25 0 8 0 146844845 292081664 46999 4089446400 134512640 146736320 4288024896 18446744073709551615 136008168 0 2 4096 16387 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1558.07
Current children cumulated vsize (KiB) 293936

[startup+522.301 s]
/proc/loadavg: 11.03 10.04 6.48 4/195 21265
/proc/meminfo: memFree=31099132/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
[pid=21123] ppid=21122 vsize=290748 CPUtime=1742.86
/proc/21123/stat : 21123 (pb_cplex) S 21122 21122 20647 0 -1 4202496 282630 0 0 0 174133 153 0 0 25 0 8 0 146832892 297725952 48628 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0
/proc/21123/statm: 72687 48628 1088 2985 0 69229 0
[pid=21123/tid=21164] ppid=21122 vsize=290748 CPUtime=172.52
/proc/21123/task/21164/stat : 21164 (pb_cplex) S 21122 21122 20647 0 -1 4202560 26087 0 0 0 17239 13 0 0 25 0 8 0 146844845 297725952 48628 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 0 0 0 0
[pid=21123/tid=21165] ppid=21122 vsize=290748 CPUtime=168.27
/proc/21123/task/21165/stat : 21165 (pb_cplex) R 21122 21122 20647 0 -1 4202560 21740 0 0 0 16811 16 0 0 25 0 8 0 146844845 297725952 48628 4089446400 134512640 146736320 4288024896 18446744073709551615 135854505 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=21123/tid=21166] ppid=21122 vsize=290748 CPUtime=175.55
/proc/21123/task/21166/stat : 21166 (pb_cplex) S 21122 21122 20647 0 -1 4202560 28879 0 0 0 17541 14 0 0 25 0 8 0 146844845 297725952 48628 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 2 0 0 0
[pid=21123/tid=21167] ppid=21122 vsize=290748 CPUtime=177.01
/proc/21123/task/21167/stat : 21167 (pb_cplex) S 21122 21122 20647 0 -1 4202560 20919 0 0 0 17687 14 0 0 25 0 8 0 146844845 297725952 48628 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 3 0 0 0
[pid=21123/tid=21168] ppid=21122 vsize=290748 CPUtime=165.52
/proc/21123/task/21168/stat : 21168 (pb_cplex) S 21122 21122 20647 0 -1 4202560 25591 0 0 0 16536 16 0 0 25 0 8 0 146844845 297725952 48628 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 2 0 0 0
[pid=21123/tid=21169] ppid=21122 vsize=290748 CPUtime=177
/proc/21123/task/21169/stat : 21169 (pb_cplex) S 21122 21122 20647 0 -1 4202560 20918 0 0 0 17686 14 0 0 25 0 8 0 146844845 297725952 48628 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 4 0 0 0
[pid=21123/tid=21170] ppid=21122 vsize=290748 CPUtime=183.03
/proc/21123/task/21170/stat : 21170 (pb_cplex) S 21122 21122 20647 0 -1 4202560 36543 0 0 0 18287 16 0 0 25 0 8 0 146844845 297725952 48628 4089446400 134512640 146736320 4288024896 18446744073709551615 144580073 0 2 4096 16387 18446604471135696768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1742.86
Current children cumulated vsize (KiB) 299448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+553.528 s]
/proc/loadavg: 12.34 10.50 6.77 17/195 21270
/proc/meminfo: memFree=31095216/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
[pid=21123] ppid=21122 vsize=287488 CPUtime=1800.26
/proc/21123/stat : 21123 (pb_cplex) R 21122 21122 20647 0 -1 4202496 293594 0 0 0 179865 161 0 0 19 0 8 0 146832892 294387712 47524 4089446400 134512640 146736320 4288024896 18446744073709551615 135468657 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0
/proc/21123/statm: 71872 47524 1084 2985 0 68414 0
[pid=21123/tid=21164] ppid=21122 vsize=287488 CPUtime=178.23
/proc/21123/task/21164/stat : 21164 (pb_cplex) R 21122 21122 20647 0 -1 4202560 27890 0 0 0 17807 16 0 0 19 0 8 0 146844845 294387712 47524 4089446400 134512640 146736320 4288024896 18446744073709551615 136001128 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=21123/tid=21165] ppid=21122 vsize=287488 CPUtime=177.1
/proc/21123/task/21165/stat : 21165 (pb_cplex) R 21122 21122 20647 0 -1 4202560 22368 0 0 0 17693 17 0 0 19 0 8 0 146844845 294387712 47524 4089446400 134512640 146736320 4288024896 18446744073709551615 136385179 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=21123/tid=21166] ppid=21122 vsize=287488 CPUtime=183.83
/proc/21123/task/21166/stat : 21166 (pb_cplex) R 21122 21122 20647 0 -1 4202560 29668 0 0 0 18369 14 0 0 18 0 8 0 146844845 294387712 47524 4089446400 134512640 146736320 4288024896 18446744073709551615 135854189 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=21123/tid=21167] ppid=21122 vsize=287488 CPUtime=187.03
/proc/21123/task/21167/stat : 21167 (pb_cplex) R 21122 21122 20647 0 -1 4202560 21175 0 0 0 18688 15 0 0 25 0 8 0 146844845 294387712 47524 4089446400 134512640 146736320 4288024896 18446744073709551615 136400469 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=21123/tid=21168] ppid=21122 vsize=287488 CPUtime=171.38
/proc/21123/task/21168/stat : 21168 (pb_cplex) R 21122 21122 20647 0 -1 4202560 26453 0 0 0 17121 17 0 0 20 0 8 0 146844845 294387712 47524 4089446400 134512640 146736320 4288024896 18446744073709551615 135468521 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=21123/tid=21169] ppid=21122 vsize=287488 CPUtime=182.56
/proc/21123/task/21169/stat : 21169 (pb_cplex) R 21122 21122 20647 0 -1 4202560 22640 0 0 0 18241 15 0 0 19 0 8 0 146844845 294387712 47524 4089446400 134512640 146736320 4288024896 18446744073709551615 136400477 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=21123/tid=21170] ppid=21122 vsize=287488 CPUtime=188.14
/proc/21123/task/21170/stat : 21170 (pb_cplex) R 21122 21122 20647 0 -1 4202560 38488 0 0 0 18797 17 0 0 18 0 8 0 146844845 294387712 47524 4089446400 134512640 146736320 4288024896 18446744073709551615 136403117 0 2 4096 16387 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 296188

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

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

[startup+553.528 s]
/proc/loadavg: 12.34 10.50 6.77 17/195 21270
/proc/meminfo: memFree=31095216/32951124 swapFree=67111528/67111528
[pid=21122] ppid=21120 vsize=8700 CPUtime=0
/proc/21122/stat : 21122 (run) S 21120 21122 20647 0 -1 4202496 365 0 0 0 0 0 0 0 24 0 1 0 146832892 8908800 249 4089446400 4194304 4922060 140735095080784 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/21122/statm: 2175 249 208 178 0 68 0
[pid=21123] ppid=21122 vsize=287488 CPUtime=1800.26
/proc/21123/stat : 21123 (pb_cplex) R 21122 21122 20647 0 -1 4202496 293594 0 0 0 179865 161 0 0 19 0 8 0 146832892 294387712 47524 4089446400 134512640 146736320 4288024896 18446744073709551615 135468657 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0
/proc/21123/statm: 71872 47524 1084 2985 0 68414 0
[pid=21123/tid=21164] ppid=21122 vsize=287488 CPUtime=178.23
/proc/21123/task/21164/stat : 21164 (pb_cplex) R 21122 21122 20647 0 -1 4202560 27890 0 0 0 17807 16 0 0 19 0 8 0 146844845 294387712 47524 4089446400 134512640 146736320 4288024896 18446744073709551615 136001128 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=21123/tid=21165] ppid=21122 vsize=287488 CPUtime=177.1
/proc/21123/task/21165/stat : 21165 (pb_cplex) R 21122 21122 20647 0 -1 4202560 22368 0 0 0 17693 17 0 0 19 0 8 0 146844845 294387712 47524 4089446400 134512640 146736320 4288024896 18446744073709551615 136385179 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=21123/tid=21166] ppid=21122 vsize=287488 CPUtime=183.83
/proc/21123/task/21166/stat : 21166 (pb_cplex) R 21122 21122 20647 0 -1 4202560 29668 0 0 0 18369 14 0 0 18 0 8 0 146844845 294387712 47524 4089446400 134512640 146736320 4288024896 18446744073709551615 135854189 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=21123/tid=21167] ppid=21122 vsize=287488 CPUtime=187.03
/proc/21123/task/21167/stat : 21167 (pb_cplex) R 21122 21122 20647 0 -1 4202560 21175 0 0 0 18688 15 0 0 25 0 8 0 146844845 294387712 47524 4089446400 134512640 146736320 4288024896 18446744073709551615 136400469 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=21123/tid=21168] ppid=21122 vsize=287488 CPUtime=171.38
/proc/21123/task/21168/stat : 21168 (pb_cplex) R 21122 21122 20647 0 -1 4202560 26453 0 0 0 17121 17 0 0 20 0 8 0 146844845 294387712 47524 4089446400 134512640 146736320 4288024896 18446744073709551615 135468521 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=21123/tid=21169] ppid=21122 vsize=287488 CPUtime=182.56
/proc/21123/task/21169/stat : 21169 (pb_cplex) R 21122 21122 20647 0 -1 4202560 22640 0 0 0 18241 15 0 0 19 0 8 0 146844845 294387712 47524 4089446400 134512640 146736320 4288024896 18446744073709551615 136400477 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=21123/tid=21170] ppid=21122 vsize=287488 CPUtime=188.14
/proc/21123/task/21170/stat : 21170 (pb_cplex) R 21122 21122 20647 0 -1 4202560 38488 0 0 0 18797 17 0 0 18 0 8 0 146844845 294387712 47524 4089446400 134512640 146736320 4288024896 18446744073709551615 136403117 0 2 4096 16387 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 296188

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 553.58
CPU time (s): 1800.26
CPU user time (s): 1798.65
CPU system time (s): 1.61
CPU usage (%): 325.203
Max. virtual memory (cumulated for all children) (KiB): 309780

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

runsolver used 1.00685 second user time and 2.01569 second system time

The end

Launcher Data

Begin job on node130 at 2010-07-02 09:22:48
IDJOB=2697540
IDBENCH=79065
IDSOLVER=1210
FILE ID=node130/2697540-1278055368
PBS_JOBID= 11198921
Free space on /tmp= 74168 MiB

SOLVER NAME= pb_cplex 2010-07-01
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j30/normalized-j3029_8-unsat--soft-66-100-0.wbo
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697540-1278055368/watcher-2697540-1278055368 -o /tmp/evaluation-result-2697540-1278055368/solver-2697540-1278055368 -C 1800 -W 2000 -M 3800  run HOME/instance-2697540-1278055368.wbo

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

MD5SUM BENCH= 114c0408840a95cae960ebc399875ecb
RANDOM SEED=2067324590

node130.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.796
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.59
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.796
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.67
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.796
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.82
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.796
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.72
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.796
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.82
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.796
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.63
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.796
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.82
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.796
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	: 5237.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31280872 kB
Buffers:        223676 kB
Cached:        1177284 kB
SwapCached:          0 kB
Active:         689256 kB
Inactive:       830904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31280872 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25876 kB
Writeback:           0 kB
AnonPages:      118752 kB
Mapped:          18824 kB
Slab:            83088 kB
PageTables:       4948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   287816 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= 74152 MiB
End job on node130 at 2010-07-02 09:32:04