Trace number 3714285

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? (TO) 1800.05 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.19	c run usual solver
1.98/2.01	o 2133
1.98/2.01	c current bound: 1066
19.22/19.55	o 195
19.22/19.55	c current bound: 97
20.94/21.05	o 93
20.94/21.05	c current bound: 46
22.13/22.23	o 46
22.13/22.23	c current bound: 23
22.32/22.43	o 23
22.32/22.43	c current bound: 11
23.02/23.11	o 11
23.02/23.11	c current bound: 5
23.85/23.96	o 5
23.85/23.96	c current bound: 2
24.35/24.48	o 2
24.35/24.48	c current bound: 1
1800.05/1800.41	c error: unexpected solver exit code
1800.05/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-3714285-1338179872/watcher-3714285-1338179872 -o /tmp/evaluation-result-3714285-1338179872/solver-3714285-1338179872 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714285-1338179872.wbo 353251366 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 2.00 3/178 16583
/proc/meminfo: memFree=29713424/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0

[startup+0.029693 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16583
/proc/meminfo: memFree=29713424/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100274 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16583
/proc/meminfo: memFree=29713424/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300256 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16583
/proc/meminfo: memFree=29713424/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700239 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16583
/proc/meminfo: memFree=29713424/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 16587
/proc/meminfo: memFree=29660892/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
[pid=16584] ppid=16583 vsize=8460 CPUtime=1.28 cores=0,2,4,6
/proc/16584/stat : 16584 (npSolver-wbo) S 16583 16583 14387 0 -1 4202496 3266 11913 0 0 18 0 96 14 20 0 1 0 284115779 8663040 1271 33554432000 4194304 5990268 140733824396112 140733824390352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16584/statm: 2115 1271 157 439 0 1672 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 17608

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16595
/proc/meminfo: memFree=29691700/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
[pid=16584] ppid=16583 vsize=21784 CPUtime=2.09 cores=0,2,4,6
/proc/16584/stat : 16584 (npSolver-wbo) S 16583 16583 14387 0 -1 4202496 6166 21057 0 0 29 9 155 16 20 0 1 0 284115779 22306816 4208 33554432000 4194304 5990268 140733824396112 140733824387552 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16584/statm: 5446 4208 164 439 0 5003 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 30932
heavy processes:

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 16600
/proc/meminfo: memFree=29762712/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
[pid=16584] ppid=16583 vsize=21784 CPUtime=2.09 cores=0,2,4,6
/proc/16584/stat : 16584 (npSolver-wbo) S 16583 16583 14387 0 -1 4202496 6166 21057 0 0 29 9 155 16 20 0 1 0 284115779 22306816 4208 33554432000 4194304 5990268 140733824396112 140733824387552 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16584/statm: 5446 4208 164 439 0 5003 0
[pid=16596] ppid=16584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16596/stat : 16596 (satsolver.sh) S 16584 16583 14387 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284115990 9367552 266 33554432000 4194304 5064252 140735649431328 140735649430240 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16596/statm: 2287 266 226 213 0 72 0
[pid=16597] ppid=16596 vsize=68808 CPUtime=4.18 cores=0,2,4,6
/proc/16597/stat : 16597 (glucose) R 16596 16583 14387 0 -1 4202496 14063 0 0 0 416 2 0 0 20 0 1 0 284115990 70459392 15146 33554432000 4194304 5208918 140735705518064 140735705516152 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16597/statm: 17202 15146 104 248 0 16951 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 108888

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 16614
/proc/meminfo: memFree=29724160/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
[pid=16584] ppid=16583 vsize=21784 CPUtime=2.09 cores=0,2,4,6
/proc/16584/stat : 16584 (npSolver-wbo) S 16583 16583 14387 0 -1 4202496 6166 21057 0 0 29 9 155 16 20 0 1 0 284115779 22306816 4208 33554432000 4194304 5990268 140733824396112 140733824387552 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16584/statm: 5446 4208 164 439 0 5003 0
[pid=16596] ppid=16584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16596/stat : 16596 (satsolver.sh) S 16584 16583 14387 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284115990 9367552 266 33554432000 4194304 5064252 140735649431328 140735649430240 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16596/statm: 2287 266 226 213 0 72 0
[pid=16597] ppid=16596 vsize=69680 CPUtime=10.57 cores=0,2,4,6
/proc/16597/stat : 16597 (glucose) R 16596 16583 14387 0 -1 4202496 14656 0 0 0 1055 2 0 0 20 0 1 0 284115990 71352320 16070 33554432000 4194304 5208918 140735705518064 140735705515912 4229460 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16597/statm: 17420 16070 104 248 0 17169 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 109760

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 16698
/proc/meminfo: memFree=29802708/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
[pid=16584] ppid=16583 vsize=13592 CPUtime=24.46 cores=0,2,4,6
/proc/16584/stat : 16584 (npSolver-wbo) S 16583 16583 14387 0 -1 4202496 10041 100221 0 0 33 10 2359 44 20 0 1 0 284115779 13918208 2529 33554432000 4194304 5990268 140733824396112 140733824387552 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16584/statm: 3398 2529 164 439 0 2955 0
[pid=16693] ppid=16584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16693/stat : 16693 (satsolver.sh) S 16584 16583 14387 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284118227 9367552 267 33554432000 4194304 5064252 140736637899040 140736637897952 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16693/statm: 2287 267 226 213 0 72 0
[pid=16694] ppid=16693 vsize=17180 CPUtime=1.01 cores=0,2,4,6
/proc/16694/stat : 16694 (glucose) R 16693 16583 14387 0 -1 4202496 4898 0 0 0 101 0 0 0 20 0 1 0 284118227 17592320 3597 33554432000 4194304 5208918 140733870723904 140733870721752 4213121 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16694/statm: 4295 3597 104 248 0 4044 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 49068

[startup+51.1004 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 16705
/proc/meminfo: memFree=29775600/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
[pid=16584] ppid=16583 vsize=13592 CPUtime=24.46 cores=0,2,4,6
/proc/16584/stat : 16584 (npSolver-wbo) S 16583 16583 14387 0 -1 4202496 10041 100221 0 0 33 10 2359 44 20 0 1 0 284115779 13918208 2529 33554432000 4194304 5990268 140733824396112 140733824387552 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16584/statm: 3398 2529 164 439 0 2955 0
[pid=16693] ppid=16584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16693/stat : 16693 (satsolver.sh) S 16584 16583 14387 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284118227 9367552 267 33554432000 4194304 5064252 140736637899040 140736637897952 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16693/statm: 2287 267 226 213 0 72 0
[pid=16694] ppid=16693 vsize=40892 CPUtime=26.59 cores=0,2,4,6
/proc/16694/stat : 16694 (glucose) R 16693 16583 14387 0 -1 4202496 8427 0 0 0 2658 1 0 0 20 0 1 0 284118227 41873408 8945 33554432000 4194304 5208918 140733870723904 140733870720280 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16694/statm: 10223 8945 104 248 0 9972 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 72780

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 16705
/proc/meminfo: memFree=29734112/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
[pid=16584] ppid=16583 vsize=13592 CPUtime=24.46 cores=0,2,4,6
/proc/16584/stat : 16584 (npSolver-wbo) S 16583 16583 14387 0 -1 4202496 10041 100221 0 0 33 10 2359 44 20 0 1 0 284115779 13918208 2529 33554432000 4194304 5990268 140733824396112 140733824387552 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16584/statm: 3398 2529 164 439 0 2955 0
[pid=16693] ppid=16584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16693/stat : 16693 (satsolver.sh) S 16584 16583 14387 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284118227 9367552 267 33554432000 4194304 5064252 140736637899040 140736637897952 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16693/statm: 2287 267 226 213 0 72 0
[pid=16694] ppid=16693 vsize=71284 CPUtime=77.79 cores=0,2,4,6
/proc/16694/stat : 16694 (glucose) R 16693 16583 14387 0 -1 4202496 11540 0 0 0 7776 3 0 0 20 0 1 0 284118227 72994816 14064 33554432000 4194304 5208918 140733870723904 140733870720280 4205203 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16694/statm: 17821 14064 104 248 0 17570 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 103172

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 16709
/proc/meminfo: memFree=29690540/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
[pid=16584] ppid=16583 vsize=13592 CPUtime=24.46 cores=0,2,4,6
/proc/16584/stat : 16584 (npSolver-wbo) S 16583 16583 14387 0 -1 4202496 10041 100221 0 0 33 10 2359 44 20 0 1 0 284115779 13918208 2529 33554432000 4194304 5990268 140733824396112 140733824387552 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16584/statm: 3398 2529 164 439 0 2955 0
[pid=16693] ppid=16584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16693/stat : 16693 (satsolver.sh) S 16584 16583 14387 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284118227 9367552 267 33554432000 4194304 5064252 140736637899040 140736637897952 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16693/statm: 2287 267 226 213 0 72 0
[pid=16694] ppid=16693 vsize=90380 CPUtime=137.78 cores=0,2,4,6
/proc/16694/stat : 16694 (glucose) R 16693 16583 14387 0 -1 4202496 12091 0 0 0 13774 4 0 0 20 0 1 0 284118227 92549120 19696 33554432000 4194304 5208918 140733870723904 140733870719672 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16694/statm: 22595 19696 104 248 0 22344 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 122268

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16709
/proc/meminfo: memFree=29662124/32873844 swapFree=7112/7112

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

/proc/16694/stat : 16694 (glucose) R 16693 16583 14387 0 -1 4202496 33444 0 0 0 133711 45 0 0 20 0 1 0 284118227 205991936 43323 33554432000 4194304 5208918 140733870723904 140733870721992 4229110 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16694/statm: 50291 43323 104 248 0 50040 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 233052

[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 2.00 3/182 16743
/proc/meminfo: memFree=29461064/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
[pid=16584] ppid=16583 vsize=13592 CPUtime=24.46 cores=0,2,4,6
/proc/16584/stat : 16584 (npSolver-wbo) S 16583 16583 14387 0 -1 4202496 10041 100221 0 0 33 10 2359 44 20 0 1 0 284115779 13918208 2529 33554432000 4194304 5990268 140733824396112 140733824387552 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16584/statm: 3398 2529 164 439 0 2955 0
[pid=16693] ppid=16584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16693/stat : 16693 (satsolver.sh) S 16584 16583 14387 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284118227 9367552 267 33554432000 4194304 5064252 140736637899040 140736637897952 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16693/statm: 2287 267 226 213 0 72 0
[pid=16694] ppid=16693 vsize=203852 CPUtime=1397.56 cores=0,2,4,6
/proc/16694/stat : 16694 (glucose) R 16693 16583 14387 0 -1 4202496 35283 0 0 0 139708 48 0 0 20 0 1 0 284118227 208744448 45527 33554432000 4194304 5208918 140733870723904 140733870721752 4205181 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16694/statm: 50963 45527 104 248 0 50712 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 235740

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 16743
/proc/meminfo: memFree=29458780/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
[pid=16584] ppid=16583 vsize=13592 CPUtime=24.46 cores=0,2,4,6
/proc/16584/stat : 16584 (npSolver-wbo) S 16583 16583 14387 0 -1 4202496 10041 100221 0 0 33 10 2359 44 20 0 1 0 284115779 13918208 2529 33554432000 4194304 5990268 140733824396112 140733824387552 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16584/statm: 3398 2529 164 439 0 2955 0
[pid=16693] ppid=16584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16693/stat : 16693 (satsolver.sh) S 16584 16583 14387 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284118227 9367552 267 33554432000 4194304 5064252 140736637899040 140736637897952 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16693/statm: 2287 267 226 213 0 72 0
[pid=16694] ppid=16693 vsize=206380 CPUtime=1457.54 cores=0,2,4,6
/proc/16694/stat : 16694 (glucose) R 16693 16583 14387 0 -1 4202496 37108 0 0 0 145703 51 0 0 20 0 1 0 284118227 211333120 47189 33554432000 4194304 5208918 140733870723904 140733870721752 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16694/statm: 51595 47189 104 248 0 51344 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 238268

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 16743
/proc/meminfo: memFree=29437852/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
[pid=16584] ppid=16583 vsize=13592 CPUtime=24.46 cores=0,2,4,6
/proc/16584/stat : 16584 (npSolver-wbo) S 16583 16583 14387 0 -1 4202496 10041 100221 0 0 33 10 2359 44 20 0 1 0 284115779 13918208 2529 33554432000 4194304 5990268 140733824396112 140733824387552 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16584/statm: 3398 2529 164 439 0 2955 0
[pid=16693] ppid=16584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16693/stat : 16693 (satsolver.sh) S 16584 16583 14387 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284118227 9367552 267 33554432000 4194304 5064252 140736637899040 140736637897952 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16693/statm: 2287 267 226 213 0 72 0
[pid=16694] ppid=16693 vsize=208668 CPUtime=1517.53 cores=0,2,4,6
/proc/16694/stat : 16694 (glucose) R 16693 16583 14387 0 -1 4202496 38870 0 0 0 151700 53 0 0 20 0 1 0 284118227 213676032 48792 33554432000 4194304 5208918 140733870723904 140733870720216 4211162 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16694/statm: 52167 48792 104 248 0 51916 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 240556

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 16743
/proc/meminfo: memFree=29437980/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
[pid=16584] ppid=16583 vsize=13592 CPUtime=24.46 cores=0,2,4,6
/proc/16584/stat : 16584 (npSolver-wbo) S 16583 16583 14387 0 -1 4202496 10041 100221 0 0 33 10 2359 44 20 0 1 0 284115779 13918208 2529 33554432000 4194304 5990268 140733824396112 140733824387552 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16584/statm: 3398 2529 164 439 0 2955 0
[pid=16693] ppid=16584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16693/stat : 16693 (satsolver.sh) S 16584 16583 14387 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284118227 9367552 267 33554432000 4194304 5064252 140736637899040 140736637897952 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16693/statm: 2287 267 226 213 0 72 0
[pid=16694] ppid=16693 vsize=211088 CPUtime=1577.53 cores=0,2,4,6
/proc/16694/stat : 16694 (glucose) R 16693 16583 14387 0 -1 4202496 40647 0 0 0 157696 57 0 0 20 0 1 0 284118227 216154112 50413 33554432000 4194304 5208918 140733870723904 140733870721752 4228952 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16694/statm: 52772 50413 104 248 0 52521 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 242976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16744
/proc/meminfo: memFree=29428052/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
[pid=16584] ppid=16583 vsize=13592 CPUtime=24.46 cores=0,2,4,6
/proc/16584/stat : 16584 (npSolver-wbo) S 16583 16583 14387 0 -1 4202496 10041 100221 0 0 33 10 2359 44 20 0 1 0 284115779 13918208 2529 33554432000 4194304 5990268 140733824396112 140733824387552 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16584/statm: 3398 2529 164 439 0 2955 0
[pid=16693] ppid=16584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16693/stat : 16693 (satsolver.sh) S 16584 16583 14387 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284118227 9367552 267 33554432000 4194304 5064252 140736637899040 140736637897952 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16693/statm: 2287 267 226 213 0 72 0
[pid=16694] ppid=16693 vsize=224988 CPUtime=1637.52 cores=0,2,4,6
/proc/16694/stat : 16694 (glucose) R 16693 16583 14387 0 -1 4202496 42616 0 0 0 163692 60 0 0 20 0 1 0 284118227 230387712 53233 33554432000 4194304 5208918 140733870723904 140733870720280 4229824 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16694/statm: 56247 53233 104 248 0 55996 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 256876

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16744
/proc/meminfo: memFree=29413324/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
[pid=16584] ppid=16583 vsize=13592 CPUtime=24.46 cores=0,2,4,6
/proc/16584/stat : 16584 (npSolver-wbo) S 16583 16583 14387 0 -1 4202496 10041 100221 0 0 33 10 2359 44 20 0 1 0 284115779 13918208 2529 33554432000 4194304 5990268 140733824396112 140733824387552 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16584/statm: 3398 2529 164 439 0 2955 0
[pid=16693] ppid=16584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16693/stat : 16693 (satsolver.sh) S 16584 16583 14387 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284118227 9367552 267 33554432000 4194304 5064252 140736637899040 140736637897952 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16693/statm: 2287 267 226 213 0 72 0
[pid=16694] ppid=16693 vsize=224988 CPUtime=1697.5 cores=0,2,4,6
/proc/16694/stat : 16694 (glucose) R 16693 16583 14387 0 -1 4202496 43824 0 0 0 169688 62 0 0 20 0 1 0 284118227 230387712 54263 33554432000 4194304 5208918 140733870723904 140733870720280 4228924 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16694/statm: 56247 54263 104 248 0 55996 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 256876

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16744
/proc/meminfo: memFree=29416924/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
[pid=16584] ppid=16583 vsize=13592 CPUtime=24.46 cores=0,2,4,6
/proc/16584/stat : 16584 (npSolver-wbo) S 16583 16583 14387 0 -1 4202496 10041 100221 0 0 33 10 2359 44 20 0 1 0 284115779 13918208 2529 33554432000 4194304 5990268 140733824396112 140733824387552 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16584/statm: 3398 2529 164 439 0 2955 0
[pid=16693] ppid=16584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16693/stat : 16693 (satsolver.sh) S 16584 16583 14387 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284118227 9367552 267 33554432000 4194304 5064252 140736637899040 140736637897952 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16693/statm: 2287 267 226 213 0 72 0
[pid=16694] ppid=16693 vsize=224988 CPUtime=1757.49 cores=0,2,4,6
/proc/16694/stat : 16694 (glucose) R 16693 16583 14387 0 -1 4202496 45009 0 0 0 175684 65 0 0 20 0 1 0 284118227 230387712 54263 33554432000 4194304 5208918 140733870723904 140733870719672 4211038 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16694/statm: 56247 54263 104 248 0 55996 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 256876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16838
/proc/meminfo: memFree=29660448/32873844 swapFree=7112/7112
[pid=16583] ppid=16581 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16583/stat : 16583 (npSolver-wbo-I.) S 16581 16583 14387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284115778 9367552 275 33554432000 4194304 5064252 140734156687344 140734156686256 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16583/statm: 2287 275 233 213 0 72 0
[pid=16584] ppid=16583 vsize=13592 CPUtime=24.46 cores=0,2,4,6
/proc/16584/stat : 16584 (npSolver-wbo) S 16583 16583 14387 0 -1 4202496 10041 100221 0 0 33 10 2359 44 20 0 1 0 284115779 13918208 2529 33554432000 4194304 5990268 140733824396112 140733824387552 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16584/statm: 3398 2529 164 439 0 2955 0
[pid=16693] ppid=16584 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16693/stat : 16693 (satsolver.sh) S 16584 16583 14387 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284118227 9367552 267 33554432000 4194304 5064252 140736637899040 140736637897952 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16693/statm: 2287 267 226 213 0 72 0
[pid=16694] ppid=16693 vsize=275076 CPUtime=1775.59 cores=0,2,4,6
/proc/16694/stat : 16694 (glucose) R 16693 16583 14387 0 -1 4202496 45857 0 0 0 177493 66 0 0 20 0 1 0 284118227 281677824 56612 33554432000 4194304 5208918 140733870723904 140733870720280 4212881 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16694/statm: 68769 56612 104 248 0 68518 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 306964

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 16583 and gives
#  childrusage.ru_utime.tv_sec=23
#  childrusage.ru_utime.tv_usec=928362
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=546916
# CPU time returned by wait4() is 24.4753
# while last known CPU time is 1800.05
#
# 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.05
CPU user time (s): 1798.85
CPU system time (s): 1.2
CPU usage (%): 99.9799
Max. virtual memory (cumulated for all children) (KiB): 387104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.9284
system time used= 0.546916
maximum resident set size= 87020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111241
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1260
involuntary context switches= 155

runsolver used 7.05593 second user time and 18.8971 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-28 06:37:52
IDJOB=3714285
IDBENCH=78714
IDSOLVER=2295
FILE ID=node104/3714285-1338179872
RUNJOBID= node104-1338167241-14943
PBS_JOBID= 14624539
Free space on /tmp= 71012 MiB

SOLVER NAME= npSolver inc
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-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714285-1338179872/watcher-3714285-1338179872 -o /tmp/evaluation-result-3714285-1338179872/solver-3714285-1338179872 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714285-1338179872.wbo 353251366 HOME HOME

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

MD5SUM BENCH= e56482878ee36dcbb361a64b1d161fc3
RANDOM SEED=353251366

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
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:        29713788 kB
Buffers:          371100 kB
Cached:          1724532 kB
SwapCached:         1084 kB
Active:          1416544 kB
Inactive:         902540 kB
Active(anon):     216240 kB
Inactive(anon):     9936 kB
Active(file):    1200304 kB
Inactive(file):   892604 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67106720 kB
Dirty:             26528 kB
Writeback:            24 kB
AnonPages:        230004 kB
Mapped:            15592 kB
Shmem:               196 kB
Slab:             700264 kB
SReclaimable:     142312 kB
SUnreclaim:       557952 kB
KernelStack:        1424 kB
PageTables:         4352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     346068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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= 71008 MiB
End job on node104 at 2012-05-28 07:07:53