Trace number 3746453

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
npSolver inc-topDown (fixed)? (TO) 1800.04 1800.51

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_3-sat.opb
MD5SUM56cc40b9ea431027514a5b56e02d7edb
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37752
Total number of constraints125892
Number of constraints which are clauses125272
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint120
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 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 740
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.60/2.71	c run inc solver
2.60/2.71	c [INC SYSTEM] run initial solver
2.60/2.71	c [INC SYSTEM] preprocess with white file
11.29/11.46	c [INC SYSTEM] finished preprocessing in 8 s
11.29/11.46	c [INC SYSTEM] execute solver
1800.04/1800.51	c an unexpexted return value has been received, exit
1800.04/1800.51	s UNKNOWN

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-3746453-1339104481/watcher-3746453-1339104481 -o /tmp/evaluation-result-3746453-1339104481/solver-3746453-1339104481 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746453-1339104481.opb 1859668813 HOME HOME 

running on 4 cores: 1,3,5,7

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: 3.47 3.05 2.41 3/179 9021
/proc/meminfo: memFree=31026180/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0

[startup+0.0489971 s]
/proc/loadavg: 3.47 3.05 2.41 3/179 9021
/proc/meminfo: memFree=31026180/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100329 s]
/proc/loadavg: 3.47 3.05 2.41 3/179 9021
/proc/meminfo: memFree=31026180/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300286 s]
/proc/loadavg: 3.47 3.05 2.41 3/179 9021
/proc/meminfo: memFree=31026180/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700198 s]
/proc/loadavg: 3.47 3.05 2.41 3/179 9021
/proc/meminfo: memFree=31026180/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 3.47 3.05 2.41 3/181 9023
/proc/meminfo: memFree=30875224/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=227704 CPUtime=1.49 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) R 9021 9021 4113 0 -1 4202496 14779 0 0 0 144 5 0 0 20 0 1 0 376574100 233168896 40945 33554432000 4194304 6004724 140736518845888 140736518840520 4534752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9022/statm: 56926 40945 154 442 0 56480 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 236852

[startup+3.10033 s]
/proc/loadavg: 3.36 3.03 2.41 3/181 9023
/proc/meminfo: memFree=30808648/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=2.62 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16118 0 0 0 235 27 0 0 20 0 1 0 376574100 319930368 45272 33554432000 4194304 6004724 140736518845888 140736518840352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45272 163 442 0 77662 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 321580

[startup+6.30043 s]
/proc/loadavg: 3.36 3.03 2.41 3/183 9025
/proc/meminfo: memFree=30181460/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=2.62 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16118 0 0 0 235 27 0 0 20 0 1 0 376574100 319930368 45272 33554432000 4194304 6004724 140736518845888 140736518840352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45272 163 442 0 77662 0
[pid=9024] ppid=9022 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9024/stat : 9024 (cp2_pre.sh) S 9022 9021 4113 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 376574372 9367552 276 33554432000 4194304 5064252 140734763904112 140734763902816 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9024/statm: 2287 276 234 213 0 72 0
[pid=9025] ppid=9024 vsize=633148 CPUtime=3.56 cores=1,3,5,7
/proc/9025/stat : 9025 (coprocessor) R 9024 9021 4113 0 -1 4202496 67438 0 0 0 339 17 0 0 20 0 1 0 376574372 648343552 142218 33554432000 4194304 6586260 140735043254336 140735043250600 4500669 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/9025/statm: 158287 142218 167 584 0 157699 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 963876

[startup+12.7003 s]
/proc/loadavg: 3.25 3.01 2.41 3/182 9027
/proc/meminfo: memFree=30594524/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=11.35 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16137 78082 0 0 235 27 803 70 20 0 1 0 376574100 319930368 45276 33554432000 4194304 6004724 140736518845888 140736518832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45276 167 442 0 77662 0
[pid=9027] ppid=9022 vsize=198016 CPUtime=1.22 cores=1,3,5,7
/proc/9027/stat : 9027 (glucosInc) R 9022 9021 4113 0 -1 4202496 34040 0 0 0 115 7 0 0 20 0 1 0 376575246 202768384 44808 33554432000 4194304 5654031 140734614135040 140734614132824 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9027/statm: 49504 44808 131 357 0 49144 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 519596

