Trace number 3715415

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? (TO) 1800.02 1800.62

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/driver/
normalized-driverlog02ac_wcsp.wbo
MD5SUMd9b0c8cfc52d0386d59e30810c41a02d
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1934
Best CPU time to get the best result obtained on this benchmark23.9514
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1161
Total number of constraints24270
Number of soft constraints23969
Number of constraints which are clauses23969
Number of constraints which are cardinality constraints (but not clauses)301
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint8
Top cost 58637
Min constraint cost 1
Max constraint cost 58637
Sum of constraints costs 1373628189
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
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.14	c run usual solver
0.00/0.60	o 1307040
0.00/0.60	c starting approximation
0.00/0.60	c factor = 2
0.00/0.60	c factor still to low - shrinking to 93985.3
0.00/0.60	c approx number of clauses: 1e+06
0.00/0.60	c current bound: 653520
281.89/282.21	c leaving approximation
281.89/282.21	c finished approximation
281.89/282.21	c fallback to adder encoding
1800.02/1800.61	c error: unexpected solver exit code
1800.02/1800.61	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-3715415-1338246069/watcher-3715415-1338246069 -o /tmp/evaluation-result-3715415-1338246069/solver-3715415-1338246069 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715415-1338246069.wbo 153861447 HOME HOME 

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.00 2.00 1.92 3/180 28375
/proc/meminfo: memFree=30261760/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0

[startup+0.0363169 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 28375
/proc/meminfo: memFree=30261760/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100252 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 28375
/proc/meminfo: memFree=30261760/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300226 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 28375
/proc/meminfo: memFree=30261760/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700148 s]
/proc/loadavg: 2.00 2.00 1.92 3/180 28375
/proc/meminfo: memFree=30261760/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 1.92 3/184 28389
/proc/meminfo: memFree=30197072/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
[pid=28376] ppid=28375 vsize=17076 CPUtime=0.67 cores=0,2,4,6
/proc/28376/stat : 28376 (npSolver-wbo) S 28375 28375 22749 0 -1 4202496 5005 10250 0 0 23 8 34 2 20 0 1 0 290732952 17485824 3273 33554432000 4194304 5990268 140737001263408 140737001254816 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 20 0 0
/proc/28376/statm: 4269 3273 174 439 0 3826 0
[pid=28388] ppid=28376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28388/stat : 28388 (satsolver.sh) S 28376 28375 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290733043 9367552 266 33554432000 4194304 5064252 140737387175040 140737387173952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28388/statm: 2287 266 226 213 0 72 0
[pid=28389] ppid=28388 vsize=49672 CPUtime=0.59 cores=0,2,4,6
/proc/28389/stat : 28389 (glucose) R 28388 28375 22749 0 -1 4202496 10452 0 0 0 57 2 0 0 20 0 1 0 290733043 50864128 11069 33554432000 4194304 5208918 140737227739888 140737227737832 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28389/statm: 12418 11069 95 248 0 12167 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 85044

