Trace number 3730089

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
PB10: pb_cplex 2010-06-29? (exit code) 176.095 255.445

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v40_e600_d20_mw10_5.opb.PB06.opb
MD5SUM051b48fdf5558d73afe4ee3d3cae609a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.40679
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2800
Total number of constraints990001
Number of constraints which are clauses986760
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints3160
Minimum length of a constraint2
Maximum length of a constraint1200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 336
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
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 opb file format. File HOME/instance-3730089-1339246841.opb.
0.00/0.00	c Instance file HOME/instance-3730089-1339246841.opb
0.00/0.00	c File size is 34937492 bytes.
4.99/5.05	c Highest Coefficient sum: 1239
4.99/5.05	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
5.50/7.17	c ============================[ Problem Statistics ]=============================
5.50/7.17	c |                                                                             |
5.50/7.17	c |  Parsing time:          5.44         s                                      |
5.50/7.17	c |  Number Variables:      2800                                                |
5.70/7.31	c |  Number Constraints:    990001                                              |
5.70/7.31	c ===============================================================================
174.66/176.38	c Remaining time 1794.44 sec.
174.66/176.38	
174.66/176.38	There may be further error information in the clone logs.
176.07/255.44	HOME/run: line 3: 27082 Segmentation fault      (core dumped) ./pb_cplex -time-limit=$TIMEOUT -file-format=opb $1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3730089-1339246841/watcher-3730089-1339246841 -o /tmp/evaluation-result-3730089-1339246841/solver-3730089-1339246841 -C 1800 -W 1900 -M 15500 run HOME/instance-3730089-1339246841.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 2/174 27081
/proc/meminfo: memFree=31824944/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0

[startup+0.0821819 s]
/proc/loadavg: 0.08 0.02 0.01 2/174 27081
/proc/meminfo: memFree=31824944/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100294 s]
/proc/loadavg: 0.08 0.02 0.01 2/174 27081
/proc/meminfo: memFree=31824944/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300259 s]
/proc/loadavg: 0.08 0.02 0.01 2/174 27081
/proc/meminfo: memFree=31824944/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700264 s]
/proc/loadavg: 0.08 0.02 0.01 2/174 27081
/proc/meminfo: memFree=31824944/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 0.08 0.02 0.01 3/176 27083
/proc/meminfo: memFree=31733756/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
[pid=27082] ppid=27081 vsize=117816 CPUtime=1.49 cores=0,2,4,6
/proc/27082/stat : 27082 (pb_cplex) R 27081 27081 27040 0 -1 4202496 21671 0 0 0 145 4 0 0 20 0 1 0 390811255 120643584 21140 33554432000 134512640 146736320 4289225920 4289223832 144716523 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/27082/statm: 29454 21140 3347 2985 0 17858 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126964

[startup+3.10029 s]
/proc/loadavg: 0.08 0.02 0.01 3/174 27084
/proc/meminfo: memFree=31626104/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
[pid=27082] ppid=27081 vsize=192800 CPUtime=3.09 cores=0,2,4,6
/proc/27082/stat : 27082 (pb_cplex) R 27081 27081 27040 0 -1 4202496 43331 0 0 0 301 8 0 0 20 0 1 0 390811255 197427200 43308 33554432000 134512640 146736320 4289225920 4289223872 134542928 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/27082/statm: 48200 43308 6745 2985 0 36604 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 201948

[startup+6.30029 s]
/proc/loadavg: 0.31 0.07 0.02 2/180 27101
/proc/meminfo: memFree=31330748/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
[pid=27082] ppid=27081 vsize=259284 CPUtime=5.09 cores=0,2,4,6
/proc/27082/stat : 27082 (pb_cplex) D 27081 27081 27040 0 -1 4202496 67525 0 0 0 497 12 0 0 20 0 1 0 390811255 265506816 62035 33554432000 134512640 146736320 4289225920 4289218312 144581438 0 0 4096 16387 18446744071580543392 0 0 17 4 0 0 10 0 0
/proc/27082/statm: 64821 62035 371 2985 0 61739 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 268432

