Trace number 3714779

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? (TO) 1800.13 1800.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-sheep4r-4-2_wcsp.wbo
MD5SUM4279ee44886a475273bf158c4a05b4f8
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark65.854
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables22540
Total number of constraints1101088
Number of soft constraints1098834
Number of constraints which are clauses1098834
Number of constraints which are cardinality constraints (but not clauses)2254
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 899
Min constraint cost 1
Max constraint cost 899
Sum of constraints costs 980594130
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
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

7.69/7.76	c run usual solver
71.26/71.37	o 185
71.26/71.37	c fallback to adder encoding
1228.18/1228.46	o 184
1228.18/1228.46	c fallback to adder encoding
1800.07/1800.41	./satsolver.sh: line 5: 29231 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.41	c error: unexpected solver exit code
1800.07/1800.41	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-3714779-1338252691/watcher-3714779-1338252691 -o /tmp/evaluation-result-3714779-1338252691/solver-3714779-1338252691 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714779-1338252691.wbo 951667841 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.00 2.00 2.00 3/177 28811
/proc/meminfo: memFree=27779148/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0

[startup+0.056974 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28811
/proc/meminfo: memFree=27779148/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100272 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28811
/proc/meminfo: memFree=27779148/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28811
/proc/meminfo: memFree=27779148/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28811
/proc/meminfo: memFree=27779148/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 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 2.00 3/179 28813
/proc/meminfo: memFree=27749432/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=19428 CPUtime=1.48 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) R 28811 28811 25900 0 -1 4202496 2549 0 0 0 148 0 0 0 20 0 1 0 291397716 19894272 4048 33554432000 4194304 5990268 140734098368416 140734098363656 5177776 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 4857 4048 137 439 0 4414 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28576

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 28822
/proc/meminfo: memFree=27904124/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=35812 CPUtime=3.08 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) R 28811 28811 25900 0 -1 4202496 3078 0 0 0 307 1 0 0 20 0 1 0 291397716 36671488 8146 33554432000 4194304 5990268 140734098368416 140734098363656 5177776 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 8953 8146 137 439 0 8510 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44960

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 28822
/proc/meminfo: memFree=27812652/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=167020 CPUtime=6.29 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) R 28811 28811 25900 0 -1 4202496 5534 0 0 0 624 5 0 0 20 0 1 0 291397716 171028480 30311 33554432000 4194304 5990268 140734098368416 140734098364296 4696983 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 41755 30311 142 439 0 41312 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 176168

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28824
/proc/meminfo: memFree=27303204/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=188480 CPUtime=9.48 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) S 28811 28811 25900 0 -1 4202496 7330 0 0 0 796 152 0 0 20 0 1 0 291397716 193003520 35668 33554432000 4194304 5990268 140734098368416 140734098361568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 47120 35668 150 439 0 46677 0
[pid=28823] ppid=28812 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28823/stat : 28823 (cp2_pre.sh) S 28812 28811 25900 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 291398665 9367552 277 33554432000 4194304 5064252 140734248552896 140734248551600 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28823/statm: 2287 277 234 213 0 72 0
[pid=28824] ppid=28823 vsize=468560 CPUtime=3.19 cores=1,3,5,7
/proc/28824/stat : 28824 (coprocessor) R 28823 28811 25900 0 -1 4202496 45510 0 0 0 304 15 0 0 20 0 1 0 291398665 479805440 112086 33554432000 4194304 6586260 140736275985600 140736275981624 4789455 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/28824/statm: 117140 112086 179 584 0 116552 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 675336

