Trace number 3713255

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? (TO) 1800.05 1800.51

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-cache.inv12.ucl--soft-66-100-0.wbo
MD5SUM8fec294e7b8c29ceea1b5e901ebe7f7f
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 benchmark16.8004
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables25800
Total number of constraints76699
Number of soft constraints26148
Number of constraints which are clauses76319
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint9
Top cost 1311191
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1311190
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
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

Solver Data

0.00/0.78	c run usual solver
1.28/1.80	o 361
1.28/1.80	c current bound: 180
1.28/1.80	c fallback to adder encoding
1217.19/1218.25	o 180
1217.19/1218.25	c current bound: 90
1217.19/1218.25	c fallback to adder encoding
1800.02/1800.51	./satsolver.sh: line 5: 22907 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.51	c error: unexpected solver exit code
1800.02/1800.51	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-3713255-1338166891/watcher-3713255-1338166891 -o /tmp/evaluation-result-3713255-1338166891/solver-3713255-1338166891 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713255-1338166891.wbo 439618341 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.45 2.16 2.05 3/180 22874
/proc/meminfo: memFree=29413544/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0

[startup+0.041285 s]
/proc/loadavg: 2.45 2.16 2.05 3/180 22874
/proc/meminfo: memFree=29413544/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 2.45 2.16 2.05 3/180 22874
/proc/meminfo: memFree=29413544/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300249 s]
/proc/loadavg: 2.45 2.16 2.05 3/180 22874
/proc/meminfo: memFree=29413544/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700238 s]
/proc/loadavg: 2.45 2.16 2.05 3/180 22874
/proc/meminfo: memFree=29413544/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.45 2.16 2.05 3/183 22878
/proc/meminfo: memFree=28847120/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=23888 CPUtime=1.28 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 5183 9130 0 0 76 4 45 3 20 0 1 0 282756226 24461312 4971 33554432000 4194304 5990268 140734640034880 140734640029120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 5972 4971 150 439 0 5529 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 33036

[startup+3.10021 s]
/proc/loadavg: 2.45 2.16 2.05 3/181 22886
/proc/meminfo: memFree=28726592/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=170624 CPUtime=2.85 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 12288 16160 0 0 187 35 58 5 20 0 1 0 282756226 174718976 27529 33554432000 4194304 5990268 140734640034880 140734640026320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 42656 27529 164 439 0 42213 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 179772

[startup+6.30037 s]
/proc/loadavg: 2.50 2.17 2.05 3/183 22888
/proc/meminfo: memFree=27912264/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=170624 CPUtime=2.85 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 12288 16160 0 0 187 35 58 5 20 0 1 0 282756226 174718976 27529 33554432000 4194304 5990268 140734640034880 140734640026320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 42656 27529 164 439 0 42213 0
[pid=22887] ppid=22875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22887/stat : 22887 (satsolver.sh) S 22875 22874 22152 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282756527 9367552 267 33554432000 4194304 5064252 140737143203120 140737143202032 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22887/statm: 2287 267 226 213 0 72 0
[pid=22888] ppid=22887 vsize=211916 CPUtime=3.26 cores=0,2,4,6
/proc/22888/stat : 22888 (glucose) R 22887 22874 22152 0 -1 4202496 39799 0 0 0 317 9 0 0 20 0 1 0 282756527 217001984 47452 33554432000 4194304 5208918 140733932164272 140733932162120 4229365 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22888/statm: 52979 47452 104 248 0 52728 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 400836

[startup+12.7004 s]
/proc/loadavg: 2.54 2.19 2.06 3/185 22890
/proc/meminfo: memFree=27332904/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=170624 CPUtime=2.85 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 12288 16160 0 0 187 35 58 5 20 0 1 0 282756226 174718976 27529 33554432000 4194304 5990268 140734640034880 140734640026320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 42656 27529 164 439 0 42213 0
[pid=22887] ppid=22875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22887/stat : 22887 (satsolver.sh) S 22875 22874 22152 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282756527 9367552 267 33554432000 4194304 5064252 140737143203120 140737143202032 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22887/statm: 2287 267 226 213 0 72 0
[pid=22888] ppid=22887 vsize=211916 CPUtime=9.66 cores=0,2,4,6
/proc/22888/stat : 22888 (glucose) R 22887 22874 22152 0 -1 4202496 39799 0 0 0 957 9 0 0 20 0 1 0 282756527 217001984 47452 33554432000 4194304 5208918 140733932164272 140733932162120 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22888/statm: 52979 47452 104 248 0 52728 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 400836