[startup+12.7003 s]
/proc/loadavg: 0.45 0.10 0.03 3/180 27101
/proc/meminfo: memFree=30776052/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
[pid=27082] ppid=27081 vsize=510160 CPUtime=11.1 cores=0,2,4,6
/proc/27082/stat : 27082 (pb_cplex) R 27081 27081 27040 0 -1 4202496 115247 0 0 0 1086 24 0 0 20 0 1 0 390811255 522403840 121827 33554432000 134512640 146736320 4289225920 4289223168 136237233 0 0 4096 16387 0 0 0 17 4 0 0 158 0 0
/proc/27082/statm: 127540 121827 570 2985 0 124474 0
Current children cumulated CPU time (s) 11.1
Current children cumulated vsize (KiB) 519308

[startup+25.5003 s]
/proc/loadavg: 0.79 0.19 0.06 3/180 27124
/proc/meminfo: memFree=29473588/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
[pid=27082] ppid=27081 vsize=1948488 CPUtime=23.9 cores=0,2,4,6
/proc/27082/stat : 27082 (pb_cplex) R 27081 27081 27040 0 -1 4202496 220556 0 0 0 2331 59 0 0 20 0 1 0 390811255 1995251712 251461 33554432000 134512640 146736320 4289225920 4289221824 137084972 0 0 4096 16387 0 0 0 17 4 0 0 158 0 0
/proc/27082/statm: 487122 251461 776 2985 0 484056 0
Current children cumulated CPU time (s) 23.9
Current children cumulated vsize (KiB) 1957636

[startup+51.1003 s]
/proc/loadavg: 1.20 0.33 0.11 3/180 27124
/proc/meminfo: memFree=28387984/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
[pid=27082] ppid=27081 vsize=2622536 CPUtime=49.49 cores=0,2,4,6
/proc/27082/stat : 27082 (pb_cplex) R 27081 27081 27040 0 -1 4202496 397308 0 0 0 4821 128 0 0 20 0 1 0 390811255 2685476864 366581 33554432000 134512640 146736320 4289225920 4289220092 136017485 0 0 4096 16387 0 0 0 17 4 0 0 158 0 0
/proc/27082/statm: 655634 366581 826 2985 0 652568 0
Current children cumulated CPU time (s) 49.49
Current children cumulated vsize (KiB) 2631684

[startup+102.3 s]
/proc/loadavg: 1.65 0.59 0.21 3/179 27124
/proc/meminfo: memFree=28771696/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
[pid=27082] ppid=27081 vsize=1985756 CPUtime=100.67 cores=0,2,4,6
/proc/27082/stat : 27082 (pb_cplex) R 27081 27081 27040 0 -1 4202496 855013 0 0 0 9753 314 0 0 20 0 1 0 390811255 2033414144 265535 33554432000 134512640 146736320 4289225920 4289219724 136017485 0 0 4096 16387 0 0 0 17 4 0 0 158 0 0
/proc/27082/statm: 496439 265535 836 2985 0 493373 0
Current children cumulated CPU time (s) 100.67
Current children cumulated vsize (KiB) 1994904

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.32 3/179 27125
/proc/meminfo: memFree=28818704/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
[pid=27082] ppid=27081 vsize=1967692 CPUtime=160.66 cores=0,2,4,6
/proc/27082/stat : 27082 (pb_cplex) R 27081 27081 27040 0 -1 4202496 1314868 0 0 0 15571 495 0 0 20 0 1 0 390811255 2014916608 253977 33554432000 134512640 146736320 4289225920 4289220172 136017763 0 0 4096 16387 0 0 0 17 4 0 0 158 0 0
/proc/27082/statm: 491923 253977 848 2985 0 488857 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 1976840