[startup+25.5063 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28906
/proc/meminfo: memFree=27180428/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=188480 CPUtime=9.48 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) S 28811 28811 25900 0 -1 4202496 7330 0 0 0 796 152 0 0 20 0 1 0 291397716 193003520 35668 33554432000 4194304 5990268 140734098368416 140734098361568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 47120 35668 150 439 0 46677 0
[pid=28823] ppid=28812 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28823/stat : 28823 (cp2_pre.sh) S 28812 28811 25900 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 291398665 9367552 277 33554432000 4194304 5064252 140734248552896 140734248551600 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28823/statm: 2287 277 234 213 0 72 0
[pid=28824] ppid=28823 vsize=535592 CPUtime=15.99 cores=1,3,5,7
/proc/28824/stat : 28824 (coprocessor) R 28823 28811 25900 0 -1 4202496 49978 0 0 0 1584 15 0 0 20 0 1 0 291398665 548446208 129840 33554432000 4194304 6586260 140736275985600 140736275981192 5599484 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/28824/statm: 133898 129840 188 584 0 133310 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 742368

[startup+51.1003 s]
/proc/loadavg: 2.19 2.05 2.01 3/183 28908
/proc/meminfo: memFree=26490488/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=188480 CPUtime=9.48 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) S 28811 28811 25900 0 -1 4202496 7330 0 0 0 796 152 0 0 20 0 1 0 291397716 193003520 35668 33554432000 4194304 5990268 140734098368416 140734098361568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 47120 35668 150 439 0 46677 0
[pid=28823] ppid=28812 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28823/stat : 28823 (cp2_pre.sh) S 28812 28811 25900 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 291398665 9367552 277 33554432000 4194304 5064252 140734248552896 140734248551600 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28823/statm: 2287 277 234 213 0 72 0
[pid=28824] ppid=28823 vsize=535856 CPUtime=41.58 cores=1,3,5,7
/proc/28824/stat : 28824 (coprocessor) R 28823 28811 25900 0 -1 4202496 50058 0 0 0 4143 15 0 0 20 0 1 0 291398665 548716544 129920 33554432000 4194304 6586260 140736275985600 140736275980968 5599447 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/28824/statm: 133964 129920 188 584 0 133376 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 742632

[startup+102.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/184 28994
/proc/meminfo: memFree=27082164/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=303172 CPUtime=71.92 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) S 28811 28811 25900 0 -1 4202496 12231 92915 0 0 888 307 5947 50 20 0 1 0 291397716 310448128 57781 33554432000 4194304 5990268 140734098368416 140734098359840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 75793 57781 164 439 0 75350 0
[pid=28934] ppid=28812 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28934/stat : 28934 (satsolver.sh) S 28812 28811 25900 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 291404912 9367552 266 33554432000 4194304 5064252 140735616237200 140735616236112 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28934/statm: 2287 266 226 213 0 72 0
[pid=28935] ppid=28934 vsize=301488 CPUtime=30.32 cores=1,3,5,7
/proc/28935/stat : 28935 (glucose) R 28934 28811 25900 0 -1 4202496 39299 0 0 0 3021 11 0 0 20 0 1 0 291404912 308723712 61558 33554432000 4194304 5208918 140737313134336 140737313132488 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28935/statm: 75372 61558 103 248 0 75121 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 622956

[startup+162.3 s]
/proc/loadavg: 2.21 2.07 2.02 3/180 29127
/proc/meminfo: memFree=27075664/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=303172 CPUtime=71.92 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) S 28811 28811 25900 0 -1 4202496 12231 92915 0 0 888 307 5947 50 20 0 1 0 291397716 310448128 57781 33554432000 4194304 5990268 140734098368416 140734098359840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 75793 57781 164 439 0 75350 0
[pid=28934] ppid=28812 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28934/stat : 28934 (satsolver.sh) S 28812 28811 25900 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 291404912 9367552 266 33554432000 4194304 5064252 140735616237200 140735616236112 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28934/statm: 2287 266 226 213 0 72 0
[pid=28935] ppid=28934 vsize=301488 CPUtime=90.31 cores=1,3,5,7
/proc/28935/stat : 28935 (glucose) R 28934 28811 25900 0 -1 4202496 39304 0 0 0 9020 11 0 0 20 0 1 0 291404912 308723712 63694 33554432000 4194304 5208918 140737313134336 140737313132488 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28935/statm: 75372 63694 103 248 0 75121 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 622956