[startup+3.10042 s]
/proc/loadavg: 2.00 2.00 1.92 3/184 28389
/proc/meminfo: memFree=30196204/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
[pid=28376] ppid=28375 vsize=17076 CPUtime=0.67 cores=0,2,4,6
/proc/28376/stat : 28376 (npSolver-wbo) S 28375 28375 22749 0 -1 4202496 5005 10250 0 0 23 8 34 2 20 0 1 0 290732952 17485824 3273 33554432000 4194304 5990268 140737001263408 140737001254816 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 20 0 0
/proc/28376/statm: 4269 3273 174 439 0 3826 0
[pid=28388] ppid=28376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28388/stat : 28388 (satsolver.sh) S 28376 28375 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290733043 9367552 266 33554432000 4194304 5064252 140737387175040 140737387173952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28388/statm: 2287 266 226 213 0 72 0
[pid=28389] ppid=28388 vsize=50432 CPUtime=2.18 cores=0,2,4,6
/proc/28389/stat : 28389 (glucose) R 28388 28375 22749 0 -1 4202496 10672 0 0 0 216 2 0 0 20 0 1 0 290733043 51642368 11289 33554432000 4194304 5208918 140737227739888 140737227737832 4229251 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28389/statm: 12608 11289 101 248 0 12357 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 85804

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 1.92 3/182 28394
/proc/meminfo: memFree=30069668/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
[pid=28376] ppid=28375 vsize=17076 CPUtime=0.67 cores=0,2,4,6
/proc/28376/stat : 28376 (npSolver-wbo) S 28375 28375 22749 0 -1 4202496 5005 10250 0 0 23 8 34 2 20 0 1 0 290732952 17485824 3273 33554432000 4194304 5990268 140737001263408 140737001254816 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 20 0 0
/proc/28376/statm: 4269 3273 174 439 0 3826 0
[pid=28388] ppid=28376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28388/stat : 28388 (satsolver.sh) S 28376 28375 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290733043 9367552 266 33554432000 4194304 5064252 140737387175040 140737387173952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28388/statm: 2287 266 226 213 0 72 0
[pid=28389] ppid=28388 vsize=50960 CPUtime=5.38 cores=0,2,4,6
/proc/28389/stat : 28389 (glucose) R 28388 28375 22749 0 -1 4202496 10857 0 0 0 536 2 0 0 20 0 1 0 290733043 52183040 11472 33554432000 4194304 5208918 140737227739888 140737227737832 4229361 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28389/statm: 12740 11472 101 248 0 12489 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 86332

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.92 3/184 28396
/proc/meminfo: memFree=29006404/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
[pid=28376] ppid=28375 vsize=17076 CPUtime=0.67 cores=0,2,4,6
/proc/28376/stat : 28376 (npSolver-wbo) S 28375 28375 22749 0 -1 4202496 5005 10250 0 0 23 8 34 2 20 0 1 0 290732952 17485824 3273 33554432000 4194304 5990268 140737001263408 140737001254816 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 20 0 0
/proc/28376/statm: 4269 3273 174 439 0 3826 0
[pid=28388] ppid=28376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28388/stat : 28388 (satsolver.sh) S 28376 28375 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290733043 9367552 266 33554432000 4194304 5064252 140737387175040 140737387173952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28388/statm: 2287 266 226 213 0 72 0
[pid=28389] ppid=28388 vsize=51544 CPUtime=11.78 cores=0,2,4,6
/proc/28389/stat : 28389 (glucose) R 28388 28375 22749 0 -1 4202496 11075 0 0 0 1176 2 0 0 20 0 1 0 290733043 52781056 11686 33554432000 4194304 5208918 140737227739888 140737227737560 4229049 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28389/statm: 12886 11686 101 248 0 12635 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 86916

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.92 3/184 28396
/proc/meminfo: memFree=29004832/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
[pid=28376] ppid=28375 vsize=17076 CPUtime=0.67 cores=0,2,4,6
/proc/28376/stat : 28376 (npSolver-wbo) S 28375 28375 22749 0 -1 4202496 5005 10250 0 0 23 8 34 2 20 0 1 0 290732952 17485824 3273 33554432000 4194304 5990268 140737001263408 140737001254816 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 20 0 0
/proc/28376/statm: 4269 3273 174 439 0 3826 0
[pid=28388] ppid=28376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28388/stat : 28388 (satsolver.sh) S 28376 28375 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290733043 9367552 266 33554432000 4194304 5064252 140737387175040 140737387173952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28388/statm: 2287 266 226 213 0 72 0
[pid=28389] ppid=28388 vsize=57264 CPUtime=24.57 cores=0,2,4,6
/proc/28389/stat : 28389 (glucose) R 28388 28375 22749 0 -1 4202496 11400 0 0 0 2455 2 0 0 20 0 1 0 290733043 58638336 12002 33554432000 4194304 5208918 140737227739888 140737227738040 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28389/statm: 14316 12002 101 248 0 14065 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 92636

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.92 3/184 28396
/proc/meminfo: memFree=29004120/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
[pid=28376] ppid=28375 vsize=17076 CPUtime=0.67 cores=0,2,4,6
/proc/28376/stat : 28376 (npSolver-wbo) S 28375 28375 22749 0 -1 4202496 5005 10250 0 0 23 8 34 2 20 0 1 0 290732952 17485824 3273 33554432000 4194304 5990268 140737001263408 140737001254816 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 20 0 0
/proc/28376/statm: 4269 3273 174 439 0 3826 0
[pid=28388] ppid=28376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28388/stat : 28388 (satsolver.sh) S 28376 28375 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290733043 9367552 266 33554432000 4194304 5064252 140737387175040 140737387173952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28388/statm: 2287 266 226 213 0 72 0
[pid=28389] ppid=28388 vsize=57264 CPUtime=50.16 cores=0,2,4,6
/proc/28389/stat : 28389 (glucose) R 28388 28375 22749 0 -1 4202496 11497 0 0 0 5014 2 0 0 20 0 1 0 290733043 58638336 12607 33554432000 4194304 5208918 140737227739888 140737227738040 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28389/statm: 14316 12607 101 248 0 14065 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 92636

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 28396
/proc/meminfo: memFree=29002888/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
[pid=28376] ppid=28375 vsize=17076 CPUtime=0.67 cores=0,2,4,6
/proc/28376/stat : 28376 (npSolver-wbo) S 28375 28375 22749 0 -1 4202496 5005 10250 0 0 23 8 34 2 20 0 1 0 290732952 17485824 3273 33554432000 4194304 5990268 140737001263408 140737001254816 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 20 0 0
/proc/28376/statm: 4269 3273 174 439 0 3826 0
[pid=28388] ppid=28376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28388/stat : 28388 (satsolver.sh) S 28376 28375 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290733043 9367552 266 33554432000 4194304 5064252 140737387175040 140737387173952 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28388/statm: 2287 266 226 213 0 72 0
[pid=28389] ppid=28388 vsize=57836 CPUtime=101.36 cores=0,2,4,6
/proc/28389/stat : 28389 (glucose) R 28388 28375 22749 0 -1 4202496 12632 0 0 0 10133 3 0 0 20 0 1 0 290733043 59224064 12831 33554432000 4194304 5208918 140737227739888 140737227738040 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28389/statm: 14459 12831 102 248 0 14208 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 93208

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 28396
/proc/meminfo: memFree=29000092/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
[pid=28376] ppid=28375 vsize=17076 CPUtime=0.67 cores=0,2,4,6
/proc/28376/stat : 28376 (npSolver-wbo) S 28375 28375 22749 0 -1 4202496 5005 10250 0 0 23 8 34 2 20 0 1 0 290732952 17485824 3273 33554432000 4194304 5990268 140737001263408 140737001254816 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 20 0 0
/proc/28376/statm: 4269 3273 174 439 0 3826 0
[pid=28388] ppid=28376 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/28404/stat : 28404 (glucose) R 28403 28375 22749 0 -1 4202496 81518 0 0 0 113661 24 0 0 20 0 1 0 290761476 610775040 127227 33554432000 4194304 5208918 140734126110464 140734126108312 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28404/statm: 149115 127227 105 248 0 148864 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 903908

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 28413
/proc/meminfo: memFree=28155888/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
[pid=28376] ppid=28375 vsize=289152 CPUtime=284.93 cores=0,2,4,6
/proc/28376/stat : 28376 (npSolver-wbo) S 28375 28375 22749 0 -1 4202496 15808 27695 0 0 291 43 28152 7 20 0 1 0 290732952 296091648 52676 33554432000 4194304 5990268 140737001263408 140737001254832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 20 0 0
/proc/28376/statm: 72288 52676 182 439 0 71845 0
[pid=28403] ppid=28376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28403/stat : 28403 (satsolver.sh) S 28376 28375 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290761476 9367552 267 33554432000 4194304 5064252 140737353987728 140737353986640 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28403/statm: 2287 267 226 213 0 72 0
[pid=28404] ppid=28403 vsize=596460 CPUtime=1196.83 cores=0,2,4,6
/proc/28404/stat : 28404 (glucose) R 28403 28375 22749 0 -1 4202496 81520 0 0 0 119659 24 0 0 20 0 1 0 290761476 610775040 127229 33554432000 4194304 5208918 140734126110464 140734126108312 4211019 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28404/statm: 149115 127229 105 248 0 148864 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 903908

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/184 28415
/proc/meminfo: memFree=28150244/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
[pid=28376] ppid=28375 vsize=289152 CPUtime=284.93 cores=0,2,4,6
/proc/28376/stat : 28376 (npSolver-wbo) S 28375 28375 22749 0 -1 4202496 15808 27695 0 0 291 43 28152 7 20 0 1 0 290732952 296091648 52676 33554432000 4194304 5990268 140737001263408 140737001254832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 20 0 0
/proc/28376/statm: 72288 52676 182 439 0 71845 0
[pid=28403] ppid=28376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28403/stat : 28403 (satsolver.sh) S 28376 28375 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290761476 9367552 267 33554432000 4194304 5064252 140737353987728 140737353986640 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28403/statm: 2287 267 226 213 0 72 0
[pid=28404] ppid=28403 vsize=600580 CPUtime=1256.83 cores=0,2,4,6
/proc/28404/stat : 28404 (glucose) R 28403 28375 22749 0 -1 4202496 82442 0 0 0 125658 25 0 0 20 0 1 0 290761476 614993920 128648 33554432000 4194304 5208918 140734126110464 140734126108136 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28404/statm: 150145 128648 105 248 0 149894 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 908028

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/184 28415
/proc/meminfo: memFree=28156516/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
[pid=28376] ppid=28375 vsize=289152 CPUtime=284.93 cores=0,2,4,6
/proc/28376/stat : 28376 (npSolver-wbo) S 28375 28375 22749 0 -1 4202496 15808 27695 0 0 291 43 28152 7 20 0 1 0 290732952 296091648 52676 33554432000 4194304 5990268 140737001263408 140737001254832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 20 0 0
/proc/28376/statm: 72288 52676 182 439 0 71845 0
[pid=28403] ppid=28376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28403/stat : 28403 (satsolver.sh) S 28376 28375 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290761476 9367552 267 33554432000 4194304 5064252 140737353987728 140737353986640 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28403/statm: 2287 267 226 213 0 72 0
[pid=28404] ppid=28403 vsize=529852 CPUtime=1316.82 cores=0,2,4,6
/proc/28404/stat : 28404 (glucose) R 28403 28375 22749 0 -1 4202496 85654 0 0 0 131653 29 0 0 20 0 1 0 290761476 542568448 127135 33554432000 4194304 5208918 140734126110464 140734126108312 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28404/statm: 132463 127135 105 248 0 132212 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 837300

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 28415
/proc/meminfo: memFree=28136736/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
[pid=28376] ppid=28375 vsize=289152 CPUtime=284.93 cores=0,2,4,6
/proc/28376/stat : 28376 (npSolver-wbo) S 28375 28375 22749 0 -1 4202496 15808 27695 0 0 291 43 28152 7 20 0 1 0 290732952 296091648 52676 33554432000 4194304 5990268 140737001263408 140737001254832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 20 0 0
/proc/28376/statm: 72288 52676 182 439 0 71845 0
[pid=28403] ppid=28376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28403/stat : 28403 (satsolver.sh) S 28376 28375 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290761476 9367552 267 33554432000 4194304 5064252 140737353987728 140737353986640 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28403/statm: 2287 267 226 213 0 72 0
[pid=28404] ppid=28403 vsize=618132 CPUtime=1376.81 cores=0,2,4,6
/proc/28404/stat : 28404 (glucose) R 28403 28375 22749 0 -1 4202496 88010 0 0 0 137650 31 0 0 20 0 1 0 290761476 632967168 132028 33554432000 4194304 5208918 140734126110464 140734126106776 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28404/statm: 154533 132028 105 248 0 154282 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 925580

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/183 28415
/proc/meminfo: memFree=28136736/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
[pid=28376] ppid=28375 vsize=289152 CPUtime=284.93 cores=0,2,4,6
/proc/28376/stat : 28376 (npSolver-wbo) S 28375 28375 22749 0 -1 4202496 15808 27695 0 0 291 43 28152 7 20 0 1 0 290732952 296091648 52676 33554432000 4194304 5990268 140737001263408 140737001254832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 20 0 0
/proc/28376/statm: 72288 52676 182 439 0 71845 0
[pid=28403] ppid=28376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28403/stat : 28403 (satsolver.sh) S 28376 28375 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290761476 9367552 267 33554432000 4194304 5064252 140737353987728 140737353986640 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28403/statm: 2287 267 226 213 0 72 0
[pid=28404] ppid=28403 vsize=618264 CPUtime=1436.8 cores=0,2,4,6
/proc/28404/stat : 28404 (glucose) R 28403 28375 22749 0 -1 4202496 88037 0 0 0 143649 31 0 0 20 0 1 0 290761476 633102336 132566 33554432000 4194304 5208918 140734126110464 140734126108312 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28404/statm: 154566 132566 105 248 0 154315 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 925712

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 1.95 3/184 28418
/proc/meminfo: memFree=28136244/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
[pid=28376] ppid=28375 vsize=289152 CPUtime=284.93 cores=0,2,4,6
/proc/28376/stat : 28376 (npSolver-wbo) S 28375 28375 22749 0 -1 4202496 15808 27695 0 0 291 43 28152 7 20 0 1 0 290732952 296091648 52676 33554432000 4194304 5990268 140737001263408 140737001254832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 20 0 0
/proc/28376/statm: 72288 52676 182 439 0 71845 0
[pid=28403] ppid=28376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28403/stat : 28403 (satsolver.sh) S 28376 28375 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290761476 9367552 267 33554432000 4194304 5064252 140737353987728 140737353986640 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28403/statm: 2287 267 226 213 0 72 0
[pid=28404] ppid=28403 vsize=547712 CPUtime=1496.78 cores=0,2,4,6
/proc/28404/stat : 28404 (glucose) R 28403 28375 22749 0 -1 4202496 91238 0 0 0 149644 34 0 0 20 0 1 0 290761476 560857088 132098 33554432000 4194304 5208918 140734126110464 140734126106840 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28404/statm: 136928 132098 105 248 0 136677 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 855160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.04 2.01 1.95 3/181 28476
/proc/meminfo: memFree=29367016/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
[pid=28376] ppid=28375 vsize=289152 CPUtime=284.93 cores=0,2,4,6
/proc/28376/stat : 28376 (npSolver-wbo) S 28375 28375 22749 0 -1 4202496 15808 27695 0 0 291 43 28152 7 20 0 1 0 290732952 296091648 52676 33554432000 4194304 5990268 140737001263408 140737001254832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 20 0 0
/proc/28376/statm: 72288 52676 182 439 0 71845 0
[pid=28403] ppid=28376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28403/stat : 28403 (satsolver.sh) S 28376 28375 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290761476 9367552 267 33554432000 4194304 5064252 140737353987728 140737353986640 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28403/statm: 2287 267 226 213 0 72 0
[pid=28404] ppid=28403 vsize=548420 CPUtime=1515.09 cores=0,2,4,6
/proc/28404/stat : 28404 (glucose) R 28403 28375 22749 0 -1 4202496 91330 0 0 0 151475 34 0 0 20 0 1 0 290761476 561582080 132190 33554432000 4194304 5208918 140734126110464 140734126108216 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28404/statm: 137105 132190 105 248 0 136854 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 855868

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.04 2.01 1.95 3/181 28476
/proc/meminfo: memFree=29367016/32873648 swapFree=6860/6860
[pid=28375] ppid=28373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28375/stat : 28375 (npSolver-wbo-It) S 28373 28375 22749 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290732952 9367552 275 33554432000 4194304 5064252 140734305913456 140734305912368 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28375/statm: 2287 275 233 213 0 72 0
[pid=28376] ppid=28375 vsize=289152 CPUtime=284.93 cores=0,2,4,6
/proc/28376/stat : 28376 (npSolver-wbo) S 28375 28375 22749 0 -1 4202496 15808 27695 0 0 291 43 28152 7 20 0 1 0 290732952 296091648 52676 33554432000 4194304 5990268 140737001263408 140737001254832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 20 0 0
/proc/28376/statm: 72288 52676 182 439 0 71845 0
[pid=28403] ppid=28376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28403/stat : 28403 (satsolver.sh) S 28376 28375 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290761476 9367552 267 33554432000 4194304 5064252 140737353987728 140737353986640 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28403/statm: 2287 267 226 213 0 72 0
[pid=28404] ppid=28403 vsize=548420 CPUtime=1515.09 cores=0,2,4,6
/proc/28404/stat : 28404 (glucose) R 28403 28375 22749 0 -1 4202496 91330 0 0 0 151475 34 0 0 20 0 1 0 290761476 561582080 132190 33554432000 4194304 5208918 140734126110464 140734126108216 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28404/statm: 137105 132190 105 248 0 136854 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 855868