[startup+222.3 s]
/proc/loadavg: 3.63 1.49 0.57 1/182 27128
/proc/meminfo: memFree=23869872/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
[pid=27082] ppid=27081 vsize=2673520 CPUtime=176.07 cores=0,2,4,6
/proc/27082/stat : 27082 (pb_cplex) S 27081 27081 27040 0 -1 4204032 1475017 0 0 0 16918 689 0 0 20 0 1 0 390811255 2737684480 352868 33554432000 134512640 146736320 4289225920 4289223268 136639551 0 0 4096 16387 18446744071580380219 0 0 17 6 0 0 158 0 0
/proc/27082/statm: 668380 352868 926 2985 0 665314 0
Current children cumulated CPU time (s) 176.07
Current children cumulated vsize (KiB) 2682668
heavy processes:
  %CPU=14 pid=27126 uid=0 cmd=
  %CPU=18 pid=27128 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 27100 6 506 18446744073709551615 

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

[startup+230.6 s]
/proc/loadavg: 3.84 1.60 0.62 1/182 27128
/proc/meminfo: memFree=23866896/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
[pid=27082] ppid=27081 vsize=2673520 CPUtime=176.07 cores=0,2,4,6
/proc/27082/stat : 27082 (pb_cplex) S 27081 27081 27040 0 -1 4204032 1475017 0 0 0 16918 689 0 0 20 0 1 0 390811255 2737684480 352868 33554432000 134512640 146736320 4289225920 4289223268 136639551 0 0 4096 16387 18446744071580380219 0 0 17 6 0 0 158 0 0
/proc/27082/statm: 668380 352868 926 2985 0 665314 0
Current children cumulated CPU time (s) 176.07
Current children cumulated vsize (KiB) 2682668

[startup+243.406 s]
/proc/loadavg: 4.02 1.72 0.66 2/182 27128
/proc/meminfo: memFree=23952760/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
[pid=27082] ppid=27081 vsize=2673520 CPUtime=176.07 cores=0,2,4,6
/proc/27082/stat : 27082 (pb_cplex) S 27081 27081 27040 0 -1 4204032 1475017 0 0 0 16918 689 0 0 20 0 1 0 390811255 2737684480 352868 33554432000 134512640 146736320 4289225920 4289223268 136639551 0 0 4096 16387 18446744071580380219 0 0 17 6 0 0 158 0 0
/proc/27082/statm: 668380 352868 926 2985 0 665314 0
Current children cumulated CPU time (s) 176.07
Current children cumulated vsize (KiB) 2682668

[startup+249.8 s]
/proc/loadavg: 4.02 1.75 0.68 1/182 27128
/proc/meminfo: memFree=23956728/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
[pid=27082] ppid=27081 vsize=2673520 CPUtime=176.07 cores=0,2,4,6
/proc/27082/stat : 27082 (pb_cplex) S 27081 27081 27040 0 -1 4204032 1475017 0 0 0 16918 689 0 0 20 0 1 0 390811255 2737684480 352868 33554432000 134512640 146736320 4289225920 4289223268 136639551 0 0 4096 16387 18446744071580380219 0 0 17 6 0 0 158 0 0
/proc/27082/statm: 668380 352868 926 2985 0 665314 0
Current children cumulated CPU time (s) 176.07
Current children cumulated vsize (KiB) 2682668

[startup+253 s]
/proc/loadavg: 4.02 1.79 0.70 1/182 27128
/proc/meminfo: memFree=23959952/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
[pid=27082] ppid=27081 vsize=2673520 CPUtime=176.07 cores=0,2,4,6
/proc/27082/stat : 27082 (pb_cplex) S 27081 27081 27040 0 -1 4204032 1475017 0 0 0 16918 689 0 0 20 0 1 0 390811255 2737684480 352868 33554432000 134512640 146736320 4289225920 4289223268 136639551 0 0 4096 16387 18446744071580380219 0 0 17 6 0 0 158 0 0
/proc/27082/statm: 668380 352868 926 2985 0 665314 0
Current children cumulated CPU time (s) 176.07
Current children cumulated vsize (KiB) 2682668

