Trace number 3751246

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-quickBound (fixed)UNSAT 709.93 710.409

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12048_4-unsat.opb
MD5SUMe20086c85095d65afe65e19d07ad3aeb
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.9148
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables28798
Total number of constraints99736
Number of constraints which are clauses99264
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint1
Maximum length of a constraint69
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 397
Number of bits of the biggest sum of numbers9
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.81	c run inc solver
0.00/0.81	c [INC SYSTEM] run initial solver
0.00/0.81	c [INC SYSTEM] preprocess with white file
5.01/5.33	c [INC SYSTEM] finished preprocessing in 4 s
5.01/5.33	c [INC SYSTEM] execute solver
709.84/710.39	c [INC SEARCH] formula is UNSAT
709.84/710.39	c [INC SYSTEM] solved the initial formula
709.84/710.39	s UNSATISFIABLE

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-3751246-1339157107/watcher-3751246-1339157107 -o /tmp/evaluation-result-3751246-1339157107/solver-3751246-1339157107 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751246-1339157107.opb 1801058072 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: 2.01 2.02 2.00 3/182 8135
/proc/meminfo: memFree=31493252/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0

[startup+0.0452789 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 8135
/proc/meminfo: memFree=31493252/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100296 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 8135
/proc/meminfo: memFree=31493252/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300267 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 8135
/proc/meminfo: memFree=31493252/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700274 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 8135
/proc/meminfo: memFree=31493252/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 2.01 2.02 2.00 3/186 8139
/proc/meminfo: memFree=31365988/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=0.81 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12103 0 0 0 74 7 0 0 20 0 1 0 25677378 89112576 19212 33554432000 4194304 6004724 140734102579920 140734102574384 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19212 162 442 0 21310 0
[pid=8138] ppid=8136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8138/stat : 8138 (cp2_pre.sh) S 8136 8135 13680 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 25677459 9367552 277 33554432000 4194304 5064252 140735918014448 140735918013152 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8138/statm: 2287 277 234 213 0 72 0
[pid=8139] ppid=8138 vsize=176020 CPUtime=0.67 cores=1,3,5,7
/proc/8139/stat : 8139 (coprocessor) R 8138 8135 13680 0 -1 4202496 26263 0 0 0 60 7 0 0 20 0 1 0 25677460 180244480 38552 33554432000 4194304 6586260 140734358098656 140734358094920 4547847 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/8139/statm: 44005 38552 165 584 0 43417 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 281340

[startup+3.1004 s]
/proc/loadavg: 2.01 2.02 2.00 3/186 8146
/proc/meminfo: memFree=31210576/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=0.81 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12103 0 0 0 74 7 0 0 20 0 1 0 25677378 89112576 19212 33554432000 4194304 6004724 140734102579920 140734102574384 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19212 162 442 0 21310 0
[pid=8138] ppid=8136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8138/stat : 8138 (cp2_pre.sh) S 8136 8135 13680 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 25677459 9367552 277 33554432000 4194304 5064252 140735918014448 140735918013152 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8138/statm: 2287 277 234 213 0 72 0
[pid=8139] ppid=8138 vsize=229172 CPUtime=2.26 cores=1,3,5,7
/proc/8139/stat : 8139 (coprocessor) R 8138 8135 13680 0 -1 4202496 36504 0 0 0 217 9 0 0 20 0 1 0 25677460 234672128 55945 33554432000 4194304 6586260 140734358098656 140734358094680 4676827 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/8139/statm: 57293 55945 191 584 0 56705 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 334492

[startup+6.30036 s]
/proc/loadavg: 2.01 2.02 2.00 2/184 8153
/proc/meminfo: memFree=31410928/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12120 40143 0 0 74 7 369 52 20 0 1 0 25677378 89112576 19216 33554432000 4194304 6004724 140734102579920 140734102566200 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19216 166 442 0 21310 0
[pid=8153] ppid=8136 vsize=71132 CPUtime=0.96 cores=1,3,5,7
/proc/8153/stat : 8153 (glucosInc) R 8136 8135 13680 0 -1 4202496 13314 0 0 0 93 3 0 0 20 0 1 0 25677911 72839168 14268 33554432000 4194304 5654031 140734535601648 140734535599432 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8153/statm: 17783 14268 131 357 0 17423 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 167304

[startup+12.7004 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 8167
/proc/meminfo: memFree=31402988/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12120 40143 0 0 74 7 369 52 20 0 1 0 25677378 89112576 19216 33554432000 4194304 6004724 140734102579920 140734102566200 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19216 166 442 0 21310 0
[pid=8153] ppid=8136 vsize=71660 CPUtime=7.36 cores=1,3,5,7
/proc/8153/stat : 8153 (glucosInc) R 8136 8135 13680 0 -1 4202496 13464 0 0 0 733 3 0 0 20 0 1 0 25677911 73379840 14418 33554432000 4194304 5654031 140734535601648 140734535599432 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8153/statm: 17915 14418 139 357 0 17555 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 167832

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 2.00 3/185 8197
/proc/meminfo: memFree=31353036/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12120 40143 0 0 74 7 369 52 20 0 1 0 25677378 89112576 19216 33554432000 4194304 6004724 140734102579920 140734102566200 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19216 166 442 0 21310 0
[pid=8153] ppid=8136 vsize=72212 CPUtime=20.16 cores=1,3,5,7
/proc/8153/stat : 8153 (glucosInc) R 8136 8135 13680 0 -1 4202496 14240 0 0 0 2013 3 0 0 20 0 1 0 25677911 73945088 14412 33554432000 4194304 5654031 140734535601648 140734535599496 4232479 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8153/statm: 18053 14412 140 357 0 17693 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 168384

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 2.00 3/185 8249
/proc/meminfo: memFree=31381372/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12120 40143 0 0 74 7 369 52 20 0 1 0 25677378 89112576 19216 33554432000 4194304 6004724 140734102579920 140734102566200 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19216 166 442 0 21310 0
[pid=8153] ppid=8136 vsize=80228 CPUtime=45.74 cores=1,3,5,7
/proc/8153/stat : 8153 (glucosInc) R 8136 8135 13680 0 -1 4202496 15102 0 0 0 4570 4 0 0 20 0 1 0 25677911 82153472 16667 33554432000 4194304 5654031 140734535601648 140734535589464 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8153/statm: 20057 16667 140 357 0 19697 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 176400

[startup+102.308 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 8365
/proc/meminfo: memFree=31335012/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12120 40143 0 0 74 7 369 52 20 0 1 0 25677378 89112576 19216 33554432000 4194304 6004724 140734102579920 140734102566200 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19216 166 442 0 21310 0
[pid=8153] ppid=8136 vsize=91724 CPUtime=96.92 cores=1,3,5,7
/proc/8153/stat : 8153 (glucosInc) R 8136 8135 13680 0 -1 4202496 16379 0 0 0 9685 7 0 0 20 0 1 0 25677911 93925376 19186 33554432000 4194304 5654031 140734535601648 140734535589464 4232984 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8153/statm: 22931 19186 141 357 0 22571 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 187896

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 8491
/proc/meminfo: memFree=31331740/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12120 40143 0 0 74 7 369 52 20 0 1 0 25677378 89112576 19216 33554432000 4194304 6004724 140734102579920 140734102566200 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19216 166 442 0 21310 0
[pid=8153] ppid=8136 vsize=91724 CPUtime=156.9 cores=1,3,5,7
/proc/8153/stat : 8153 (glucosInc) R 8136 8135 13680 0 -1 4202496 16440 0 0 0 15682 8 0 0 20 0 1 0 25677911 93925376 19758 33554432000 4194304 5654031 140734535601648 140734535589464 4232438 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8153/statm: 22931 19758 141 357 0 22571 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 187896

[startup+222.3 s]
/proc/loadavg: 1.96 1.99 1.99 3/185 8624
/proc/meminfo: memFree=31324512/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12120 40143 0 0 74 7 369 52 20 0 1 0 25677378 89112576 19216 33554432000 4194304 6004724 140734102579920 140734102566200 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19216 166 442 0 21310 0
[pid=8153] ppid=8136 vsize=98888 CPUtime=216.89 cores=1,3,5,7

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

/proc/8153/stat : 8153 (glucosInc) R 8136 8135 13680 0 -1 4202496 17903 0 0 0 51671 14 0 0 20 0 1 0 25677911 113455104 24558 33554432000 4194304 5654031 140734535601648 140734535589464 4232488 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8153/statm: 27699 24558 141 357 0 27339 0
Current children cumulated CPU time (s) 521.87
Current children cumulated vsize (KiB) 206968

[startup+582.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/185 9413
/proc/meminfo: memFree=31309856/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12120 40143 0 0 74 7 369 52 20 0 1 0 25677378 89112576 19216 33554432000 4194304 6004724 140734102579920 140734102566200 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19216 166 442 0 21310 0
[pid=8153] ppid=8136 vsize=110796 CPUtime=576.84 cores=1,3,5,7
/proc/8153/stat : 8153 (glucosInc) R 8136 8135 13680 0 -1 4202496 17903 0 0 0 57670 14 0 0 20 0 1 0 25677911 113455104 24558 33554432000 4194304 5654031 140734535601648 140734535589464 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8153/statm: 27699 24558 141 357 0 27339 0
Current children cumulated CPU time (s) 581.86
Current children cumulated vsize (KiB) 206968

[startup+642.3 s]
/proc/loadavg: 1.96 1.96 1.98 3/185 9539
/proc/meminfo: memFree=31307020/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12120 40143 0 0 74 7 369 52 20 0 1 0 25677378 89112576 19216 33554432000 4194304 6004724 140734102579920 140734102566200 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19216 166 442 0 21310 0
[pid=8153] ppid=8136 vsize=110796 CPUtime=636.84 cores=1,3,5,7
/proc/8153/stat : 8153 (glucosInc) R 8136 8135 13680 0 -1 4202496 17904 0 0 0 63670 14 0 0 20 0 1 0 25677911 113455104 24558 33554432000 4194304 5654031 140734535601648 140734535589464 4208717 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8153/statm: 27699 24558 141 357 0 27339 0
Current children cumulated CPU time (s) 641.86
Current children cumulated vsize (KiB) 206968

[startup+702.3 s]
/proc/loadavg: 2.03 1.98 1.99 3/185 9672
/proc/meminfo: memFree=31309328/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12120 40143 0 0 74 7 369 52 20 0 1 0 25677378 89112576 19216 33554432000 4194304 6004724 140734102579920 140734102566200 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19216 166 442 0 21310 0
[pid=8153] ppid=8136 vsize=110796 CPUtime=696.82 cores=1,3,5,7
/proc/8153/stat : 8153 (glucosInc) R 8136 8135 13680 0 -1 4202496 17904 0 0 0 69668 14 0 0 20 0 1 0 25677911 113455104 24558 33554432000 4194304 5654031 140734535601648 140734535589464 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8153/statm: 27699 24558 141 357 0 27339 0
Current children cumulated CPU time (s) 701.84
Current children cumulated vsize (KiB) 206968

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

[startup+703.9 s]
/proc/loadavg: 2.02 1.98 1.99 3/185 9679
/proc/meminfo: memFree=31310956/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12120 40143 0 0 74 7 369 52 20 0 1 0 25677378 89112576 19216 33554432000 4194304 6004724 140734102579920 140734102566200 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19216 166 442 0 21310 0
[pid=8153] ppid=8136 vsize=110796 CPUtime=698.43 cores=1,3,5,7
/proc/8153/stat : 8153 (glucosInc) R 8136 8135 13680 0 -1 4202496 17904 0 0 0 69829 14 0 0 20 0 1 0 25677911 113455104 24558 33554432000 4194304 5654031 140734535601648 140734535589464 4233306 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8153/statm: 27699 24558 141 357 0 27339 0
Current children cumulated CPU time (s) 703.45
Current children cumulated vsize (KiB) 206968

[startup+707.1 s]
/proc/loadavg: 2.02 1.98 1.99 3/185 9679
/proc/meminfo: memFree=31309948/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12120 40143 0 0 74 7 369 52 20 0 1 0 25677378 89112576 19216 33554432000 4194304 6004724 140734102579920 140734102566200 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19216 166 442 0 21310 0
[pid=8153] ppid=8136 vsize=122288 CPUtime=701.62 cores=1,3,5,7
/proc/8153/stat : 8153 (glucosInc) R 8136 8135 13680 0 -1 4202496 17909 0 0 0 70148 14 0 0 20 0 1 0 25677911 125222912 26607 33554432000 4194304 5654031 140734535601648 140734535599448 4217744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8153/statm: 30572 26607 141 357 0 30212 0
Current children cumulated CPU time (s) 706.64
Current children cumulated vsize (KiB) 218460

[startup+708.7 s]
/proc/loadavg: 2.02 1.98 1.99 3/185 9686
/proc/meminfo: memFree=31301256/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12120 40143 0 0 74 7 369 52 20 0 1 0 25677378 89112576 19216 33554432000 4194304 6004724 140734102579920 140734102566200 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19216 166 442 0 21310 0
[pid=8153] ppid=8136 vsize=122288 CPUtime=703.22 cores=1,3,5,7
/proc/8153/stat : 8153 (glucosInc) R 8136 8135 13680 0 -1 4202496 17909 0 0 0 70308 14 0 0 20 0 1 0 25677911 125222912 26607 33554432000 4194304 5654031 140734535601648 140734535599448 4216337 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8153/statm: 30572 26607 141 357 0 30212 0
Current children cumulated CPU time (s) 708.24
Current children cumulated vsize (KiB) 218460

[startup+709.508 s]
/proc/loadavg: 2.02 1.98 1.99 3/185 9686
/proc/meminfo: memFree=31301008/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12120 40143 0 0 74 7 369 52 20 0 1 0 25677378 89112576 19216 33554432000 4194304 6004724 140734102579920 140734102566200 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19216 166 442 0 21310 0
[pid=8153] ppid=8136 vsize=122288 CPUtime=704.02 cores=1,3,5,7
/proc/8153/stat : 8153 (glucosInc) R 8136 8135 13680 0 -1 4202496 17909 0 0 0 70388 14 0 0 20 0 1 0 25677911 125222912 26607 33554432000 4194304 5654031 140734535601648 140734535599448 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8153/statm: 30572 26607 141 357 0 30212 0
Current children cumulated CPU time (s) 709.04
Current children cumulated vsize (KiB) 218460

[startup+709.9 s]
/proc/loadavg: 2.02 1.98 1.99 3/185 9686
/proc/meminfo: memFree=31301008/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12120 40143 0 0 74 7 369 52 20 0 1 0 25677378 89112576 19216 33554432000 4194304 6004724 140734102579920 140734102566200 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19216 166 442 0 21310 0
[pid=8153] ppid=8136 vsize=122288 CPUtime=704.42 cores=1,3,5,7
/proc/8153/stat : 8153 (glucosInc) R 8136 8135 13680 0 -1 4202496 17909 0 0 0 70428 14 0 0 20 0 1 0 25677911 125222912 26607 33554432000 4194304 5654031 140734535601648 140734535599448 4216692 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8153/statm: 30572 26607 141 357 0 30212 0
Current children cumulated CPU time (s) 709.44
Current children cumulated vsize (KiB) 218460

[startup+710.3 s]
/proc/loadavg: 2.02 1.98 1.99 3/185 9686
/proc/meminfo: memFree=31301008/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87024 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) S 8135 8135 13680 0 -1 4202496 12120 40143 0 0 74 7 369 52 20 0 1 0 25677378 89112576 19216 33554432000 4194304 6004724 140734102579920 140734102566200 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/8136/statm: 21756 19216 166 442 0 21310 0
[pid=8153] ppid=8136 vsize=122288 CPUtime=704.82 cores=1,3,5,7
/proc/8153/stat : 8153 (glucosInc) R 8136 8135 13680 0 -1 4202496 17909 0 0 0 70468 14 0 0 20 0 1 0 25677911 125222912 26607 33554432000 4194304 5654031 140734535601648 140734535599448 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8153/statm: 30572 26607 141 357 0 30212 0
Current children cumulated CPU time (s) 709.84
Current children cumulated vsize (KiB) 218460

[startup+710.4 s]
/proc/loadavg: 2.02 1.98 1.99 3/185 9686
/proc/meminfo: memFree=31301008/32873844 swapFree=7632/7632
[pid=8135] ppid=8133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8135/stat : 8135 (npSolver-pbo-It) S 8133 8135 13680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 25677378 9367552 275 33554432000 4194304 5064252 140736908126496 140736908125408 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8135/statm: 2287 275 233 213 0 72 0
[pid=8136] ppid=8135 vsize=87028 CPUtime=5.02 cores=1,3,5,7
/proc/8136/stat : 8136 (npSolver-pbo) R 8135 8135 13680 0 -1 4202496 15465 40143 0 0 74 7 369 52 20 0 1 0 25677378 89116672 19219 33554432000 4194304 6004724 140734102579920 140734102575928 4959366 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8136/statm: 21757 19219 168 442 0 21311 0
[pid=8153] ppid=8136 vsize=0 CPUtime=704.91 cores=1,3,5,7
/proc/8153/stat : 8153 (glucosInc) Z 8136 8135 13680 0 -1 4202508 17914 0 0 0 70477 14 0 0 20 0 1 0 25677911 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8153/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 709.93
Current children cumulated vsize (KiB) 96176

Child status: 0

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

Real time (s): 710.409
CPU time (s): 709.93
CPU user time (s): 709.2
CPU system time (s): 0.73
CPU usage (%): 99.9326
Max. virtual memory (cumulated for all children) (KiB): 352168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.45132
system time used= 0.611906
maximum resident set size= 248484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56179
page faults= 0
swaps= 0
block input operations= 0
block output operations= 61560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 27

runsolver used 1.20682 second user time and 3.32649 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-08 14:05:07
IDJOB=3751246
IDBENCH=73869
IDSOLVER=2335
FILE ID=node135/3751246-1339157107
RUNJOBID= node135-1339134279-13697
PBS_JOBID= 14643799
Free space on /tmp= 70580 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12048_4-unsat.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751246-1339157107/watcher-3751246-1339157107 -o /tmp/evaluation-result-3751246-1339157107/solver-3751246-1339157107 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751246-1339157107.opb 1801058072 HOME HOME

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

MD5SUM BENCH= e20086c85095d65afe65e19d07ad3aeb
RANDOM SEED=1801058072

node135.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.905
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.81
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.905
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	: 5274.12
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.905
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.90
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.905
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.905
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.93
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.905
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.905
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.905
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31493756 kB
Buffers:          149552 kB
Cached:           321280 kB
SwapCached:         2496 kB
Active:           425076 kB
Inactive:         118312 kB
Active(anon):      73620 kB
Inactive(anon):     1452 kB
Active(file):     351456 kB
Inactive(file):   116860 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098928 kB
Dirty:             11756 kB
Writeback:             0 kB
AnonPages:         95400 kB
Mapped:            10384 kB
Shmem:                 0 kB
Slab:             694472 kB
SReclaimable:     134396 kB
SUnreclaim:       560076 kB
KernelStack:        1584 kB
PageTables:         3948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     205772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70564 MiB
End job on node135 at 2012-06-08 14:16:58