Trace number 3736281

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 NameAnswerobjective functionCPU timeWall clock time
PB07: PB-clasp 2007-04-10SAT (TO)53 1801.96 1802.43

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_opers/normalized-fir08_area_opers.opb
MD5SUM47194cf421cbddfd6c2831e71c8b2458
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark48
Best CPU time to get the best result obtained on this benchmark718.519
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 53
Optimality of the best value was proved NO
Number of variables203287
Total number of constraints469077
Number of constraints which are clauses469077
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1023
Number of terms in the objective function 101248
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 101248
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 101248
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

433.98/434.13	o 53
1728.80/1729.14	sh: line 1: 30254 Done                    cat HOME/temp/instance-3736281-1338730666.opb.op
1728.80/1729.14	     30255 Terminated              | clasp-1.0 --trans=no > HOME/temp/instance-3736281-1338730666.opb.clasp
1800.07/1800.42	c Somebody sent me a SIGTERM
1800.07/1800.42	s SATISFIABLE
1800.07/1800.42	v x10 x63 x463 x566 x600 x885 x928 x932 x1579 x1683 x1736 x1933 x2038 x2039 x2472 x2473 x3151 x3152 x3880 x4012 x4013 x73149 x73150 x73311 x73312 x73589 x73590 x83599 x85800 x107580 x127668 x127669 x127959 x127960 x130335 x130336 x130524 x130525 x130669 x162745 x162746 x176965 x182193 x183432 x184351 x184352 x184417 x184418 x190933 x190934 x191185 x192064 x192191 x192192 x193080 x193550 x193551 x198801 x199111 x200373 x200374 x200689 x201076 x201105 x201106 x201798 x201807 x201892 x202562 x202868 x202869 x202881 x202923 x202949 x203122 x203169 x203183 x203193 x203194 x203256 x203259 x203274 x203280 x203286 x203287 
1800.07/1800.42	pb2clasp1: no process killed

Verifier Data

OK	53

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-3736281-1338730666/watcher-3736281-1338730666 -o /tmp/evaluation-result-3736281-1338730666/solver-3736281-1338730666 -C 1800 -W 1900 -M 15500 pbclasp instance-3736281-1338730666.opb HOME/temp 

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: 2.02 2.01 2.00 3/178 30232
/proc/meminfo: memFree=28121436/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=25740 CPUtime=0 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) R 30230 30232 8320 0 -1 4202496 572 0 0 0 0 0 0 0 20 0 1 0 339192171 26357760 502 33554432000 4194304 4198148 140737017358640 140737017356088 260189949844 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/30232/statm: 6435 503 355 1 0 230 0

[startup+0.0783199 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 30232
/proc/meminfo: memFree=28121436/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=32104 CPUtime=0.07 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) R 30230 30232 8320 0 -1 4202496 2184 0 0 0 7 0 0 0 20 0 1 0 339192171 32874496 2114 33554432000 4194304 4198148 140737017358640 140737017356088 260189949844 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/30232/statm: 8026 2115 356 1 0 1821 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 32104

[startup+0.100252 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 30232
/proc/meminfo: memFree=28121436/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=38724 CPUtime=0.09 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) R 30230 30232 8320 0 -1 4202496 4109 0 0 0 9 0 0 0 20 0 1 0 339192171 39653376 3748 33554432000 4194304 4198148 140737017358640 140737017356088 260215667984 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/30232/statm: 9681 3748 363 1 0 3476 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38724

[startup+0.300178 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 30232
/proc/meminfo: memFree=28121436/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=38724 CPUtime=0.29 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) R 30230 30232 8320 0 -1 4202496 4116 0 0 0 29 0 0 0 20 0 1 0 339192171 39653376 3755 33554432000 4194304 4198148 140737017358640 140737017356088 260215667984 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/30232/statm: 9681 3755 363 1 0 3476 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38724

[startup+0.700177 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 30232
/proc/meminfo: memFree=28121436/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=38724 CPUtime=0.68 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) R 30230 30232 8320 0 -1 4202496 4129 0 0 0 68 0 0 0 20 0 1 0 339192171 39653376 3768 33554432000 4194304 4198148 140737017358640 140737017357208 260215667984 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/30232/statm: 9681 3768 363 1 0 3476 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 38724