[startup+222.3 s]
/proc/loadavg: 2.31 2.12 2.03 3/183 29133
/proc/meminfo: memFree=25310268/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=303172 CPUtime=71.92 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) S 28811 28811 25900 0 -1 4202496 12231 92915 0 0 888 307 5947 50 20 0 1 0 291397716 310448128 57781 33554432000 4194304 5990268 140734098368416 140734098359840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 75793 57781 164 439 0 75350 0
[pid=28934] ppid=28812 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.09 2.05 2.05 3/183 29231
/proc/meminfo: memFree=27168760/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=303172 CPUtime=1228.83 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) S 28811 28811 25900 0 -1 4202496 17975 145724 0 0 948 315 121532 88 20 0 1 0 291397716 310448128 57781 33554432000 4194304 5990268 140734098368416 140734098359840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 75793 57781 164 439 0 75350 0
[pid=29230] ppid=28812 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29230/stat : 29230 (satsolver.sh) S 28812 28811 25900 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291520622 9367552 267 33554432000 4194304 5064252 140734690019040 140734690017952 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29230/statm: 2287 267 226 213 0 72 0
[pid=29231] ppid=29230 vsize=300272 CPUtime=133.2 cores=1,3,5,7
/proc/29231/stat : 29231 (glucose) R 29230 28811 25900 0 -1 4202496 37929 0 0 0 13310 10 0 0 20 0 1 0 291520622 307478528 61130 33554432000 4194304 5208918 140733898085072 140733898083032 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29231/statm: 75068 61130 95 248 0 74817 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 621740

[startup+1422.3 s]
/proc/loadavg: 2.03 2.04 2.04 3/184 29233
/proc/meminfo: memFree=27177780/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=303172 CPUtime=1228.83 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) S 28811 28811 25900 0 -1 4202496 17975 145724 0 0 948 315 121532 88 20 0 1 0 291397716 310448128 57781 33554432000 4194304 5990268 140734098368416 140734098359840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 75793 57781 164 439 0 75350 0
[pid=29230] ppid=28812 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29230/stat : 29230 (satsolver.sh) S 28812 28811 25900 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291520622 9367552 267 33554432000 4194304 5064252 140734690019040 140734690017952 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29230/statm: 2287 267 226 213 0 72 0
[pid=29231] ppid=29230 vsize=300272 CPUtime=193.19 cores=1,3,5,7
/proc/29231/stat : 29231 (glucose) R 29230 28811 25900 0 -1 4202496 37932 0 0 0 19309 10 0 0 20 0 1 0 291520622 307478528 61731 33554432000 4194304 5208918 140733898085072 140733898083032 4211901 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29231/statm: 75068 61731 95 248 0 74817 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 621740

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/184 29233
/proc/meminfo: memFree=27167844/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=303172 CPUtime=1228.83 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) S 28811 28811 25900 0 -1 4202496 17975 145724 0 0 948 315 121532 88 20 0 1 0 291397716 310448128 57781 33554432000 4194304 5990268 140734098368416 140734098359840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 75793 57781 164 439 0 75350 0
[pid=29230] ppid=28812 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29230/stat : 29230 (satsolver.sh) S 28812 28811 25900 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291520622 9367552 267 33554432000 4194304 5064252 140734690019040 140734690017952 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29230/statm: 2287 267 226 213 0 72 0
[pid=29231] ppid=29230 vsize=300272 CPUtime=253.18 cores=1,3,5,7
/proc/29231/stat : 29231 (glucose) R 29230 28811 25900 0 -1 4202496 37933 0 0 0 25308 10 0 0 20 0 1 0 291520622 307478528 62243 33554432000 4194304 5208918 140733898085072 140733898083032 4211537 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29231/statm: 75068 62243 95 248 0 74817 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 621740

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/184 29233
/proc/meminfo: memFree=27161356/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=303172 CPUtime=1228.83 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) S 28811 28811 25900 0 -1 4202496 17975 145724 0 0 948 315 121532 88 20 0 1 0 291397716 310448128 57781 33554432000 4194304 5990268 140734098368416 140734098359840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 75793 57781 164 439 0 75350 0
[pid=29230] ppid=28812 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29230/stat : 29230 (satsolver.sh) S 28812 28811 25900 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291520622 9367552 267 33554432000 4194304 5064252 140734690019040 140734690017952 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29230/statm: 2287 267 226 213 0 72 0
[pid=29231] ppid=29230 vsize=300272 CPUtime=313.18 cores=1,3,5,7
/proc/29231/stat : 29231 (glucose) R 29230 28811 25900 0 -1 4202496 37936 0 0 0 31308 10 0 0 20 0 1 0 291520622 307478528 62756 33554432000 4194304 5208918 140733898085072 140733898083032 4211712 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29231/statm: 75068 62756 95 248 0 74817 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 621740

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/184 29240
/proc/meminfo: memFree=27212308/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=303172 CPUtime=1228.83 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) S 28811 28811 25900 0 -1 4202496 17975 145724 0 0 948 315 121532 88 20 0 1 0 291397716 310448128 57781 33554432000 4194304 5990268 140734098368416 140734098359840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 75793 57781 164 439 0 75350 0
[pid=29230] ppid=28812 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29230/stat : 29230 (satsolver.sh) S 28812 28811 25900 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291520622 9367552 267 33554432000 4194304 5064252 140734690019040 140734690017952 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29230/statm: 2287 267 226 213 0 72 0
[pid=29231] ppid=29230 vsize=300272 CPUtime=373.16 cores=1,3,5,7
/proc/29231/stat : 29231 (glucose) R 29230 28811 25900 0 -1 4202496 37937 0 0 0 37306 10 0 0 20 0 1 0 291520622 307478528 63402 33554432000 4194304 5208918 140733898085072 140733898083032 4211550 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29231/statm: 75068 63402 95 248 0 74817 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 621740