[startup+25.5005 s]
/proc/loadavg: 2.55 2.21 2.07 3/185 22890
/proc/meminfo: memFree=26825060/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=170624 CPUtime=2.85 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 12288 16160 0 0 187 35 58 5 20 0 1 0 282756226 174718976 27529 33554432000 4194304 5990268 140734640034880 140734640026320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 42656 27529 164 439 0 42213 0
[pid=22887] ppid=22875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22887/stat : 22887 (satsolver.sh) S 22875 22874 22152 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282756527 9367552 267 33554432000 4194304 5064252 140737143203120 140737143202032 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22887/statm: 2287 267 226 213 0 72 0
[pid=22888] ppid=22887 vsize=211916 CPUtime=22.46 cores=0,2,4,6
/proc/22888/stat : 22888 (glucose) R 22887 22874 22152 0 -1 4202496 39799 0 0 0 2237 9 0 0 20 0 1 0 282756527 217001984 47452 33554432000 4194304 5208918 140733932164272 140733932162120 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22888/statm: 52979 47452 104 248 0 52728 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 400836

[startup+51.1005 s]
/proc/loadavg: 2.42 2.21 2.07 3/184 22890
/proc/meminfo: memFree=26825192/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=170624 CPUtime=2.85 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 12288 16160 0 0 187 35 58 5 20 0 1 0 282756226 174718976 27529 33554432000 4194304 5990268 140734640034880 140734640026320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 42656 27529 164 439 0 42213 0
[pid=22887] ppid=22875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22887/stat : 22887 (satsolver.sh) S 22875 22874 22152 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282756527 9367552 267 33554432000 4194304 5064252 140737143203120 140737143202032 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22887/statm: 2287 267 226 213 0 72 0
[pid=22888] ppid=22887 vsize=211916 CPUtime=48.05 cores=0,2,4,6
/proc/22888/stat : 22888 (glucose) R 22887 22874 22152 0 -1 4202496 39820 0 0 0 4796 9 0 0 20 0 1 0 282756527 217001984 47473 33554432000 4194304 5208918 140733932164272 140733932162120 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22888/statm: 52979 47473 104 248 0 52728 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 400836

[startup+102.3 s]
/proc/loadavg: 2.18 2.17 2.06 3/184 22890
/proc/meminfo: memFree=26824384/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=170624 CPUtime=2.85 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 12288 16160 0 0 187 35 58 5 20 0 1 0 282756226 174718976 27529 33554432000 4194304 5990268 140734640034880 140734640026320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 42656 27529 164 439 0 42213 0
[pid=22887] ppid=22875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22887/stat : 22887 (satsolver.sh) S 22875 22874 22152 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282756527 9367552 267 33554432000 4194304 5064252 140737143203120 140737143202032 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22887/statm: 2287 267 226 213 0 72 0
[pid=22888] ppid=22887 vsize=212132 CPUtime=99.24 cores=0,2,4,6
/proc/22888/stat : 22888 (glucose) R 22887 22874 22152 0 -1 4202496 39854 0 0 0 9915 9 0 0 20 0 1 0 282756527 217223168 48018 33554432000 4194304 5208918 140733932164272 140733932162232 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22888/statm: 53033 48018 104 248 0 52782 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 401052