[startup+1.50017 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 30233
/proc/meminfo: memFree=28107540/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=38856 CPUtime=1.48 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) R 30230 30232 8320 0 -1 4202496 4162 0 0 0 148 0 0 0 20 0 1 0 339192171 39788544 3801 33554432000 4194304 4198148 140737017358640 140737017357592 260215667968 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/30232/statm: 9714 3801 363 1 0 3509 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38856

[startup+3.10014 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 30233
/proc/meminfo: memFree=28107044/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=39140 CPUtime=3.08 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) R 30230 30232 8320 0 -1 4202496 4218 0 0 0 308 0 0 0 20 0 1 0 339192171 40079360 3857 33554432000 4194304 4198148 140737017358640 140737017357528 260189995308 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/30232/statm: 9785 3857 363 1 0 3580 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 39140

[startup+6.30018 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 30233
/proc/meminfo: memFree=28106468/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=39552 CPUtime=6.28 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) R 30230 30232 8320 0 -1 4202496 4334 0 0 0 628 0 0 0 20 0 1 0 339192171 40501248 3973 33554432000 4194304 4198148 140737017358640 140737017357528 260215667984 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/30232/statm: 9888 3973 363 1 0 3683 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 39552

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 30233
/proc/meminfo: memFree=28104780/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=40524 CPUtime=12.68 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) R 30230 30232 8320 0 -1 4202496 4580 0 0 0 1268 0 0 0 20 0 1 0 339192171 41496576 4219 33554432000 4194304 4198148 140737017358640 140737017356632 260215667984 0 0 4224 16384 0 0 0 17 0 0 0 0 0 0
/proc/30232/statm: 10131 4219 363 1 0 3926 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40524

[startup+25.5001 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 30233
/proc/meminfo: memFree=28102808/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=42724 CPUtime=25.48 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) R 30230 30232 8320 0 -1 4202496 5110 0 0 0 2548 0 0 0 20 0 1 0 339192171 43749376 4749 33554432000 4194304 4198148 140737017358640 140737017357416 260215667984 0 0 4224 16384 0 0 0 17 2 0 0 0 0 0
/proc/30232/statm: 10681 4749 363 1 0 4476 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42724