[startup+1662.31 s]
/proc/loadavg: 2.00 2.01 2.02 3/184 29240
/proc/meminfo: memFree=27206352/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=303172 CPUtime=1228.83 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) S 28811 28811 25900 0 -1 4202496 17975 145724 0 0 948 315 121532 88 20 0 1 0 291397716 310448128 57781 33554432000 4194304 5990268 140734098368416 140734098359840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 75793 57781 164 439 0 75350 0
[pid=29230] ppid=28812 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29230/stat : 29230 (satsolver.sh) S 28812 28811 25900 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291520622 9367552 267 33554432000 4194304 5064252 140734690019040 140734690017952 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29230/statm: 2287 267 226 213 0 72 0
[pid=29231] ppid=29230 vsize=300272 CPUtime=433.16 cores=1,3,5,7
/proc/29231/stat : 29231 (glucose) R 29230 28811 25900 0 -1 4202496 37938 0 0 0 43306 10 0 0 20 0 1 0 291520622 307478528 63914 33554432000 4194304 5208918 140733898085072 140733898083032 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29231/statm: 75068 63914 95 248 0 74817 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 621740

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/185 29244
/proc/meminfo: memFree=27171904/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=303172 CPUtime=1228.83 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) S 28811 28811 25900 0 -1 4202496 17975 145724 0 0 948 315 121532 88 20 0 1 0 291397716 310448128 57781 33554432000 4194304 5990268 140734098368416 140734098359840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 75793 57781 164 439 0 75350 0
[pid=29230] ppid=28812 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29230/stat : 29230 (satsolver.sh) S 28812 28811 25900 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291520622 9367552 267 33554432000 4194304 5064252 140734690019040 140734690017952 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29230/statm: 2287 267 226 213 0 72 0
[pid=29231] ppid=29230 vsize=300272 CPUtime=493.14 cores=1,3,5,7
/proc/29231/stat : 29231 (glucose) R 29230 28811 25900 0 -1 4202496 37939 0 0 0 49304 10 0 0 20 0 1 0 291520622 307478528 64426 33554432000 4194304 5208918 140733898085072 140733898083032 4211888 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29231/statm: 75068 64426 95 248 0 74817 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 621740

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/184 29244
/proc/meminfo: memFree=27139456/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=303172 CPUtime=1228.83 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) S 28811 28811 25900 0 -1 4202496 17975 145724 0 0 948 315 121532 88 20 0 1 0 291397716 310448128 57781 33554432000 4194304 5990268 140734098368416 140734098359840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 75793 57781 164 439 0 75350 0
[pid=29230] ppid=28812 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29230/stat : 29230 (satsolver.sh) S 28812 28811 25900 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291520622 9367552 267 33554432000 4194304 5064252 140734690019040 140734690017952 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29230/statm: 2287 267 226 213 0 72 0
[pid=29231] ppid=29230 vsize=300272 CPUtime=553.13 cores=1,3,5,7
/proc/29231/stat : 29231 (glucose) R 29230 28811 25900 0 -1 4202496 37940 0 0 0 55303 10 0 0 20 0 1 0 291520622 307478528 64938 33554432000 4194304 5208918 140733898085072 140733898083032 4211665 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29231/statm: 75068 64938 95 248 0 74817 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 621740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.01 3/184 29244
/proc/meminfo: memFree=27135360/32873844 swapFree=7620/7620
[pid=28811] ppid=28809 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28811/stat : 28811 (npSolver-wbo-It) S 28809 28811 25900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291397715 9367552 274 33554432000 4194304 5064252 140737131822560 140737131821472 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28811/statm: 2287 274 233 213 0 72 0
[pid=28812] ppid=28811 vsize=303172 CPUtime=1228.83 cores=1,3,5,7
/proc/28812/stat : 28812 (npSolver-wbo) S 28811 28811 25900 0 -1 4202496 17975 145724 0 0 948 315 121532 88 20 0 1 0 291397716 310448128 57781 33554432000 4194304 5990268 140734098368416 140734098359840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28812/statm: 75793 57781 164 439 0 75350 0
[pid=29230] ppid=28812 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29230/stat : 29230 (satsolver.sh) S 28812 28811 25900 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291520622 9367552 267 33554432000 4194304 5064252 140734690019040 140734690017952 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29230/statm: 2287 267 226 213 0 72 0
[pid=29231] ppid=29230 vsize=300272 CPUtime=571.24 cores=1,3,5,7
/proc/29231/stat : 29231 (glucose) R 29230 28811 25900 0 -1 4202496 37941 0 0 0 57114 10 0 0 20 0 1 0 291520622 307478528 65450 33554432000 4194304 5208918 140733898085072 140733898083032 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29231/statm: 75068 65450 95 248 0 74817 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 621740

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.13
CPU user time (s): 1795.96
CPU system time (s): 4.16437
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 756088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.96
system time used= 4.16437
maximum resident set size= 546588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202631
page faults= 0
swaps= 0
block input operations= 0
block output operations= 543688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4735
involuntary context switches= 2022

