Trace number 3755052

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 1.0 (fixed)? (TO) 1800.03 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-61-60--soft-33-100-0.wbo
MD5SUMe56482878ee36dcbb361a64b1d161fc3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small 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 benchmark2.09368
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3660
Total number of constraints121
Number of soft constraints81
Number of constraints which are clauses61
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint61
Top cost 3401
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 3400
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.03	c run usual solver
1.78/1.81	o 565
1.78/1.81	c current bound: 282
4.52/4.62	o 170
4.52/4.62	c current bound: 85
7.67/7.79	o 21
7.67/7.79	c current bound: 10
11.47/11.51	o 10
11.47/11.51	c current bound: 5
14.34/14.47	o 1
14.34/14.47	c current bound: 0
14.34/14.47	c [SWC] exit 4
1800.03/1800.41	c error: unexpected solver exit code
1800.03/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-3755052-1339186774/watcher-3755052-1339186774 -o /tmp/evaluation-result-3755052-1339186774/solver-3755052-1339186774 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3755052-1339186774.wbo 110619267 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/179 25625
/proc/meminfo: memFree=28607124/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0

[startup+0.075447 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25625
/proc/meminfo: memFree=28607124/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100309 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25625
/proc/meminfo: memFree=28607124/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300273 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25625
/proc/meminfo: memFree=28607124/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700296 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25625
/proc/meminfo: memFree=28607124/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25632
/proc/meminfo: memFree=28597040/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
[pid=25626] ppid=25625 vsize=3380 CPUtime=0.1 cores=1,3,5,7
/proc/25626/stat : 25626 (npSolver-wbo) S 25625 25625 23680 0 -1 4202496 2016 2799 0 0 2 1 7 0 20 0 1 0 384806011 3461120 452 33554432000 4194304 6006132 140735702195328 140735702189520 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25626/statm: 845 452 158 443 0 398 0
[pid=25631] ppid=25626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25631/stat : 25631 (satsolver.sh) S 25626 25625 23680 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384806023 9367552 267 33554432000 4194304 5064252 140735202090352 140735202089264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25631/statm: 2287 267 226 213 0 72 0
[pid=25632] ppid=25631 vsize=22724 CPUtime=1.37 cores=1,3,5,7
/proc/25632/stat : 25632 (glucose) R 25631 25625 23680 0 -1 4202496 3940 0 0 0 136 1 0 0 20 0 1 0 384806023 23269376 4528 33554432000 4194304 5208918 140733218268320 140733218266168 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25632/statm: 5681 4528 96 248 0 5430 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 44400

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25639
/proc/meminfo: memFree=28583964/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
[pid=25626] ppid=25625 vsize=7352 CPUtime=1.81 cores=1,3,5,7
/proc/25626/stat : 25626 (npSolver-wbo) S 25625 25625 23680 0 -1 4202496 3047 9792 0 0 4 2 173 2 20 0 1 0 384806011 7528448 1327 33554432000 4194304 6006132 140735702195328 140735702186736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25626/statm: 1838 1327 167 443 0 1391 0
[pid=25638] ppid=25626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25638/stat : 25638 (satsolver.sh) S 25626 25625 23680 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384806195 9367552 267 33554432000 4194304 5064252 140735791778160 140735791777072 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25638/statm: 2287 267 226 213 0 72 0
[pid=25639] ppid=25638 vsize=21040 CPUtime=1.24 cores=1,3,5,7
/proc/25639/stat : 25639 (glucose) R 25638 25625 23680 0 -1 4202496 4007 0 0 0 124 0 0 0 20 0 1 0 384806195 21544960 4335 33554432000 4194304 5208918 140735543822064 140735543820472 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25639/statm: 5260 4335 95 248 0 5009 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 46688

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25646
/proc/meminfo: memFree=28592236/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
[pid=25626] ppid=25625 vsize=7352 CPUtime=4.62 cores=1,3,5,7
/proc/25626/stat : 25626 (npSolver-wbo) S 25625 25625 23680 0 -1 4202496 3482 18683 0 0 5 3 446 8 20 0 1 0 384806011 7528448 1327 33554432000 4194304 6006132 140735702195328 140735702186736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25626/statm: 1838 1327 167 443 0 1391 0
[pid=25645] ppid=25626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25645/stat : 25645 (satsolver.sh) S 25626 25625 23680 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384806474 9367552 266 33554432000 4194304 5064252 140736413850560 140736413849472 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25645/statm: 2287 266 226 213 0 72 0
[pid=25646] ppid=25645 vsize=13996 CPUtime=1.65 cores=1,3,5,7
/proc/25646/stat : 25646 (glucose) R 25645 25625 23680 0 -1 4202496 1576 0 0 0 165 0 0 0 20 0 1 0 384806474 14331904 3014 33554432000 4194304 5208918 140734024962256 140734024960408 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25646/statm: 3499 3014 95 248 0 3248 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 39644

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25660
/proc/meminfo: memFree=28592544/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
[pid=25626] ppid=25625 vsize=7352 CPUtime=11.47 cores=1,3,5,7
/proc/25626/stat : 25626 (npSolver-wbo) S 25625 25625 23680 0 -1 4202496 3672 33366 0 0 5 3 1125 14 20 0 1 0 384806011 7528448 1327 33554432000 4194304 6006132 140735702195328 140735702186736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25626/statm: 1838 1327 167 443 0 1391 0
[pid=25659] ppid=25626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25659/stat : 25659 (satsolver.sh) S 25626 25625 23680 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384807162 9367552 267 33554432000 4194304 5064252 140734958848576 140734958847488 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25659/statm: 2287 267 226 213 0 72 0
[pid=25660] ppid=25659 vsize=15468 CPUtime=1.17 cores=1,3,5,7
/proc/25660/stat : 25660 (glucose) R 25659 25625 23680 0 -1 4202496 3992 0 0 0 116 1 0 0 20 0 1 0 384807162 15839232 2764 33554432000 4194304 5208918 140734317842176 140734317840328 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25660/statm: 3867 2764 96 248 0 3616 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 41116

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25667
/proc/meminfo: memFree=28542964/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
[pid=25626] ppid=25625 vsize=7352 CPUtime=14.43 cores=1,3,5,7
/proc/25626/stat : 25626 (npSolver-wbo) S 25625 25625 23680 0 -1 4202496 3762 42007 0 0 5 3 1418 17 20 0 1 0 384806011 7528448 1329 33554432000 4194304 6006132 140735702195328 140735702186736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25626/statm: 1838 1329 169 443 0 1391 0
[pid=25666] ppid=25626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25666/stat : 25666 (satsolver.sh) S 25626 25625 23680 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384807459 9367552 267 33554432000 4194304 5064252 140736049145824 140736049144736 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25666/statm: 2287 267 226 213 0 72 0
[pid=25667] ppid=25666 vsize=60308 CPUtime=11.01 cores=1,3,5,7
/proc/25667/stat : 25667 (glucose) R 25666 25625 23680 0 -1 4202496 6112 0 0 0 1098 3 0 0 20 0 1 0 384807459 61755392 14592 33554432000 4194304 5208918 140737360287408 140737360285352 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25667/statm: 15077 14592 103 248 0 14826 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 85956

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 25670
/proc/meminfo: memFree=28528256/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
[pid=25626] ppid=25625 vsize=7352 CPUtime=14.43 cores=1,3,5,7
/proc/25626/stat : 25626 (npSolver-wbo) S 25625 25625 23680 0 -1 4202496 3762 42007 0 0 5 3 1418 17 20 0 1 0 384806011 7528448 1329 33554432000 4194304 6006132 140735702195328 140735702186736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25626/statm: 1838 1329 169 443 0 1391 0
[pid=25666] ppid=25626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25666/stat : 25666 (satsolver.sh) S 25626 25625 23680 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384807459 9367552 267 33554432000 4194304 5064252 140736049145824 140736049144736 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25666/statm: 2287 267 226 213 0 72 0
[pid=25667] ppid=25666 vsize=60308 CPUtime=36.6 cores=1,3,5,7
/proc/25667/stat : 25667 (glucose) R 25666 25625 23680 0 -1 4202496 8889 0 0 0 3653 7 0 0 20 0 1 0 384807459 61755392 14635 33554432000 4194304 5208918 140737360287408 140737360285496 4229512 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25667/statm: 15077 14635 103 248 0 14826 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 85956

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 25670
/proc/meminfo: memFree=28525344/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
[pid=25626] ppid=25625 vsize=7352 CPUtime=14.43 cores=1,3,5,7
/proc/25626/stat : 25626 (npSolver-wbo) S 25625 25625 23680 0 -1 4202496 3762 42007 0 0 5 3 1418 17 20 0 1 0 384806011 7528448 1329 33554432000 4194304 6006132 140735702195328 140735702186736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25626/statm: 1838 1329 169 443 0 1391 0
[pid=25666] ppid=25626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25666/stat : 25666 (satsolver.sh) S 25626 25625 23680 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384807459 9367552 267 33554432000 4194304 5064252 140736049145824 140736049144736 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25666/statm: 2287 267 226 213 0 72 0
[pid=25667] ppid=25666 vsize=60308 CPUtime=87.8 cores=1,3,5,7
/proc/25667/stat : 25667 (glucose) R 25666 25625 23680 0 -1 4202496 14432 0 0 0 8761 19 0 0 20 0 1 0 384807459 61755392 14635 33554432000 4194304 5208918 140737360287408 140737360285496 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25667/statm: 15077 14635 103 248 0 14826 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 85956

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 25671
/proc/meminfo: memFree=28466664/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
[pid=25626] ppid=25625 vsize=7352 CPUtime=14.43 cores=1,3,5,7
/proc/25626/stat : 25626 (npSolver-wbo) S 25625 25625 23680 0 -1 4202496 3762 42007 0 0 5 3 1418 17 20 0 1 0 384806011 7528448 1329 33554432000 4194304 6006132 140735702195328 140735702186736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25626/statm: 1838 1329 169 443 0 1391 0
[pid=25666] ppid=25626 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/25667/stat : 25667 (glucose) R 25666 25625 23680 0 -1 4202496 85888 0 0 0 134576 180 0 0 20 0 1 0 384807459 278450176 49169 33554432000 4194304 5208918 140737360287408 140737360285560 4229512 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25667/statm: 67981 49169 103 248 0 67730 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 297572

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25776
/proc/meminfo: memFree=28355856/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
[pid=25626] ppid=25625 vsize=7352 CPUtime=14.43 cores=1,3,5,7
/proc/25626/stat : 25626 (npSolver-wbo) S 25625 25625 23680 0 -1 4202496 3762 42007 0 0 5 3 1418 17 20 0 1 0 384806011 7528448 1329 33554432000 4194304 6006132 140735702195328 140735702186736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25626/statm: 1838 1329 169 443 0 1391 0
[pid=25666] ppid=25626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25666/stat : 25666 (satsolver.sh) S 25626 25625 23680 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384807459 9367552 267 33554432000 4194304 5064252 140736049145824 140736049144736 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25666/statm: 2287 267 226 213 0 72 0
[pid=25667] ppid=25666 vsize=190536 CPUtime=1407.56 cores=1,3,5,7
/proc/25667/stat : 25667 (glucose) R 25666 25625 23680 0 -1 4202496 89086 0 0 0 140569 187 0 0 20 0 1 0 384807459 195108864 38417 33554432000 4194304 5208918 140737360287408 140737360285560 4211834 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25667/statm: 47634 38417 103 248 0 47383 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 216184

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25776
/proc/meminfo: memFree=28183816/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
[pid=25626] ppid=25625 vsize=7352 CPUtime=14.43 cores=1,3,5,7
/proc/25626/stat : 25626 (npSolver-wbo) S 25625 25625 23680 0 -1 4202496 3762 42007 0 0 5 3 1418 17 20 0 1 0 384806011 7528448 1329 33554432000 4194304 6006132 140735702195328 140735702186736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25626/statm: 1838 1329 169 443 0 1391 0
[pid=25666] ppid=25626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25666/stat : 25666 (satsolver.sh) S 25626 25625 23680 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384807459 9367552 267 33554432000 4194304 5064252 140736049145824 140736049144736 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25666/statm: 2287 267 226 213 0 72 0
[pid=25667] ppid=25666 vsize=271924 CPUtime=1467.55 cores=1,3,5,7
/proc/25667/stat : 25667 (glucose) R 25666 25625 23680 0 -1 4202496 91508 0 0 0 146563 192 0 0 20 0 1 0 384807459 278450176 48699 33554432000 4194304 5208918 140737360287408 140737360285560 4229517 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25667/statm: 67981 48699 103 248 0 67730 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 297572

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25777
/proc/meminfo: memFree=28163060/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
[pid=25626] ppid=25625 vsize=7352 CPUtime=14.43 cores=1,3,5,7
/proc/25626/stat : 25626 (npSolver-wbo) S 25625 25625 23680 0 -1 4202496 3762 42007 0 0 5 3 1418 17 20 0 1 0 384806011 7528448 1329 33554432000 4194304 6006132 140735702195328 140735702186736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25626/statm: 1838 1329 169 443 0 1391 0
[pid=25666] ppid=25626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25666/stat : 25666 (satsolver.sh) S 25626 25625 23680 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384807459 9367552 267 33554432000 4194304 5064252 140736049145824 140736049144736 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25666/statm: 2287 267 226 213 0 72 0
[pid=25667] ppid=25666 vsize=190536 CPUtime=1527.53 cores=1,3,5,7
/proc/25667/stat : 25667 (glucose) R 25666 25625 23680 0 -1 4202496 94729 0 0 0 152555 198 0 0 20 0 1 0 384807459 195108864 43579 33554432000 4194304 5208918 140737360287408 140737360285560 4229712 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25667/statm: 47634 43579 103 248 0 47383 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 216184

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 25777
/proc/meminfo: memFree=28222808/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
[pid=25626] ppid=25625 vsize=7352 CPUtime=14.43 cores=1,3,5,7
/proc/25626/stat : 25626 (npSolver-wbo) S 25625 25625 23680 0 -1 4202496 3762 42007 0 0 5 3 1418 17 20 0 1 0 384806011 7528448 1329 33554432000 4194304 6006132 140735702195328 140735702186736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25626/statm: 1838 1329 169 443 0 1391 0
[pid=25666] ppid=25626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25666/stat : 25666 (satsolver.sh) S 25626 25625 23680 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384807459 9367552 267 33554432000 4194304 5064252 140736049145824 140736049144736 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25666/statm: 2287 267 226 213 0 72 0
[pid=25667] ppid=25666 vsize=140448 CPUtime=1587.52 cores=1,3,5,7
/proc/25667/stat : 25667 (glucose) R 25666 25625 23680 0 -1 4202496 97934 0 0 0 158546 206 0 0 20 0 1 0 384807459 143818752 34363 33554432000 4194304 5208918 140737360287408 140737360285560 4229517 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25667/statm: 35112 34363 103 248 0 34861 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 166096

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 25777
/proc/meminfo: memFree=28152560/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
[pid=25626] ppid=25625 vsize=7352 CPUtime=14.43 cores=1,3,5,7
/proc/25626/stat : 25626 (npSolver-wbo) S 25625 25625 23680 0 -1 4202496 3762 42007 0 0 5 3 1418 17 20 0 1 0 384806011 7528448 1329 33554432000 4194304 6006132 140735702195328 140735702186736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25626/statm: 1838 1329 169 443 0 1391 0
[pid=25666] ppid=25626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25666/stat : 25666 (satsolver.sh) S 25626 25625 23680 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384807459 9367552 267 33554432000 4194304 5064252 140736049145824 140736049144736 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25666/statm: 2287 267 226 213 0 72 0
[pid=25667] ppid=25666 vsize=190536 CPUtime=1647.51 cores=1,3,5,7
/proc/25667/stat : 25667 (glucose) R 25666 25625 23680 0 -1 4202496 100314 0 0 0 164540 211 0 0 20 0 1 0 384807459 195108864 42513 33554432000 4194304 5208918 140737360287408 140737360285560 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25667/statm: 47634 42513 103 248 0 47383 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 216184

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25777
/proc/meminfo: memFree=28171240/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
[pid=25626] ppid=25625 vsize=7352 CPUtime=14.43 cores=1,3,5,7
/proc/25626/stat : 25626 (npSolver-wbo) S 25625 25625 23680 0 -1 4202496 3762 42007 0 0 5 3 1418 17 20 0 1 0 384806011 7528448 1329 33554432000 4194304 6006132 140735702195328 140735702186736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25626/statm: 1838 1329 169 443 0 1391 0
[pid=25666] ppid=25626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25666/stat : 25666 (satsolver.sh) S 25626 25625 23680 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384807459 9367552 267 33554432000 4194304 5064252 140736049145824 140736049144736 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25666/statm: 2287 267 226 213 0 72 0
[pid=25667] ppid=25666 vsize=271924 CPUtime=1707.5 cores=1,3,5,7
/proc/25667/stat : 25667 (glucose) R 25666 25625 23680 0 -1 4202496 102743 0 0 0 170534 216 0 0 20 0 1 0 384807459 278450176 52795 33554432000 4194304 5208918 140737360287408 140737360285560 4229517 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25667/statm: 67981 52795 103 248 0 67730 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 297572

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 25777
/proc/meminfo: memFree=28273740/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
[pid=25626] ppid=25625 vsize=7352 CPUtime=14.43 cores=1,3,5,7
/proc/25626/stat : 25626 (npSolver-wbo) S 25625 25625 23680 0 -1 4202496 3762 42007 0 0 5 3 1418 17 20 0 1 0 384806011 7528448 1329 33554432000 4194304 6006132 140735702195328 140735702186736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25626/statm: 1838 1329 169 443 0 1391 0
[pid=25666] ppid=25626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25666/stat : 25666 (satsolver.sh) S 25626 25625 23680 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384807459 9367552 267 33554432000 4194304 5064252 140736049145824 140736049144736 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25666/statm: 2287 267 226 213 0 72 0
[pid=25667] ppid=25666 vsize=271924 CPUtime=1767.49 cores=1,3,5,7
/proc/25667/stat : 25667 (glucose) R 25666 25625 23680 0 -1 4202496 104589 0 0 0 176529 220 0 0 20 0 1 0 384807459 278450176 48145 33554432000 4194304 5208918 140737360287408 140737360285560 4229770 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25667/statm: 67981 48145 103 248 0 67730 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 297572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 4/183 25778
/proc/meminfo: memFree=28167184/32873844 swapFree=7372/7372
[pid=25625] ppid=25623 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25625/stat : 25625 (npSolver-wbo.sh) S 25623 25625 23680 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384806011 9367552 275 33554432000 4194304 5064252 140736505903616 140736505902528 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25625/statm: 2287 275 233 213 0 72 0
[pid=25626] ppid=25625 vsize=7352 CPUtime=14.43 cores=1,3,5,7
/proc/25626/stat : 25626 (npSolver-wbo) S 25625 25625 23680 0 -1 4202496 3762 42007 0 0 5 3 1418 17 20 0 1 0 384806011 7528448 1329 33554432000 4194304 6006132 140735702195328 140735702186736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25626/statm: 1838 1329 169 443 0 1391 0
[pid=25666] ppid=25626 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25666/stat : 25666 (satsolver.sh) S 25626 25625 23680 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384807459 9367552 267 33554432000 4194304 5064252 140736049145824 140736049144736 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25666/statm: 2287 267 226 213 0 72 0
[pid=25667] ppid=25666 vsize=271924 CPUtime=1785.6 cores=1,3,5,7
/proc/25667/stat : 25667 (glucose) R 25666 25625 23680 0 -1 4202496 104607 0 0 0 178339 221 0 0 20 0 1 0 384807459 278450176 57361 33554432000 4194304 5208918 140737360287408 140737360285560 4229517 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25667/statm: 67981 57361 103 248 0 67730 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 297572

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25625 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=239835
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=208968
# CPU time returned by wait4() is 14.4488
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.03
CPU user time (s): 1797.62
CPU system time (s): 2.41
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 346892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.2398
system time used= 0.208968
maximum resident set size= 35320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46747
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 177
involuntary context switches= 76

runsolver used 3.67644 second user time and 9.04662 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-08 22:19:34
IDJOB=3755052
IDBENCH=78714
IDSOLVER=2339
FILE ID=node109/3755052-1339186774
RUNJOBID= node109-1339184685-24918
PBS_JOBID= 14643833
Free space on /tmp= 70472 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-61-60--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3755052-1339186774/watcher-3755052-1339186774 -o /tmp/evaluation-result-3755052-1339186774/solver-3755052-1339186774 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3755052-1339186774.wbo 110619267 HOME HOME

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

MD5SUM BENCH= e56482878ee36dcbb361a64b1d161fc3
RANDOM SEED=110619267

node109.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.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		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28607768 kB
Buffers:         1841864 kB
Cached:          1348784 kB
SwapCached:         1336 kB
Active:          2673704 kB
Inactive:         605336 kB
Active(anon):      84560 kB
Inactive(anon):     5328 kB
Active(file):    2589144 kB
Inactive(file):   600008 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67102640 kB
Dirty:              8180 kB
Writeback:             0 kB
AnonPages:        203936 kB
Mapped:            10344 kB
Shmem:                 4 kB
Slab:             838884 kB
SReclaimable:     280928 kB
SUnreclaim:       557956 kB
KernelStack:        1520 kB
PageTables:         4000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     218564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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= 70460 MiB
End job on node109 at 2012-06-08 22:49:35