[startup+25.5004 s]
/proc/loadavg: 3.04 2.98 2.40 3/182 9027
/proc/meminfo: memFree=30555340/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=11.35 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16137 78082 0 0 235 27 803 70 20 0 1 0 376574100 319930368 45276 33554432000 4194304 6004724 140736518845888 140736518832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45276 167 442 0 77662 0
[pid=9027] ppid=9022 vsize=198808 CPUtime=14.02 cores=1,3,5,7
/proc/9027/stat : 9027 (glucosInc) R 9022 9021 4113 0 -1 4202496 34250 0 0 0 1394 8 0 0 20 0 1 0 376575246 203579392 45018 33554432000 4194304 5654031 140734614135040 140734614132824 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9027/statm: 49702 45018 140 357 0 49342 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 520388

[startup+51.1004 s]
/proc/loadavg: 2.74 2.91 2.40 3/182 9027
/proc/meminfo: memFree=30566864/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=11.35 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16137 78082 0 0 235 27 803 70 20 0 1 0 376574100 319930368 45276 33554432000 4194304 6004724 140736518845888 140736518832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45276 167 442 0 77662 0
[pid=9027] ppid=9022 vsize=199668 CPUtime=39.62 cores=1,3,5,7
/proc/9027/stat : 9027 (glucosInc) R 9022 9021 4113 0 -1 4202496 34467 0 0 0 3954 8 0 0 20 0 1 0 376575246 204460032 46257 33554432000 4194304 5654031 140734614135040 140734614132936 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9027/statm: 49917 46257 140 357 0 49557 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 521248

[startup+102.307 s]
/proc/loadavg: 2.33 2.77 2.38 3/181 9027
/proc/meminfo: memFree=30608384/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=11.35 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16137 78082 0 0 235 27 803 70 20 0 1 0 376574100 319930368 45276 33554432000 4194304 6004724 140736518845888 140736518832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45276 167 442 0 77662 0
[pid=9027] ppid=9022 vsize=219608 CPUtime=90.81 cores=1,3,5,7
/proc/9027/stat : 9027 (glucosInc) R 9022 9021 4113 0 -1 4202496 35212 0 0 0 9073 8 0 0 20 0 1 0 376575246 224878592 48018 33554432000 4194304 5654031 140734614135040 140734614132824 4232813 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9027/statm: 54902 48018 140 357 0 54542 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 541188

[startup+162.3 s]
/proc/loadavg: 2.13 2.64 2.35 3/182 9117
/proc/meminfo: memFree=30604512/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=11.35 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16137 78082 0 0 235 27 803 70 20 0 1 0 376574100 319930368 45276 33554432000 4194304 6004724 140736518845888 140736518832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45276 167 442 0 77662 0
[pid=9027] ppid=9022 vsize=209800 CPUtime=150.79 cores=1,3,5,7
/proc/9027/stat : 9027 (glucosInc) R 9022 9021 4113 0 -1 4202496 37524 0 0 0 15069 10 0 0 20 0 1 0 376575246 214835200 48690 33554432000 4194304 5654031 140734614135040 140734614122856 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9027/statm: 52450 48690 142 357 0 52090 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 531380

[startup+222.3 s]
/proc/loadavg: 2.04 2.51 2.33 3/181 9118
/proc/meminfo: memFree=30588980/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=11.35 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16137 78082 0 0 235 27 803 70 20 0 1 0 376574100 319930368 45276 33554432000 4194304 6004724 140736518845888 140736518832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45276 167 442 0 77662 0
[pid=9027] ppid=9022 vsize=228768 CPUtime=210.79 cores=1,3,5,7
/proc/9027/stat : 9027 (glucosInc) R 9022 9021 4113 0 -1 4202496 38764 0 0 0 21066 13 0 0 20 0 1 0 376575246 234258432 50338 33554432000 4194304 5654031 140734614135040 140734614122856 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9027/statm: 57192 50338 142 357 0 56832 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 550348