[startup+51.1002 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 30233
/proc/meminfo: memFree=28097220/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=48184 CPUtime=51.07 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) R 30230 30232 8320 0 -1 4202496 6502 0 0 0 5106 1 0 0 20 0 1 0 339192171 49340416 6138 33554432000 4194304 4198148 140737017358640 140737017357592 260215667968 0 0 4224 16384 0 0 0 17 2 0 0 0 0 0
/proc/30232/statm: 12046 6138 363 1 0 5841 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 48184

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30243
/proc/meminfo: memFree=27796360/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=64472 CPUtime=80.78 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) S 30230 30232 8320 0 -1 4202496 12435 2443 0 0 6478 3 1588 9 20 0 1 0 339192171 66019328 10224 33554432000 4194304 4198148 140737017358640 140737017357568 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30232/statm: 16118 10224 388 1 0 9913 0
[pid=30240] ppid=30232 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/30240/stat : 30240 (sh) S 30232 30232 8320 0 -1 4202496 369 220 0 0 0 0 0 1 20 0 1 0 339200254 9367552 263 33554432000 4194304 5064252 140735980604240 140735980602496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30240/statm: 2287 263 223 213 0 72 0
[pid=30242] ppid=30240 vsize=242840 CPUtime=21.45 cores=0,2,4,6
/proc/30242/stat : 30242 (clasp-1.0) R 30240 30232 8320 0 -1 4202496 51792 0 0 0 2134 11 0 0 20 0 1 0 339200254 248668160 59698 33554432000 134512640 134847168 4286784960 4286783696 134733888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30242/statm: 60710 59698 266 82 0 59951 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 316460

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 30246
/proc/meminfo: memFree=27789568/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=64472 CPUtime=80.78 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) S 30230 30232 8320 0 -1 4202496 12435 2443 0 0 6478 3 1588 9 20 0 1 0 339192171 66019328 10224 33554432000 4194304 4198148 140737017358640 140737017357568 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30232/statm: 16118 10224 388 1 0 9913 0
[pid=30240] ppid=30232 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/30240/stat : 30240 (sh) S 30232 30232 8320 0 -1 4202496 369 220 0 0 0 0 0 1 20 0 1 0 339200254 9367552 263 33554432000 4194304 5064252 140735980604240 140735980602496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30240/statm: 2287 263 223 213 0 72 0
[pid=30242] ppid=30240 vsize=242840 CPUtime=81.43 cores=0,2,4,6
/proc/30242/stat : 30242 (clasp-1.0) R 30240 30232 8320 0 -1 4202496 51807 0 0 0 8132 11 0 0 20 0 1 0 339200254 248668160 59938 33554432000 134512640 134847168 4286784960 4286783728 134617504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30242/statm: 60710 59938 266 82 0 59951 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 316460

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30246
/proc/meminfo: memFree=27785832/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=64472 CPUtime=80.78 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) S 30230 30232 8320 0 -1 4202496 12435 2443 0 0 6478 3 1588 9 20 0 1 0 339192171 66019328 10224 33554432000 4194304 4198148 140737017358640 140737017357568 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30232/statm: 16118 10224 388 1 0 9913 0
[pid=30240] ppid=30232 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/30240/stat : 30240 (sh) S 30232 30232 8320 0 -1 4202496 369 220 0 0 0 0 0 1 20 0 1 0 339200254 9367552 263 33554432000 4194304 5064252 140735980604240 140735980602496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30240/statm: 2287 263 223 213 0 72 0
[pid=30242] ppid=30240 vsize=242840 CPUtime=141.42 cores=0,2,4,6
/proc/30242/stat : 30242 (clasp-1.0) R 30240 30232 8320 0 -1 4202496 51824 0 0 0 14131 11 0 0 20 0 1 0 339200254 248668160 59989 33554432000 134512640 134847168 4286784960 4286783696 134733911 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30242/statm: 60710 59989 266 82 0 59951 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 316460

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30246
/proc/meminfo: memFree=27784152/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=64472 CPUtime=80.78 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) S 30230 30232 8320 0 -1 4202496 12435 2443 0 0 6478 3 1588 9 20 0 1 0 339192171 66019328 10224 33554432000 4194304 4198148 140737017358640 140737017357568 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30232/statm: 16118 10224 388 1 0 9913 0
[pid=30240] ppid=30232 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/30240/stat : 30240 (sh) S 30232 30232 8320 0 -1 4202496 369 220 0 0 0 0 0 1 20 0 1 0 339200254 9367552 263 33554432000 4194304 5064252 140735980604240 140735980602496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30240/statm: 2287 263 223 213 0 72 0
[pid=30242] ppid=30240 vsize=242840 CPUtime=201.41 cores=0,2,4,6
/proc/30242/stat : 30242 (clasp-1.0) R 30240 30232 8320 0 -1 4202496 51840 0 0 0 20130 11 0 0 20 0 1 0 339200254 248668160 60005 33554432000 134512640 134847168 4286784960 4286783728 134617488 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30242/statm: 60710 60005 266 82 0 59951 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 316460

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30246
/proc/meminfo: memFree=27781744/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=64472 CPUtime=80.78 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) S 30230 30232 8320 0 -1 4202496 12435 2443 0 0 6478 3 1588 9 20 0 1 0 339192171 66019328 10224 33554432000 4194304 4198148 140737017358640 140737017357568 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30232/statm: 16118 10224 388 1 0 9913 0
[pid=30240] ppid=30232 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/30240/stat : 30240 (sh) S 30232 30232 8320 0 -1 4202496 369 220 0 0 0 0 0 1 20 0 1 0 339200254 9367552 263 33554432000 4194304 5064252 140735980604240 140735980602496 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30240/statm: 2287 263 223 213 0 72 0
[pid=30242] ppid=30240 vsize=242840 CPUtime=261.41 cores=0,2,4,6
/proc/30242/stat : 30242 (clasp-1.0) R 30240 30232 8320 0 -1 4202496 51856 0 0 0 26130 11 0 0 20 0 1 0 339200254 248668160 60021 33554432000 134512640 134847168 4286784960 4286783728 134617542 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30242/statm: 60710 60021 266 82 0 59951 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 316460

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30247
/proc/meminfo: memFree=27778780/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=64472 CPUtime=80.78 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) S 30230 30232 8320 0 -1 4202496 12435 2443 0 0 6478 3 1588 9 20 0 1 0 339192171 66019328 10224 33554432000 4194304 4198148 140737017358640 140737017357568 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30232/statm: 16118 10224 388 1 0 9913 0
[pid=30240] ppid=30232 vsize=9148 CPUtime=0.01 cores=0,2,4,6

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