[startup+162.3 s]
/proc/loadavg: 2.06 2.14 2.06 3/184 22890
/proc/meminfo: memFree=26824384/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=170624 CPUtime=2.85 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 12288 16160 0 0 187 35 58 5 20 0 1 0 282756226 174718976 27529 33554432000 4194304 5990268 140734640034880 140734640026320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 42656 27529 164 439 0 42213 0
[pid=22887] ppid=22875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22887/stat : 22887 (satsolver.sh) S 22875 22874 22152 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282756527 9367552 267 33554432000 4194304 5064252 140737143203120 140737143202032 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22887/statm: 2287 267 226 213 0 72 0
[pid=22888] ppid=22887 vsize=212132 CPUtime=159.23 cores=0,2,4,6
/proc/22888/stat : 22888 (glucose) R 22887 22874 22152 0 -1 4202496 39861 0 0 0 15914 9 0 0 20 0 1 0 282756527 217223168 48025 33554432000 4194304 5208918 140733932164272 140733932162232 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22888/statm: 53033 48025 104 248 0 52782 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 401052

[startup+222.3 s]
/proc/loadavg: 2.02 2.11 2.05 3/184 22890
/proc/meminfo: memFree=26824260/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 22907
/proc/meminfo: memFree=26887640/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=94776 CPUtime=1218.82 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 18821 65658 0 0 269 46 121518 49 20 0 1 0 282756226 97050624 20887 33554432000 4194304 5990268 140734640034880 140734640026320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 23694 20887 164 439 0 23251 0
[pid=22906] ppid=22875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22906/stat : 22906 (satsolver.sh) S 22875 22874 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282878144 9367552 267 33554432000 4194304 5064252 140734184484352 140734184483264 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22906/statm: 2287 267 226 213 0 72 0
[pid=22907] ppid=22906 vsize=187212 CPUtime=203.07 cores=0,2,4,6
/proc/22907/stat : 22907 (glucose) R 22906 22874 22152 0 -1 4202496 32098 0 0 0 20300 7 0 0 20 0 1 0 282878144 191705088 39634 33554432000 4194304 5208918 140736152820496 140736152818328 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22907/statm: 46803 39634 104 248 0 46552 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 300284

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 22908
/proc/meminfo: memFree=26885940/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=94776 CPUtime=1218.82 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 18821 65658 0 0 269 46 121518 49 20 0 1 0 282756226 97050624 20887 33554432000 4194304 5990268 140734640034880 140734640026320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 23694 20887 164 439 0 23251 0
[pid=22906] ppid=22875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22906/stat : 22906 (satsolver.sh) S 22875 22874 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282878144 9367552 267 33554432000 4194304 5064252 140734184484352 140734184483264 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22906/statm: 2287 267 226 213 0 72 0
[pid=22907] ppid=22906 vsize=187212 CPUtime=263.06 cores=0,2,4,6
/proc/22907/stat : 22907 (glucose) R 22906 22874 22152 0 -1 4202496 32340 0 0 0 26299 7 0 0 20 0 1 0 282878144 191705088 39876 33554432000 4194304 5208918 140736152820496 140736152818328 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22907/statm: 46803 39876 104 248 0 46552 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 300284

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 22908
/proc/meminfo: memFree=26880820/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=94776 CPUtime=1218.82 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 18821 65658 0 0 269 46 121518 49 20 0 1 0 282756226 97050624 20887 33554432000 4194304 5990268 140734640034880 140734640026320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 23694 20887 164 439 0 23251 0
[pid=22906] ppid=22875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22906/stat : 22906 (satsolver.sh) S 22875 22874 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282878144 9367552 267 33554432000 4194304 5064252 140734184484352 140734184483264 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22906/statm: 2287 267 226 213 0 72 0
[pid=22907] ppid=22906 vsize=189148 CPUtime=323.05 cores=0,2,4,6
/proc/22907/stat : 22907 (glucose) R 22906 22874 22152 0 -1 4202496 32802 0 0 0 32297 8 0 0 20 0 1 0 282878144 193687552 40849 33554432000 4194304 5208918 140736152820496 140736152816872 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22907/statm: 47287 40849 104 248 0 47036 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 302220

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 22908
/proc/meminfo: memFree=26880972/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=94776 CPUtime=1218.82 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 18821 65658 0 0 269 46 121518 49 20 0 1 0 282756226 97050624 20887 33554432000 4194304 5990268 140734640034880 140734640026320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 23694 20887 164 439 0 23251 0
[pid=22906] ppid=22875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22906/stat : 22906 (satsolver.sh) S 22875 22874 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282878144 9367552 267 33554432000 4194304 5064252 140734184484352 140734184483264 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22906/statm: 2287 267 226 213 0 72 0
[pid=22907] ppid=22906 vsize=189148 CPUtime=383.05 cores=0,2,4,6
/proc/22907/stat : 22907 (glucose) R 22906 22874 22152 0 -1 4202496 32813 0 0 0 38297 8 0 0 20 0 1 0 282878144 193687552 40860 33554432000 4194304 5208918 140736152820496 140736152816872 4205672 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22907/statm: 47287 40860 104 248 0 47036 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 302220

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 22908
/proc/meminfo: memFree=26879760/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=94776 CPUtime=1218.82 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 18821 65658 0 0 269 46 121518 49 20 0 1 0 282756226 97050624 20887 33554432000 4194304 5990268 140734640034880 140734640026320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 23694 20887 164 439 0 23251 0
[pid=22906] ppid=22875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22906/stat : 22906 (satsolver.sh) S 22875 22874 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282878144 9367552 267 33554432000 4194304 5064252 140734184484352 140734184483264 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22906/statm: 2287 267 226 213 0 72 0
[pid=22907] ppid=22906 vsize=189148 CPUtime=443.04 cores=0,2,4,6
/proc/22907/stat : 22907 (glucose) R 22906 22874 22152 0 -1 4202496 32893 0 0 0 44296 8 0 0 20 0 1 0 282878144 193687552 40940 33554432000 4194304 5208918 140736152820496 140736152816872 4211176 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22907/statm: 47287 40940 104 248 0 47036 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 302220