[startup+282.3 s]
/proc/loadavg: 2.02 2.42 2.30 3/181 9118
/proc/meminfo: memFree=30586192/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.00 2.07 3/182 9127
/proc/meminfo: memFree=30505064/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=11.35 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16137 78082 0 0 235 27 803 70 20 0 1 0 376574100 319930368 45276 33554432000 4194304 6004724 140736518845888 140736518832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45276 167 442 0 77662 0
[pid=9027] ppid=9022 vsize=248960 CPUtime=1350.55 cores=1,3,5,7
/proc/9027/stat : 9027 (glucosInc) R 9022 9021 4113 0 -1 4202496 55145 0 0 0 135007 48 0 0 20 0 1 0 376575246 254935040 58601 33554432000 4194304 5654031 140734614135040 140734614122856 4208659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9027/statm: 62240 58601 142 357 0 61880 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 570540

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.07 3/181 9127
/proc/meminfo: memFree=30498136/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=11.35 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16137 78082 0 0 235 27 803 70 20 0 1 0 376574100 319930368 45276 33554432000 4194304 6004724 140736518845888 140736518832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45276 167 442 0 77662 0
[pid=9027] ppid=9022 vsize=280724 CPUtime=1410.55 cores=1,3,5,7
/proc/9027/stat : 9027 (glucosInc) R 9022 9021 4113 0 -1 4202496 55589 0 0 0 141004 51 0 0 20 0 1 0 376575246 287461376 60431 33554432000 4194304 5654031 140734614135040 140734614122856 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9027/statm: 70181 60431 142 357 0 69821 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 602304

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/181 9128
/proc/meminfo: memFree=30512860/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=11.35 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16137 78082 0 0 235 27 803 70 20 0 1 0 376574100 319930368 45276 33554432000 4194304 6004724 140736518845888 140736518832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45276 167 442 0 77662 0
[pid=9027] ppid=9022 vsize=250696 CPUtime=1470.54 cores=1,3,5,7
/proc/9027/stat : 9027 (glucosInc) R 9022 9021 4113 0 -1 4202496 55886 0 0 0 147002 52 0 0 20 0 1 0 376575246 256712704 57002 33554432000 4194304 5654031 140734614135040 140734614122856 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9027/statm: 62674 57002 142 357 0 62314 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 572276

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/182 9139
/proc/meminfo: memFree=30493536/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=11.35 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16137 78082 0 0 235 27 803 70 20 0 1 0 376574100 319930368 45276 33554432000 4194304 6004724 140736518845888 140736518832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45276 167 442 0 77662 0
[pid=9027] ppid=9022 vsize=282056 CPUtime=1530.53 cores=1,3,5,7
/proc/9027/stat : 9027 (glucosInc) R 9022 9021 4113 0 -1 4202496 56080 0 0 0 153000 53 0 0 20 0 1 0 376575246 288825344 61284 33554432000 4194304 5654031 140734614135040 140734614132824 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9027/statm: 70514 61284 142 357 0 70154 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 603636

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/181 9139
/proc/meminfo: memFree=30503052/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=11.35 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16137 78082 0 0 235 27 803 70 20 0 1 0 376574100 319930368 45276 33554432000 4194304 6004724 140736518845888 140736518832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45276 167 442 0 77662 0
[pid=9027] ppid=9022 vsize=252040 CPUtime=1590.52 cores=1,3,5,7
/proc/9027/stat : 9027 (glucosInc) R 9022 9021 4113 0 -1 4202496 56342 0 0 0 158997 55 0 0 20 0 1 0 376575246 258088960 58849 33554432000 4194304 5654031 140734614135040 140734614132824 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9027/statm: 63010 58849 142 357 0 62650 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 573620

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 9139
/proc/meminfo: memFree=30485552/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=11.35 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16137 78082 0 0 235 27 803 70 20 0 1 0 376574100 319930368 45276 33554432000 4194304 6004724 140736518845888 140736518832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45276 167 442 0 77662 0
[pid=9027] ppid=9022 vsize=283908 CPUtime=1650.51 cores=1,3,5,7
/proc/9027/stat : 9027 (glucosInc) R 9022 9021 4113 0 -1 4202496 56681 0 0 0 164995 56 0 0 20 0 1 0 376575246 290721792 63274 33554432000 4194304 5654031 140734614135040 140734614132824 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9027/statm: 70977 63274 142 357 0 70617 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 605488

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 9139
/proc/meminfo: memFree=30493452/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=11.35 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16137 78082 0 0 235 27 803 70 20 0 1 0 376574100 319930368 45276 33554432000 4194304 6004724 140736518845888 140736518832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45276 167 442 0 77662 0
[pid=9027] ppid=9022 vsize=284460 CPUtime=1710.5 cores=1,3,5,7
/proc/9027/stat : 9027 (glucosInc) R 9022 9021 4113 0 -1 4202496 56944 0 0 0 170993 57 0 0 20 0 1 0 376575246 291287040 61352 33554432000 4194304 5654031 140734614135040 140734614122856 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9027/statm: 71115 61352 142 357 0 70755 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 606040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 9140
/proc/meminfo: memFree=30502716/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=11.35 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16137 78082 0 0 235 27 803 70 20 0 1 0 376574100 319930368 45276 33554432000 4194304 6004724 140736518845888 140736518832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45276 167 442 0 77662 0
[pid=9027] ppid=9022 vsize=259960 CPUtime=1770.48 cores=1,3,5,7
/proc/9027/stat : 9027 (glucosInc) R 9022 9021 4113 0 -1 4202496 57687 0 0 0 176990 58 0 0 20 0 1 0 376575246 266199040 58886 33554432000 4194304 5654031 140734614135040 140734614122856 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9027/statm: 64990 58886 142 357 0 64630 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 581540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 9140
/proc/meminfo: memFree=30496448/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=11.35 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16137 78082 0 0 235 27 803 70 20 0 1 0 376574100 319930368 45276 33554432000 4194304 6004724 140736518845888 140736518832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45276 167 442 0 77662 0
[pid=9027] ppid=9022 vsize=259960 CPUtime=1788.69 cores=1,3,5,7
/proc/9027/stat : 9027 (glucosInc) R 9022 9021 4113 0 -1 4202496 57690 0 0 0 178811 58 0 0 20 0 1 0 376575246 266199040 60422 33554432000 4194304 5654031 140734614135040 140734614122856 4232509 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9027/statm: 64990 60422 142 357 0 64630 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 581540

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 9140
/proc/meminfo: memFree=30496448/32873648 swapFree=7628/7628
[pid=9021] ppid=9019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9021/stat : 9021 (npSolver-pbo-It) S 9019 9021 4113 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 376574100 9367552 275 33554432000 4194304 5064252 140736342553168 140736342552080 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9021/statm: 2287 275 233 213 0 72 0
[pid=9022] ppid=9021 vsize=312432 CPUtime=11.35 cores=1,3,5,7
/proc/9022/stat : 9022 (npSolver-pbo) S 9021 9021 4113 0 -1 4202496 16137 78082 0 0 235 27 803 70 20 0 1 0 376574100 319930368 45276 33554432000 4194304 6004724 140736518845888 140736518832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 8 0 0
/proc/9022/statm: 78108 45276 167 442 0 77662 0
[pid=9027] ppid=9022 vsize=259960 CPUtime=1788.69 cores=1,3,5,7
/proc/9027/stat : 9027 (glucosInc) R 9022 9021 4113 0 -1 4202496 57690 0 0 0 178811 58 0 0 20 0 1 0 376575246 266199040 60422 33554432000 4194304 5654031 140734614135040 140734614122856 4232509 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9027/statm: 64990 60422 142 357 0 64630 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 581540