Current children cumulated vsize (KiB) 323016

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30288
/proc/meminfo: memFree=27752276/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=64472 CPUtime=434.12 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) S 30230 30232 8320 0 -1 4202496 12581 56272 0 0 6482 3 36900 27 20 0 1 0 339192171 66019328 10227 33554432000 4194304 4198148 140737017358640 140737017357568 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30232/statm: 16118 10227 388 1 0 9913 0
[pid=30253] ppid=30232 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30253/stat : 30253 (sh) S 30232 30232 8320 0 -1 4202496 375 221 0 0 0 0 0 0 20 0 1 0 339235592 9367552 264 33554432000 4194304 5064252 140736229680752 140736229679008 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30253/statm: 2287 264 223 213 0 72 0
[pid=30255] ppid=30253 vsize=249396 CPUtime=1287.88 cores=0,2,4,6
/proc/30255/stat : 30255 (clasp-1.0) R 30253 30232 8320 0 -1 4202496 53891 0 0 0 128778 10 0 0 20 0 1 0 339235593 255381504 61683 33554432000 134512640 134847168 4292433856 4292432624 134617536 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30255/statm: 62349 61683 270 82 0 61590 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 323016

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 30406
/proc/meminfo: memFree=27755044/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=64472 CPUtime=1728.93 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) S 30230 30232 8320 0 -1 4202496 12672 112113 0 0 6486 3 166362 42 20 0 1 0 339192171 66019328 10227 33554432000 4194304 4198148 140737017358640 140737017357568 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30232/statm: 16118 10227 388 1 0 9913 0
[pid=30305] ppid=30232 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30305/stat : 30305 (sh) S 30232 30232 8320 0 -1 4202496 373 219 0 0 0 0 0 0 20 0 1 0 339365094 9367552 264 33554432000 4194304 5064252 140736929555104 140736929553360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30305/statm: 2287 264 223 213 0 72 0
[pid=30307] ppid=30305 vsize=249396 CPUtime=53.04 cores=0,2,4,6
/proc/30307/stat : 30307 (clasp-1.0) R 30305 30232 8320 0 -1 4202496 54206 0 0 0 5294 10 0 0 20 0 1 0 339365094 255381504 61354 33554432000 134512640 134847168 4288343936 4288342672 134733929 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30307/statm: 62349 61354 272 82 0 61590 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 323016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 30406
/proc/meminfo: memFree=27727112/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=64472 CPUtime=1728.93 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) S 30230 30232 8320 0 -1 4202496 12672 112113 0 0 6486 3 166362 42 20 0 1 0 339192171 66019328 10227 33554432000 4194304 4198148 140737017358640 140737017357568 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30232/statm: 16118 10227 388 1 0 9913 0
[pid=30305] ppid=30232 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30305/stat : 30305 (sh) S 30232 30232 8320 0 -1 4202496 373 219 0 0 0 0 0 0 20 0 1 0 339365094 9367552 264 33554432000 4194304 5064252 140736929555104 140736929553360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30305/statm: 2287 264 223 213 0 72 0
[pid=30307] ppid=30305 vsize=249396 CPUtime=71.14 cores=0,2,4,6
/proc/30307/stat : 30307 (clasp-1.0) R 30305 30232 8320 0 -1 4202496 54214 0 0 0 7104 10 0 0 20 0 1 0 339365094 255381504 61362 33554432000 134512640 134847168 4288343936 4288342704 134617553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30307/statm: 62349 61362 272 82 0 61590 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 323016

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

############
# WARNING:
# current cumulated CPU time (1729.03 s) is less than in the last sample (1800.07 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (71.04 s) to the 'lost time'.