Child status: 0

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

Real time (s): 1800.62
CPU time (s): 1800.02
CPU user time (s): 1799.18
CPU system time (s): 0.84
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 1063868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 284.44
system time used= 0.514921
maximum resident set size= 395696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44481
page faults= 0
swaps= 0
block input operations= 0
block output operations= 387192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82
involuntary context switches= 521

runsolver used 3.45047 second user time and 8.74667 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-29 01:01:09
IDJOB=3715415
IDBENCH=79463
IDSOLVER=2297
FILE ID=node116/3715415-1338246069
RUNJOBID= node116-1338233401-24068
PBS_JOBID= 14624642
Free space on /tmp= 71456 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/driver/normalized-driverlog02ac_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715415-1338246069/watcher-3715415-1338246069 -o /tmp/evaluation-result-3715415-1338246069/solver-3715415-1338246069 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715415-1338246069.wbo 153861447 HOME HOME

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

MD5SUM BENCH= d9b0c8cfc52d0386d59e30810c41a02d
RANDOM SEED=153861447

node116.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.556
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.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.92
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.556
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.92
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.556
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.90
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.556
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:        30262132 kB
Buffers:          449304 kB
Cached:          1226884 kB
SwapCached:         3232 kB
Active:          1007064 kB
Inactive:         748692 kB
Active(anon):      68764 kB
Inactive(anon):     8956 kB
Active(file):     938300 kB
Inactive(file):   739736 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103672 kB
Dirty:             26556 kB
Writeback:             0 kB
AnonPages:         77664 kB
Mapped:            13604 kB
Shmem:                96 kB
Slab:             717280 kB
SReclaimable:     160864 kB
SUnreclaim:       556416 kB
KernelStack:        1544 kB
PageTables:         3836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     199784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 71272 MiB
End job on node116 at 2012-05-29 01:31:10