runsolver used 3.58745 second user time and 9.28759 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-29 02:51:32
IDJOB=3714779
IDBENCH=79620
IDSOLVER=2296
FILE ID=node107/3714779-1338252691
RUNJOBID= node107-1338229193-25917
PBS_JOBID= 14624643
Free space on /tmp= 71420 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-sheep4r-4-2_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714779-1338252691/watcher-3714779-1338252691 -o /tmp/evaluation-result-3714779-1338252691/solver-3714779-1338252691 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714779-1338252691.wbo 951667841 HOME HOME

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

MD5SUM BENCH= 4279ee44886a475273bf158c4a05b4f8
RANDOM SEED=951667841

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.760
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.760
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.760
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.86
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.760
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:       32873844 kB
MemFree:        27779900 kB
Buffers:          457700 kB
Cached:          3607332 kB
SwapCached:            0 kB
Active:          1246940 kB
Inactive:        2972276 kB
Active(anon):     156984 kB
Inactive(anon):        0 kB
Active(file):    1089956 kB
Inactive(file):  2972276 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             93576 kB
Writeback:             0 kB
AnonPages:        159952 kB
Mapped:            15144 kB
Shmem:               200 kB
Slab:             724032 kB
SReclaimable:     166196 kB
SUnreclaim:       557836 kB
KernelStack:        1496 kB
PageTables:         4456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     333656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 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= 71368 MiB
End job on node107 at 2012-05-29 03:21:32