[startup+1800.4 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 30406
/proc/meminfo: memFree=27727112/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=64472 CPUtime=1728.93 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) S 30230 30232 8320 0 -1 4202496 12672 112113 0 0 6486 3 166362 42 20 0 1 0 339192171 66019328 10227 33554432000 4194304 4198148 140737017358640 140737017357568 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30232/statm: 16118 10227 388 1 0 9913 0
[pid=30305] ppid=30232 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30305/stat : 30305 (sh) S 30232 30232 8320 0 -1 4202496 373 219 0 0 0 0 0 0 20 0 1 0 339365094 9367552 264 33554432000 4194304 5064252 140736929555104 140736929553360 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30305/statm: 2287 264 223 213 0 72 0
[pid=30307] ppid=30305 vsize=249396 CPUtime=71.14 cores=0,2,4,6
/proc/30307/stat : 30307 (clasp-1.0) R 30305 30232 8320 0 -1 4202496 54214 0 0 0 7104 10 0 0 20 0 1 0 339365094 255381504 61362 33554432000 134512640 134847168 4288343936 4288342704 134617553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30307/statm: 62349 61362 272 82 0 61590 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 323016

[startup+1800.52 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 30406
/proc/meminfo: memFree=27727112/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=64472 CPUtime=1729.03 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) S 30230 30232 8320 0 -1 4202496 12828 114884 0 0 6490 4 166362 47 20 0 1 0 339192171 66019328 10228 33554432000 4194304 4198148 140737017358640 140737017357568 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30232/statm: 16118 10228 388 1 0 9913 0
Current children cumulated CPU time (s) 1729.03
Current children cumulated vsize (KiB) 64472
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -30232

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

[startup+1801.4 s]
/proc/loadavg: 2.06 2.02 2.00 3/184 30425
/proc/meminfo: memFree=28044028/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=64472 CPUtime=1729.03 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) S 30230 30232 8320 0 -1 4202496 12828 114884 0 0 6490 4 166362 47 20 0 1 0 339192171 66019328 10228 33554432000 4194304 4198148 140737017358640 140737017357568 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30232/statm: 16118 10228 388 1 0 9913 0
[pid=30423] ppid=30232 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30423/stat : 30423 (sh) S 30232 30232 8320 0 -1 4202496 370 0 0 0 0 0 0 0 20 0 1 0 339372221 9367552 264 33554432000 4194304 5064252 140733913449424 140733913447680 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30423/statm: 2287 264 223 213 0 72 0
[pid=30424] ppid=30423 vsize=4004 CPUtime=0 cores=0,2,4,6
/proc/30424/stat : 30424 (cat) S 30423 30232 8320 0 -1 4202496 210 0 0 0 0 0 0 0 20 0 1 0 339372222 4100096 122 33554432000 4194304 4236627 140736498515376 140736498514472 260190324192 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/30424/statm: 1001 122 97 11 0 67 0
[pid=30425] ppid=30423 vsize=53800 CPUtime=0.88 cores=0,2,4,6
/proc/30425/stat : 30425 (clasp-1.0) R 30423 30232 8320 0 -1 4202496 13440 0 0 0 86 2 0 0 20 0 1 0 339372222 55091200 12613 33554432000 134512640 134847168 4288525488 4288521120 1582375 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30425/statm: 13450 12614 251 82 0 12691 0
Current children cumulated CPU time (s) 1729.91
Current children cumulated vsize (KiB) 131424

[startup+1802.2 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 30425
/proc/meminfo: memFree=27952352/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=64472 CPUtime=1729.03 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) S 30230 30232 8320 0 -1 4202496 12828 114884 0 0 6490 4 166362 47 20 0 1 0 339192171 66019328 10228 33554432000 4194304 4198148 140737017358640 140737017357568 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30232/statm: 16118 10228 388 1 0 9913 0
[pid=30423] ppid=30232 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30423/stat : 30423 (sh) S 30232 30232 8320 0 -1 4202496 370 0 0 0 0 0 0 0 20 0 1 0 339372221 9367552 264 33554432000 4194304 5064252 140733913449424 140733913447680 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30423/statm: 2287 264 223 213 0 72 0
[pid=30424] ppid=30423 vsize=4004 CPUtime=0 cores=0,2,4,6
/proc/30424/stat : 30424 (cat) S 30423 30232 8320 0 -1 4202496 210 0 0 0 0 0 0 0 20 0 1 0 339372222 4100096 122 33554432000 4194304 4236627 140736498515376 140736498514472 260190324192 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/30424/statm: 1001 122 97 11 0 67 0
[pid=30425] ppid=30423 vsize=88636 CPUtime=1.68 cores=0,2,4,6
/proc/30425/stat : 30425 (clasp-1.0) R 30423 30232 8320 0 -1 4202496 22233 0 0 0 164 4 0 0 20 0 1 0 339372222 90763264 21406 33554432000 134512640 134847168 4288525488 4288521120 1582375 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30425/statm: 22159 21407 251 82 0 21400 0
Current children cumulated CPU time (s) 1730.71
Current children cumulated vsize (KiB) 166260