Child status: 0

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

Real time (s): 1800.51
CPU time (s): 1800.04
CPU user time (s): 1798.49
CPU system time (s): 1.55
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 1070952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3904
system time used= 0.989849
maximum resident set size= 720248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94597
page faults= 0
swaps= 0
block input operations= 0
block output operations= 323200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 17

runsolver used 5.98909 second user time and 15.7986 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-07 23:28:01
IDJOB=3746453
IDBENCH=73867
IDSOLVER=2332
FILE ID=node122/3746453-1339104481
RUNJOBID= node122-1339098177-4130
PBS_JOBID= 14643731
Free space on /tmp= 71148 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12038_3-sat.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746453-1339104481/watcher-3746453-1339104481 -o /tmp/evaluation-result-3746453-1339104481/solver-3746453-1339104481 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746453-1339104481.opb 1859668813 HOME HOME

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

MD5SUM BENCH= 56cc40b9ea431027514a5b56e02d7edb
RANDOM SEED=1859668813

node122.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.533
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	: 5333.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:        31026832 kB
Buffers:           71980 kB
Cached:           878400 kB
SwapCached:         2132 kB
Active:           227836 kB
Inactive:         825828 kB
Active(anon):     103688 kB
Inactive(anon):     2216 kB
Active(file):     124148 kB
Inactive(file):   823612 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099484 kB
Dirty:             12568 kB
Writeback:           340 kB
AnonPages:        123516 kB
Mapped:             9972 kB
Shmem:                 0 kB
Slab:             639460 kB
SReclaimable:      81312 kB
SUnreclaim:       558148 kB
KernelStack:        1456 kB
PageTables:         4124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     255204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71100 MiB
End job on node122 at 2012-06-07 23:58:02