[startup+254.6 s]
/proc/loadavg: 4.09 1.84 0.72 1/177 27128
/proc/meminfo: memFree=25369948/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
[pid=27082] ppid=27081 vsize=2673520 CPUtime=176.07 cores=0,2,4,6
/proc/27082/stat : 27082 (pb_cplex) S 27081 27081 27040 0 -1 4204032 1475017 0 0 0 16918 689 0 0 20 0 1 0 390811255 2737684480 352868 33554432000 134512640 146736320 4289225920 4289223268 136639551 0 0 4096 16387 18446744071580380219 0 0 17 6 0 0 158 0 0
/proc/27082/statm: 668380 352868 926 2985 0 665314 0
Current children cumulated CPU time (s) 176.07
Current children cumulated vsize (KiB) 2682668

[startup+255 s]
/proc/loadavg: 4.09 1.84 0.72 1/177 27128
/proc/meminfo: memFree=25369948/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
[pid=27082] ppid=27081 vsize=2673520 CPUtime=176.07 cores=0,2,4,6
/proc/27082/stat : 27082 (pb_cplex) S 27081 27081 27040 0 -1 4204032 1475017 0 0 0 16918 689 0 0 20 0 1 0 390811255 2737684480 352868 33554432000 134512640 146736320 4289225920 4289223268 136639551 0 0 4096 16387 18446744071580380219 0 0 17 6 0 0 158 0 0
/proc/27082/statm: 668380 352868 926 2985 0 665314 0
Current children cumulated CPU time (s) 176.07
Current children cumulated vsize (KiB) 2682668

[startup+255.4 s]
/proc/loadavg: 4.09 1.84 0.72 2/176 27157
/proc/meminfo: memFree=27645596/32873844 swapFree=7116/7116
[pid=27081] ppid=27079 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (run) S 27079 27081 27040 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 390811255 9367552 269 33554432000 4194304 5064252 140733880762672 140733880761584 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2287 269 229 213 0 72 0
[pid=27082] ppid=27081 vsize=2673520 CPUtime=176.07 cores=0,2,4,6
/proc/27082/stat : 27082 (pb_cplex) S 27081 27081 27040 0 -1 4204032 1475017 0 0 0 16918 689 0 0 20 0 1 0 390811255 2737684480 352868 33554432000 134512640 146736320 4289225920 4289223268 136639551 0 0 4096 16387 18446744071580380219 0 0 17 6 0 0 158 0 0
/proc/27082/statm: 668380 352868 926 2985 0 665314 0
Current children cumulated CPU time (s) 176.07
Current children cumulated vsize (KiB) 2682668

Child status: 139
Real time (s): 255.445
CPU time (s): 176.095
CPU user time (s): 169.185
CPU system time (s): 6.90995
CPU usage (%): 68.9366
Max. virtual memory (cumulated for all children) (KiB): 3570936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.185
system time used= 6.90995
maximum resident set size= 2174252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1475383
page faults= 0
swaps= 0
block input operations= 88
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 575355
involuntary context switches= 187

runsolver used 0.492925 second user time and 1.41578 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-09 15:00:42
IDJOB=3730089
IDBENCH=1383
IDSOLVER=2325
FILE ID=node111/3730089-1339246841
RUNJOBID= node111-1339246833-27056
PBS_JOBID= 14644370
Free space on /tmp= 71244 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v40_e600_d20_mw10_5.opb.PB06.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730089-1339246841/watcher-3730089-1339246841 -o /tmp/evaluation-result-3730089-1339246841/solver-3730089-1339246841 -C 1800 -W 1900 -M 15500  run HOME/instance-3730089-1339246841.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 051b48fdf5558d73afe4ee3d3cae609a
RANDOM SEED=762333295

node111.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31836160 kB
Buffers:          117144 kB
Cached:            90780 kB
SwapCached:         1308 kB
Active:           172752 kB
Inactive:          42528 kB
Active(anon):       5672 kB
Inactive(anon):     4032 kB
Active(file):     167080 kB
Inactive(file):    38496 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100188 kB
Dirty:             53472 kB
Writeback:             0 kB
AnonPages:         13404 kB
Mapped:             7032 kB
Shmem:                 0 kB
Slab:             682360 kB
SReclaimable:     124576 kB
SUnreclaim:       557784 kB
KernelStack:        1416 kB
PageTables:         3872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3730089-1339246841.opb

Free space on /tmp at the end= 68884 MiB
End job on node111 at 2012-06-09 15:05:00