[startup+1802.4 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 30425
/proc/meminfo: memFree=27952352/32873648 swapFree=7116/7116
[pid=30232] ppid=30230 vsize=64472 CPUtime=1729.03 cores=0,2,4,6
/proc/30232/stat : 30232 (pbclasp) S 30230 30232 8320 0 -1 4202496 12828 114884 0 0 6490 4 166362 47 20 0 1 0 339192171 66019328 10228 33554432000 4194304 4198148 140737017358640 140737017357568 260193710110 0 0 4230 16384 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30232/statm: 16118 10228 388 1 0 9913 0
[pid=30423] ppid=30232 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30423/stat : 30423 (sh) S 30232 30232 8320 0 -1 4202496 370 0 0 0 0 0 0 0 20 0 1 0 339372221 9367552 264 33554432000 4194304 5064252 140733913449424 140733913447680 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30423/statm: 2287 264 223 213 0 72 0
[pid=30424] ppid=30423 vsize=4004 CPUtime=0 cores=0,2,4,6
/proc/30424/stat : 30424 (cat) S 30423 30232 8320 0 -1 4202496 210 0 0 0 0 0 0 0 20 0 1 0 339372222 4100096 122 33554432000 4194304 4236627 140736498515376 140736498514472 260190324192 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/30424/statm: 1001 122 97 11 0 67 0
[pid=30425] ppid=30423 vsize=97768 CPUtime=1.89 cores=0,2,4,6
/proc/30425/stat : 30425 (clasp-1.0) R 30423 30232 8320 0 -1 4202496 24363 0 0 0 184 5 0 0 20 0 1 0 339372222 100114432 23536 33554432000 134512640 134847168 4288525488 4288521648 10811887 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30425/statm: 24442 23536 251 82 0 23683 0
Current children cumulated CPU time (s) 1730.92
Current children cumulated vsize (KiB) 175392

Child ended because it received signal 9 (SIGKILL)

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


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 71.04
#  lost CPU user time (s): 71
#  lost CPU system time (s): 0.04

Real time (s): 1802.43
CPU time (s): 1801.96
CPU user time (s): 1801.36
CPU system time (s): 0.6
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 338432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1728.54
system time used= 0.536918
maximum resident set size= 254852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130844
page faults= 0
swaps= 0
block input operations= 0
block output operations= 218848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19520
involuntary context switches= 1917

runsolver used 3.53646 second user time and 7.98379 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 15:37:47
IDJOB=3736281
IDBENCH=25040
IDSOLVER=2317
FILE ID=node123/3736281-1338730666
RUNJOBID= node123-1338702803-8336
PBS_JOBID= 14636714
Free space on /tmp= 71284 MiB

SOLVER NAME= PB07: PB-clasp 2007-04-10
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_opers/normalized-fir08_area_opers.opb
COMMAND LINE= pbclasp BENCHNAMENOPATH TMPDIR/temp
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736281-1338730666/watcher-3736281-1338730666 -o /tmp/evaluation-result-3736281-1338730666/solver-3736281-1338730666 -C 1800 -W 1900 -M 15500  pbclasp instance-3736281-1338730666.opb HOME/temp

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

MD5SUM BENCH= 47194cf421cbddfd6c2831e71c8b2458
RANDOM SEED=908539743

node123.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		: 2667.217
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	: 5334.43
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28121848 kB
Buffers:         1563064 kB
Cached:          2254836 kB
SwapCached:         2268 kB
Active:          1966084 kB
Inactive:        1897200 kB
Active(anon):      38688 kB
Inactive(anon):     5504 kB
Active(file):    1927396 kB
Inactive(file):  1891696 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:             18544 kB
Writeback:             0 kB
AnonPages:         47492 kB
Mapped:            12532 kB
Shmem:                 0 kB
Slab:             750508 kB
SReclaimable:     194104 kB
SUnreclaim:       556404 kB
KernelStack:        1512 kB
PageTables:         4080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     161248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3736281-1338730666.opb

Free space on /tmp at the end= 71236 MiB
End job on node123 at 2012-06-03 16:07:50