[startup+1722.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/185 22963
/proc/meminfo: memFree=29188236/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=94776 CPUtime=1218.82 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 18821 65658 0 0 269 46 121518 49 20 0 1 0 282756226 97050624 20887 33554432000 4194304 5990268 140734640034880 140734640026320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 23694 20887 164 439 0 23251 0
[pid=22906] ppid=22875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22906/stat : 22906 (satsolver.sh) S 22875 22874 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282878144 9367552 267 33554432000 4194304 5064252 140734184484352 140734184483264 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22906/statm: 2287 267 226 213 0 72 0
[pid=22907] ppid=22906 vsize=189428 CPUtime=503.01 cores=0,2,4,6
/proc/22907/stat : 22907 (glucose) R 22906 22874 22152 0 -1 4202496 33002 0 0 0 50292 9 0 0 20 0 1 0 282878144 193974272 41068 33554432000 4194304 5208918 140736152820496 140736152818456 4211019 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22907/statm: 47357 41068 104 248 0 47106 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 302500

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/184 22964
/proc/meminfo: memFree=29187228/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=94776 CPUtime=1218.82 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 18821 65658 0 0 269 46 121518 49 20 0 1 0 282756226 97050624 20887 33554432000 4194304 5990268 140734640034880 140734640026320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 23694 20887 164 439 0 23251 0
[pid=22906] ppid=22875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22906/stat : 22906 (satsolver.sh) S 22875 22874 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282878144 9367552 267 33554432000 4194304 5064252 140734184484352 140734184483264 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22906/statm: 2287 267 226 213 0 72 0
[pid=22907] ppid=22906 vsize=189844 CPUtime=562.99 cores=0,2,4,6
/proc/22907/stat : 22907 (glucose) R 22906 22874 22152 0 -1 4202496 33098 0 0 0 56290 9 0 0 20 0 1 0 282878144 194400256 41384 33554432000 4194304 5208918 140736152820496 140736152818168 4211162 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22907/statm: 47461 41384 104 248 0 47210 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 302916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.05 2.03 2.00 3/184 22964
/proc/meminfo: memFree=29184684/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=94776 CPUtime=1218.82 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 18821 65658 0 0 269 46 121518 49 20 0 1 0 282756226 97050624 20887 33554432000 4194304 5990268 140734640034880 140734640026320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 23694 20887 164 439 0 23251 0
[pid=22906] ppid=22875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22906/stat : 22906 (satsolver.sh) S 22875 22874 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282878144 9367552 267 33554432000 4194304 5064252 140734184484352 140734184483264 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22906/statm: 2287 267 226 213 0 72 0
[pid=22907] ppid=22906 vsize=190288 CPUtime=581.2 cores=0,2,4,6
/proc/22907/stat : 22907 (glucose) R 22906 22874 22152 0 -1 4202496 33213 0 0 0 58111 9 0 0 20 0 1 0 282878144 194854912 42010 33554432000 4194304 5208918 140736152820496 140736152818168 4211160 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22907/statm: 47572 42010 104 248 0 47321 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 303360

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.05 2.03 2.00 3/184 22964
/proc/meminfo: memFree=29184684/32873844 swapFree=6872/6872
[pid=22874] ppid=22872 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22874/stat : 22874 (npSolver-wbo.sh) S 22872 22874 22152 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 282756225 9367552 275 33554432000 4194304 5064252 140734061749632 140734061748544 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22874/statm: 2287 275 233 213 0 72 0
[pid=22875] ppid=22874 vsize=94776 CPUtime=1218.82 cores=0,2,4,6
/proc/22875/stat : 22875 (npSolver-wbo) S 22874 22874 22152 0 -1 4202496 18821 65658 0 0 269 46 121518 49 20 0 1 0 282756226 97050624 20887 33554432000 4194304 5990268 140734640034880 140734640026320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22875/statm: 23694 20887 164 439 0 23251 0
[pid=22906] ppid=22875 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22906/stat : 22906 (satsolver.sh) S 22875 22874 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282878144 9367552 267 33554432000 4194304 5064252 140734184484352 140734184483264 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22906/statm: 2287 267 226 213 0 72 0
[pid=22907] ppid=22906 vsize=190288 CPUtime=581.2 cores=0,2,4,6
/proc/22907/stat : 22907 (glucose) R 22906 22874 22152 0 -1 4202496 33213 0 0 0 58111 9 0 0 20 0 1 0 282878144 194854912 42010 33554432000 4194304 5208918 140736152820496 140736152818168 4211160 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22907/statm: 47572 42010 104 248 0 47321 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 303360

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.05
CPU user time (s): 1799
CPU system time (s): 1.05684
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 473476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799
system time used= 1.05684
maximum resident set size= 243056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118684
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 975
involuntary context switches= 2162

runsolver used 5.76312 second user time and 20.2939 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-28 03:01:32
IDJOB=3713255
IDBENCH=78634
IDSOLVER=2294
FILE ID=node105/3713255-1338166891
RUNJOBID= node105-1338160023-22168
PBS_JOBID= 14624557
Free space on /tmp= 70820 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-cache.inv12.ucl--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713255-1338166891/watcher-3713255-1338166891 -o /tmp/evaluation-result-3713255-1338166891/solver-3713255-1338166891 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713255-1338166891.wbo 439618341 HOME HOME

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

MD5SUM BENCH= 8fec294e7b8c29ceea1b5e901ebe7f7f
RANDOM SEED=439618341

node105.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.882
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.76
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.882
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.882
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.882
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.882
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	: 5438.54
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.882
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29424596 kB
Buffers:          307032 kB
Cached:           958560 kB
SwapCached:         1708 kB
Active:          1856284 kB
Inactive:         728916 kB
Active(anon):    1316216 kB
Inactive(anon):     4812 kB
Active(file):     540068 kB
Inactive(file):   724104 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:            823056 kB
Writeback:             0 kB
AnonPages:       1324120 kB
Mapped:             9488 kB
Shmem:                 0 kB
Slab:             722084 kB
SReclaimable:     161856 kB
SUnreclaim:       560228 kB
KernelStack:        1464 kB
PageTables:         6636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2257988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1300480 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= 71020 MiB
End job on node105 at 2012-05-28 03:31:33